From 86e90377a0ebf034182ad9354c79c8113d1cd388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Thu, 29 May 2025 13:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE=E8=BF=9E?= =?UTF-8?q?=E7=BB=AD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/check/auditSheet/index.vue | 6 ++++-- src/views/check/auxiliaryOutIn/index.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/check/auditSheet/index.vue b/src/views/check/auditSheet/index.vue index 368cb8a..eb23edc 100644 --- a/src/views/check/auditSheet/index.vue +++ b/src/views/check/auditSheet/index.vue @@ -91,7 +91,7 @@ - 审核 + 审核 @@ -125,6 +125,7 @@ const state = reactive({ ERPFactoryList: [] as any, // 组织 costCenterList: [] as any, // 成本中心 costName: '', + loadings: false, queryParams: { SHIPREQUESTNAME: '', CHECKPLANNAME: '', @@ -194,8 +195,9 @@ function audit() { costName: state.costName, user : localStorage.get('userName') } + state.loadings = true; Auditcheckmark(query).then((res : any) => { - + state.loadings = false; if (res.success) { ElMessageBox.alert('审核过账成功', '提醒框', { confirmButtonText: 'OK', diff --git a/src/views/check/auxiliaryOutIn/index.vue b/src/views/check/auxiliaryOutIn/index.vue index bd0caef..2b1d3e3 100644 --- a/src/views/check/auxiliaryOutIn/index.vue +++ b/src/views/check/auxiliaryOutIn/index.vue @@ -93,7 +93,7 @@ - 提交 + 提交