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.
16 lines
669 B
16 lines
669 B
4 years ago
|
<!--日结界面-->
|
||
|
<div class="easyui-layout" data-options="fit:true">
|
||
|
<div data-options="region:'west',split:true" style="width:30%;padding:inherit;">
|
||
|
<ul id="tree_Org" class="ztree" data-options="fit:true">加载中......</ul>
|
||
|
</div>
|
||
|
<div data-options="region:'center',split:true" style="margin:10Px;">
|
||
|
<div>
|
||
|
<button id="btnReSet" class="easyui-linkbutton" style="width:150px;height:30px;">重置日结状态</button>
|
||
|
</div>
|
||
|
<br/>
|
||
|
<div>
|
||
|
<button id="btnOk" class="easyui-linkbutton" style="width:80px;height:30px;">保存设置</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!--日结界面-->
|