| | |
| | | </select> |
| | | |
| | | <select id="selectAddressAmountListInPage" resultType="cc.mrbird.febs.mall.vo.AdminMallAddressInfoVo"> |
| | | |
| | | SELECT |
| | | a.province, |
| | | a.city |
| | |
| | | elem: $view.find('table'), |
| | | id: 'addressAmountTable', |
| | | url: ctx + 'admin/mallMember/addressAmountList', |
| | | defaultToolbar:[], |
| | | totalRow : true, |
| | | toolbar: '#tableToolBar', |
| | | cols: [[ |
| | | {field: 'province', title: '省', minWidth: 100,align:'left'}, |
| | | {field: 'province', title: '省', minWidth: 100,align:'left',totalRowText:"合计"}, |
| | | {field: 'city', title: '市', minWidth: 100,align:'left'}, |
| | | {field: 'orderCnt', title: '订单数量', minWidth: 100,align:'left'}, |
| | | {field: 'amount', title: '总金额', minWidth: 100,align:'left'} |
| | | {field: 'orderCnt', title: '订单数量', minWidth: 100,align:'left', totalRow:true}, |
| | | {field: 'amount', title: '总金额', minWidth: 100,align:'left', totalRow:true} |
| | | ]] |
| | | }); |
| | | } |
| | |
| | | <a lay-event="edit" shiro:hasPermission="user:update"><i |
| | | class="layui-icon febs-edit-area febs-blue"></i></a> |
| | | </script> |
| | | <script type="text/html" id="tableToolBar"> |
| | | <script type="text/html" id="tableToolBarOrder"> |
| | | <div class="layui-btn-container"> |
| | | <!-- <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="exportDeliverOne">导出待发货订单,系统自动发货</button>--> |
| | | <!-- <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="confirmOrder">确认到货</button>--> |
| | |
| | | url: ctx + 'admin/order/orderList?orderType=1', |
| | | // defaultToolbar: [], |
| | | //系统自带打印导出 |
| | | toolbar: '#tableToolBar', |
| | | toolbar: '#tableToolBarOrder', |
| | | cols: [[ |
| | | {type: 'checkbox', fixed: 'left'}, |
| | | {field: 'orderNo', title: '订单编号', minWidth: 200,align:'left'}, |