Przeglądaj źródła

提交

tags/小炒逻辑变更前
gwbvipvip 2 lat temu
rodzic
commit
fd0c28518a
2 zmienionych plików z 6 dodań i 1 usunięć
  1. +5
    -0
      src/pages/crm/coupon/coupon-Batch/components/sendCoupon.jsx
  2. +1
    -1
      src/pages/crm/coupon/coupon-Batch/index.jsx

+ 5
- 0
src/pages/crm/coupon/coupon-Batch/components/sendCoupon.jsx Wyświetl plik

@@ -200,6 +200,10 @@ const sendCoupon = (props) => {
message.error('请选择会员'); message.error('请选择会员');
return; return;
} }
if(targetKeys.length>props.lastNum){
message.error('优惠券数量不够');
return;
}
message.loading('正在发送...', key); message.loading('正在发送...', key);
try { try {
await SendCouponByUser({ await SendCouponByUser({
@@ -268,6 +272,7 @@ const sendCoupon = (props) => {
<Transfer <Transfer
oneWay={oneWay} oneWay={oneWay}
showSearch showSearch
showSelectAll
onSearch={onSearch} onSearch={onSearch}
dataSource={mockData} dataSource={mockData}
titles={['未选择', '已选中']} titles={['未选择', '已选中']}


+ 1
- 1
src/pages/crm/coupon/coupon-Batch/index.jsx Wyświetl plik

@@ -112,7 +112,7 @@ const CouponBatch = () => {
}} }}
onClick={() => { onClick={() => {
sendCouponVisible(true); sendCouponVisible(true);
setCurrentRow({ couponRangeId: record.id, couponId: record.couponId });
setCurrentRow({ couponRangeId: record.id, couponId: record.couponId,lastNum:record.lastNum });
}} }}
> >
发放 发放


Ładowanie…
Anuluj
Zapisz