|
@@ -887,7 +887,7 @@ export default {
|
|
|
if(!this.specList[i].mainId) return this.$errorMsg('请选择大类')
|
|
|
if(!this.specList[i].smallId) return this.$errorMsg('请选择小类')
|
|
|
if(!this.specList[i].specValue) return this.$errorMsg('请填写规格名称')
|
|
|
- if(!this.specList[i].goodsCode) return this.$errorMsg('请选择规格型号')
|
|
|
+ if(!this.specList[i].goodsCode && this.joinCode != 'NO') return this.$errorMsg('请选择规格型号')
|
|
|
if(!this.specList[i].price) return this.$errorMsg('请填写销售价格')
|
|
|
if(!this.specList[i].orgPrice) return this.$errorMsg('请填写划线价格')
|
|
|
if(!this.specList[i].shareAmount) return this.$errorMsg('请填写佣金')
|