Commit 548c21f7 by guanzhenshan

增加提示

parent 242956ad
......@@ -11,8 +11,8 @@
<form id="toolbar">
<div class="form-inline" style="line-height:40px;">
<div class="form-group">
<input id="start" class="form-control" name="start" type="text" style="width:120px;" value="@ViewBag.start" />
<input id="end" name="end" class="form-control" type="text" style="width:120px;" value="@ViewBag.end" />
<input id="start" class="form-control" name="start" type="text" style="width:120px;" value="@ViewBag.start" placeholder="开始日期" />
<input id="end" name="end" class="form-control" type="text" style="width:120px;" value="@ViewBag.end" placeholder="结束日期" />
<button type="button" class="btn btn-sm btn-primary" onclick="init();"><i class="fa fa-search"></i>&nbsp;查询</button>
<button id="btnexport" type="button" class="btn btn-sm btn-success" onclick="ExportXsl();">导出</button>
</div>
......
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