From 91e965cfe32e54d7ee0edb2b18afe078cc9e4004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Fri, 30 May 2025 09:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=87=E8=B4=A7=E9=80=80?= =?UTF-8?q?=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockOut/PurReturn/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/stockOut/PurReturn/index.vue b/src/views/stockOut/PurReturn/index.vue index 3e8ba33..6cabcca 100644 --- a/src/views/stockOut/PurReturn/index.vue +++ b/src/views/stockOut/PurReturn/index.vue @@ -71,11 +71,11 @@ - + - + @@ -435,6 +435,7 @@ async function LeftIn() { }; AssignAndDessign(param).then((res: any) => { if (IFTRUE(res)) { + state.MaterialPackingList = [] handle(tempRow, tempevent, tempcolumn); handleQuery(); state.loading = false; @@ -442,7 +443,7 @@ async function LeftIn() { ElMessageBox.alert(res.data.RETURNCODE + '->' + res.data.RETURNMESSAGE, '', { confirmButtonText: 'OK', }) - state.loading2 = false; + state.loading = false; } @@ -459,7 +460,7 @@ async function LeftIn() { }) } - state.loading = false; + // state.loading = false; } @@ -483,6 +484,7 @@ async function RightIn() { }; AssignAndDessign(param).then((res: any) => { if (IFTRUE(res)) { + state.MaterialPackingUsername = [] handle(tempRow, tempevent, tempcolumn); handleQuery(); state.loading2 = false;