From a2ebbb6785f218fc15ef91432944896ba7827141 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Tue, 17 Dec 2024 10:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=A2=86=E6=96=99=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=8C=89=E9=92=AE=E7=8A=B6=E6=80=81=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/wms/Raw/ProductionREQ/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/wms/Raw/ProductionREQ/index.vue b/src/pages/wms/Raw/ProductionREQ/index.vue index df4de28..f64d7f9 100644 --- a/src/pages/wms/Raw/ProductionREQ/index.vue +++ b/src/pages/wms/Raw/ProductionREQ/index.vue @@ -96,7 +96,7 @@ - 确认出库 + 确认出库 @@ -347,8 +347,10 @@ export default class ProductionREQ extends BasePage { params.push(item); }); } + this.isdisabled = true; //console.log('list', {orderList: params, gzList: guozhannglist}); await this.model.out({ orderList: params, gzList: guozhannglist }); + this.isdisabled = false; if (this.model.SubmitCode == '200') { (this.$refs.uToast as any).show({ title: '成功',