作者 xudada

分单收费代码disabled,分单hbs起始站主单查询默认赋值,运费种类默认值Q

... ... @@ -1338,7 +1338,7 @@ Handling Information
<el-row style="margin-bottom: -5px">
<el-col style="width: 95%">
<el-form-item>
<el-input v-model="addForm.cvd.cvd_charge_code" auto-complete="off" placeholder="收费代码" size="mini"></el-input>
<el-input v-model="addForm.cvd.cvd_charge_code" disabled auto-complete="off" placeholder="收费代码" size="mini"></el-input>
</el-form-item>
</el-col>
</el-row>
... ... @@ -2295,7 +2295,7 @@ Handling Information
},
// 分单
addForm:{
companyName1:'',
companyName1:'Q',
fhl:{
waybillNum:'',
quantity_weight_code:'',
... ... @@ -2692,6 +2692,7 @@ Handling Information
this.addForm.fhl.origin = res.data.data.origin;
this.addForm.fhl.destination = res.data.data.destination;
this.addForm.fhl.quantity_weight_code = res.data.data.quantity_weight_code;
this.addForm.hbs.hbs_origin=res.data.data.origin;
}
return this.$message.success(res.data.msg);
}
... ...