|
|
@@ -87,7 +87,7 @@ $(function() {
|
|
|
{ width: 60, height: 60, text: '考核部门', flex: true, colClass: 'text-center', field: 'feeStationName' },
|
|
|
{ width: 40, height: 60, text: '扣分数', flex: true, colClass: 'text-center', field: 'score' },
|
|
|
{ width: 60, height: 60, text: '考核类型', flex: true, colClass: 'text-center', field: 'parent_name' },
|
|
|
- { width: 60, height: 60, text: '考核完成时间', flex: true, colClass: 'text-center', field: 'update_time' },
|
|
|
+ { width: 60, height: 60, text: '考核提交时间', flex: true, colClass: 'text-center', field: 'update_time' },
|
|
|
{ width: 100, height: 60, text: '考核项', flex: true, colClass: 'text-center', field: 'name' },
|
|
|
{ width: 200, height: 60, text: '扣分凭证', type: 'imagedd', flex: true, field: 'pics' },
|
|
|
];
|
|
|
@@ -241,7 +241,11 @@ function jumptodetail(id) {
|
|
|
$.zui.store.set('store_param_' + current_url, pdata);
|
|
|
|
|
|
url = "/view/mytask/taskDetail.html"
|
|
|
- changePage(url);
|
|
|
+
|
|
|
+ post_common_service("/checkAppeal/getByTaskId", { "task_id": id }, function(data) {
|
|
|
+ $.checkTask.appeal = data;
|
|
|
+ changePage(url);
|
|
|
+ });
|
|
|
}, function(error) {
|
|
|
|
|
|
});
|