|
@@ -22,13 +22,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
url: $.fn.bootstrapTable.defaults.extend.index_url,
|
|
|
pk: 'id',
|
|
|
sortName: 'id',
|
|
|
- fixedColumns: true,
|
|
|
- fixedRightNumber: 1,
|
|
|
+// fixedColumns: true,
|
|
|
+// fixedRightNumber: 1,
|
|
|
columns: [
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'order_id', title: __('Order_id')},
|
|
|
+ {field: 'maintain.orderno', title: __('Maintain.orderno'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
+
|
|
|
// {field: 'company_id', title: __('Company_id')},
|
|
|
// {field: 'company.companyname', title: __('Company.companyname'), operate: 'LIKE'},
|
|
|
|
|
@@ -39,7 +41,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'baojia_staffid', title: __('Baojia_staffid')},
|
|
|
{field: 'admina.username', title: __('Admina.username'), operate: 'LIKE'},
|
|
|
{field: 'admina.nickname', title: __('Admina.nickname'), operate: 'LIKE'},
|
|
|
- {field: 'admina.mobile', title: __('Admina.mobile'), operate: 'LIKE'},
|
|
|
+// {field: 'admina.mobile', title: __('Admina.mobile'), operate: 'LIKE'},
|
|
|
|
|
|
{field: 'baojia_time', title: __('Baojia_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'baojia_filename', title: __('Baojia_filename'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
@@ -49,15 +51,13 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'baojia_audit_staffid', title: __('Baojia_audit_staffid')},
|
|
|
{field: 'adminb.username', title: __('Adminb.username'), operate: 'LIKE'},
|
|
|
{field: 'adminb.nickname', title: __('Adminb.nickname'), operate: 'LIKE'},
|
|
|
- {field: 'adminb.mobile', title: __('Adminb.mobile'), operate: 'LIKE'},
|
|
|
+// {field: 'adminb.mobile', title: __('Adminb.mobile'), operate: 'LIKE'},
|
|
|
|
|
|
{field: 'baojia_audit_time', title: __('Baojia_audit_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'baojia_audit_reason', title: __('Baojia_audit_reason'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
- {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+// {field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'baojia_useraudit_time', title: __('Baojia_useraudit_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
- {field: 'baojia_useraudit_reason', title: __('Baojia_useraudit_reason'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
- {field: 'maintain.orderno', title: __('Maintain.orderno'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
- {field: 'company.companyname', title: __('Company.companyname'), operate: 'LIKE'},
|
|
|
+// {field: 'baojia_useraudit_reason', title: __('Baojia_useraudit_reason'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
|
|
|
|
|
|
|