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.
37 lines
1.4 KiB
37 lines
1.4 KiB
4 years ago
|
<!--设置用户-复制权限按钮弹框-->
|
||
|
<div class="easyui-layout easyui-resizable" data-options="fit:true">
|
||
|
<div data-options="region:'center'" style="padding-top: 20px;">
|
||
|
<table border="0" style="margin: auto;">
|
||
|
<tr>
|
||
|
<td align="right">
|
||
|
<p><%=FRS002_33%></p><!-- 源角色: -->
|
||
|
</td>
|
||
|
<td>
|
||
|
<input class="easyui-combobox easyui-validatebox sourceRole" style="width:180px;" name="state" data-options="valueField:'roleCode',textField:'roleName'">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="right">
|
||
|
<p><%=FRS002_34%></p><!-- 目标角色: -->
|
||
|
</td>
|
||
|
<td>
|
||
|
<input class="easyui-combobox easyui-validatebox copyToRole" style="width:180px;" name="state" data-options="valueField:'roleCode',textField:'roleName'">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="center" colspan="2">
|
||
|
<input id="isOrNotCover_dsRole" type="checkbox">
|
||
|
|
||
|
<label for="isOrNotCover_dsRole"><%=FRS002_35%></label> <!-- 删除角色原权限 -->
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="center" colspan="2" style="height: 40px;">
|
||
|
<button class="btnOK" style="width:75px;" >确定</button> <!-- 确定 -->
|
||
|
|
||
|
<button class="btnCancel" style="width:75px;">取消</button> <!-- 取消 -->
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|