完善服务模块缺少付款页的bug
This commit is contained in:
@@ -131,6 +131,8 @@ export type ServiceOrderType = {
|
||||
appointmentTime: string
|
||||
remark: string
|
||||
status: ServiceOrderStatus
|
||||
paymentStatus: number
|
||||
payExpireAt?: string
|
||||
currentAssignmentId: string
|
||||
currentStaffId: string
|
||||
acceptedAt: string
|
||||
@@ -149,6 +151,9 @@ export type ServiceOrderType = {
|
||||
executionRecord: ServiceExecutionRecordType | null
|
||||
evidenceFiles: Array<ServiceEvidenceFileType>
|
||||
review: ServiceReviewType | null
|
||||
dispatchStatus: string
|
||||
dispatchErrorCode: string
|
||||
dispatchErrorMessage: string
|
||||
}
|
||||
|
||||
export function getServiceOrderStatusText(status: ServiceOrderStatus): string {
|
||||
|
||||
Reference in New Issue
Block a user