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,