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 @@
- 提交
+ 提交