|
@@ -6,12 +6,12 @@ function queryUncheckedTask(){
|
|
|
"dept": $("#dept").val()
|
|
"dept": $("#dept").val()
|
|
|
}
|
|
}
|
|
|
var cols = [
|
|
var cols = [
|
|
|
- {width: 80, text: '序号', type: 'number', flex: false, colClass: 'text-center',field: 'num'},
|
|
|
|
|
- {width: 160, text: '任务名称', type: 'date', flex: false, sort: 'down',field: 'name'},
|
|
|
|
|
|
|
+ {width: 80, text: '序号', type: 'number', flex: true, colClass: 'text-center',field: 'num'},
|
|
|
|
|
+ {width: 160, text: '任务名称', type: 'string', flex: true, sort: 'down',field: 'name'},
|
|
|
{width: 80, text: '考核人员', type: 'string', flex: true, colClass: '',field: 'checked_person'},
|
|
{width: 80, text: '考核人员', type: 'string', flex: true, colClass: '',field: 'checked_person'},
|
|
|
- {width: 160, text: '考核部门', type: 'date', flex: false, sort: 'down',field: 'checked_dept'},
|
|
|
|
|
|
|
+ {width: 160, text: '考核部门', type: 'string', flex: true, sort: 'down',field: 'checked_dept'},
|
|
|
{width: 80, text: '稽查人员', type: 'string', flex: true, colClass: '',field: 'checkman'},
|
|
{width: 80, text: '稽查人员', type: 'string', flex: true, colClass: '',field: 'checkman'},
|
|
|
- {width: 160, text: '稽查时间段', type: 'date', flex: false, sort: 'down',field: 'start_time'},
|
|
|
|
|
|
|
+ {width: 160, text: '稽查时间段', type: 'string', flex: true, sort: 'down',field: 'start_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:[
|