From b1c2dd1869a51b8f0e4acb9ddeb148f796db147f Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 25 六月 2025 19:10:58 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue"
index 7b34e94..ef732a9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue"
@@ -24,6 +24,7 @@
             sortName: "id"
         });
         const editFormFields = ref({
+            "id":"",
             "carType": "",
             "mttype": "",
             "neworold": "",
@@ -58,11 +59,11 @@
         ]);
         const searchFormFields = ref({
             "carType":"",
-            mttype:""
+            "mttype":""
         });
         const searchFormOptions = ref([
             [
-                { "title": "閫傜敤杞﹀瀷", "field": "carType", type: "like" },
+                { "title": "閫傜敤杞﹀瀷", "field": "carType", type: "text" },
                 //{ "title": "璐т綅鐘舵��", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
                 { "title": "鍔ㄦ嫋灞炴��", "field": "mttype", type: "text" },
             ],

--
Gitblit v1.9.3