Commit b0d9a4a8 by yuhao

添加单位代码

parent d596ddf9
......@@ -12232,7 +12232,7 @@ let rzcxPropLeftMenu2 = [
let rzcxcxHeader = '登录日志'
let rzcxcxFormData = {
cxSj: [`${get3month.last} 00:00:00`, `${get3month.now} 00:00:00`],
// unitcode: '',
unitcode: '',
userName: '',
limit: 10,
page: 1
......@@ -12349,17 +12349,17 @@ let rzcxCxQueryField = [
]
}
},
// {
// name: '单位代码',
// id: 'unitcode',
// type: 'codeTreeDialog', //字典弹框
// props: [], //字典弹框需要的字段
// value: '',
// placeholder: '',
// codeOptions: [],
// codeTree: 'CODE_UNIT',
// col: '3'
// }
{
name: '单位代码',
id: 'unitcode',
type: 'codeTreeDialog', //字典弹框
props: [], //字典弹框需要的字段
value: '',
placeholder: '',
codeOptions: [],
codeTree: 'CODE_UNIT',
col: '3'
}
]
let rzcxCxDefaultFormThead = [
{
......@@ -12526,17 +12526,17 @@ let rzcxGnCxQueryField = [
]
}
},
// {
// name: '单位代码',
// id: 'unitcode',
// type: 'codeTreeDialog', //字典弹框
// props: [], //字典弹框需要的字段
// value: '',
// placeholder: '',
// codeOptions: [],
// codeTree: 'CODE_UNIT',
// col: '3'
// },
{
name: '单位代码',
id: 'unitcode',
type: 'codeTreeDialog', //字典弹框
props: [], //字典弹框需要的字段
value: '',
placeholder: '',
codeOptions: [],
codeTree: 'CODE_UNIT',
col: '3'
},
{
name: '姓名',
id: 'userName',
......@@ -12711,17 +12711,17 @@ let rzcxSyqkCxQueryField = [
col: '3',
hidden: 'YH'
},
// {
// name: '单位代码',
// id: 'unitCode',
// type: 'codeTreeDialog', //字典弹框
// props: [], //字典弹框需要的字段
// value: '',
// placeholder: '',
// codeOptions: [],
// codeTree: 'CODE_UNIT',
// col: '3'
// },
{
name: '单位代码',
id: 'unitCode',
type: 'codeTreeDialog', //字典弹框
props: [], //字典弹框需要的字段
value: '',
placeholder: '',
codeOptions: [],
codeTree: 'CODE_UNIT',
col: '3'
},
{
name: '警号',
id: 'policeId',
......@@ -13665,17 +13665,17 @@ let gnfwcxQueryField = [
]
}
},
// {
// name: '单位代码',
// id: 'unitcode',
// type: 'codeTreeDialog', //字典弹框
// props: [], //字典弹框需要的字段
// value: '',
// placeholder: '',
// codeOptions: [],
// codeTree: 'CODE_UNIT',
// col: '3'
// },
{
name: '单位代码',
id: 'unitcode',
type: 'codeTreeDialog', //字典弹框
props: [], //字典弹框需要的字段
value: '',
placeholder: '',
codeOptions: [],
codeTree: 'CODE_UNIT',
col: '3'
},
{
name: '用户姓名',
id: 'username',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment