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.
17 lines
1.2 KiB
17 lines
1.2 KiB
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'" style="width:70%;padding:inherit;">
|
||
|
<div style="margin:10px;">日结日期:<input class="easyui-datebox" id="RjDate" style="width:100%;"></div>
|
||
|
<div style="margin:10px;">选择单个项目:<input class="easyui-checkbox" type="checkbox" id="ChooseOne" value=""></div>
|
||
|
<div style="margin:10px;">日结项目:<input class="easyui-combobox RjItem" id="RjItem" style="width:100%;" data-options="valueField:'itemCode',textField:'itemName'"></div>
|
||
|
<div style="margin:10px;">多组织同时日结:<input class="easyui-checkbox" type="checkbox" id="OneTime" value=""></div>
|
||
|
<div style="margin:10px;height:65%;"><input id="Memo" class="easyui-textbox" multiline="true" value="" readonly="false" style="width:100%;height:100%"></div>
|
||
|
<div style="margin:10Px;">
|
||
|
<button id="btnJZ" class="easyui-linkbutton" style="width:80px;height:40px;">结账</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!--日结界面-->
|