| | |
| | | select a.*, |
| | | b.name memberName, |
| | | b.bind_phone memberBindPhone, |
| | | b.phone memberPhone, |
| | | c.name leaderName |
| | | b.phone memberPhone |
| | | from mall_order_info a |
| | | left join mall_member b on a.member_id = b.id |
| | | left join mall_team_leader c on a.take_unique_code = c.unique_code |
| | | <where> |
| | | <if test="record != null"> |
| | | <if test="record.payResult != null and record.payResult != ''"> |
| | |
| | | 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(); |