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(); }