Commit 0e2f8fab authored by agping's avatar agping

1

parent 37f71e06
......@@ -20,9 +20,9 @@
<div class="panel-heading breadcrumb">
<li>
<span class="manager-title ld-Marheight"></span>
<input id="count_time2" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;">
<!--<input id="count_time2" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;">-->
<input type="date" id="count_time" class="form-control ld-Marheight" placeholder="请选择" style="width: 150px;float: left;"/>
<input type="month" 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-close ld-Marheight" style="margin-left: 20px;">导出excel</a>-->
......
......@@ -32,18 +32,16 @@ define(['doT','html2canvas','text!temp/accountingTable_list_template_tpl.html',
},
event: function() {
var that = bargain;
$('#count_time2').datetimepicker({
format:'yyyy-mm',
startView: 3,
maxViewMode: 1,
minViewMode:1,
autoclose : true,
minView : 3 ,
onChange : function() { }
});
$('#count_time2').change(function(){
alert("time change")
});
// $('#count_time2').datetimepicker({
// format:'yyyy-mm',
// startView: 3,
// maxViewMode: 1,
// minViewMode:1,
// autoclose : true,
// minView : 3 ,
// onChange : function() { }
// });
var _doc = $(document);
//门店成本 时间搜索
_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