|
@@ -1087,7 +1087,6 @@ export default {
|
|
|
}
|
|
|
if (!this.goodsList[i].num) return this.$errorMsg('请完善商品信息-订单数量')
|
|
|
if (!this.goodsList[i].price) return this.$errorMsg('请完善商品信息-单价')
|
|
|
- if (!this.goodsList[i].costPrice) return this.$errorMsg('请完善商品信息-采购价格')
|
|
|
}
|
|
|
|
|
|
let orderSmallTypeText = this.orderTypeList.find(o => o.id == this.formData.orderSmallType).orderSmallTypeText
|