Commit a252dfbf authored by agping's avatar agping

一键生成时间优化

parent d0bdeb28
......@@ -303,7 +303,7 @@
<td style="height: 800px;padding-left: 20px;">
<form id="form_search">
<span class="fore-span ld-Marheight">计入月份:</span>
<input type="date" id="count_time" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;"/>
<input type="month" id="comit_time_start" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;"/>
<!--<input id="comit_time_start" class="form-control btn4 ld-Marheight" type="text" placeholder="请选择"
onClick="WdatePicker({el:this,dateFmt:'yyyy-MM',readOnly:'readonly' })"> -->
......
......@@ -25,7 +25,7 @@ define(['doT', 'text!temp/cost_details_template_tpl.html', 'css!style/home.css',
var _doc = $(document);
//搜索
$(document).on('click','#search',function(e){
$(document).on('input','#comit_time_start',function(e){
that.getList(1);
});
//重置搜索条件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment