You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.9 KiB
36 lines
1.9 KiB
<!--设置角色-操作权按钮弹框-->
|
|
<div class="easyui-layout easyui-resizable" data-options="fit:true">
|
|
<div data-options="region:'north', split:false" style="width:550px;height:40px;overflow-y:hidden">
|
|
<table border="0">
|
|
<tr style="height: 36px">
|
|
<td style="width: 36px" align="bottom"><%=FRS002_26%>
|
|
<!-- 角色: -->
|
|
</td>
|
|
<td style="width: 440px" align="bottom">
|
|
<input class="easyui-combobox easyui-validatebox roleSelect" style="width:100%;" name="state"
|
|
data-options="valueField:'roleCode',textField:'roleName'">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div data-options="region:'west', split:false" style="width:270px;">
|
|
<div data-options="split:false" style="height:15px; text-align:center">
|
|
<p><%=FRS002_27%></p>
|
|
</div> <!-- 功能菜单: -->
|
|
<div ms-widget="tree, $, treeMenu"></div>
|
|
</div>
|
|
<div data-options="region:'center'" style="width:180px;">
|
|
<!-- <div data-options="split:false" style="height:18px; text-valign:center"><p>操作权:</p> </div> -->
|
|
<div ms-widget="grid, $, gridAct" style="width: 100%; height: 100%">grid</div>
|
|
</div>
|
|
<div data-options="region:'east',split:false" style="width:100px; text-align:center">
|
|
<div style="margin-top: 30px;">
|
|
<button class="btnClose" style="width:75px;"><%=FRS002_28%></button><br><br> <!-- 关闭 -->
|
|
<button class="btnSave" style="width:75px;"><%=FRS002_29%></button><br><br> <!-- 保存 -->
|
|
<button class="btnSel" style="width:75px;">取消</button><br><br><!-- 取消 -->
|
|
<button class="btnAllExpand" style="width:75px;"><%=FRS002_31%></button><br><br><!-- 全部展开 -->
|
|
<button class="btnAllShut" style="width:75px;"><%=FRS002_32%></button><br><br><!-- 全部合拢 -->
|
|
</div>
|
|
|
|
</div>
|
|
</div> |