|
|
@ -320,15 +320,6 @@ export default { |
|
|
|
this.$message.error('一个商品只能选择一次', 2) |
|
|
|
this.$message.error('一个商品只能选择一次', 2) |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
if (!goodsId) { |
|
|
|
|
|
|
|
item.goods_price = ''; |
|
|
|
|
|
|
|
item.cost_price = ''; |
|
|
|
|
|
|
|
item.stock_num = ''; |
|
|
|
|
|
|
|
item.goods_weight = ''; |
|
|
|
|
|
|
|
item.goods_sku_no = ''; |
|
|
|
|
|
|
|
item.goods_id = ''; |
|
|
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.getGoodsDetail(goodsId).then((res) => { |
|
|
|
this.getGoodsDetail(goodsId).then((res) => { |
|
|
|
const queryGoodsId = this.$route.query.goodsId |
|
|
|
const queryGoodsId = this.$route.query.goodsId |
|
|
|
if (res.spec_type === 20 && queryGoodsId !== goodsId) { |
|
|
|
if (res.spec_type === 20 && queryGoodsId !== goodsId) { |
|
|
|