From 29a18967c90a3f8656923079e5f97c31e425f919 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Tue, 8 Mar 2022 13:22:17 +0800 Subject: [PATCH] fix bug --- .../modify-rate/modify-rate.component.html | 20 ++++++++++++------- .../modify-rate/modify-rate.component.ts | 13 ++++++++---- .../services/order-management.service.ts | 5 ++++- .../bulk-detail/bulk-detail.component.html | 2 +- 4 files changed, 27 insertions(+), 13 deletions(-) diff --git a/src/app/routes/order-management/modal/vehicle/modify-rate/modify-rate.component.html b/src/app/routes/order-management/modal/vehicle/modify-rate/modify-rate.component.html index fa6106e2..ad382091 100644 --- a/src/app/routes/order-management/modal/vehicle/modify-rate/modify-rate.component.html +++ b/src/app/routes/order-management/modal/vehicle/modify-rate/modify-rate.component.html @@ -4,20 +4,26 @@ * @Author : Shiming * @Date : 2021-12-29 14:51:07 * @LastEditors : Shiming - * @LastEditTime : 2022-02-10 10:19:34 + * @LastEditTime : 2022-03-08 13:21:35 * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\modify-rate\\modify-rate.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> - - - {{item?.operator}}/{{item.telephone}} + + {{ item?.oldAdditionalRate? (item?.oldAdditionalRate * 100).toFixed(2) + '%' : ''}} + + + {{ item?.oldSurcharge | currency}} + + + {{ item?.newSurcharge | currency}}