|
|
@ -270,22 +270,22 @@ export default { |
|
|
|
if (parseFloat(money) > 0) { |
|
|
|
this.isAdjustment = '是' |
|
|
|
val.adjustmentMoney = parseFloat(money) |
|
|
|
val.adjustOrNot = true |
|
|
|
this.adjustOrNot = true |
|
|
|
} else if (parseFloat(money) === 0) { |
|
|
|
this.isAdjustment = '无需调整' |
|
|
|
val.adjustmentMoney = parseFloat(money) |
|
|
|
val.adjustOrNot = true |
|
|
|
this.adjustOrNot = true |
|
|
|
} else { |
|
|
|
this.isAdjustment = '否' |
|
|
|
val.adjustmentMoney = '0' |
|
|
|
val.adjustmentRemarks = '' |
|
|
|
val.adjustOrNot = false |
|
|
|
this.adjustOrNot = false |
|
|
|
} |
|
|
|
} else { |
|
|
|
this.isAdjustment = '否' |
|
|
|
val.adjustmentMoney = '0' |
|
|
|
val.adjustmentRemarks = '' |
|
|
|
val.adjustOrNot = true |
|
|
|
this.adjustOrNot = true |
|
|
|
} |
|
|
|
if (parseFloat(this.formobj.secondaryUploadMoney) > 0) { |
|
|
|
this.checked = true |
|
|
|