分单收费代码disabled,分单hbs起始站主单查询默认赋值,运费种类默认值Q
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -1338,7 +1338,7 @@ Handling Information | @@ -1338,7 +1338,7 @@ Handling Information | ||
1338 | <el-row style="margin-bottom: -5px"> | 1338 | <el-row style="margin-bottom: -5px"> |
1339 | <el-col style="width: 95%"> | 1339 | <el-col style="width: 95%"> |
1340 | <el-form-item> | 1340 | <el-form-item> |
1341 | - <el-input v-model="addForm.cvd.cvd_charge_code" auto-complete="off" placeholder="收费代码" size="mini"></el-input> | 1341 | + <el-input v-model="addForm.cvd.cvd_charge_code" disabled auto-complete="off" placeholder="收费代码" size="mini"></el-input> |
1342 | </el-form-item> | 1342 | </el-form-item> |
1343 | </el-col> | 1343 | </el-col> |
1344 | </el-row> | 1344 | </el-row> |
@@ -2295,7 +2295,7 @@ Handling Information | @@ -2295,7 +2295,7 @@ Handling Information | ||
2295 | }, | 2295 | }, |
2296 | // 分单 | 2296 | // 分单 |
2297 | addForm:{ | 2297 | addForm:{ |
2298 | - companyName1:'', | 2298 | + companyName1:'Q', |
2299 | fhl:{ | 2299 | fhl:{ |
2300 | waybillNum:'', | 2300 | waybillNum:'', |
2301 | quantity_weight_code:'', | 2301 | quantity_weight_code:'', |
@@ -2692,6 +2692,7 @@ Handling Information | @@ -2692,6 +2692,7 @@ Handling Information | ||
2692 | this.addForm.fhl.origin = res.data.data.origin; | 2692 | this.addForm.fhl.origin = res.data.data.origin; |
2693 | this.addForm.fhl.destination = res.data.data.destination; | 2693 | this.addForm.fhl.destination = res.data.data.destination; |
2694 | this.addForm.fhl.quantity_weight_code = res.data.data.quantity_weight_code; | 2694 | this.addForm.fhl.quantity_weight_code = res.data.data.quantity_weight_code; |
2695 | + this.addForm.hbs.hbs_origin=res.data.data.origin; | ||
2695 | } | 2696 | } |
2696 | return this.$message.success(res.data.msg); | 2697 | return this.$message.success(res.data.msg); |
2697 | } | 2698 | } |
-
请 注册 或 登录 后发表评论