创建订单的金额乘以100

This commit is contained in:
赵毅 2025-09-03 17:07:36 +08:00
parent 730e697798
commit ffff785c09

View File

@ -98,7 +98,7 @@ export default {
car_id: this.itemObj.selectedCarPlateId, car_id: this.itemObj.selectedCarPlateId,
billing_rules: this.itemObj.selectedBillingRule, billing_rules: this.itemObj.selectedBillingRule,
month_count: this.itemObj.monthCount, month_count: this.itemObj.monthCount,
total_amount: this.itemObj.paymentAmount, total_amount: this.itemObj.paymentAmount * 100,
start_time: this.itemObj.startTime, start_time: this.itemObj.startTime,
end_time: this.itemObj.endTime, end_time: this.itemObj.endTime,
} }