xiaoyong931011
2022-10-08 ba6b5667b5ab59be51ee326ffe15aa622dc75b67
20220902
1 files modified
6 ■■■■ changed files
src/main/resources/templates/febs/views/modules/order/orderList.html 6 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -269,6 +269,7 @@
                        {field: 'memberBindPhone', title: '联系方式', minWidth: 120,align:'left'},
                        {field: 'goodsName', title: '商品信息', minWidth: 200,align:'left'},
                        {field: 'remark', title: '备注', minWidth: 200,align:'left'},
                        {field: 'amount', title: '订单金额', minWidth: 120,align:'left',totalRow: '{{= parseInt(d.amount) }}'},
                        {field: 'deliverType', title: '配送方式',
                            templet: function (d) {
                                if (d.deliverType === 1) {
@@ -279,9 +280,6 @@
                                    return '<span style="color:green;">快递寄送</span>'
                                }
                            }, minWidth: 120,align:'center'},
                        {field: 'amount', title: '订单金额', minWidth: 120,align:'left',totalRow: '{{= parseInt(d.amount) }}'},
                        {field: 'carriage', title: '运费', minWidth: 120,align:'left'},
                        {field: 'orderTime', title: '下单时间', minWidth: 200,align:'left'},
                    {field: 'status', title: '状态',
                            templet: function (d) {
                                if (d.status === 1) {
@@ -302,6 +300,8 @@
                                    return ''
                                }
                            }, minWidth: 80,align:'center'},
                        {field: 'carriage', title: '运费', minWidth: 120,align:'left'},
                        {field: 'orderTime', title: '下单时间', minWidth: 200,align:'left'},
                        {field: 'payMethod', title: '支付方式', minWidth: 120,align:'left'},
                        {field: 'payTime', title: '支付时间', minWidth: 200,align:'left'},
                        {field: 'payOrderNo', title: '支付订单号', minWidth: 200,align:'left'},