task#14504,换电瓶费用,加号改为减号
This commit is contained in:
@ -530,7 +530,7 @@ export default {
|
|||||||
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) + parseFloat(this.form.carClothingToolAmount || 0)).toFixed(2)
|
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) + parseFloat(this.form.carClothingToolAmount || 0)).toFixed(2)
|
||||||
}
|
}
|
||||||
if (this.form.replaceBatteryAmount) {
|
if (this.form.replaceBatteryAmount) {
|
||||||
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) + parseFloat(this.form.replaceBatteryAmount || 0)).toFixed(2)
|
this.form.supplierSettleAmount = parseFloat(parseFloat(this.form.supplierSettleAmount) - parseFloat(this.form.replaceBatteryAmount || 0)).toFixed(2)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async pictureList() {
|
async pictureList() {
|
||||||
|
Reference in New Issue
Block a user