일괄 메뉴별 화면 상의 비정상적인 작동 및 오류 부분 수정
This commit is contained in:
@@ -324,24 +324,24 @@ $(document).ready(function() {
|
||||
<img src="<c:url value="/img/btn_modify.png"/>" alt="" id="btn_modify" level="W" status="DETAIL,NEW" />
|
||||
<img src="<c:url value="/img/btn_previous.png"/>" alt="" id="btn_previous" level="R" status="DETAIL,NEW"/>
|
||||
</div>
|
||||
<div class="title">배치 대외 기관 코드</div>
|
||||
<div class="title">업무구분코드</div>
|
||||
|
||||
<form id="ajaxForm">
|
||||
<table id="tb_clone" class="table_row" cellspacing="0">
|
||||
<%-- <table id="tb_clone" class="table_row" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<input type="text" name="newBjobBzwkDstcd" style="width:200px;">
|
||||
<img id="btn_clone" src="<c:url value="/img/btn_clone.png" />" class="btn_img"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table> --%>
|
||||
<table class="table_row" cellspacing="0">
|
||||
<!-- 공통-->
|
||||
<tr>
|
||||
<th style="width:180px;">배치 대외 기관 코드</th><td><input type="text" name="bjobBzwkDstcd" /></td>
|
||||
<th style="width:180px;">업무구분코드</th><td><input type="text" name="bjobBzwkDstcd" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>배치 대외 기관명</th><td><input type="text" name="bjobBzwkName" /></td>
|
||||
<th>업무구분명</th><td><input type="text" name="bjobBzwkName" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>당메시지 사용여부 *</th>
|
||||
|
||||
Reference in New Issue
Block a user