This commit is contained in:
wangshiming
2022-04-21 15:28:24 +08:00
parent 5c3556ccf4
commit 548ab19ae2
2 changed files with 7 additions and 7 deletions

View File

@ -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: '电子卸货单签署中!',