diff --git a/src/app/routes/financial-management/components/payment-record/payment-record.component.html b/src/app/routes/financial-management/components/payment-record/payment-record.component.html index 9e81fbdc..cba5d521 100644 --- a/src/app/routes/financial-management/components/payment-record/payment-record.component.html +++ b/src/app/routes/financial-management/components/payment-record/payment-record.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-03-21 14:19:21 * @LastEditors : Shiming - * @LastEditTime : 2022-03-21 15:02:37 + * @LastEditTime : 2022-03-21 15:03:40 * @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\payment-record\\payment-record.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -43,24 +43,24 @@ - {{ item.orderPaymentCode }}
{{ item.paymentStatusLabel }} + {{ item?.orderPaymentCode }}
{{ item?.paymentStatusLabel }}
- + {{detail.costName}}:{{ detail.price | currency }}
- {{ item.billCode }}
{{item.billStatusLabel }} + {{ item?.billCode }}
{{item?.billStatusLabel }}
- {{ item.wayBillCode }}
{{item.wayBillStatusLabel }} + {{ item?.wayBillCode }}
{{item?.wayBillStatusLabel }}
- {{ item.driverName }}
{{ item.driverTelephone }} {{ item?.driverLicencePlate }} + {{ item?.driverName }}
{{ item?.driverTelephone }} {{ item?.driverLicencePlate }}
- {{ item.captainName }}
{{ item.captainTelephone }} + {{ item?.captainName }}
{{ item?.captainTelephone }}
\ No newline at end of file