通知
This commit is contained in:
parent
6ae3d1e163
commit
4d8e3f6986
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user