From 2a053021104ab1f26a3c4884150c6a3172023c17 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 15 Nov 2022 17:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/admin/project_estimate_add.ftl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/templates/admin/project_estimate_add.ftl b/src/main/resources/templates/admin/project_estimate_add.ftl index 2219081..3f5db75 100644 --- a/src/main/resources/templates/admin/project_estimate_add.ftl +++ b/src/main/resources/templates/admin/project_estimate_add.ftl @@ -100,6 +100,7 @@ + *垫资利息: @@ -142,6 +143,8 @@ + + *合同金额: @@ -594,11 +597,13 @@ var changeCheck = function () { var underwrittenMode = $("#underwrittenMode").val(); if (underwrittenMode <= 2) { + $("#noUnder0").show(); $("#noUnder1").hide(); $("#noUnder2").hide(); $("#noUnder3").hide(); $("#noUnder4").hide(); } else { + $("#noUnder0").hide(); $("#noUnder1").show(); $("#noUnder2").show(); $("#noUnder3").show(); @@ -609,9 +614,11 @@ var changeCheck2 = function () { var cooperateType = $("#cooperateType").val(); if (cooperateType == 1) { + $("#coop0").hide(); $("#coop1").show(); $("#coop2").show(); } else { + $("#coop0").show(); $("#coop1").hide(); $("#coop2").hide(); }