From 7decfe31ab13de8d901357f91d29b3d192752cf8 Mon Sep 17 00:00:00 2001 From: hdm Date: Mon, 29 Nov 2021 18:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=89=88=E6=9C=AC=E6=95=B4?= =?UTF-8?q?=E4=BD=93UI=E4=BD=93=E9=AA=8C=E7=BB=86=E8=8A=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E6=9B=B4?= =?UTF-8?q?=E4=BD=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/expense/add.html | 4 +++- app/home/view/income/add.html | 7 ++++--- app/home/view/income/view.html | 7 ++++--- app/home/view/invoice/add.html | 4 +++- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/app/home/view/expense/add.html b/app/home/view/expense/add.html index bc4f8ef..0532076 100644 --- a/app/home/view/expense/add.html +++ b/app/home/view/expense/add.html @@ -196,7 +196,9 @@ success:function(e){ layer.msg(e.msg); if(e.code==0){ - parent.location.reload(); + window.setTimeout(function(){ + parent.location.reload(); + },1200) } } }) diff --git a/app/home/view/income/add.html b/app/home/view/income/add.html index 434f138..11b85af 100644 --- a/app/home/view/income/add.html +++ b/app/home/view/income/add.html @@ -1,6 +1,7 @@ {extend name="common/base"/} {block name="style"} @@ -99,7 +100,7 @@ {/if} -

到账信息

+

到账信息

@@ -113,9 +114,9 @@ 全部到账 {/if} - + - + diff --git a/app/home/view/income/view.html b/app/home/view/income/view.html index 9d12ec4..d2dc591 100644 --- a/app/home/view/income/view.html +++ b/app/home/view/income/view.html @@ -1,6 +1,7 @@ {extend name="common/base"/} {block name="style"} @@ -99,7 +100,7 @@ {/if}
未到账金额未到账金额(元) {$detail.not_income}已到账金额已到账金额(元) {$detail.enter_amount}
-

到账信息

+

到账信息

@@ -113,9 +114,9 @@ 全部到账 {/if} - + - + diff --git a/app/home/view/invoice/add.html b/app/home/view/invoice/add.html index 35cdf5d..167aa93 100644 --- a/app/home/view/invoice/add.html +++ b/app/home/view/invoice/add.html @@ -185,7 +185,9 @@ success:function(e){ layer.msg(e.msg); if(e.code==0){ - parent.location.reload(); + window.setTimeout(function(){ + parent.location.reload(); + },1200) } } })
未到账金额(元)未到账金额(元) {$detail.not_income}已到账金额(元)已到账金额(元) {$detail.enter_amount}