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.
21 lines
1017 B
21 lines
1017 B
<!--设置用户-复制权限按钮弹框-->
|
|
<div style="width:100%;max-width:400px;padding:40px 20px 10px 20px; ">
|
|
<form>
|
|
<div style="margin-bottom:20px">
|
|
<input class="easyui-textbox src-user" name="srcUser" style="width:100%">
|
|
</div>
|
|
<div style="margin-bottom:20px">
|
|
<input class="easyui-textbox des-user" name="desUser" style="width:100%">
|
|
</div>
|
|
<div style="margin-bottom:20px">
|
|
<input class="easyui-textbox des-user-name" name="desUserName" style="width:100%">
|
|
</div>
|
|
<div style="margin-bottom:20px;font-size: 10px;color: #bfbfbf;">
|
|
<p>*目标用户存在,则会清空已有权限,使用复制用户的权限;如果不存在,则新增用户并复制对应的权限</p>
|
|
</div>
|
|
</form>
|
|
<div style="text-align:center;padding:5px 0">
|
|
<a href="javascript:void(0)" class="easyui-linkbutton btn-oK" style="width:80px">确定</a>
|
|
<a href="javascript:void(0)" class="easyui-linkbutton btn-cancel" style="width:80px">取消</a>
|
|
</div>
|
|
</div> |