From 11a0b98b93797e884bac39abbab086e82f924f9c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 22 Feb 2023 11:59:06 +0800 Subject: [PATCH] 商品排序 --- src/main/resources/templates/febs/views/modules/order/orderList.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/order/orderList.html b/src/main/resources/templates/febs/views/modules/order/orderList.html index 5e445e9..097cedf 100644 --- a/src/main/resources/templates/febs/views/modules/order/orderList.html +++ b/src/main/resources/templates/febs/views/modules/order/orderList.html @@ -89,7 +89,7 @@ </form> <table lay-filter="orderTable" lay-data="{id: 'orderTable'}"></table> <style type="text/css"> - .layui-table-cell{ + .layui-table cell{ text-align:center; height: auto; white-space: nowrap; /*文本不会换行,在同一行显示*/ @@ -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(); -- Gitblit v1.9.1