Index: vue/src/assets/images/devops/DevSupport/logstash.png =================================================================== diff -u -r18bd3806236844b545b5069e9a37647a17948253 -r40b9b2e23441f0bb225066068622cd60512b35bd Binary files differ Index: arms/html/reqAdd/content-container.html =================================================================== diff -u -r18bd3806236844b545b5069e9a37647a17948253 -r40b9b2e23441f0bb225066068622cd60512b35bd --- arms/html/reqAdd/content-container.html (.../content-container.html) (revision 18bd3806236844b545b5069e9a37647a17948253) +++ arms/html/reqAdd/content-container.html (.../content-container.html) (revision 40b9b2e23441f0bb225066068622cd60512b35bd) @@ -80,11 +80,17 @@ 상세 보기
  • + 편집 하기 +
  • +
  • 리스트로 보기
  • - 문서로 보기 + 문서로 보기
  • +
  • + JIRA 연결 설정 +
  • @@ -218,6 +224,50 @@
    +
    +
    +
    + +
    +
    + +
    + +
    +
    +
    +
    +
    + +
    +
    + + +
    +
    +
    +
    + +
    +
    + + +
    +
    +
    +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    + JIRA +
    이벤트 연계 함수 :: 요구사항 표시 jsTree 빌드 + build_ReqData_By_PdService(); + + //~> 이벤트 연계 함수 :: Version 표시 jsTree 빌드 + bind_VersionData_By_PdService(); }); +//////////////////////////////////////////////////////////////////////////////////////// +//버전 멀티 셀렉트 박스 +//////////////////////////////////////////////////////////////////////////////////////// +function makeVersionMultiSelectBox(){ + //버전 선택 셀렉트 박스 이니시에이터 + $('.multiple-select').multipleSelect(); +} + +function bind_VersionData_By_PdService(){ + $(".multiple-select option").remove(); + $.ajax({ + url: "/auth-user/api/arms/pdversion/getVersion.do?c_id=" + $('#country').val(), + type: "GET", + contentType: "application/json;charset=UTF-8", + dataType : "json", + progress: true + }).done(function(data) { + + for(var k in data){ + var obj = data[k]; + var $opt = $('