From 219ceb30ed4fb7ee267933965b12a1288b484e47 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sun, 8 Oct 2023 01:26:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../batchPayFeeOrder/batchPayFeeOrder.html | 8 ++++---- .../property/batchPayFeeOrder/batchPayFeeOrder.js | 14 ++++++++------ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html b/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html index be7765ee3..91a0ce329 100644 --- a/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html +++ b/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.html @@ -208,17 +208,17 @@ diff --git a/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.js b/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.js index a3178465b..0302cbca5 100644 --- a/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.js +++ b/public/pages/property/batchPayFeeOrder/batchPayFeeOrder.js @@ -357,12 +357,14 @@ detailIds += (item + ','); }) $that.batchPayFeeOrderInfo.detailIds = detailIds; - //vc.saveData('_feeInfo', _feeInfo); - //关闭model - $("#payFeeResult").modal({ - backdrop: "static", //点击空白处不关闭对话框 - show: true - }); + //todo 这里等三秒,有可能收据队列还没有生成 + setTimeout(function(){ + $("#payFeeResult").modal({ + backdrop: "static", //点击空白处不关闭对话框 + show: true + }); + },3000); + $that.batchPayFeeOrderInfo.selectPayFeeIds = []; $that._loadBatchFees(); },