|
|
@@ -109,32 +109,21 @@ function queryTask() {
|
|
|
setMonitor();
|
|
|
cols = [
|
|
|
{ width: 80, text: '序号', type: 'number', flex: true, colClass: 'text-center', field: 'num' },
|
|
|
- // { width: 80, text: '清障队', type: 'string', flex: true, colClass: 'text-center', sort: 'down', field: 'deptName' },
|
|
|
{ width: 80, text: '桩号', type: 'string', flex: true, colClass: 'text-center', sort: 'down', field: 'addr' },
|
|
|
- // { width: 80, text: '客户信息', type: 'string', flex: true, sort: 'down', colClass: 'text-center', field: 'car_user_info' },
|
|
|
+ // { width: 120, text: '接警时间', type: 'string', flex: true, sort: 'down', colClass: 'text-center', field: 'received_time' },
|
|
|
{ width: 120, text: '接警时间', type: 'string', flex: true, sort: 'down', colClass: 'text-center', field: 'received_time' },
|
|
|
- // { width: 160, text: '最后时间', type: 'string', flex: true, sort: 'down', colClass: 'text-center', field: 'last_time' },
|
|
|
{ width: 120, text: '出勤人员', type: 'string', flex: true, sort: 'down', colClass: 'text-center', field: 'userNames' },
|
|
|
- // {width: 120, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'}
|
|
|
+ { width: 160, text: '正副班长', type: 'monitor', flex: true, field: 'id', colClass: 'text-center' },
|
|
|
+ { width: 160, text: '视频上传', type: 'imagebutton', flex: true, field: 'videos', colClass: 'text-center'},
|
|
|
+ { width: 160, text: '图片上传', type: 'imagebutton', flex: true, field: 'pics', colClass: 'text-center' },
|
|
|
];
|
|
|
- var colFunc3 = { width: 160, text: '正副班长', type: 'monitor', flex: true, field: 'id', colClass: 'text-center' };
|
|
|
- // var colFunc5 = { width: 160, text: '正副班长', type: 'monitor', flex: true, field: 'id', colClass: 'text-center' };
|
|
|
- //var colFunc3 = { width: 160, text: '视频上传', type: 'imagebutton', flex: true, field: 'videos', colClass: 'text-center' };
|
|
|
- // var colFunc4 = { width: 160, text: '是否按时到达', type: 'arrive', flex: true, field: 'id', colClass: 'text-center' };
|
|
|
- var colFunc1 = { width: 160, text: '视频上传', type: 'imagebutton', flex: true, field: 'videos', colClass: 'text-center' };
|
|
|
- var colFunc2 = { width: 160, text: '图片上传', type: 'imagebutton', flex: true, field: 'pics', colClass: 'text-center' };
|
|
|
var colFunc = { width: 40, text: '操作', type: 'string', flex: true, field: 'id', colClass: 'text-center' };
|
|
|
colFunc.oper = $.zui.store.get("task_table_btn_2");
|
|
|
- cols.push(colFunc3);
|
|
|
- cols.push(colFunc1);
|
|
|
- cols.push(colFunc2);
|
|
|
- // cols.push(colFunc3);
|
|
|
- //cols.push(colFunc5);
|
|
|
cols.push(colFunc);
|
|
|
$("#isCompleteDiv").hide();
|
|
|
$("#isComplete").val(1);
|
|
|
data.isComplete = 1;
|
|
|
- data.isApply = 0;
|
|
|
+ //data.isApply = 0;
|
|
|
}
|
|
|
//只有下发才显示复选框
|
|
|
var checkable = false;
|