|
@@ -99,18 +99,16 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
// {field: 'id', title: __('Id'),visible:false},
|
|
|
{field: 'user_id', title: __('User_id')},
|
|
|
- {field: 'user.nickname', title: __('User name')},
|
|
|
- // {field: 'intro.nickname', title: '推广人'},
|
|
|
- // {field: 'intro.mobile', title: '推广人手机'},
|
|
|
- {field: 'hexiao.nickname', title: '核销人'},
|
|
|
+ {field: 'usera.nickname', title: '用户昵称',operate: 'LIKE'},
|
|
|
+ {field: 'hexiao.nickname', title: '核销人昵称',operate: 'LIKE'},
|
|
|
// {field: 'hexiao.mobile', title: '核销人手机'},
|
|
|
- {field: 'out_trade_no', title: __('Out_trade_no')},
|
|
|
+ {field: 'out_trade_no', title: __('Out_trade_no'),operate: 'LIKE'},
|
|
|
|
|
|
{field: 'op.product_id', title: '活动ID'},
|
|
|
- {field: 'op.title', title: '活动标题'},
|
|
|
+ {field: 'op.title', title: '活动标题',operate: 'LIKE'},
|
|
|
// {field: 'op.spec', title: '商品规格'},
|
|
|
- {field: 'op.price', title: '活动单价'},
|
|
|
- {field: 'op.number', title: '报名人数'},
|
|
|
+ {field: 'op.price', title: '活动单价',operate: false},
|
|
|
+ {field: 'op.number', title: '报名人数',operate: false},
|
|
|
{field: 'book_realname', title: __('book_realname'),operate:'LIKE'},
|
|
|
{field: 'book_mobile', title: __('book_mobile'), operate:'LIKE'},
|
|
|
|
|
@@ -201,7 +199,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
// {field: 'id', title: __('Id'),visible:false},
|
|
|
{field: 'user_id', title: __('User_id')},
|
|
|
- {field: 'user.nickname', title: __('User name')},
|
|
|
+ {field: 'usera.nickname', title: __('User name')},
|
|
|
{field: 'out_trade_no', title: __('Out_trade_no')},
|
|
|
{field: 'order_price', title: __('Order_price'), operate:'BETWEEN'},
|
|
|
{field: 'discount_price', title: __('Discount_price'), operate:'BETWEEN'},
|