From 049fda473cc178917a02f3a174dfd08a84b0cb8d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 17 九月 2026 10:52:28 +0800
Subject: [PATCH] 新疆——新聚lims 1.每个检验项都要有一个选择检测时间的地方,跟温湿度放在一起,还有检测地点,设备也要单独绑定检验项,最后导出模版再总结到一起 2.产品名称改为检测依据、加一个样品名称手输 3.下单时原始记录模板可以从标准库绑定的模板进行删减

---
 src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue b/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue
index 267fa52..7beed5f 100644
--- a/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue
+++ b/src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveActionDIa.vue
@@ -261,7 +261,6 @@
     searchInfo(row) {
       this.form.qualityMonitorDetailsId = row.qualityMonitorDetailsId
       getInternalCorrect({ correctId: row.correctId }).then(res => {
-        if (res.code === 201) return
         if (res.data.superviseDetailsCorrectId === null) {
           this.showStep = 0
           this.currentStep = 0
@@ -329,7 +328,6 @@
       this.form.flowType = this.currentStep
       addInternalCorrect(this.form).then(res => {
         this.editLoad = false
-        if (res.code === 201) return
         this.$message.success('鎻愪氦鎴愬姛')
         this.closeRectifyDia()
       }).catch(err => {

--
Gitblit v1.9.3