From 0eb94b78e462484bfe92a5c5967eaa0ac0d83fd5 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期一, 22 七月 2024 09:55:55 +0800 Subject: [PATCH] 2.0bug修改 --- 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