zhangyuewww преди 3 години
родител
ревизия
0d42de5039
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/views/taskManagement/tranManagementTransportAdd.vue
  2. 1 0
      src/views/taskManagement/tranManagementTransportEdit.vue

+ 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
         }
       }
     },