Commit af29beff by guanzhenshan

调整每日销进比报表

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