跟进重构
This commit is contained in:
parent
48de1eb9ea
commit
ea2901e902
|
|
@ -119,17 +119,17 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
|||
{field: 'arrive_time', title: __('上门时间'), operate:false, addclass:'datetimerange', autocomplete:false},
|
||||
{field: 'arrive_image', title: __('上门照片'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.images},
|
||||
|
||||
{field: 'estimated_finish_time', title: __('预估完成时间'), operate:false, addclass:'datetimerange', autocomplete:false},
|
||||
|
||||
{field: 'is_finish_today', title: __('预估时间能否完成'), operate:false,formatter: function(value, row, index) {
|
||||
if (value === 1) {
|
||||
return '<span style="color:green;">能</span>';
|
||||
} else {
|
||||
return '<span style="color:red;">不能</span>';
|
||||
}
|
||||
}},
|
||||
|
||||
{field: 'work_progress', title: __('进度'), operate:false},
|
||||
// {field: 'estimated_finish_time', title: __('预估完成时间'), operate:false, addclass:'datetimerange', autocomplete:false},
|
||||
//
|
||||
// {field: 'is_finish_today', title: __('预估时间能否完成'), operate:false,formatter: function(value, row, index) {
|
||||
// if (value === 1) {
|
||||
// return '<span style="color:green;">能</span>';
|
||||
// } else {
|
||||
// return '<span style="color:red;">不能</span>';
|
||||
// }
|
||||
// }},
|
||||
//
|
||||
// {field: 'work_progress', title: __('进度'), operate:false},
|
||||
|
||||
// {field: 'is_notice', title: __('Is_notice'), searchList: {"0":__('Is_notice 0'),"1":__('Is_notice 1')}, formatter: Table.api.formatter.normal},
|
||||
// {field: 'admin_id', title: __('Admin_id')},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user