Index: arms/html/reqAdd/content-container.html =================================================================== diff -u -rdddca6209b0db34a2664846a264c6713ac353da6 -rae8a651476d085135184450bfe8b30fb7f313340 --- arms/html/reqAdd/content-container.html (.../content-container.html) (revision dddca6209b0db34a2664846a264c6713ac353da6) +++ arms/html/reqAdd/content-container.html (.../content-container.html) (revision ae8a651476d085135184450bfe8b30fb7f313340) @@ -13,6 +13,7 @@
+
1. 제품(서비스) : 버전 : 요구사항 선택
@@ -42,7 +43,7 @@
-
@@ -72,7 +73,7 @@

- 요구사항 등록 + 요구사항 내용

@@ -84,87 +85,171 @@
-
-
-
-
- -
-
- -
- -
-
+
2. 요구사항 세부 내용 조회
+
+
+
+
+ +
+
+
+
+
+
+ +
+ + +   +
+ +
+
+
+
+ +
+ + +   +
+ +
+
+
+
+ +
+ + +   +
+ +
+
+
+
+ +
+ + +   +
+ + + + + +
+
+
+
+ +
+ 문서로 보기 : +
+


+
+
+
+
+
-
-
- -
-
- - +
+
+ 지라 연결
-
-
- -
-
- - -
+
+ 타임라인 여기서 쓸건가?
-
-
- -
-
- - -
+
+
+ +
+
+
+ + Drop files here +
+
+
+
+
+ +
+
+
+ +
 
+
+
+
+ + + Add files... + + + + +
+
+ +
+ + + + +
-
-
-

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

-
+
-

제품(서비스) 등록

-

- -

-
@@ -250,21 +335,8 @@ $(this).select2($(this).data()); }); - $('.multiple-select').multipleSelect() + $('.multiple-select').multipleSelect(); - $.ajax( "/auth-user/api/arms/pdversion/getChildNode.do?c_id=1") - .done(function(json) { - console.log(json); - $("#versionAccordion").jsonMenu("set", json,{speed:5000}); - }) - .fail(function(jqXHR) { - console.log( "error" ); - }) - .always(function(jqXHR) { - console.log( "finished" ); - }); - - }); //]]> Index: arms/js/reqAdd.js =================================================================== diff -u -rcca35fe5f4b2c89a9692749c5900c0fd55752d31 -rae8a651476d085135184450bfe8b30fb7f313340 --- arms/js/reqAdd.js (.../reqAdd.js) (revision cca35fe5f4b2c89a9692749c5900c0fd55752d31) +++ arms/js/reqAdd.js (.../reqAdd.js) (revision ae8a651476d085135184450bfe8b30fb7f313340) @@ -23,3 +23,9 @@ function jsTreeClick(selectedNodeID) { console.log(selectedNodeID); } + + +// 신규 제품(서비스) 등록 버튼 +$("#openall").click(function () { + $('#productTree').jstree('open_all'); +}); \ No newline at end of file