|
@@ -104,7 +104,8 @@
|
|
|
arr.push({
|
|
|
productSn: item.productSn,
|
|
|
confirmQty: item.confirmQty,
|
|
|
- replenishBillDetailSn: item.replenishBillDetailSn
|
|
|
+ replenishBillDetailSn: item.replenishBillDetailSn,
|
|
|
+ id: item.id
|
|
|
})
|
|
|
}
|
|
|
})
|
|
@@ -136,6 +137,7 @@
|
|
|
},
|
|
|
// 提交确认
|
|
|
confirmFun (params) {
|
|
|
+ this.loading = true
|
|
|
shelfReplenishConfirm(params).then(res => {
|
|
|
this.loading = false
|
|
|
if (res.status == 200) {
|