配置订单

This commit is contained in:
xman 2025-03-27 21:31:55 +08:00
parent 6f9052e0fc
commit 8b72f9b5ec

View File

@ -44,8 +44,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{field: 'order.customer', title: __('Order.customer'), operate: 'LIKE'},
{field: 'order.tel', title: __('Order.tel'), operate: 'LIKE'},
{field: 'order.worker_name', title: __('Order.worker_name'), operate: 'LIKE'},
{field: 'order.worker_tel', title: __('Order.worker_tel'), operate: 'LIKE'},
// {field: 'order.worker_name', title: __('Order.worker_name'), operate: 'LIKE'},
// {field: 'order.worker_tel', title: __('Order.worker_tel'), operate: 'LIKE'},
//{field: 'handle_admin_id', title: __('Handle_admin_id')},
{field: 'handle_admin_user', title: __('Handle_admin_user'), operate: 'LIKE'},
{field: 'handle_time', title: __('Handle_time'), operate:false, addclass:'datetimerange', autocomplete:false},