From e6e3ff9166c219af461bad39edf0019db7c65315 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 29 十月 2025 15:05:36 +0800
Subject: [PATCH] 外购成品报检相关问题调整
---
 src/views/business/inspectionReview/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/business/inspectionReview/index.vue b/src/views/business/inspectionReview/index.vue
index 465024e..6e3eb15 100644
--- a/src/views/business/inspectionReview/index.vue
+++ b/src/views/business/inspectionReview/index.vue
@@ -105,7 +105,7 @@
           width: "100px",
           dataType: "tag",
           formatData: (params) => {
-            if (params == 0) {
+            if (params == 0 ) {
               return "鎴愬搧涓嬪崟";
             } else {
               return "鍘熸潗鏂欎笅鍗�";
@@ -246,6 +246,7 @@
       currentTime: null,
       sonLaboratoryList: [],
       typeSourceList: [
+        { label: '濮旀墭涓嬪崟', value: -1 },
         { label: '鎴愬搧涓嬪崟', value: 0 },
         { label: '鍘熸潗鏂欎笅鍗�', value: 1 },
       ],
--
Gitblit v1.9.3