This commit is contained in:
xman 2025-06-05 21:53:08 +08:00
parent 6ae3d1e163
commit 4d8e3f6986
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class AutoDispatchLogic
//日志
$hookparams['order'] = $order;
$hookparams['role'] = 1;
$hookparams['auth'] = $admin;
$hookparams['auth'] = null;
$hookparams['remark'] = '系统自动完成派单';//. $worker->name.'('.$worker->tel.')';
Hook::listen('order_change', $hookparams);

View File

@ -90,7 +90,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
{field: 'worker_name', title: __('Worker_name'), operate: 'LIKE'},
{field: 'worker_tel', title: __('Worker_tel'), operate: 'LIKE'},
{field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('自动')}, formatter: Table.api.formatter.normal,
defaultValue: '1'
// defaultValue: '1'
},