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
13645833
Commit
13645833
authored
Jan 13, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库存汇总分析统计报表增加导出功能
parent
61950156
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
WarehouseController.cs
...n.DC.Web/Areas/Reports/Controllers/WarehouseController.cs
+0
-0
InventorySummary.cshtml
...Web/Areas/Reports/Views/Warehouse/InventorySummary.cshtml
+2
-2
No files found.
Bailun.DC.Web/Areas/Reports/Controllers/WarehouseController.cs
View file @
13645833
This diff is collapsed.
Click to expand it.
Bailun.DC.Web/Areas/Reports/Views/Warehouse/InventorySummary.cshtml
View file @
13645833
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<div class="form-group">
<div class="form-group">
<label> </label>
<label> </label>
<button type="button" class="btn btn-primary" onclick="list();"><i class="fa fa-search"></i> 查询</button>
<button type="button" class="btn btn-primary" onclick="list();"><i class="fa fa-search"></i> 查询</button>
@*<button id="btnexport" style="display:none" type="button" class="btn btn-success" onclick="exportxls()">导出</button>*@
<button id="btnexport" type="button" class="btn btn-success" onclick="exportxls()">导出</button>
</div>
</div>
</div>
</div>
</form>
</form>
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
//导出
//导出
function exportxls() {
function exportxls() {
//window.open('@Url.Content("~/Reports/Warehouse/ExportLogicWarehouse
?")' + $("#toolbar").serialize(), '_blank');
window.open('@Url.Content("~/Reports/Warehouse/ExportInventorySummary
?")' + $("#toolbar").serialize(), '_blank');
}
}
function SkuDetail(code,name, type,typename) {
function SkuDetail(code,name, type,typename) {
...
...
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