From 87fff46025526830d411536fd1092348d2063017 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 30 一月 2024 15:56:34 +0800
Subject: [PATCH] 分页查询修改

---
 src/views/quality/processconfiguration/index.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue
index d6d25d3..74e8b89 100644
--- a/src/views/quality/processconfiguration/index.vue
+++ b/src/views/quality/processconfiguration/index.vue
@@ -139,6 +139,15 @@
             // render: { fun: this.addOrUpdateHandle }
               }
           },
+          // 妫�楠岀紪鍙�
+          {
+            minWidth: '140',
+            prop: 'inspectNo',
+            label: '妫�楠岀紪鍙�',
+            isTrue: true,
+            isSearch: true,
+            searchInfoType: 'text',
+          },
           // 浜у搧鍚嶇О
           {
             minWidth: '140',
@@ -281,7 +290,7 @@
         }
       },
       materialType: [{label:'鍘熸潗鏂欐楠�',value:'鍘熸潗鏂欐楠�'},{label:'杩囩▼妫�楠�',value:'杩囩▼妫�楠�'},{label:'浜у搧妫�楠�',value:'浜у搧妫�楠�'},{label:'鍖呰妫�楠�',value:'鍖呰妫�楠�'}],
-      StateList: [{label:'鍏ㄩ儴',value:''},{label:'宸叉彁浜ゅ鏍�',value:'1'},{label:'寰呭鐞�',value:'0'},{label:'宸插鐞�',value:'2'}],
+      StateList: [{label:'鍏ㄩ儴',value:''},{label:'宸叉彁浜ゅ鏍�',value:'1'},{label:'寰呭鐞�',value:'0'}],
       insStateList: [{label:'鍏朵粬',value:''},{label:'鐟曠柕',value:'1'}],
     }
   },
@@ -304,7 +313,7 @@
             fun: this.Submitreview,
             show: {
                 key: 'state',
-                val: ['0']
+                val: [0]
             }
           })
     }

--
Gitblit v1.9.3