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
55c7fca1
Commit
55c7fca1
authored
Feb 25, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b43dc05f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
report.cs
AutoTurnOver.DB/report.cs
+4
-4
No files found.
AutoTurnOver.DB/report.cs
View file @
55c7fca1
...
...
@@ -3752,22 +3752,22 @@ where t1.bailun_sku = t2.bailun_sku and t1.bailun_sku = t3.bailun_sku and t1.wee
r_datas
.
SingleOrDefault
(
s
=>
s
.
web_site
==
websiteGroupItem
.
Key
&&
s
.
tag
==
"可用库存数"
).
weeks
.
Add
(
new
report_stock_week_view_dto
.
week
{
tag
=
$"
{
b_thie_date
.
ToString
(
"MM-dd"
)}
~
{
e_thie_date
.
ToString
(
"MM-dd"
)}
"
,
val
=
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"可用库存数"
).
val
val
=
(
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"可用库存数"
)??
new
dc_report_tag_stock_week
()
{
}
).
val
});
r_datas
.
SingleOrDefault
(
s
=>
s
.
web_site
==
websiteGroupItem
.
Key
&&
s
.
tag
==
"可用库存金额"
).
weeks
.
Add
(
new
report_stock_week_view_dto
.
week
{
tag
=
$"
{
b_thie_date
.
ToString
(
"MM-dd"
)}
~
{
e_thie_date
.
ToString
(
"MM-dd"
)}
"
,
val
=
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"可用库存金额"
).
val
val
=
(
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"可用库存金额"
)??
new
dc_report_tag_stock_week
()
{
}
).
val
});
r_datas
.
SingleOrDefault
(
s
=>
s
.
web_site
==
websiteGroupItem
.
Key
&&
s
.
tag
==
"周总消耗成本"
).
weeks
.
Add
(
new
report_stock_week_view_dto
.
week
{
tag
=
$"
{
b_thie_date
.
ToString
(
"MM-dd"
)}
~
{
e_thie_date
.
ToString
(
"MM-dd"
)}
"
,
val
=
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"周总消耗成本"
).
val
val
=
(
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"周总消耗成本"
)??
new
dc_report_tag_stock_week
()
{
}
).
val
});
r_datas
.
SingleOrDefault
(
s
=>
s
.
web_site
==
websiteGroupItem
.
Key
&&
s
.
tag
==
"周库存周转率(销售产品成本/库存金额比率)"
).
weeks
.
Add
(
new
report_stock_week_view_dto
.
week
{
tag
=
$"
{
b_thie_date
.
ToString
(
"MM-dd"
)}
~
{
e_thie_date
.
ToString
(
"MM-dd"
)}
"
,
val
=
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"周库存周转率(销售产品成本/库存金额比率)"
).
val
val
=
(
this_datas
.
FirstOrDefault
(
s
=>
s
.
field
==
"周库存周转率(销售产品成本/库存金额比率)"
)??
new
dc_report_tag_stock_week
(){
}
).
val
});
...
...
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