xiaoyong931011
2023-02-22 8e3cdf55ee327cd1db498070773880eb2b663ee4
src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -143,7 +143,7 @@
            $reset = $view.find('#reset'),
            $searchForm = $view.find('form'),
            $add = $view.find('#add'),
            sortObject = {field: 'phone', type: null},
            sortObject = {field: 'orderTime', type: 'desc'},
            formSelects = layui.formSelects,
            laydate = layui.laydate,
            tableIns;
@@ -205,9 +205,11 @@
                    febs.alert.warn('请选择需要统计的订单');
                    return;
                }
                febs.modal.open( '商品数量统计', 'modules/order/goodsStatistics/'+statistics, {
                let statisticIds = statistics;
                febs.modal.open( '商品数量统计', 'modules/order/goodsStatistics/'+statisticIds, {
                    maxmin: true,
                });
                statistics = 0;
                // febs.get(ctx + 'admin/order/goodsStatistics?orderIds='+ids, null, function () {
                //     febs.alert.success('操作成功');
                //     $query.click();