From adf2ede692b76cf95d0cec80f4087e52d760b219 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期日, 29 九月 2024 17:21:56 +0800 Subject: [PATCH] 修改bug --- ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/settlementAllocation/settlementAllocation.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/settlementAllocation/settlementAllocation.js b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/settlementAllocation/settlementAllocation.js index 00dcfbe..7b45044 100644 --- a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/settlementAllocation/settlementAllocation.js +++ b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/settlementAllocation/settlementAllocation.js @@ -72,10 +72,10 @@ return } let maxPrice = $('#maxPrice').val(); - if('' == maxPrice || null == maxPrice){ - Feng.error("请输入每日结算金额") - return - } + // if('' == maxPrice || null == maxPrice){ + // Feng.error("请输入每日结算金额") + // return + // } let json = { type: $(type).val(), day: day, -- Gitblit v1.7.1