From 2d7f75d90c60c4d68ef799c3dab7297f7240b4b8 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 4 Mar 2022 09:34:35 +0800 Subject: [PATCH] fix bug --- .../confir-receipt/confir-receipt.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 b1289919..8022eb52 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-03-02 13:43:55 + * @LastEditTime : 2022-03-04 09:34:13 * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\confir-receipt\\confir-receipt.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -34,18 +34,18 @@ nzMessage="签收后不可再修改运费,请确保运费等信息准确无误 -
{{detailList?.goodsInfoVO?.weight}}吨
+
{{ detailList?.acceptWeight }}吨
-
{{detailList?.goodsInfoVO?.volume}}方
+
{{ detailList?.acceptVolume }}方
- + -
{{detailList?.goodsInfoVO?.volume}}吨
+
{{ detailList?.settlementWeight }}吨
-
{{detailList?.settlementVolume}}方
+
{{ detailList?.settlementVolume }}方