From 65dad6f4b656040c71d03045ebc0f338d8419ec1 Mon Sep 17 00:00:00 2001 From: dogyeom Date: Wed, 26 Nov 2025 15:09:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=A1=EC=88=98=EC=8B=A0=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EB=AA=A9=EB=A1=9D=20=EC=83=81=EC=84=B8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20Application=20Code=EB=A5=BC=20selectbox=20=EB=A1=9C?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bap/admin/work/messageProcManDetail.jsp | 19 +++++++++++++++++-- .../message/BapMessageProcController.java | 15 ++++++++++++++- 2 files changed, 31 insertions(+), 3 deletions(-) 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 - - +
+