This commit is contained in:
2025-09-19 10:26:58 +08:00
parent 42827c3e2a
commit 55d4f0589e
2 changed files with 4 additions and 2 deletions

View File

@@ -122,6 +122,8 @@
return return
} }
try { try {
this.materialData.base_qty = this.kcqty
this.materialData.storagevehicle_code = this.val1
let res = await materialBoxInventoryConfirm(this.materialData) let res = await materialBoxInventoryConfirm(this.materialData)
if (res) { if (res) {
uni.showToast({ uni.showToast({

View File

@@ -105,9 +105,9 @@ export const getCheckDocumentInfo = (bcode) => request({
data: {bill_code: bcode} data: {bill_code: bcode}
}) })
// 确认盘点 // 确认盘点
export const materialBoxInventoryConfirm = (bcode) => request({ export const materialBoxInventoryConfirm = (obj) => request({
url:'api/pda/largeMaterialBox/materialBoxInventoryConfirm', url:'api/pda/largeMaterialBox/materialBoxInventoryConfirm',
data: {} data: {obj}
}) })
// 根据载具号或点位获取库存数量_copy-getInvInfoQty // 根据载具号或点位获取库存数量_copy-getInvInfoQty