Commit af29beff by guanzhenshan

调整每日销进比报表

parent 5d34422e
......@@ -20,14 +20,14 @@
<option value="2">按发货维度</option>
</select>
</div>
<div class="form-group">
@*<div class="form-group">
<label>日期方式:</label>
<select id="dateWay" name="dateWay" class="form-control">
@*<option value="1">按日</option>*@
<option value="2">按周</option>
<option value="3">按月</option>
</select>
</div>
</div>*@
<div class="form-group">
<label>统计时间</label>
<input id="start" name="start" type="text" class="form-control" style="width:130px;" value="@(DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd"))" />
......@@ -41,7 +41,7 @@
</div>
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<div class="ibox-content m-b-sm border-bottom" style="display:none;">
<table id="roletable" class="table table-hover table-bordered table-condensed table-striped">
<thead>
<tr></tr>
......@@ -49,9 +49,9 @@
<tbody></tbody>
</table>
</div>
<hr />
<label>总计</label>
<div class="ibox-content m-b-sm border-bottom">
<hr style="display:none;" />
<label style="display:none;">总计</label>
<div class="ibox-content m-b-sm border-bottom" style="display:none;">
<table id="counttb" class="table table-hover table-bordered table-condensed table-striped">
<thead>
<tr></tr>
......@@ -59,7 +59,7 @@
<tbody></tbody>
</table>
</div>
<hr />
<hr style="display:none;" />
<label>子分析报表</label>
<div class="ibox-content m-b-sm border-bottom">
<table id="subcounttb" class="table table-hover table-bordered table-condensed table-striped">
......@@ -68,8 +68,8 @@
<td>外采类型</td>
<td>采购金额</td>
<td>采购数量</td>
<td>发货成本</td>
<td>发货数量</td>
<td>消耗金额</td>
<td>消耗数量</td>
<td>差异金额</td>
<td>差异数量</td>
</tr>
......
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