| | |
| | | <div class="layui-btn-container"> |
| | | <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="exportDeliver">导出未发货订单</button> |
| | | <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" id="importDeliver" lay-event="importDeliver">导入发货</button> |
| | | <button class="layui-btn layui-btn-sm layui-btn-primary febs-button-blue-plain" lay-event="exportDeliverDone">导出已发货订单</button> |
| | | </div> |
| | | </script> |
| | | <!-- 表格操作栏 end --> |
| | |
| | | if (event == 'exportDeliver') { |
| | | window.location.href = ctx + "admin/order/exportOrderList?orderType=1&status=2"; |
| | | } |
| | | |
| | | if (event == 'exportDeliverDone') { |
| | | window.location.href = ctx + "admin/order/exportOrderList?orderType=1&status=3"; |
| | | } |
| | | }); |
| | | |
| | | upload.render({ |