Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
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
data-center-auto
Commits
d10c9c33
Commit
d10c9c33
authored
Jul 30, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ff435be4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
report_cash_flow_dao.cs
AutoTurnOver.DB/report_cash_flow_dao.cs
+0
-0
CashFlowController.cs
AutoTurnOver/Controllers/CashFlowController.cs
+6
-2
No files found.
AutoTurnOver.DB/report_cash_flow_dao.cs
View file @
d10c9c33
This diff is collapsed.
Click to expand it.
AutoTurnOver/Controllers/CashFlowController.cs
View file @
d10c9c33
...
@@ -88,7 +88,7 @@ namespace AutoTurnOver.Controllers
...
@@ -88,7 +88,7 @@ namespace AutoTurnOver.Controllers
return
File
(
memory
,
"text/csv"
,
"现金流明细.csv"
);
return
File
(
memory
,
"text/csv"
,
"现金流明细.csv"
);
}
}
public
JsonResult
GetSkuView
(
int
?
data_type
,
string
sku_label
,
string
bailun_sku
,
int
offset
,
int
limit
,
string
order
,
string
sort
,
string
buyer_name
,
string
supplier_name
,
string
product_type
)
public
JsonResult
GetSkuView
(
int
?
data_type
,
string
sku_label
,
string
bailun_sku
,
int
offset
,
int
limit
,
string
order
,
string
sort
,
string
buyer_name
,
string
warehousecode
,
string
supplier_name
,
string
warehousetype
,
int
?
warehousearea
,
int
?
monitor_status
=
null
,
string
product_type
=
null
)
{
{
try
try
{
{
...
@@ -103,7 +103,11 @@ namespace AutoTurnOver.Controllers
...
@@ -103,7 +103,11 @@ namespace AutoTurnOver.Controllers
sku_label
=
string
.
IsNullOrWhiteSpace
(
sku_label
)?
null
:
WebUtility
.
UrlDecode
(
sku_label
),
sku_label
=
string
.
IsNullOrWhiteSpace
(
sku_label
)?
null
:
WebUtility
.
UrlDecode
(
sku_label
),
data_type
=
data_type
,
data_type
=
data_type
,
supplier_name
=
supplier_name
,
supplier_name
=
supplier_name
,
product_type
=
product_type
product_type
=
product_type
,
warehouse_code
=
warehousecode
,
monitor_status
=
monitor_status
,
warehousearea
=
warehousearea
,
warehousetype
=
warehousetype
};
};
var
services
=
new
CashFlowServices
();
var
services
=
new
CashFlowServices
();
var
page_data
=
services
.
SkuView
(
m
);
var
page_data
=
services
.
SkuView
(
m
);
...
...
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