일괄 메뉴별 화면 상의 비정상적인 작동 및 오류 부분 수정
This commit is contained in:
@@ -95,8 +95,8 @@ function getGridData() {
|
||||
height: $("#container").height(),
|
||||
autowidth: true,
|
||||
viewrecords: true,
|
||||
multiselect: true,
|
||||
multiboxonly: false,
|
||||
/* multiselect: true,
|
||||
multiboxonly: false, */
|
||||
rowList : eval('[${rmsDefaultRowList}]'),
|
||||
gridComplete:function (d){
|
||||
var colModel = $(this).getGridParam("colModel");
|
||||
@@ -136,7 +136,7 @@ function getGridData() {
|
||||
var url = '<c:url value="/bap/admin/message/classInfoMan.view"/>';
|
||||
url = url + '?cmd=DETAIL';
|
||||
url = url + '&page='+$("#grid").getGridParam("page");
|
||||
url = url + '&returnUrl='+getSearchUrlForReturn();
|
||||
url = url + '&returnUrl='+getReturnUrl();
|
||||
url = url + '&menuId='+'${param.menuId}';
|
||||
//검색값
|
||||
url = url + '&'+getSearchUrl();
|
||||
@@ -385,7 +385,7 @@ function getGridData() {
|
||||
<!-- <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>
|
||||
@@ -395,16 +395,23 @@ function getGridData() {
|
||||
<tr>
|
||||
<th style="width:150px;">전문클래스명</th>
|
||||
<td><input type="text" name="searchTelgmClsName" value="${param.searchTelgmClsName}"></td>
|
||||
<th style="width:150px;">전문클래스 설명</th>
|
||||
<td><input type="text" name="searchTelgmClsDesc" value="${param.searchTelgmClsDesc}"></td>
|
||||
<th style="width:150px;">복제 사용여부</th>
|
||||
<%-- <th style="width:150px;">전문클래스 설명</th>
|
||||
<td><input type="text" name="searchTelgmClsDesc" value="${param.searchTelgmClsDesc}"></td> --%>
|
||||
<!-- <th style="width:150px;">복제 사용여부</th>
|
||||
<td>
|
||||
<div class="select-style">
|
||||
<select name="clonYn" id="clonYn" readonly="readonly" onchange="viewChange(this)">
|
||||
<option value="1">사용함</option>
|
||||
<option value="0">사용안함</option>
|
||||
</select>
|
||||
</td>
|
||||
</td> --><!-- <th style="width:150px;">복제 사용여부</th>
|
||||
<td>
|
||||
<div class="select-style">
|
||||
<select name="clonYn" id="clonYn" readonly="readonly" onchange="viewChange(this)">
|
||||
<option value="1">사용함</option>
|
||||
<option value="0">사용안함</option>
|
||||
</select>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr id="clone" hidden="hidden">
|
||||
<th style="width:150px;">복제 전문클래스명</th>
|
||||
|
||||
@@ -101,8 +101,8 @@ function getGridData() {
|
||||
height: $("#container").height(),
|
||||
autowidth: true,
|
||||
viewrecords: true,
|
||||
multiselect: true,
|
||||
multiboxonly: false,
|
||||
/* multiselect: true,
|
||||
multiboxonly: false, */
|
||||
rowList : eval('[${rmsDefaultRowList}]'),
|
||||
gridComplete:function (d){
|
||||
var colModel = $(this).getGridParam("colModel");
|
||||
@@ -406,7 +406,7 @@ function getGridData() {
|
||||
<!-- <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>
|
||||
@@ -418,7 +418,7 @@ function getGridData() {
|
||||
<td><input type="text" name="searchTelgmClsID" value="${param.searchTelgmClsID}"></td>
|
||||
<th style="width:150px;">메시지메타구분코드</th>
|
||||
<td><input type="text" name="searchMsgMetaDstcd" value="${param.searchMsgMetaDstcd}"></td>
|
||||
<th style="width:150px;">전문클래스명</th>
|
||||
<!-- <th style="width:150px;">전문클래스명</th>
|
||||
<td><input type="text" name="searchTelgmClsName" value="${param.searchTelgmClsName}"></td>
|
||||
<th style="width:150px;">복제 사용여부</th>
|
||||
<td>
|
||||
@@ -427,7 +427,7 @@ function getGridData() {
|
||||
<option value="1">사용함</option>
|
||||
<option value="0">사용안함</option>
|
||||
</select>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr id="clone" hidden="hidden">
|
||||
<th style="width:150px;">복제 전문클래스ID</th>
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
{ name : 'MOVEUP' , align : 'center', sortable:false, width : '80', unformat : imgUpunformatter, formatter : imgUpformatter},
|
||||
{ name : 'MOVEDOWN' , align : 'center', sortable:false, width : '80', unformat : imgDownunformatter, formatter : imgDownformatter},
|
||||
{ name : 'DELETEYN' , align : 'center', sortable:false, width : '80', unformat : unformatterFunction, formatter : formatterFunction},
|
||||
{ name : 'CLONE' , align : 'center', sortable:false, width : '80', unformat : cloneunformatter, formatter : cloneformatter}
|
||||
{ name : 'CLONE' , align : 'center', sortable:false, width : '80', unformat : cloneunformatter, formatter : cloneformatter, hidden: true}
|
||||
],
|
||||
jsonReader : {
|
||||
repeatitems : false
|
||||
@@ -676,10 +676,10 @@
|
||||
</div><!-- end content_top -->
|
||||
<div class="content_middle" id="content_middle">
|
||||
<div class="search_wrap">
|
||||
<img src="<c:url value="/img/btn_clone.png"/>" alt="" id="btn_clone_stg" level="W" status="DETAIL"/>
|
||||
<%-- <img src="<c:url value="/img/btn_clone.png"/>" alt="" id="btn_clone_stg" level="W" status="DETAIL"/>
|
||||
<img src="<c:url value="/img/btn_clone_prod.png"/>" alt="" id="btn_clone_prod" level="W" status="DETAIL"/>
|
||||
<img src="<c:url value="/img/btn_clone_dev.png"/>" alt="" id="btn_clone_dev" level="W" status="DETAIL"/>
|
||||
<img src="<c:url value="/img/btn_excel.png"/>" alt="" id="btn_excel" level="W" status="DETAIL"/>
|
||||
<img src="<c:url value="/img/btn_excel.png"/>" alt="" id="btn_excel" level="W" status="DETAIL"/> --%>
|
||||
<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_delete.png"/>" alt="" id="btn_delete" level="W" status="DETAIL"/>
|
||||
<img src="<c:url value="/img/btn_previous.png"/>" alt="" id="btn_previous" level="R" status="DETAIL,NEW"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -57,13 +57,13 @@
|
||||
{ name : 'MSGCLMNVAL' , align:'center' , width:40 },
|
||||
{ name : 'THISMSGCLMNUSEYN' , align:'center' , width:40 ,
|
||||
formatter: function (cellvalue) {
|
||||
if ( !cellvalue ) {
|
||||
return '<span style="color:red">사용안함</span>';
|
||||
} else if ( cellvalue ) {
|
||||
return '사용함';
|
||||
} else {
|
||||
return cellvalue;
|
||||
}
|
||||
if ( cellvalue == '0' ) {
|
||||
return '<span style="color:red">사용안함</span>';
|
||||
} else if ( cellvalue == '1' ) {
|
||||
return '사용';
|
||||
} else {
|
||||
return cellvalue;
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -77,8 +77,8 @@
|
||||
height: $("#container").height(),
|
||||
autowidth: true,
|
||||
viewrecords: true,
|
||||
multiselect: true,
|
||||
multiboxonly: false,
|
||||
/* multiselect: true,
|
||||
multiboxonly: false, */
|
||||
rowList : eval('[${rmsDefaultRowList}]'),
|
||||
gridComplete:function (d){
|
||||
var colModel = $(this).getGridParam("colModel");
|
||||
@@ -396,7 +396,7 @@
|
||||
<!-- <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>
|
||||
@@ -406,12 +406,12 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<th style="width:150px;">메시지항목 구분명</th>
|
||||
<td style="width:20%;"><input type="text" name="searchMsgItemDsticName" value="${param.searchMsgItemDsticName}"></td>
|
||||
<th>메시지 컬럼명</th>
|
||||
<td><input type="text" name="searchMsgItemDsticName" value="${param.searchMsgItemDsticName}"></td>
|
||||
<th style="width:150px;">메시지 컬럼명</th>
|
||||
<td><input type="text" name="searchMsgClmnName" value="${param.searchMsgClmnName}"></td>
|
||||
<th>복제 메시지항목 구분명</th>
|
||||
<%-- <th>복제 메시지항목 구분명</th>
|
||||
<td><input type="text" name="cloneMsgItemDsticName" style="display:inline-block; width:calc(100% - 70px);">
|
||||
<img id="btn_clone" src="<c:url value="/img/btn_clone1.png" />" level="W" status="LIST" class="btn_img"/></td>
|
||||
<img id="btn_clone" src="<c:url value="/img/btn_clone1.png" />" level="W" status="LIST" class="btn_img"/></td> --%>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -109,8 +109,8 @@ function getGridData() {
|
||||
height: $("#container").height(),
|
||||
autowidth: true,
|
||||
viewrecords: true,
|
||||
multiselect: true,
|
||||
multiboxonly: false,
|
||||
/* multiselect: true,
|
||||
multiboxonly: false, */
|
||||
rowList : eval('[${rmsDefaultRowList}]'),
|
||||
gridComplete:function (d){
|
||||
var colModel = $(this).getGridParam("colModel");
|
||||
@@ -402,7 +402,7 @@ function getGridData() {
|
||||
<!-- <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>
|
||||
@@ -415,14 +415,14 @@ function getGridData() {
|
||||
<td><input type="text" name="searchMsgMetaDstcd" value="${param.searchMsgMetaDstcd}"></td>
|
||||
<th style="width:150px;">메시지 설명</th>
|
||||
<td><input type="text" name="searchMsgDesc" value="${param.searchMsgDesc}"></td>
|
||||
<th style="width:120px;">복제 사용여부</th>
|
||||
<!-- <th style="width:120px;">복제 사용여부</th>
|
||||
<td style="width:120px;">
|
||||
<div class="select-style">
|
||||
<select name="clonYn" id="clonYn" readonly="readonly" onchange="viewChange(this)">
|
||||
<option value="1">사용함</option>
|
||||
<option value="0">사용안함</option>
|
||||
</select>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
<tr id="clone" hidden="hidden">
|
||||
<th style="width:150px;">복제 메시지메타 구분코드</th>
|
||||
|
||||
@@ -71,9 +71,9 @@ function getGridData() {
|
||||
colModel:[
|
||||
{ name : 'MSGITEMDSTICNAME' , align:'left' ,width:40 ,sortable:false },
|
||||
{ name : 'MSGCLMNNAME' , align:'center' ,width:40 },
|
||||
{ name : 'MSGCLMNATTRIPTRNCD' , align:'center' ,width:30 },
|
||||
{ name : 'MSGCLMNVAL' , align:'center' ,width:30 },
|
||||
{ name : 'THISMSGCLMNUSEYN' , align:'center' ,width:30 ,
|
||||
{ name : 'MSGCLMNATTRIPTRNCD' , align:'center' ,width:40 },
|
||||
{ name : 'MSGCLMNVAL' , align:'center' ,width:40 },
|
||||
{ name : 'THISMSGCLMNUSEYN' , align:'center' ,width:40 ,
|
||||
formatter: function (cellvalue) {
|
||||
if ( !cellvalue ) {
|
||||
return '<span style="color:red">사용안함</span>';
|
||||
@@ -84,9 +84,9 @@ function getGridData() {
|
||||
}
|
||||
}
|
||||
},
|
||||
{ name : 'MSGITEMCLONENAME', align:'left', sortable:false, width:40, unformat:unformatterFunction, formatter:gridCloneName},
|
||||
{ name : 'MSGITEMCLONE' , align:'center', sortable:false, width:20, unformat:unformatterFunction, formatter:gridCloneFunction},
|
||||
{ name : 'DELETEYN' , align:'center', sortable:false, width:20, unformat:unformatterFunction, formatter:formatterFunction}
|
||||
{ name : 'MSGITEMCLONENAME', align:'left', sortable:false, width:40, unformat:unformatterFunction, formatter:gridCloneName, hidden:true },
|
||||
{ name : 'MSGITEMCLONE' , align:'center', sortable:false, width:20, unformat:unformatterFunction, formatter:gridCloneFunction, hidden:true },
|
||||
{ name : 'DELETEYN' , align:'center', sortable:false, width:20, unformat:unformatterFunction, formatter:formatterFunction, hidden:true }
|
||||
],
|
||||
jsonReader: {
|
||||
repeatitems:false
|
||||
@@ -98,8 +98,8 @@ function getGridData() {
|
||||
height: $("#container").height(),
|
||||
autowidth: true,
|
||||
viewrecords: true,
|
||||
multiselect: true,
|
||||
multiboxonly: false,
|
||||
/* multiselect: true,
|
||||
multiboxonly: false, */
|
||||
rowList : eval('[${rmsDefaultRowList}]'),
|
||||
gridComplete:function (d){
|
||||
var colModel = $(this).getGridParam("colModel");
|
||||
@@ -224,8 +224,8 @@ function getGridData() {
|
||||
<body>
|
||||
<div class="popup_box">
|
||||
<div class="search_wrap">
|
||||
<img src="<c:url value="/img/btn_input.png"/>" alt="" id="btn_input" level="R" />
|
||||
<img src="<c:url value="/img/btn_new.png"/>" alt="" id="btn_new" level="W" />
|
||||
<%-- <img src="<c:url value="/img/btn_input.png"/>" alt="" id="btn_input" level="R" />
|
||||
<img src="<c:url value="/img/btn_new.png"/>" alt="" id="btn_new" level="W" /> --%>
|
||||
<img src="<c:url value="/img/btn_search.png"/>" alt="" id="btn_search" level="R" />
|
||||
<img src="<c:url value="/img/btn_close.png"/>" alt="" id="btn_close" level="R" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user