This commit is contained in:
曹辉 2023-04-11 16:32:51 +08:00
parent 66091b5752
commit ee14c00ad6

View File

@ -270,6 +270,7 @@
this.orderlist.serviceStartTime = res.data.appointmentTimeList[0].morningList[0]
this.orderlist.serviceDate = res.data.appointmentTimeList[0].date
this.consumableTotalPrice = res.data.consumableTotalPrice
this.orderlist.orderCommissionAmount = res.data.commissionAmount
this.orderlist.disablingCondition = this.personInfo.disablingCondition
}
})