|
@@ -102,6 +102,7 @@ $(function() {
|
|
|
{ width: 60, height: 60, text: '考核类型', flex: true, colClass: 'text-center', field: 'parent_name' },
|
|
{ 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: 100, height: 60, text: '考核项', flex: true, colClass: 'text-center', field: 'name' },
|
|
|
|
|
+ { width: 200, height: 60, text: '考核结果', flex: true, colClass: 'text-center', field: 'start_score' },
|
|
|
{ width: 200, height: 60, text: '扣分凭证', type: 'imagedd', flex: true, field: 'pics' },
|
|
{ width: 200, height: 60, text: '扣分凭证', type: 'imagedd', flex: true, field: 'pics' },
|
|
|
];
|
|
];
|
|
|
if (cur_status == 12 || cur_status == 13) {
|
|
if (cur_status == 12 || cur_status == 13) {
|