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.
30 lines
1.0 KiB
30 lines
1.0 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="left" colspan="2">
|
||
|
<input id="frs-sys01-AutoJob" type="checkbox"><span>允许设置为自动任务</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" colspan="2">
|
||
|
<input id="frs-sys01-Execute" type="checkbox"><span>允许执行</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align="left" colspan="2">
|
||
|
<input id="frs-sys01-PreEnabled" type='checkbox'><span>前置汇总项目有效</span>
|
||
|
</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>
|