From 548ab19ae28ead8763cfd04413c7d183b2e89a03 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 21 Apr 2022 15:28:24 +0800 Subject: [PATCH] fix bug --- .../modal/audit/voucher-view/voucher-view.component.ts | 8 ++++---- .../freight/freight-config/freight-config.component.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts b/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts index ad50160e..da013143 100644 --- a/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts +++ b/src/app/routes/order-management/modal/audit/voucher-view/voucher-view.component.ts @@ -582,9 +582,9 @@ export class orderManagementVoucherViewComponent implements OnInit { switch (res[0]?.esignFlowStatus) { case 1: case '1': - let time = 0 + let time = 5 setInterval (function () { - time+=1 + time-=1 }, 1000); //反复执行函数本身 const modal = this.modalService.success({ nzTitle: '电子装货单签署中!', @@ -623,9 +623,9 @@ export class orderManagementVoucherViewComponent implements OnInit { switch (res[0]?.esignFlowStatus) { case 1: case '1': - let time = 0 + let time = 5 setInterval (function () { - time+=1 + time-=1 }, 1000); //反复执行函数本身 const modal = this.modalService.success({ nzTitle: '电子卸货单签署中!', diff --git a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.html b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.html index 05a199c9..e590f998 100644 --- a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.html +++ b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-02-17 20:24:17 * @LastEditors : Shiming - * @LastEditTime : 2022-02-24 17:04:41 + * @LastEditTime : 2022-04-21 15:28:21 * @FilePath : \\tms-obc-web\\src\\app\\routes\\usercenter\\components\\freight\\freight-config\\freight-config.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -24,10 +24,10 @@ -