Commit 0e61d9a4 authored by agping's avatar agping

1

parent c36f2919
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
<div class="panel-heading breadcrumb"> <div class="panel-heading breadcrumb">
<li> <li>
<span class="manager-title ld-Marheight"></span> <span class="manager-title ld-Marheight"></span>
<input type="month" id="count_time" class="form-control ld-Marheight" placeholder="请选择" style="width: 180px;float: left;"/> <input id="count_time2" class="form-control ld-Marheight" type="text" placeholder="请选择" onclick="WdatePicker({el:this,dateFmt:'yyyy-MM',readOnly:'readonly' })" style="width: 150px;float: left;">
<input type="date" id="count_time" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;"/>
<a class="btn btn-info is-print ld-Marheight" style="margin-left: 20px;">打印</a> <a class="btn btn-info is-print ld-Marheight" style="margin-left: 20px;">打印</a>
<!--<a class="btn btn-info is-close ld-Marheight" style="margin-left: 20px;">导出excel</a>--> <!--<a class="btn btn-info is-close ld-Marheight" style="margin-left: 20px;">导出excel</a>-->
......
...@@ -303,9 +303,11 @@ ...@@ -303,9 +303,11 @@
<td style="height: 800px;padding-left: 20px;"> <td style="height: 800px;padding-left: 20px;">
<form id="form_search"> <form id="form_search">
<span class="fore-span ld-Marheight">计入月份:</span> <span class="fore-span ld-Marheight">计入月份:</span>
<input id="comit_time_start" class="form-control btn4 ld-Marheight" type="text" placeholder="请选择" <input type="date" id="count_time" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;"/>
onClick="WdatePicker({el:this,dateFmt:'yyyy-MM',readOnly:'readonly' })">
<span class="btn btn-info btn3 ld-Marheight" id="search" style="float:left">搜索</span> <!--<input id="comit_time_start" class="form-control btn4 ld-Marheight" type="text" placeholder="请选择"
onClick="WdatePicker({el:this,dateFmt:'yyyy-MM',readOnly:'readonly' })"> -->
<!--<span class="btn btn-info btn3 ld-Marheight" id="search" style="float:left">搜索</span>-->
<!--<span class="btn btn-info btn3 ld-Marheight" id="reset" style="float:left">重置</span>--> <!--<span class="btn btn-info btn3 ld-Marheight" id="reset" style="float:left">重置</span>-->
</form> </form>
......
...@@ -32,7 +32,12 @@ define(['doT','html2canvas','text!temp/accountingTable_list_template_tpl.html', ...@@ -32,7 +32,12 @@ define(['doT','html2canvas','text!temp/accountingTable_list_template_tpl.html',
}, },
event: function() { event: function() {
var that = bargain; var that = bargain;
$('#count_time2').datetimepicker({
onChange : function() { alert('Yo yo!') }
});
$('#count_time2').change(function(){
alert("time change")
});
var _doc = $(document); var _doc = $(document);
//门店成本 时间搜索 //门店成本 时间搜索
_doc.on('input', '#count_time', function() { _doc.on('input', '#count_time', function() {
......
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