...
|
...
|
@@ -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);
|
|
|
}
|
...
|
...
|
|