md
This commit is contained in:
parent
7323cd33e9
commit
644d6dbd44
@ -1339,6 +1339,10 @@ export default {
|
||||
this.form.packType=this.form.packType.split(",");
|
||||
}
|
||||
|
||||
if(this.form.calcFeeType==3){
|
||||
this.form.blSpecialQuote='0';
|
||||
}
|
||||
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
@ -1441,6 +1445,10 @@ export default {
|
||||
console.log("==>this.form.packTypeArr==>",this.form.packTypeArr)
|
||||
}
|
||||
|
||||
if(this.form.calcFeeType==3){
|
||||
this.form.blSpecialQuote='0';
|
||||
}
|
||||
|
||||
// Object.assign({},this.newValue);
|
||||
|
||||
// if(this.newValue.cargoList){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user