|
@@ -235,6 +235,7 @@
|
|
if (_data[i].id == val) {
|
|
if (_data[i].id == val) {
|
|
this.deptBudgetList.warehouseNoId = _data[i].id
|
|
this.deptBudgetList.warehouseNoId = _data[i].id
|
|
this.deptBudgetList.warehouseNo = _data[i].binNumber
|
|
this.deptBudgetList.warehouseNo = _data[i].binNumber
|
|
|
|
+ this.deptBudgetList.baseId = _data.baseId
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -272,6 +273,10 @@
|
|
this.deptBudgetList.warehouseId = _data[i].id
|
|
this.deptBudgetList.warehouseId = _data[i].id
|
|
this.deptBudgetList.goodsNameKey = _data[i].goodsNameInfos.length != 0 ? _data[i].goodsNameInfos[0]
|
|
this.deptBudgetList.goodsNameKey = _data[i].goodsNameInfos.length != 0 ? _data[i].goodsNameInfos[0]
|
|
.goodsNameKey : ''
|
|
.goodsNameKey : ''
|
|
|
|
+ this.deptBudgetList.warehouseNoId = _data[i].positionInfos.length != 0 ? _data[i].positionInfos[0]
|
|
|
|
+ .id : ''
|
|
|
|
+ this.deptBudgetList.baseId = _data[i].positionInfos.length != 0 ? _data[i].positionInfos[0]
|
|
|
|
+ .baseId : ''
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|