From f6f774cbf45bc6a0225d33b5716cbfffd2b9215b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 15 Apr 2026 14:52:55 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-15=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/production/productionApplicationReturnStorage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/production/productionApplicationReturnStorage.vue b/src/views/modules/production/productionApplicationReturnStorage.vue index 9f69ced..bdd2c3a 100644 --- a/src/views/modules/production/productionApplicationReturnStorage.vue +++ b/src/views/modules/production/productionApplicationReturnStorage.vue @@ -341,7 +341,8 @@ export default { site: this.materialInfo.site, buNo: this.materialInfo.buNo, inboundNo: this.materialInfo.transactionId, - locationCode: this.locationCode.trim() + locationCode: this.locationCode.trim(), + actionType: '申请单退仓' }; confirmReturnStorage(params).then(({ data }) => { if (data && data.code === 0) {