From 61282c106068d9a792e1b084746e2d6b9a997b99 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 15 九月 2026 15:29:52 +0800
Subject: [PATCH] 新疆——新聚lims 1.不需要判定要求、检测方法、检验结果、结论 2.设备不需要绑定每个检验子项,只需要绑定当前的的检验委托单 3.判定结果检测的时候不要出现,复核的时候才判断选择最终结果是否合格

---
 src/views/business/inspectionTask/components/InspectionWord.vue |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

diff --git a/src/views/business/inspectionTask/components/InspectionWord.vue b/src/views/business/inspectionTask/components/InspectionWord.vue
index 4c61c6b..189de42 100644
--- a/src/views/business/inspectionTask/components/InspectionWord.vue
+++ b/src/views/business/inspectionTask/components/InspectionWord.vue
@@ -149,15 +149,6 @@
             </el-select>
           </div>
         </div>
-        <div class="body" style="display: flex;padding: 10px;align-items: center;">
-          <div class="search_label" style="width: 150px;"><span class="required-span">*</span>鎶ュ憡绫诲瀷</div>
-          <div class="search_input" style="width: 100%;">
-            <el-select v-model="reportType" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%;">
-              <el-option label="妫�娴嬫姤鍛�" :value="0"></el-option>
-              <el-option label="妫�楠屾姤鍛�" :value="1"></el-option>
-            </el-select>
-          </div>
-        </div>
         <span slot="footer" class="dialog-footer">
           <el-button @click="addVerifyDia = false">鍙� 娑�</el-button>
           <el-button :loading="submitLoading" type="primary" @click="submit()">纭� 瀹�</el-button>
@@ -335,7 +326,6 @@
       widthList: [],
       addVerifyDia: false,
       verifyUser: null,
-      reportType: null,
       personList: [],
       enumList: [],
       tableLoading: false,
@@ -1347,10 +1337,6 @@
         this.$message.error("璇锋寚瀹氬鏍镐汉鍛�")
         return
       }
-      if (this.reportType === null || this.reportType === '') {
-        this.$message.error("璇烽�夋嫨鎶ュ憡绫诲瀷")
-        return
-      }
       if (!this.otherForm.humidity) {
         this.$message.error("璇疯緭鍏ユ箍搴�")
         return
@@ -1363,7 +1349,6 @@
       checkSubmitPlan({
         orderId: this.orderId,
         laboratory: this.sonLaboratory,
-        reportType: this.reportType,
       }).then(res => {
         if (res.code === 200) {
           if (!res.data || res.data.errorMsg.length == 0) {
@@ -1373,8 +1358,7 @@
               laboratory: this.sonLaboratory,
               verifyUser: this.verifyUser,
               entrustCode: this.insOrder.entrustCode,
-              registerInsResults: this.reportType === 1,
-              reportType: this.reportType
+              registerInsResults: false,
             }).then(res => {
               if (res.code === 200) {
                 this.$message.success("鎿嶄綔鎴愬姛")
@@ -1410,7 +1394,6 @@
                 laboratory: this.sonLaboratory,
                 verifyUser: this.verifyUser,
                 registerInsResults: false,
-                reportType: this.reportType
               }).then(res => {
                 if (res.code === 200) {
                   this.$message.success("鎿嶄綔鎴愬姛")

--
Gitblit v1.9.3