| | |
| | | }); |
| | | } |
| | | if (layEvent === 'leaderCancel') { |
| | | febs.modal.confirm('取消', '确认取消该团长?', function () { |
| | | febs.modal.confirm('取消', '用户被取消团长资格将无法再次申请', function () { |
| | | leaderCancel(data.id); |
| | | }); |
| | | } |
| | |
| | | templet: function (d) { |
| | | return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.addressPic+'" alt=""></a>'; |
| | | }, minWidth: 150,align:'center'}, |
| | | {field: 'addressArea', title: '自提点名称', minWidth: 150,align:'left'}, |
| | | {field: 'detailAddress', title: '自提点地址', minWidth: 150,align:'left'}, |
| | | {field: 'totalProfit', title: '收益', minWidth: 150,align:'left'}, |
| | | // {field: 'phone', title: '电话', minWidth: 150,align:'left'}, |
| | | {field: 'state', title: '状态', |
| | | templet: function (d) { |
| | | if (d.state === 1) { |