From 66987b567df8ed3d3c9ca9f30f629361afc6e914 Mon Sep 17 00:00:00 2001 From: dogyeom Date: Wed, 26 Nov 2025 16:24:58 +0900 Subject: [PATCH] =?UTF-8?q?jsp=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/bap/admin/work/messageProcManDetail.jsp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp index 2e8841c..447710a 100644 --- a/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp +++ b/WebContent/jsp/bap/admin/work/messageProcManDetail.jsp @@ -97,8 +97,7 @@ function init(url,key){ 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'); + new makeOptions("CODE","NAME").setObj($("select[name=uapplCd]")).setNoValueInclude(true).setNoValue(' ','없음').setData(json.uapplCd).rendering(); }, error:function(e){ // alert(e.responseText); @@ -156,13 +155,16 @@ function detail(url,key){ $("select[name=bjobBzwkDstcd]").attr('disabled',true); $("input[name=bjobTranDstcdName]").attr('readonly',true); $("input,select").each(function(){ - var name = $(this).attr('name').toUpperCase(); + var name = $(this).attr('name') + if(name != null) { + name = name.toUpperCase(); + } $(this).val(detail[name]); }); //Prop $("#grid")[0].addJSONData(data); - /* setSearchable('uapplCd'); */ + setSearchable('uapplCd'); }, error:function(e){ // alert(e.responseText);