|
|
@@ -16,7 +16,7 @@ function queryUncheckedTask(){
|
|
|
{width: 80, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'},
|
|
|
{width: 160, text: '操作', type: 'string', flex: true, field: 'id',
|
|
|
oper:[
|
|
|
- {func:'showCheck',text:'稽查',icon_class:'icon-edit'}
|
|
|
+ {func:'showCheck',text:'稽查',icon_class:'icon-eye-open'}
|
|
|
]
|
|
|
}
|
|
|
];
|
|
|
@@ -53,7 +53,7 @@ function queryUnexaminedTask(){
|
|
|
{width: 80, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'},
|
|
|
{width: 160, text: '操作', type: 'string', flex: true, field: 'id',
|
|
|
oper:[
|
|
|
- {func:'showApplyDetail',text:'处理',icon_class:'icon-edit'}
|
|
|
+ {func:'showApplyDetail',text:'处理',icon_class:'icon-hand-up'}
|
|
|
]
|
|
|
}
|
|
|
];
|
|
|
@@ -131,8 +131,8 @@ function queryUndispatchedTask(){
|
|
|
{width: 80, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'},
|
|
|
{width: 160, text: '操作', type: 'string', flex: true, field: 'id',
|
|
|
oper:[
|
|
|
- {func:'showTaskDetail',text:'任务详情',icon_class:'icon-edit'},
|
|
|
- {func:'dispatchTaskById',text:'下发',icon_class:'icon-edit'}
|
|
|
+ {func:'showTaskDetail',text:'任务详情',icon_class:'icon-tasks'},
|
|
|
+ {func:'dispatchTaskById',text:'下发',icon_class:'icon-signin'}
|
|
|
]
|
|
|
}
|
|
|
];
|
|
|
@@ -199,7 +199,7 @@ function queryDispatchedTask(){
|
|
|
{width: 80, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'},
|
|
|
{width: 160, text: '操作', type: 'string', flex: true, field: 'id',
|
|
|
oper:[
|
|
|
- {func:'showTaskDetail1',text:'任务详情',icon_class:'icon-edit'}
|
|
|
+ {func:'showTaskDetail1',text:'任务详情',icon_class:'icon-tasks'}
|
|
|
]
|
|
|
}
|
|
|
];
|
|
|
@@ -216,6 +216,5 @@ function queryDispatchedTask(){
|
|
|
function showTaskDetail1(id){
|
|
|
var rowData=getItemByIdFromArr(id,$('#dispatched_datatable').mytable('getTableData'));
|
|
|
$.checkTask = rowData;
|
|
|
- console.log(rowData);
|
|
|
changePage("/view/mytask/taskDetail.html");
|
|
|
}
|