Commit bd29eb25 by huaying

Merge branch 'feature/巴拉积分购'

parents bee7d6a9 402dbde6
......@@ -2233,10 +2233,10 @@ export default {
this.$message.error('请填写库存');
return false;
}
if ((item.giftProSkuCash == '0.00' || item.giftProSkuCash === 0) && !this.jifenquanxian) {
this.$message.error('请填写现金');
return false;
}
// if ((item.giftProSkuCash == '0.00' || item.giftProSkuCash === 0) && !this.jifenquanxian) {
// this.$message.error('请填写现金');
// return false;
// }
if(this.giftType == 1 && this.$store.state.product.erpGoodsFlag && !item.giftProSkuStandCode) {
this.$message.error('您已开启商品兑换库存同步接口,规格编码必填');
return false;
......
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