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
67c106d0
Commit
67c106d0
authored
Mar 19, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库存表导出,新增系统更新时间
parent
04f489c8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Program.cs
AutoTurnOver.Purchase.AverageTarget/Program.cs
+1
-1
DailyServices.cs
AutoTurnOver.Services/DailyServices.cs
+2
-1
No files found.
AutoTurnOver.Purchase.AverageTarget/Program.cs
View file @
67c106d0
...
...
@@ -24,7 +24,7 @@ namespace AutoTurnOver.Purchase.AverageTarget
try
{
//report.ResetTransExpectArrivaltime();
//
PurchaseAverageTargetServices.CalculationTransfer("217632401", days: (360 * 3));
PurchaseAverageTargetServices
.
CalculationTransfer
(
"217632401"
,
days
:
(
360
*
3
));
//PurchaseAverageTargetServices.Calculation("942517901", days: (360 * 3));
//ApiUtility.GetLmsTransportCountList(new Models.ApiDto.api_transport_count_order_transfer_query_dto { bailun_sku= "LM-EO-007", targetwareno= "MMDUSFBA" });
...
...
AutoTurnOver.Services/DailyServices.cs
View file @
67c106d0
...
...
@@ -286,7 +286,7 @@ namespace AutoTurnOver.Services
"监控状态"
,
"开发时间"
,
"昨日销量"
,
"停售状态"
,
"amazon最近7天日均销量"
,
"amazon最近14天日均销量"
,
"amazon最近30天日均销量"
,
"moq"
,
"品牌"
,
"标签"
,
"类型"
,
"产品尺寸"
,
"包装尺寸"
,
"安全库存"
,
"销售员"
,
"海外仓入库天数"
,
"采购陆运在途"
,
"采购海运在途"
,
"采购空运在途"
,
"采购铁路在途"
,
"调拨陆运在途"
,
"调拨海运在途"
,
"调拨空运在途"
,
"调拨铁路在途"
,
"调拨最快到货时间"
,
"调拨最快到货单号"
,
"调拨最快到货数量"
,
"调拨最快到货跟踪号"
,
"调拨最快到货运输方式"
,
"调拨最快到到货物流"
,
"周转表更新时间"
,
"供应链长度天数"
,
"供应链预测销量"
,
"供应链预测缺货"
,
"供应链预测冗余"
,
"walmart最近7天日均销量"
,
"walmart最近14天日均销量"
,
"walmart最近30天日均销量"
"供应链长度天数"
,
"供应链预测销量"
,
"供应链预测缺货"
,
"供应链预测冗余"
,
"walmart最近7天日均销量"
,
"walmart最近14天日均销量"
,
"walmart最近30天日均销量"
,
"库存更新时间"
};
foreach
(
var
item
in
cols
)
{
...
...
@@ -407,6 +407,7 @@ namespace AutoTurnOver.Services
row
[
"销售员"
]
=
itemData
.
extend_sale_user_name
;
row
[
"周转表更新时间"
]
=
itemData
.
turnover_gmt_modified
==
null
?
""
:
itemData
.
turnover_gmt_modified
.
Value
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
);
row
[
"库存更新时间"
]
=
itemData
.
gmt_modified
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
);
table
.
Rows
.
Add
(
row
);
}
...
...
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