|
|
@@ -25,7 +25,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
|
var form = $("form", table.$commonsearch); |
|
|
|
$("input[name='channel_name']", form).addClass("selectpage").data("source", "cf_channel_info/index").data("primaryKey", "channel_name").data("field", "channel_name").data("orderBy", "id desc"); |
|
|
|
$("input[name='commissioner']", form).addClass("selectpage").data("source", "auth/admin/index").data("primaryKey", "nickname").data("field", "nickname").data("orderBy", "id desc"); |
|
|
|
$("input[name='nickname']", form).addClass("selectpage").data("source", "auth/admin/index").data("primaryKey", "nickname").data("field", "nickname").data("orderBy", "id desc"); |
|
|
|
$("input[name='hbp_admin.nickname']", form).addClass("selectpage").data("source", "auth/admin/index").data("primaryKey", "nickname").data("field", "nickname").data("orderBy", "id desc"); |
|
|
|
Form.events.cxselect(form); |
|
|
|
Form.events.selectpage(form); |
|
|
|
}); |
|
|
@@ -40,7 +40,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
|
{field: 'commissioner', title: __('Commissioner'),formatter: Table.api.formatter.search}, |
|
|
|
{field: 'channel_name', title: __('下单渠道'), operate: 'LIKE'}, |
|
|
|
{field: 'channel_order_no', title: __('Channel_order_no'), operate: 'LIKE'}, |
|
|
|
{field: 'nickname', title: __('下单用户'), operate: 'LIKE'}, |
|
|
|
{field: 'hbp_admin.nickname', title: __('订单提交人'), operate: 'LIKE'}, |
|
|
|
{field: 'user_name', title: __('订单联系人'), operate: 'LIKE'}, |
|
|
|
{field: 'user_phone', title: __('User_phone'), operate: 'LIKE'}, |
|
|
|
{field: 'total_amount', title: __('Total_amount'), operate:'BETWEEN'}, |
|
|
|
{field: 'cost_amount', title: __('Cost_amount'), operate:'BETWEEN'}, |
|
|
|