zhangyuewww 3 年之前
父节点
当前提交
0d42de5039

+ 1 - 0
src/views/taskManagement/tranManagementTransportAdd.vue

@@ -562,6 +562,7 @@ export default {
       for (var i = 0; i < this.contractNoList.length; i++) {
         if (this.contractNoList[i].contractNo == val) {
             this.deptBudgetList.goodsName = this.contractNoList[i].goodsName
+            this.deptBudgetList.weight= this.contractNoList[i].weight
         }
       }
     },

+ 1 - 0
src/views/taskManagement/tranManagementTransportEdit.vue

@@ -502,6 +502,7 @@ export default {
       for (var i = 0; i < this.contractNoList.length; i++) {
         if (this.contractNoList[i].contractNo == val) {
             this.deptBudgetList.goodsName = this.contractNoList[i].goodsName
+            this.deptBudgetList.weight= this.contractNoList[i].weight
         }
       }
     },