From 57e0ce6d3e5979e9d9e4978e8e06d7334b82597d Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 18 Sep 2025 10:44:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Material/hw-out-store.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Material/hw-out-store.vue b/pages/Material/hw-out-store.vue index 1a904b1..6c8a5c3 100644 --- a/pages/Material/hw-out-store.vue +++ b/pages/Material/hw-out-store.vue @@ -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,