일괄 메뉴별 화면 상의 비정상적인 작동 및 오류 부분 수정
This commit is contained in:
@@ -116,8 +116,8 @@ function cloneformatter(cellvalue, options, rowObject) {
|
||||
{ name : 'BJOBFLOWCMPONAME' , align:'left' ,width:40 },
|
||||
{ name : 'TELGMCLSID' , align:'left' ,width:40 },
|
||||
{ name : 'UNITTELGMLEN' , align:'left' ,width:40 },
|
||||
{ name : 'BJOBNODEDESC' , align:'left' ,width:40, hidden : false },
|
||||
{ name : 'CLONE' , align:'center',width:10, unformat:cloneunformatter, formatter:cloneformatter}
|
||||
{ name : 'BJOBNODEDESC' , align:'left' ,width:40, hidden : true },
|
||||
{ name : 'CLONE' , align:'center',width:10, unformat:cloneunformatter, formatter:cloneformatter, hidden: true }
|
||||
],
|
||||
jsonReader: {
|
||||
repeatitems:false
|
||||
@@ -129,8 +129,8 @@ function cloneformatter(cellvalue, options, rowObject) {
|
||||
height: $("#container").height(),
|
||||
autowidth: true,
|
||||
viewrecords: true,
|
||||
multiselect: true,
|
||||
multiboxonly: false,
|
||||
/* multiselect: true,
|
||||
multiboxonly: false, */
|
||||
rowList : eval('[${rmsDefaultRowList}]'),
|
||||
loadComplete : function(rowId) {
|
||||
$("img[name^=img_clone]").click(function() {
|
||||
@@ -478,7 +478,7 @@ function cloneformatter(cellvalue, options, rowObject) {
|
||||
<!-- <img src="<c:url value="/img/btn_clone_prod.png"/>" alt="" id="btn_clone_prod" level="W" /> -->
|
||||
<!-- <img src="<c:url value="/img/btn_clone_dev.png"/>" alt="" id="btn_clone_dev" level="W" /> -->
|
||||
<img src="<c:url value="/img/btn_new.png"/>" alt="" id="btn_new" level="W" />
|
||||
<img src="<c:url value="/img/btn_delete.png"/>" alt="" id="btn_delete" level="W" />
|
||||
<%-- <img src="<c:url value="/img/btn_delete.png"/>" alt="" id="btn_delete" level="W" /> --%>
|
||||
<img src="<c:url value="/img/btn_search.png"/>" alt="" id="btn_search" level="R" />
|
||||
</div>
|
||||
<div class="title">흐름단계 리스트<span class="tooltip">흐름단계 리스트를 관리합니다</span></div>
|
||||
@@ -490,9 +490,9 @@ function cloneformatter(cellvalue, options, rowObject) {
|
||||
<td style="width:200px;"><input type="text" name="searchBjobBzwkPrcssDstcd" value="${param.searchBjobBzwkPrcssDstcd}"></td>
|
||||
<th style="width:120px;">단계구분코드</th>
|
||||
<td style="width:200px;"><input type="text" name="searchBjobStgeDstcd" value="${param.searchBjobStgeDstcd}"></td>
|
||||
<%-- <th style="width:120px;">흐름콤포넌트명</th>
|
||||
<td style="width:200px;"><input type="text" name="searchBjobFlowCmpoName" value="${param.searchBjobFlowCmpoName}"></td> --%>
|
||||
<th style="width:120px;">전문클래스ID</th>
|
||||
<th style="width:120px;">흐름콤포넌트명</th>
|
||||
<td style="width:200px;"><input type="text" name="searchBjobFlowCmpoName" value="${param.searchBjobFlowCmpoName}"></td>
|
||||
<%-- <th style="width:120px;">전문클래스ID</th>
|
||||
<td style="width:200px;"><input type="text" name="searchTelgmClsID" value="${param.searchTelgmClsID}"></td>
|
||||
<th style="width:120px;">복제 사용여부</th>
|
||||
<td style="width:200px;">
|
||||
@@ -501,7 +501,7 @@ function cloneformatter(cellvalue, options, rowObject) {
|
||||
<option value="1">사용함</option>
|
||||
<option value="0">사용안함</option>
|
||||
</select>
|
||||
</td>
|
||||
</td> --%>
|
||||
</tr>
|
||||
<tr id="clone" hidden="hidden">
|
||||
<th style="width:120px;">복제 업무처리구분코드</th>
|
||||
|
||||
Reference in New Issue
Block a user