Index: arms/html/reqAdd/content-container.html =================================================================== diff -u --- arms/html/reqAdd/content-container.html (revision 0) +++ arms/html/reqAdd/content-container.html (revision cca35fe5f4b2c89a9692749c5900c0fd55752d31) @@ -0,0 +1,246 @@ +
+
+
+

+ + 제품(서비스) 조회 + +

+
+ +
+
+
+
+ +
+
+ 설명 +
+
+
+
+
+
+
+ + 제품(서비스) Version 조회 +
+
+
+
+
+
+
+
+ +
+
+
+

+ + 요구사항 등록 + +

+
+ + + + +
+
+
+
+
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+ +
+
+ + +
+
+
+
+
+

입력란이 좁다면 하단에 새창으로 띄우기를 클릭하세요.

+
+
+

제품(서비스) 등록

+

+ +

+ +
+
+
+
+ + + + + \ No newline at end of file Index: arms/html/reqAdd/content-header.html =================================================================== diff -u --- arms/html/reqAdd/content-header.html (revision 0) +++ arms/html/reqAdd/content-header.html (revision cca35fe5f4b2c89a9692749c5900c0fd55752d31) @@ -0,0 +1,8 @@ +

Requirement.service Regist + +

\ No newline at end of file FishEye: Tag cca35fe5f4b2c89a9692749c5900c0fd55752d31 refers to a dead (removed) revision in file `arms/html/reqRegist/content-container.html'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag cca35fe5f4b2c89a9692749c5900c0fd55752d31 refers to a dead (removed) revision in file `arms/html/reqRegist/content-header.html'. FishEye: No comparison available. Pass `N' to diff? Index: arms/js/pdService.js =================================================================== diff -u -r68ab300bf0062df683ef80ffcf285525292258f4 -rcca35fe5f4b2c89a9692749c5900c0fd55752d31 --- arms/js/pdService.js (.../pdService.js) (revision 68ab300bf0062df683ef80ffcf285525292258f4) +++ arms/js/pdService.js (.../pdService.js) (revision cca35fe5f4b2c89a9692749c5900c0fd55752d31) @@ -485,7 +485,7 @@ } $.ajax({ - url: "/auth-user/api/arms/pdservice/addNode.do", + url: "/auth-user/api/arms/pdservice/addPdServiceNode.do", type: "POST", data: { ref: 2, Index: arms/js/reqAdd.js =================================================================== diff -u --- arms/js/reqAdd.js (revision 0) +++ arms/js/reqAdd.js (revision cca35fe5f4b2c89a9692749c5900c0fd55752d31) @@ -0,0 +1,25 @@ +$(function () { + setSideMenu( + "sidebar_menu_requirement", + "sidebar_menu_requirement_regist", + "requirement-elements-collapse" + ); + jsTreeBuild("#productTree", "pdservice"); +}); + +// --- 에디터 설정 --- // +CKEDITOR.replace("editor"); +CKEDITOR.replace("modal-editor"); + +// --- 팝업 띄울때 사이즈 조정 -- // +$("#modalPopupId").click(function () { + var height = $(document).height() - 400; + $(".modal-body") + .find(".cke_contents:eq(0)") + .css("height", height + "px"); +}); + +// --- jstree ( product ) 테이블 설정 --- // +function jsTreeClick(selectedNodeID) { + console.log(selectedNodeID); +} FishEye: Tag cca35fe5f4b2c89a9692749c5900c0fd55752d31 refers to a dead (removed) revision in file `arms/js/reqRegist.js'. FishEye: No comparison available. Pass `N' to diff? Index: arms/reqAdd.html =================================================================== diff -u --- arms/reqAdd.html (revision 0) +++ arms/reqAdd.html (revision cca35fe5f4b2c89a9692749c5900c0fd55752d31) @@ -0,0 +1,375 @@ + + + + +Atlassian RMS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
맨위로
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file FishEye: Tag cca35fe5f4b2c89a9692749c5900c0fd55752d31 refers to a dead (removed) revision in file `arms/reqRegist.html'. FishEye: No comparison available. Pass `N' to diff?