|
@@ -199,6 +199,7 @@ export default {
|
|
|
this.purchasePriceList = this.warehouseList[i].warehouseList
|
|
|
this.allowEdit = this.warehouseList[i].allowEdit
|
|
|
this.WAREHOUSE[2].payname = this.warehouseList[i].value
|
|
|
+ this.common.name = this.warehouseList[0].value
|
|
|
}
|
|
|
}
|
|
|
this.getList()
|
|
@@ -262,6 +263,7 @@ export default {
|
|
|
this.allowEdit = this.warehouseList[0].allowEdit
|
|
|
this.warehouseId = this.warehouseList[0].warehouseId
|
|
|
this.purchasePriceList = this.warehouseList[0].warehouseList
|
|
|
+ this.common.name = this.warehouseList[0].value
|
|
|
this.getList()
|
|
|
})
|
|
|
},
|
|
@@ -286,7 +288,7 @@ export default {
|
|
|
}else{
|
|
|
response.records[i].allow = 1
|
|
|
}
|
|
|
- }debugger
|
|
|
+ }
|
|
|
this.weighingList = response.records
|
|
|
this.common.commonWeighingList = response.records
|
|
|
this.deptBudgetTotal = response.total
|