From 6c741ac9e80353ca42906c1c6c7109324ae9f9f9 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期四, 03 十月 2024 01:02:38 +0800 Subject: [PATCH] 修改bug和翻译 --- ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/settlementAllocation/settlementAllocation.js | 3 +++ 1 files changed, 3 insertions(+), 0 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 7b45044..1457a3d 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,6 +72,9 @@ return } let maxPrice = $('#maxPrice').val(); + if(1 == $(type).val()){ + maxPrice = day; + } // if('' == maxPrice || null == maxPrice){ // Feng.error("请输入每日结算金额") // return -- Gitblit v1.7.1