From 67b649e5d77a40af262a6dc284deee93abf89d69 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Thu, 27 Mar 2025 14:31:12 +0800
Subject: [PATCH] =?UTF-8?q?2025-03-27=20FQAS=E4=BB=BB=E5=8A=A1=E9=87=8D?=
=?UTF-8?q?=E8=BD=BD=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/qc/FQASResultEntry.vue | 11 ++++++++---
src/views/modules/qc/IQCResultEntry.vue | 11 ++++++++---
src/views/modules/qc/OQCResultEntry.vue | 11 ++++++++---
3 files changed, 24 insertions(+), 9 deletions(-)
diff --git a/src/views/modules/qc/FQASResultEntry.vue b/src/views/modules/qc/FQASResultEntry.vue
index 1eb7936..0f27e71 100644
--- a/src/views/modules/qc/FQASResultEntry.vue
+++ b/src/views/modules/qc/FQASResultEntry.vue
@@ -97,7 +97,7 @@
查询
审核
删除
- 任务重载
+ 任务重载
{
if (data && data.code === 0) {
this.getDataList()
@@ -2601,13 +2603,16 @@
duration: 1500,
onClose: () => {}
})
+ this.overLoading = false
} else {
+ this.overLoading = false
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
+ }).catch(() => {
+ this.overLoading = false
})
- }).catch(() => {
})
} else {
this.$message.warning('检验单必须为待检验状态!')
diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue
index 8bbbc74..2c3ca4e 100644
--- a/src/views/modules/qc/IQCResultEntry.vue
+++ b/src/views/modules/qc/IQCResultEntry.vue
@@ -112,7 +112,7 @@
查询
审核
删除
- 任务重载
+ 任务重载
批量合格处理
{
if (data && data.code === 0) {
this.getDataList()
@@ -3234,13 +3236,16 @@
duration: 1500,
onClose: () => {}
})
+ this.overLoading = false
} else {
+ this.overLoading = false
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
+ }).catch(() => {
+ this.overLoading = false
})
- }).catch(() => {
})
} else {
this.$message.warning('检验单必须为待检验状态!')
diff --git a/src/views/modules/qc/OQCResultEntry.vue b/src/views/modules/qc/OQCResultEntry.vue
index 103a128..342141f 100644
--- a/src/views/modules/qc/OQCResultEntry.vue
+++ b/src/views/modules/qc/OQCResultEntry.vue
@@ -90,7 +90,7 @@
查询
审核
删除
- 任务重载
+ 任务重载
{
if (data && data.code === 0) {
this.getDataList()
@@ -2568,13 +2570,16 @@
duration: 1500,
onClose: () => {}
})
+ this.overLoading = false
} else {
+ this.overLoading = false
this.$alert(data.msg, '错误', {
confirmButtonText: '确定'
})
}
+ }).catch(() => {
+ this.overLoading = false
})
- }).catch(() => {
})
} else {
this.$message.warning('检验单必须为待检验状态!')