收款码
This commit is contained in:
parent
7c82675459
commit
17f1c4edbf
|
|
@ -146,7 +146,7 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
|
||||||
},
|
},
|
||||||
operate: '=',
|
operate: '=',
|
||||||
},
|
},
|
||||||
{field: 'dispatch_admin_user', title: '派单员',operate: 'LIKE'},
|
{field: 'customer', title: __('Customer'), operate: 'LIKE'},
|
||||||
{
|
{
|
||||||
field: 'dispatch_type',
|
field: 'dispatch_type',
|
||||||
title: '派单方式',
|
title: '派单方式',
|
||||||
|
|
@ -160,7 +160,8 @@ ${data.receive_type == 1 ? '已收定金' : '已收全款'}
|
||||||
|
|
||||||
|
|
||||||
{field: 'user.nickname', title: '录单员',operate: 'LIKE'},
|
{field: 'user.nickname', title: '录单员',operate: 'LIKE'},
|
||||||
{field: 'customer', title: __('Customer'), operate: 'LIKE'},
|
{field: 'dispatch_admin_user', title: '派单员',operate: 'LIKE'},
|
||||||
|
|
||||||
{field: 'tel', title: __('Tel'), operate: 'LIKE'},
|
{field: 'tel', title: __('Tel'), operate: 'LIKE'},
|
||||||
{field: 'area.merge_name', title: __('Area_id'), searchable: false},
|
{field: 'area.merge_name', title: __('Area_id'), searchable: false},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user