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.
10 lines
537 B
10 lines
537 B
4 years ago
|
<div>
|
||
|
<input class="easyui-combobox search-type" data-options="label: '查询范围:',valueField:'id', textField:'text',
|
||
|
data: [{id:'0',text:'当前记账单'},{id:'1',text:'历史记账单','selected':true}]"
|
||
|
limitToList=true editable=false labelAlign='right' style="width:200px">
|
||
|
从录入日期:
|
||
|
<input class="easyui-datebox beg-date" editable=false style="width:120px" >
|
||
|
至录入日期:
|
||
|
<input class="easyui-datebox end-date" editable=false style="width:120px">
|
||
|
</div>
|