diff --git a/application/admin/view/orders/configorder/index.html b/application/admin/view/orders/configorder/index.html
index b967c83..5b6b25b 100644
--- a/application/admin/view/orders/configorder/index.html
+++ b/application/admin/view/orders/configorder/index.html
@@ -1,14 +1,14 @@
-
- {:build_heading(null,FALSE)}
-
-
+
+
+
+
+
+
+
+
+
diff --git a/public/assets/js/backend/orders/configorder.js b/public/assets/js/backend/orders/configorder.js
index b0962cd..df3b4c8 100644
--- a/public/assets/js/backend/orders/configorder.js
+++ b/public/assets/js/backend/orders/configorder.js
@@ -28,30 +28,34 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
[
{field: 'id', title: __('Id')},
{field: 'order_no', title: __('Order_no'), operate: 'LIKE'},
- {field: 'customer', title: __('Customer'), operate: 'LIKE'},
- {field: 'tel', title: __('Tel'), operate: 'LIKE'},
+ // {field: 'customer', title: __('Customer'), operate: 'LIKE'},
+ //{field: 'tel', title: __('Tel'), operate: 'LIKE'},
+
+ //{field: 'dispatch.worker_name', title: __('Dispatch.worker_name'), operate: 'LIKE'},
+ //{field: 'dispatch.worker_tel', title: __('Dispatch.worker_tel'), operate: 'LIKE'},
+
+ {field: 'dispatch.admin_user', title: __('Dispatch.admin_user'), operate: 'LIKE'},
+
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"10":__('Status 10'),"20":__('Status 20'),"30":__('Status 30'),"40":__('Status 40'),"50":__('Status 50'),"60":__('Status 60'),"-10":__('Status -10')}, formatter: Table.api.formatter.status},
- {field: 'address', title: __('Address'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
+ // {field: 'address', title: __('Address'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
{field: 'source_shop', title: __('Source_shop'), operate: 'LIKE'},
- {field: 'source', title: __('Source')},
- {field: 'source_uid', title: __('Source_uid'), operate: 'LIKE'},
+ // {field: 'source', title: __('Source')},
+ // {field: 'source_uid', title: __('Source_uid'), operate: 'LIKE'},
{field: 'item_title', title: __('Item_title'), operate: 'LIKE'},
-
{field: 'total', title: __('Total'), operate:'BETWEEN'},
{field: 'online_amount', title: __('Online_amount'), operate:'BETWEEN'},
{field: 'offline_amount', title: __('Offline_amount'), operate:'BETWEEN'},
- {field: 'dispatch_type', title: __('Dispatch_type')},
+ // {field: 'dispatch_type', title: __('Dispatch_type')},
{field: 'create_time', title: __('Create_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false},
{field: 'update_time', title: __('Update_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false},
- {field: 'dispatch.worker_name', title: __('Dispatch.worker_name'), operate: 'LIKE'},
- {field: 'dispatch.worker_tel', title: __('Dispatch.worker_tel'), operate: 'LIKE'},
- {field: 'dispatch.finish_time', title: __('Dispatch.finish_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false},
+
+ // {field: 'dispatch.finish_time', title: __('Dispatch.finish_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false},
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
]
]