From e43adae114f0edc580a20e84605c34ee0671c59d Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 04 一月 2025 09:36:40 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn
---
代码管理/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