|
@@ -153,7 +153,8 @@ export default {
|
|
replenishBillSn: _this.nowData && _this.nowData.replenishBillSn,
|
|
replenishBillSn: _this.nowData && _this.nowData.replenishBillSn,
|
|
detailList: arr,
|
|
detailList: arr,
|
|
dispatchType: _this.form.dispatchType,
|
|
dispatchType: _this.form.dispatchType,
|
|
- remarks: _this.form.remarks
|
|
|
|
|
|
+ remarks: _this.form.remarks,
|
|
|
|
+ shelfSn: _this.nowData && _this.nowData.shelfSn
|
|
}
|
|
}
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
shelfReplenishOutStock(params).then(res => {
|
|
shelfReplenishOutStock(params).then(res => {
|