|
|
@ -249,7 +249,8 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
confirm(row) { |
|
|
|
if (row.refundMoney !== row.costPrice && row.manDeduRemarks === '') { |
|
|
|
console.log(row, 9999) |
|
|
|
if (row.refundMoney !== row.costPrice.toString() && row.manDeduRemarks === '') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因厂家结算价与退款金额不一致,请填写厂家扣款说明' }) |
|
|
|
return |
|
|
|
} |
|
|
|