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