From f065b8038130b39a85d721bd2579d0763af2e7d3 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 15 Nov 2022 17:52:26 +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_edit.ftl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/templates/admin/project_estimate_edit.ftl b/src/main/resources/templates/admin/project_estimate_edit.ftl index 0f746af..1f84ee6 100644 --- a/src/main/resources/templates/admin/project_estimate_edit.ftl +++ b/src/main/resources/templates/admin/project_estimate_edit.ftl @@ -104,6 +104,8 @@ + hidden> + hidden>*垫资利息: hidden> + hidden> + *合同金额: @@ -637,11 +641,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(); @@ -652,9 +658,11 @@ var changeCheck2 = function () { var cooperateType = $("#cooperateType").val(); if (cooperateType == 1) { + $("#coop0").hide(); $("#coop1").show(); $("#coop2").show(); } else { + $("#coop0").show(); $("#coop1").hide(); $("#coop2").hide(); }