Index: vue/src/assets/images/devops/DevSupport/github.png =================================================================== diff -u -red8b7425334200f1de0a5ee52502b08cc4bb39c1 -r5838243fd18c6cc74e73538e0e6eec9deea6d148 --- vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision ed8b7425334200f1de0a5ee52502b08cc4bb39c1) +++ vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision 5838243fd18c6cc74e73538e0e6eec9deea6d148) @@ -3470,9 +3470,12 @@ background-color: rgba(51, 51, 51, 0.4); } +.service-portfolio .filter-options-wrap { + margin: 20px 0; +} .service-portfolio .filter-option { position: relative; - margin-bottom: 5px; + margin-bottom: 8px; padding-left: 13px; cursor: pointer; } @@ -3489,11 +3492,11 @@ .service-portfolio .portfolio-wrap { display: flex; + margin: 20px 0; } .service-portfolio .portfolio-item { float: none; - margin-bottom: 30px; } .service-portfolio .portfolio-item-wrap { Index: arms/html/detail_total_pdservice/content-container.html =================================================================== diff -u -r277e9e4a0f51f3359b7010760d542c77d3bd437c -r5838243fd18c6cc74e73538e0e6eec9deea6d148 --- arms/html/detail_total_pdservice/content-container.html (.../content-container.html) (revision 277e9e4a0f51f3359b7010760d542c77d3bd437c) +++ arms/html/detail_total_pdservice/content-container.html (.../content-container.html) (revision 5838243fd18c6cc74e73538e0e6eec9deea6d148) @@ -6,8 +6,10 @@ - - 문서 정보 + + 제품(서비스)관련 이미지, 문서, 기타 파일 등을 확인할 수 있습니다. @@ -16,73 +18,134 @@ class="gradient_middle_border" style="width: 100%; height: 2px">
- 제품(서비스)관련 이미지, 문서, 기타 파일 등을 확인할 수 있습니다. + 문서정보
-
-
+
+
-
-
-
-
-
    -
  • - All -
  • -
  • - Image -
  • -
  • - Document -
  • -
  • - Etc -
  • -
-
-
-
-
+ +
+
+
    +
  • + All +
  • +
  • + Image +
  • +
  • + Document +
  • +
  • + Etc +
  • +
+
+
+
+
+
+
+

+ + + 파일 + +

+ +
+ +
+
+
Index: arms/js/detail_total_pdservice.js =================================================================== diff -u -r151846f2c5a394347f6999658cf42075990a34b1 -r5838243fd18c6cc74e73538e0e6eec9deea6d148 --- arms/js/detail_total_pdservice.js (.../detail_total_pdservice.js) (revision 151846f2c5a394347f6999658cf42075990a34b1) +++ arms/js/detail_total_pdservice.js (.../detail_total_pdservice.js) (revision 5838243fd18c6cc74e73538e0e6eec9deea6d148) @@ -67,6 +67,7 @@ $(".widget").widgster(); setSideMenu("sidebar_menu_product", "sidebar_menu_total_pdservice"); // 스크립트 실행 로직을 이곳에 추가합니다. + getNodeInfo(); fileLoadByPdService(); }) .catch(function () { @@ -95,9 +96,9 @@ function fileLoadByPdService() { console.log("File Tab ::::"); - if (callAPI("fileAPI")) { - return; - } + // if (callAPI("fileAPI")) { + // return; + // } // $("#fileIdlink").val(selectedPdService); $(".spinner").html(' 데이터를 로드 중입니다...'); @@ -116,6 +117,17 @@ }); } +function getNodeInfo() { + $.ajax({ + url: "/auth-user/api/arms/pdServicePure/getNode.do", + data: { c_id: selectedPdService }, + async: false, + dataType: "json" + }).done(function (result) { + document.getElementById("file_description").innerHTML = result.c_pdservice_contents; + }); +} + function bindFileList(result) { if (result.files.length === 0) { noFileMessage();