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.4 KiB
36 lines
1.4 KiB
<!--设置用户-复制权限按钮弹框-->
|
|
<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><%=FRS001_42%></p> <!-- 源用户: -->
|
|
</td>
|
|
<td>
|
|
<input class="easyui-combobox easyui-validatebox sourceUser" style="width:180px;" name="state" data-options="valueField:'userCode',textField:'userName'">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
<p><%=FRS001_43%></p> <!-- 复制到用户: -->
|
|
</td>
|
|
<td>
|
|
<input class="easyui-combobox easyui-validatebox copyToUser" style="width:180px;" name="state" data-options="valueField:'userCode',textField:'userName'">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" colspan="2">
|
|
<input id="frs-chk-delUser" type='checkbox'>
|
|
<label for="frs-chk-delUser"><%=FRS001_44%></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> |