From dce1a39a7c7c52d36007e2b134def3d2bfb85ce0 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 04 一月 2024 13:58:13 +0800
Subject: [PATCH] 质检模块修改

---
 src/views/quality/Packaging_ledger/index.vue |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/views/quality/Packaging_ledger/index.vue b/src/views/quality/Packaging_ledger/index.vue
index 445cd33..2230d2d 100644
--- a/src/views/quality/Packaging_ledger/index.vue
+++ b/src/views/quality/Packaging_ledger/index.vue
@@ -8,7 +8,7 @@
             :isShowHide="true"
             :prelang="prelang"
             :ajaxFun="ajaxFun"
-            :options="options" 
+            :options="options"
             @handleSelectionChange="handleSelectionChange"
             ref="processconfiguration"
             >
@@ -55,7 +55,7 @@
               :data="testStandardParams"
               id="testStandardParamTable"
               ref="testStandardParam"
-            
+
               highlight-current-row
               height="700"
               style="width: 100%"
@@ -145,7 +145,7 @@
                 <el-col :span="10" :offset="3">搴忓彿锛�</el-col>
                 <el-col :span="10" style="font-weight: bold;">{{ i + 1 }}</el-col>
               </el-row>
-              <el-row> 
+              <el-row>
                 <el-col :span="10" :offset="3">鍖呰缂栧彿锛�</el-col>
                 <el-col :span="10" style="font-weight: bold;">{{ item.packageNo }}</el-col>
               </el-row>
@@ -312,7 +312,14 @@
               icon: 'el-icon-position',
               type: 'text',
               size: 'small',
-              fun: this.check
+              fun: this.check,
+              show: {
+                val: [
+                    '鑽夌',
+                    '鏈姤妫�',
+                ],
+                key: 'state'
+              }
             })
       }
       if(this.permissions.quality_packaging_ledger_del){
@@ -344,7 +351,7 @@
               printable: 'qrCard',//椤甸潰
               type: "html",//鏂囨。绫诲瀷
                 maxWidth:450,
-                targetStyles:['*'],                 
+                targetStyles:['*'],
                 style: `@page {
                   margin:0;
                   padding: 0;
@@ -468,4 +475,4 @@
       },
     },
 }
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3