From 0778aabadd3c733f2136538de4c7e1eef6f36b0b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 21 Mar 2022 15:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E4=BD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../payment-record/payment-record.component.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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