From 5827be1c27ed59eddcf100bdef4100e9eeaf0fc3 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 13:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E5=BA=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockOut/PurReturn/index.vue | 10 ---------- src/views/stockOut/shipRequestByTC/index.vue | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/views/stockOut/PurReturn/index.vue b/src/views/stockOut/PurReturn/index.vue index 6cabcca..d33359b 100644 --- a/src/views/stockOut/PurReturn/index.vue +++ b/src/views/stockOut/PurReturn/index.vue @@ -531,8 +531,6 @@ async function handleStockOut() { // handleQuery(); console.log(res) if (IFTRUE(res)) { - state.loading = false; - state.loading2 = false; ElMessageBox.alert('出库完成', '提示框', { confirmButtonText: 'OK', }) @@ -551,15 +549,9 @@ async function handleStockOut() { ElMessageBox.alert(error, '提示框', { confirmButtonText: 'OK', }) - state.loading = false - state.loading2 = false; state.button_state = false state.button_loadings = false; }); - state.loading = false; - state.loading2 = false; - state.button_state = false - state.button_loadings = false; } else { ElMessageBox.alert("请先选择要采购退货的标签", '提示框', { confirmButtonText: 'OK', @@ -567,8 +559,6 @@ async function handleStockOut() { state.button_state = false state.button_loadings = false; } - state.button_state = false - state.button_loadings = false; } diff --git a/src/views/stockOut/shipRequestByTC/index.vue b/src/views/stockOut/shipRequestByTC/index.vue index f7370b9..ecc2e0b 100644 --- a/src/views/stockOut/shipRequestByTC/index.vue +++ b/src/views/stockOut/shipRequestByTC/index.vue @@ -634,7 +634,7 @@ async function LeftIn() { confirmButtonText: 'OK', }) } - state.loading = false; + // state.loading = false; // if (state.MaterialPackingList.length > 0 && state.column4.length > 0) { // state.loading = true; @@ -882,7 +882,7 @@ async function RightIn() { confirmButtonText: 'OK', }) } - state.loading2 = false; + // state.loading2 = false; // if (state.column3.length > 0) { // state.loading2 = true; // state.ChangeParams.header.MESSAGENAME = 'DeassignShipRequestFromBox';