From bcefcad229dc22a8994364afc7827aab8123dd79 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 29 六月 2026 11:29:16 +0800
Subject: [PATCH] 新疆大罗素 1.隐藏字段

---
 src/views/qualityManagement/finalInspection/index.vue |   29 +++++++++++++++++++++++++----
 1 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/src/views/qualityManagement/finalInspection/index.vue b/src/views/qualityManagement/finalInspection/index.vue
index 88ba755..a78f97c 100644
--- a/src/views/qualityManagement/finalInspection/index.vue
+++ b/src/views/qualityManagement/finalInspection/index.vue
@@ -26,11 +26,11 @@
             </el-form-item>
           </el-col>
           <el-col :span="6">
-            <el-form-item label="閿�鍞崟鍙�"
+            <el-form-item label="璁㈠崟鍙�"
                           prop="salesContractNo">
               <el-input v-model="searchForm.salesContractNo"
                         style="width: 240px"
-                        placeholder="璇疯緭鍏ラ攢鍞崟鍙锋悳绱�"
+                        placeholder="璇疯緭鍏ヨ鍗曞彿鎼滅储"
                         clearable />
             </el-form-item>
           </el-col>
@@ -51,7 +51,7 @@
       <el-button type="primary" @click="openQuickCheck">蹇�熸楠�</el-button>
       <el-button type="primary" @click="openForm('add')">鏂板</el-button>
       <el-button @click="handleOut">瀵煎嚭</el-button>
-      <el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button>
+      <el-button type="danger" plain @click="handleDelete" v-hasPermi="['qualityManagement:finalInspection:remove']">鍒犻櫎</el-button>
     </div>
       <PIMTable rowKey="id"
                 :column="tableColumn"
@@ -154,8 +154,13 @@
       width: 120,
     },
     {
-      label: "閿�鍞崟鍙�",
+      label: "璁㈠崟鍙�",
       prop: "salesContractNo",
+      width: 120,
+    },
+    {
+      label: "閿�鍞�诲悎鍚屽彿",
+      prop: "masterContractNo",
       width: 120,
     },
     {
@@ -237,6 +242,22 @@
       },
     },
     {
+      label: "妫�楠岃鍒�",
+      prop: "inspectRule",
+      width: 100,
+      formatData: (val) => val === 0 ? "鍏ㄦ" : val === 1 ? "鎶芥" : ""
+    },
+    {
+      label: "鎶芥姣斾緥(%)",
+      prop: "sampleRatio",
+      width: 120,
+    },
+    {
+      label: "鎶芥鏁伴噺",
+      prop: "sampleQuantity",
+      width: 100,
+    },
+    {
       dataType: "action",
       label: "鎿嶄綔",
       align: "center",

--
Gitblit v1.9.3