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
2c511198
Commit
2c511198
authored
Apr 28, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
利润分析新增监控状态
parent
eefe7880
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SkuAutoTurnServices.cs
AutoTurnOver.Services/SkuAutoTurnServices.cs
+2
-2
No files found.
AutoTurnOver.Services/SkuAutoTurnServices.cs
View file @
2c511198
...
@@ -756,7 +756,7 @@ namespace AutoTurnOver.Services
...
@@ -756,7 +756,7 @@ namespace AutoTurnOver.Services
"海运周转天数"
,
"30天预测销量海运运费-实际周转运费金额"
,
"30天预测销量空运运费-实际周转运费金额"
,
"30天预测销量空运运费-海运周转运费金额"
"海运周转天数"
,
"30天预测销量海运运费-实际周转运费金额"
,
"30天预测销量空运运费-实际周转运费金额"
,
"30天预测销量空运运费-海运周转运费金额"
,
"差值(实际-海运)/实际周转采购金额占比"
,
"差值(海运-空运)/实际周转采购金额占比"
,
"差值(空运-实际)/实际周转采购金额占比"
,
"差值(实际-海运)/实际周转采购金额占比"
,
"差值(海运-空运)/实际周转采购金额占比"
,
"差值(空运-实际)/实际周转采购金额占比"
,
"海运与实际运费差额/库存差额"
,
"空运与实际运费差额/库存差额"
,
"30天销量海运与实际运费差额/库存金额"
,
"30天销量空运与实际运费差额/库存金额"
,
"补海运周转数"
,
"补海运周转金额"
,
,
"海运与实际运费差额/库存差额"
,
"空运与实际运费差额/库存差额"
,
"30天销量海运与实际运费差额/库存金额"
,
"30天销量空运与实际运费差额/库存金额"
,
"补海运周转数"
,
"补海运周转金额"
,
"采购在途"
,
"调拨在途(采购临时)"
,
"调拨在途(暂存)"
,
"调拨在途(调拨单)"
,
"可用天数"
,
"拟下单日期"
,
"可用日期"
"采购在途"
,
"调拨在途(采购临时)"
,
"调拨在途(暂存)"
,
"调拨在途(调拨单)"
,
"可用天数"
,
"拟下单日期"
,
"可用日期"
,
"监控状态"
};
};
foreach
(
var
item
in
cols
)
foreach
(
var
item
in
cols
)
{
{
...
@@ -767,7 +767,7 @@ namespace AutoTurnOver.Services
...
@@ -767,7 +767,7 @@ namespace AutoTurnOver.Services
{
{
DataRow
row
=
table
.
NewRow
();
DataRow
row
=
table
.
NewRow
();
row
[
"监控状态"
]
=
itemData
.
monitor_status
==
1
?
"停止监控"
:
"正常监控"
;
row
[
"采购在途"
]
=
itemData
.
quantity_purchase
;
row
[
"采购在途"
]
=
itemData
.
quantity_purchase
;
row
[
"调拨在途(采购临时)"
]
=
itemData
.
quantity_transfer_temp_schedule
;
row
[
"调拨在途(采购临时)"
]
=
itemData
.
quantity_transfer_temp_schedule
;
row
[
"调拨在途(暂存)"
]
=
itemData
.
quantity_transfer_temporary_storage
;
row
[
"调拨在途(暂存)"
]
=
itemData
.
quantity_transfer_temporary_storage
;
...
...
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