From 4a811fb2cd4ee4e1cbfe284bfd1fe3a7d16204ce Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期四, 02 四月 2026 17:35:48 +0800
Subject: [PATCH] fix: 终检表单优化检验用粉剂/液情况字段

---
 src/views/qualityManagement/rawMaterialInspection/index.vue |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/src/views/qualityManagement/rawMaterialInspection/index.vue b/src/views/qualityManagement/rawMaterialInspection/index.vue
index f50ddb8..98b51a5 100644
--- a/src/views/qualityManagement/rawMaterialInspection/index.vue
+++ b/src/views/qualityManagement/rawMaterialInspection/index.vue
@@ -98,6 +98,11 @@
     width: 120
   },
   {
+    label: "閲囪喘璁㈠崟鍙�",
+    prop: "purchaseContractNo",
+    width: 120
+  },
+  {
     label: "渚涘簲鍟�",
     prop: "supplier",
     width: 230
@@ -113,6 +118,15 @@
   {
     label: "瑙勬牸鍨嬪彿",
     prop: "model",
+  },
+  {
+    label: "UID鐮�",
+    prop: "uidNo",
+  },
+  {
+    label: "鎵瑰彿",
+    prop: "batchNo",
+    width: 140,
   },
   {
     label: "鍗曚綅",
@@ -158,7 +172,7 @@
     label: "鎿嶄綔",
     align: "center",
     fixed: "right",
-    width: 280,
+    width: 340,
     operation: [
       {
         name: "缂栬緫",
@@ -176,6 +190,20 @@
 					return false;
 				}
       },
+      /*{
+        name: "濉啓妫�楠岃褰�",
+        type: "text",
+        clickFun: (row) => {
+          openInspectionForm("edit", row);
+        },
+				disabled: (row) => {
+					if (row.inspectState == 1) return true;
+					if (row.checkName) {
+						return row.checkName !== userStore.nickName;
+					}
+					return false;
+				}
+      },*/
       {
         name: "闄勪欢",
         type: "text",
@@ -285,6 +313,12 @@
     formDia.value?.openDialog(type, row)
   })
 };
+// 鎵撳紑鏂板妫�楠屽脊妗�
+const openInspectionForm = (type, row) => {
+  nextTick(() => {
+    inspectionFormDia.value?.openDialog(type, row)
+  })
+};
 // 鎵撳紑闄勪欢寮规
 const openFilesFormDia = (type, row) => {
   nextTick(() => {

--
Gitblit v1.9.3