This commit is contained in:
2025-09-18 10:44:25 +08:00
parent e4a38f3f18
commit 57e0ce6d3e

View File

@@ -138,7 +138,7 @@
return
}
try {
let res = await materialBoxOutConfirm(this.materialData.iostorinv_id, this.materialData.storagevehicle_code, this.materialData.struct_code, this.val2, this.materialData.plan_qty)
let res = await materialBoxOutConfirm(this.materialData.iostorinvdis_id, this.materialData.storagevehicle_code, this.materialData.struct_code, this.val2, this.materialData.plan_qty)
if (res.code === '200') {
uni.showToast({
title: res.message,