|
|
@@ -430,8 +430,8 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
// 采购价不能为空
|
|
|
- if (this.$refs.detailTable.tableData.some(s => !s.pricePurchase)) {
|
|
|
- this.$Message.warning(this.$t('W_001', {param: this.$t('pricePurchase')}))
|
|
|
+ if (this.$refs.detailTable.tableData.some(s => !s.pricePur)) {
|
|
|
+ this.$Message.warning(this.$t('W_001', {param: this.$t('pricePur')}))
|
|
|
return false
|
|
|
}
|
|
|
// 明细必须有数据
|