提交 9a564161 authored 作者: luojie's avatar luojie

修改订单列表不能展现

上级 cdc2481d
...@@ -46,12 +46,12 @@ public class TbCfOrderListController { ...@@ -46,12 +46,12 @@ public class TbCfOrderListController {
/** /**
* 订单列表(运营简表) * 订单列表(运营简表)
*/ */
@GetMapping("/totalPay") /*@GetMapping("/totalPay")
@ResponseBody @ResponseBody
public R totalPay(){ public R totalPay(){
//查询列表数据 //查询列表数据
int totalPay = tbCfOrderListService.totalPay(); int totalPay = tbCfOrderListService.totalPay();
return R.ok().put("totalPay", totalPay); return R.ok().put("totalPay", totalPay);
} }*/
} }
...@@ -18,7 +18,7 @@ $(function () { ...@@ -18,7 +18,7 @@ $(function () {
{label: '商品数量', name: 'itemNum', index: 'item_num', width: 30}, {label: '商品数量', name: 'itemNum', index: 'item_num', width: 30},
{label: '收货地址', name: 'deliveryAddress', index: 'delivery_address', width: 100}, {label: '收货地址', name: 'deliveryAddress', index: 'delivery_address', width: 100},
{label: '快递单号', name: 'pExpressNumber', index: 'p_express_number', width: 80,sortable:false}, {label: '快递单号', name: 'pExpressNumber', index: 'p_express_number', width: 80,sortable:false},
{label: '支付方式', name: 'payWayCode', index: 'pay_way_code', width: 35,payWayCodeFormat}, {label: '支付方式', name: 'payWayCode', index: 'pay_way_code', width: 35,formatter:payWayCodeFormat},
{label: '物流状态', name: 'deliveryFlag', index: 'delivery_flag', width: 40,formatter:deliveryFlagFormat}, {label: '物流状态', name: 'deliveryFlag', index: 'delivery_flag', width: 40,formatter:deliveryFlagFormat},
{label: '代购人', name: 'userName', index: 'user_name', width: 40}, {label: '代购人', name: 'userName', index: 'user_name', width: 40},
{label: '总金额', name: 'totalPay', index: 'totalPay', width: 40,hidden:true} {label: '总金额', name: 'totalPay', index: 'totalPay', width: 40,hidden:true}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论