Browse Source

完善单车返利核对

master
yunuo970428 6 months ago
parent
commit
9b6d44f46c
  1. 8
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobecheckedByUpdate.vue

8
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobecheckedByUpdate.vue

@ -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

Loading…
Cancel
Save