| | |
| | | ,accept: 'file' //普通文件 |
| | | ,done: function(res){ |
| | | console.log("123"); |
| | | febs.alert.success('操作成功'); |
| | | $query.click(); |
| | | } |
| | | }); |
| | | |
| | |
| | | {field: 'orderNo', title: '订单编号', minWidth: 200,align:'left'}, |
| | | {field: 'memberName', title: '购买人', minWidth: 100,align:'left'}, |
| | | {field: 'memberPhone', title: '联系方式', minWidth: 120,align:'left'}, |
| | | // {field: 'memberBindPhone', title: '联系方式', minWidth: 120,align:'left'}, |
| | | {field: 'goodsName', title: '商品', minWidth: 160,align:'left'}, |
| | | {field: 'amount', title: '订单金额', minWidth: 160,align:'left'}, |
| | | // {field: 'leaderName', title: '团长', minWidth: 120,align:'left'}, |
| | | {field: 'goodsAmount', title: '价格', minWidth: 80,align:'left'}, |
| | | {field: 'carriage', title: '邮费', minWidth: 80,align:'left'}, |
| | | {field: 'amount', title: '总金额', minWidth: 100,align:'left'}, |
| | | {field: 'orderTime', title: '下单时间', minWidth: 200,align:'left'}, |
| | | // {field: 'isHome', title: '配送方式', |
| | | // templet: function (d) { |
| | | // if (d.isHome === 2) { |
| | | // return '<span style="color:dodgerblue;">自提</span>' |
| | | // } else if (d.isHome === 1) { |
| | | // return '<span style="color:forestgreen;">送货上门</span>' |
| | | // }else{ |
| | | // return '' |
| | | // } |
| | | // }, minWidth: 100,align:'center'}, |
| | | {field: 'status', title: '状态', |
| | | templet: function (d) { |
| | | if (d.status === 1) { |