fix: 권한 및 메뉴관리 fix

main
minuk926 2 years ago
parent 34cccd88d3
commit 228f7c6d34

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

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

Loading…
Cancel
Save