From cf2ef05b6775ef61183bd669625522c7a357f43d Mon Sep 17 00:00:00 2001 From: "xitpc\\xituser" Date: Wed, 23 Oct 2024 13:50:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=8C=ED=8A=B8=EC=97=85=EB=AC=B4=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/fims/photo-main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/fims/photo-main.js b/src/main/webapp/resources/js/fims/photo-main.js index 5e69e78f..a35ba6dc 100644 --- a/src/main/webapp/resources/js/fims/photo-main.js +++ b/src/main/webapp/resources/js/fims/photo-main.js @@ -123,6 +123,8 @@ function settingPhotoMain(pageName, crdnIdElement, carInfoFunc, carLinkFunc){ // pageName에 따라 template이 다르다. var template; if (pageName == "rent02020") { + template = $P.findn("imgRadioTemplateRentInfo").innerHTML; + } else if (pageName == "rent03020") { template = $P.findn("imgRadioTemplateRentInfo").innerHTML; } else if (pageName == "sprt02020") { template = $P.findn("imgRadioTemplateTotalInfo").innerHTML; @@ -305,7 +307,7 @@ function initPhotoMain(pageName, fileList, existVideo){ } // 렌트업무에서는 버튼을 숨긴다. - if (pageName == "rent02020") { + if (pageName == "rent02020" || pageName == "rent03020") { $P.$findn("divBtn").hide(); }