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/userInfo.vue |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/userInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/userInfo.vue"
index e402f39..07e3c78 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/userInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/userInfo.vue"
@@ -32,7 +32,18 @@
             const editFormFields = ref({});
             const editFormOptions = ref([]);
             const searchFormFields = ref({});
-            const searchFormOptions = ref([]);
+            const searchFormOptions = ref([
+                [
+                    {title:"鍛樺伐鍙�", field:"code", type:"like"},
+                    {title:"閮ㄩ棬缂栫爜", field:"deptNo", type:"like"},
+                    {title:"閮ㄩ棬鍚嶇О", field : "name", type:"like"}  
+                ],
+                [
+                    {title:"鐘舵��", field:"state",type:"select",dataKey:"",data:[]},
+                    {title:"搴撳瓨缁勭粐", field:"invOrgId", type:"like"},
+                    {title:"绫诲瀷", field:"type", 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:'deptNo',title:'閮ㄩ棬缂栫爜',type:'string',width:110,align:'left'},

--
Gitblit v1.9.3