|
|
@ -63,21 +63,6 @@
|
|
|
|
field: 'loginName',
|
|
|
|
field: 'loginName',
|
|
|
|
title: '人员编号',
|
|
|
|
title: '人员编号',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examine',
|
|
|
|
|
|
|
|
title: '审核状态',
|
|
|
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
|
|
|
return $.table.selectDictLabel(examineState, value);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examineuser',
|
|
|
|
|
|
|
|
title: '审核人',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examinedate',
|
|
|
|
|
|
|
|
title: '审核时间',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'userName',
|
|
|
|
field: 'userName',
|
|
|
|
title: '人员姓名',
|
|
|
|
title: '人员姓名',
|
|
|
@ -104,6 +89,13 @@
|
|
|
|
field: 'userarea',
|
|
|
|
field: 'userarea',
|
|
|
|
title: '户籍地址',
|
|
|
|
title: '户籍地址',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examine',
|
|
|
|
|
|
|
|
title: '审核状态',
|
|
|
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
|
|
|
return $.table.selectDictLabel(examineState, value);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '操作',
|
|
|
|
title: '操作',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
@ -126,21 +118,6 @@
|
|
|
|
field: 'loginName',
|
|
|
|
field: 'loginName',
|
|
|
|
title: '人员编号',
|
|
|
|
title: '人员编号',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examine',
|
|
|
|
|
|
|
|
title: '审核状态',
|
|
|
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
|
|
|
return $.table.selectDictLabel(examineState, value);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examineuser',
|
|
|
|
|
|
|
|
title: '审核人',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examinedate',
|
|
|
|
|
|
|
|
title: '审核时间',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
field: 'userName',
|
|
|
|
field: 'userName',
|
|
|
|
title: '人员姓名',
|
|
|
|
title: '人员姓名',
|
|
|
@ -167,6 +144,21 @@
|
|
|
|
field: 'userarea',
|
|
|
|
field: 'userarea',
|
|
|
|
title: '户籍地址',
|
|
|
|
title: '户籍地址',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examine',
|
|
|
|
|
|
|
|
title: '审核状态',
|
|
|
|
|
|
|
|
formatter: function(value, row, index) {
|
|
|
|
|
|
|
|
return $.table.selectDictLabel(examineState, value);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examineuser',
|
|
|
|
|
|
|
|
title: '审核人',
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
field: 'examinedate',
|
|
|
|
|
|
|
|
title: '审核时间',
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '操作',
|
|
|
|
title: '操作',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|