|
|
@@ -26,10 +26,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
- {field: 'user_id', title: __('User_id')},
|
|
|
+ // {field: 'user_id', title: __('User_id')},
|
|
|
{field: 'customer_name', title: __('Customer_name'), operate: 'LIKE'},
|
|
|
- {field: 'customer_id', title: __('Customer_id')},
|
|
|
- {field: 'company_id', title: __('Company_id')},
|
|
|
+ // {field: 'customer_id', title: __('Customer_id')},
|
|
|
+ // {field: 'company_id', title: __('Company_id')},
|
|
|
{field: 'create', title: __('Create'), operate:'RANGE', addclass:'datetimerange', autocomplete:false},
|
|
|
{field: 'update', title: __('Update'), operate:'RANGE', addclass:'datetimerange', autocomplete:false},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|