|
@@ -61,6 +61,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="layui-col-xs12 layui-col-sm12">
|
|
|
+ <label class="layui-form-label">门店:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input type="text" name="branch_name" autocomplete="off" class="layui-input">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
<div class="layui-form-item" style="display: none">
|
|
|
<button id="query_search" class="layui-btn" lay-submit lay-filter="query-form-element">查询</button>
|
|
@@ -86,7 +93,8 @@
|
|
|
,url: '/activity/order/data/'
|
|
|
,where: {'delete': 0}
|
|
|
,cols: [[
|
|
|
- {field:'activity_name', title:'活动名称', width:200}
|
|
|
+ {field:'branch_name', title:'门店', width:100}
|
|
|
+ ,{field:'activity_name', title:'活动名称', width:200}
|
|
|
,{field:'member_name', title:'会员名称',width: 120}
|
|
|
,{field:'member_tel', title:'会员电话',width: 120}
|
|
|
,{field:'amount', title:'费用', width:120}
|