From 554ebff8616f1ed2fc578cde80642791cfaff476 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 02 一月 2025 09:29:04 +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