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 + > 请上传图片