Commit 3ea7ad8d by guanzhenshan

增加提示

parent 0b01ae6a
......@@ -47,8 +47,8 @@
<div class="form-group" style="margin-left:10px">
<label>时间</label>
@*<input id="month" name="month" class="form-control" style="width:100px" value="@(DateTime.Now.AddMonths(-1).ToString("yyyy-MM"))" />*@
<input id="start" name="start" class="form-control" style="width:100px" value="" />至
<input id="end" name="end" class="form-control" style="width:100px" value="" />
<input id="start" name="start" class="form-control" style="width:100px" value="" placeholder="开始时间" />至
<input id="end" name="end" class="form-control" style="width:100px" value="" placeholder="结束时间" />
</div>
<div class="form-group" style="margin-left:10px">
<label>平台单号</label>
......
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