From a0ef12b2342100fdd028a9f2022205bad875b9b0 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 26 Sep 2023 13:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E8=87=B3QAD=E5=BC=95=E8=B5=B7=E7=9A=84=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E5=AE=A1=E6=A0=B8=E9=80=9A=E8=BF=87=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccount.HttpApi.Host/wwwroot/views/settle/finance.js | 1 + 1 file changed, 1 insertion(+) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/settle/finance.js b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/settle/finance.js index 6c349ecc..9c119f19 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/settle/finance.js +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/views/settle/finance.js @@ -22,6 +22,7 @@ export default { if (item.path === "approval" || item.path === "reject" || item.path === "receive" || item.path === "sync") { if (rows.length > 0) { let message = null; + let url = null; let data = rows.map((o) => o.invbillNum); if (item.path === "approval") { message = `确认审核通过选中的${rows.length}行数据吗?`;