From 6db8e7dcbb1bfe368a88a21f8856449ed40935f5 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期六, 28 十二月 2024 16:57:30 +0800
Subject: [PATCH] 更新前端

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/customerInfo.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/customerInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/customerInfo.vue"
index 4afd641..ff75f6e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/customerInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/customerInfo.vue"
@@ -32,7 +32,14 @@
             const editFormFields = ref({});
             const editFormOptions = ref([]);
             const searchFormFields = ref({});
-            const searchFormOptions = ref([]);
+            const searchFormOptions = ref([
+               [
+                    {title:"瀹㈡埛缂栫爜", field:"code", type:"like"},
+                    {title:"瀹㈡埛鍚嶇О", field:"name", type:"like"},
+                    {title:"瀹㈡埛鍏ㄧО", field : "nickName", type:"like"},
+                    {title:"鐘舵��", field:"state",type:"select",dataKey:"",data:[]}
+               ]
+            ]);
             const columns = ref([{field:'id',title:'涓婚敭',type:'int',width:110,hidden:true,readonly:true,require:true,align:'left'},
                        {field:'code',title:'瀹㈡埛缂栫爜',type:'string',width:110,align:'left',sort:true},
                        {field:'name',title:'瀹㈡埛鍚嶇О',type:'string',width:110,align:'left'},

--
Gitblit v1.9.3