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