|
@@ -194,7 +194,8 @@ function queryDispatchedTask(){
|
|
|
{width: 80, text: '考核人员', type: 'string', flex: true, colClass: '',field: 'checked_person_name'},
|
|
{width: 80, text: '考核人员', type: 'string', flex: true, colClass: '',field: 'checked_person_name'},
|
|
|
{width: 160, text: '考核部门', type: 'string', flex: true, sort: 'down',field: 'checked_dept_name'},
|
|
{width: 160, text: '考核部门', type: 'string', flex: true, sort: 'down',field: 'checked_dept_name'},
|
|
|
{width: 80, text: '稽查人员', type: 'string', flex: true, colClass: '',field: 'checkman_name'},
|
|
{width: 80, text: '稽查人员', type: 'string', flex: true, colClass: '',field: 'checkman_name'},
|
|
|
- {width: 160, text: '稽查时间段', type: 'string', flex: true, sort: 'down',field: 'start_time'},
|
|
|
|
|
|
|
+ {width: 100, text: '开始时间', type: 'string', flex: true, sort: 'down',field: 'start_time'},
|
|
|
|
|
+ {width: 100, text: '结束时间', type: 'string', flex: true, sort: 'down',field: 'end_time'},
|
|
|
{width: 80, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'},
|
|
{width: 80, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'},
|
|
|
{width: 160, text: '操作', type: 'string', flex: true, field: 'id',
|
|
{width: 160, text: '操作', type: 'string', flex: true, field: 'id',
|
|
|
oper:[
|
|
oper:[
|