| | |
| | | class="form-control datetimepicker" id="orderEndTime"> |
| | | </div> |
| | | |
| | | <input type="hidden" value="" name="orderStatus" id="orderStatus"/> |
| | | <input type="hidden" value="2" name="orderStatus" id="orderStatus"/> |
| | | <div class="form-group mr-20"> |
| | | <button type="button" class="btn btn-my btn-sm active" id="btn0" value="">全部</button> |
| | | <button type="button" class="btn btn-my btn-sm" id="btn0" value="">全部</button> |
| | | <button type="button" class="btn btn-my btn-sm" id="btn1" value="1">待付款</button> |
| | | <button type="button" class="btn btn-my btn-sm" id="btn2" value="2">待配送</button> |
| | | <button type="button" class="btn btn-my btn-sm active" id="btn2" value="2">待配送</button> |
| | | <button type="button" class="btn btn-my btn-sm" id="btn3" value="3">待收货</button> |
| | | <button type="button" class="btn btn-my btn-sm" id="btn4" value="4">待评价</button> |
| | | <button type="button" class="btn btn-my btn-sm" id="btn5" value="5">已评价</button> |
| | |
| | | class="btn btn-info" |
| | | matrix:btn="order-exportExcel"> |
| | | <i class="fa fa-search "></i> 导出EXCEL |
| | | </button> |
| | | <button onclick="importLogisticsInfo()" type="button" |
| | | class="btn btn-info" |
| | | matrix:btn="order-exportExcel"> |
| | | <i class="fa fa-search "></i> 导入快递单 |
| | | </button> |
| | | <button type="reset" class="btn btn-info "> |
| | | <i class="fa fa-refresh "></i> 重置 |
| | |
| | | $(this).addClass("active"); |
| | | }); |
| | | |
| | | function importLogisticsInfo() { |
| | | layer.open({ |
| | | type: 2, |
| | | title: "导入快递单", |
| | | area: [MUI.SIZE_L, '400px'], |
| | | content : [ basePath+'/admin/redirect/shop/logisticsImport-form'] |
| | | }); |
| | | } |
| | | |
| | | |
| | | |
| | | function exportExcel() { |