From 5731b477032f55492627bb65b53b90bdcb9a7499 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 2 Mar 2022 13:47:20 +0800 Subject: [PATCH] fix bug --- .../bulk/confir-receipt/confir-receipt.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/routes/order-management/modal/bulk/confir-receipt/confir-receipt.component.html b/src/app/routes/order-management/modal/bulk/confir-receipt/confir-receipt.component.html index 3b22ef68..b1289919 100644 --- a/src/app/routes/order-management/modal/bulk/confir-receipt/confir-receipt.component.html +++ b/src/app/routes/order-management/modal/bulk/confir-receipt/confir-receipt.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-14 15:02:52 * @LastEditors : Shiming - * @LastEditTime : 2022-01-18 17:20:49 + * @LastEditTime : 2022-03-02 13:43:55 * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\confir-receipt\\confir-receipt.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -18,7 +18,7 @@ nzMessage="签收后不可再修改运费,请确保运费等信息准确无误 - {{detailList?.goodsInfoVO?.freightPrice}} {{detailList?.goodsInfoVO?.freightType}} + {{detailList?.goodsInfoVO?.freightPrice}} {{detailList?.goodsInfoVO?.freightTypeLabel}} @@ -37,7 +37,7 @@ nzMessage="签收后不可再修改运费,请确保运费等信息准确无误
{{detailList?.goodsInfoVO?.weight}}吨
-
{{detailList?.goodsInfoVO?.volume}}吨
+
{{detailList?.goodsInfoVO?.volume}}方
@@ -50,7 +50,7 @@ nzMessage="签收后不可再修改运费,请确保运费等信息准确无误 -
{{detailList?.price}} 元
+
{{detailList?.price | currency}} 元
{{detailList?.driverName}} / {{detailList?.driverPhone}}/ {{detailList?.carNo}}
@@ -69,7 +69,7 @@ nzMessage="签收后不可再修改运费,请确保运费等信息准确无误 [nzPreview]="handlePreview1" [nzBeforeUpload]="beforeUpload" (nzChange)="handleChange1($event)" - >beforeUpload + >
请上传图片