Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
af29beff
Commit
af29beff
authored
Nov 20, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整每日销进比报表
parent
5d34422e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
DailyPurchaseSalesCount.cshtml
...as/Reports/Views/Warehouse/DailyPurchaseSalesCount.cshtml
+10
-10
No files found.
Bailun.DC.Web/Areas/Reports/Views/Warehouse/DailyPurchaseSalesCount.cshtml
View file @
af29beff
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment