@@ -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
}
},
@@ -502,6 +502,7 @@ export default {