Commit 53eca0b4 by chenxin

fix: bug

parent e7660f0f
......@@ -876,6 +876,11 @@ export default {
// 商户不允许使用自动领取配置
card.manualGetFlag = 1;
}
if (card.manualGetFlag == 0 && card.cardCodeCount > this.couponAutoGetStock) {
// 开启转赠 限制库存数
this.$tips({ message: `无需手动领取库存超过(${this.couponAutoGetStock})上限`, type: 'warning' });
return;
}
card.cardExplain = this.form.cardExplain;
card.useDescript = this.form.useDescript;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment