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.
22 lines
876 B
22 lines
876 B
<!--设置用户-复制权限按钮弹框-->
|
|
<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>新结束日期:</p>
|
|
</td>
|
|
<td>
|
|
<input class="easyui-datebox easyui-validatebox newEndDate" style="width:180px;" editable="false" name="state" data-options="valueField:'roleCode',textField:'roleName'">
|
|
</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> |