From 363678a54142e62fdd4ca39a0db5c54af1a704dc Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 29 二月 2024 15:39:59 +0800
Subject: [PATCH] 生产调度修改

---
 src/views/quality/packageinspect/index.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/views/quality/packageinspect/index.vue b/src/views/quality/packageinspect/index.vue
index e8a924d..e6093cd 100644
--- a/src/views/quality/packageinspect/index.vue
+++ b/src/views/quality/packageinspect/index.vue
@@ -17,7 +17,7 @@
   <template>
     <div class="mod-config">
         <basic-container>
-            <ttable 
+            <ttable
             :table="table"
             :resultData="resultData"
             @handleSelectionChange="handleSelectionChange"
@@ -121,7 +121,7 @@
                         isTrue: true,
                         sort: true,
                         isSearch: true,
-                        searchInfoType: 'text',
+                        searchInfoType: 'date',
                         formatter: this.formatDateTime,
                     },
                     {
@@ -155,7 +155,7 @@
     components: {
         ttable,
     },
-    created() { 
+    created() {
         if(this.permissions.quality_packageinspect_del){
             this.table.operator = [{
                     text: '浣滃簾',
@@ -202,7 +202,7 @@
             }
             this.$router.push({
                 name: 'packageInspectForm',
-                query: { 
+                query: {
                     id: row == null ? null : row.id
                  },
                  params:{resultVal : row.result=='' ? null : row.result}
@@ -229,4 +229,3 @@
     }
   }
   </script>
-  
\ No newline at end of file

--
Gitblit v1.9.3