From 8650d6159ad2617fd7285fcd82852c2979c53cc5 Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 11 Oct 2024 13:06:45 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/waybillRecord.vue | 2 +- .../emisWaybillAjustApply/adjustPanel.vue | 24 +++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index 262228d3..1334164d 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -490,7 +490,7 @@ - + - - + + newValue this.form==>",this.form); + + if(this.form.packType&&this.form.packType!=''){ + this.form.packType=this.form.packType.split(","); + } + }, deep: true }, @@ -1375,6 +1380,11 @@ export default { this.handleCalcFeeItem(); } }, + onPackTypeChange(){ + // if(this.form.packType&&this.form.packType.length>0){ + // this.form.packType=this.form.packType.join(","); + // } + }, deleteFeeItem(row){ if(row.blAutoGen==1){ this.$modal.msgError('不允许删除!') @@ -1412,6 +1422,12 @@ export default { // this.form=Object.assign({},this.newValue); this.form=this.newValue; + if(this.form.packType&&this.form.packType!=''){ + this.form.packType=this.form.packType.split(","); + + console.log("==>this.form.packTypeArr==>",this.form.packTypeArr) + } + // Object.assign({},this.newValue); // if(this.newValue.cargoList){ @@ -1427,6 +1443,10 @@ export default { this.billDetail=this.oldValue; }, getJsonData(){ + if(this.form.packType&&this.form.packType.length>0){ + this.form.packType=this.form.packType.join(","); + } + let jsonData={ oldValue:this.billDetail, newValue:this.form