송수신 파일 목록 상세에서 Application Code를 selectbox 로수정

This commit is contained in:
dogyeom
2025-11-26 15:09:22 +09:00
parent f3b2e02aba
commit 65dad6f4b6
2 changed files with 31 additions and 3 deletions
@@ -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() {
<tr>
<th>APPLICATION CODE</th>
<td>
<!-- <div class="select-style"><select name="uapplCd"></select></div> -->
<input type="text" name="uapplCd" />
<div class="select-style"><select name="uapplCd"></select></div>
<!-- <input type="text" name="uapplCd" /> -->
</td>
</tr>
<!--