创建订单的金额乘以100
This commit is contained in:
parent
730e697798
commit
ffff785c09
@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user