fix: 권한 및 메뉴관리 fix

main
minuk926 2 years ago
parent 34cccd88d3
commit 228f7c6d34

@ -18,7 +18,7 @@
FROM xit_menu_info
<where>
<if test="@kr.xit.framework.core.utils.XitCmmnUtil@notEmpty(menuNo)">
AND menu_no = #{menuNo}
AND menu_no LIKE CONCAT(#{menuNo}, '%')
</if>
<if test="@kr.xit.framework.core.utils.XitCmmnUtil@notEmpty(upperMenuNo)">
AND upper_menu_no = #{upperMenuNo}

@ -10,18 +10,22 @@
<col style="width: 8%;"/>
<col style="width: 20%;"/>
<col style="width: 8%;"/>
<col/>
<col style="width: 20%;"/>
<col style="width: 8%;"/>
<col/>
<col style="width: 7%;"/>
</colgroup>
<tbody>
<tr>
<th>메뉴번호</th>
<td>
<input id="menuNo" name="menuNo" type="text" size="8" maxlength="8" title="검색조건"/>
</td>
<th>메뉴명</th>
<td>
<input id="menuNm" name="menuNm" type="text" size="80" maxlength="60" title="검색조건"/>
</td>
<td colspan="6">
<td colspan="4">
<input type="button" id="btnSearch" class="btn_search" title="검색" value="검색" />
</td>
</tr>
@ -135,7 +139,7 @@
type: CustomButtonRenderer,
options: {
formatter : (props) => ({
formatter : props.grid.getRow(props.rowKey).progrmFileNm
formatter : props.grid.getRow(props.rowKey).menuNm
, element: "text"
})
, eventFunction: fnBiz.onClickMenuNmGrid //function(){alert("1234")}

Loading…
Cancel
Save