diff --git a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp index 12f1d38..2e8841c 100644 --- a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp +++ b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp @@ -90,6 +90,21 @@ function init(url,key){ //new makeOptions("CODE","NAME").setObj($("select[name=bizlevel2]")).setNoValueInclude(true).setNoValue(' ','없음').setData(json.bizlevel2).rendering(); //setSearchable('bjobBzwkDstcd'); //setSearchable('uapplCd'); + + $.ajax({ + type : "POST", + url:url, + dataType:"json", + data:{ cmd: 'LIST_UAPPL_COMBO'}, + success:function(json){ + new makeOptions("CODE","NAME").setObj($("select[name=uapplCd]")).setNoValueInclude(true).setNoValue(' ','없음').setData(json.uapplCd).rendering(); + setSearchable('uapplCd'); + }, + error:function(e){ +// alert(e.responseText); + } + }); + debugger; if ( isDetail ){ detail(url, key); @@ -326,8 +341,8 @@ $(document).ready(function() { APPLICATION CODE - - +
+ +
+
+
+
+ + \ No newline at end of file diff --git a/WebContent/jsp/common/screen/leftMenu.jsp b/WebContent/jsp/common/screen/leftMenu.jsp index 5122047..39ea4aa 100644 --- a/WebContent/jsp/common/screen/leftMenu.jsp +++ b/WebContent/jsp/common/screen/leftMenu.jsp @@ -63,7 +63,8 @@
-
<%=menuName%>
+ +
<%=menuName != null ? menuName : ""%>