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
8f2d3b9a
Commit
8f2d3b9a
authored
Jan 22, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购建议新增备货数量字段
parent
489cdb7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
PurchaseAdviseServices.cs
AutoTurnOver.Services/PurchaseAdviseServices.cs
+3
-2
No files found.
AutoTurnOver.Services/PurchaseAdviseServices.cs
View file @
8f2d3b9a
...
@@ -110,7 +110,7 @@ namespace AutoTurnOver.Services
...
@@ -110,7 +110,7 @@ namespace AutoTurnOver.Services
"内部商品编码"
,
"商品建议采购"
,
"商品14日日均"
,
"商品moq"
,
"日均加权销量"
,
"缺货"
,
"实时缺货"
,
"调拨在途"
,
"调拨单在途"
,
"调拨在途(采购临时数据)"
,
"调拨在途(暂存)"
,
"采购在途"
,
"库存数"
,
"内部商品编码"
,
"商品建议采购"
,
"商品14日日均"
,
"商品moq"
,
"日均加权销量"
,
"缺货"
,
"实时缺货"
,
"调拨在途"
,
"调拨单在途"
,
"调拨在途(采购临时数据)"
,
"调拨在途(暂存)"
,
"采购在途"
,
"库存数"
,
"采购金额"
,
"供应链长度"
,
"供应商名称"
,
"采购类型"
,
"采购员"
,
"突增关注"
,
"待发货百伦单号"
,
"7日日均"
,
"14日日均"
,
"30日日均"
,
"海外仓入库天数"
,
"采购金额"
,
"供应链长度"
,
"供应商名称"
,
"采购类型"
,
"采购员"
,
"突增关注"
,
"待发货百伦单号"
,
"7日日均"
,
"14日日均"
,
"30日日均"
,
"海外仓入库天数"
,
"采购单价"
,
"历史7天日均"
,
"历史14日均"
,
"历史30日均"
,
"加权日均"
,
"安全库存"
,
"今日实际缺货"
,
"供应链累积销量"
,
"供应链到货当天的销量"
"采购单价"
,
"历史7天日均"
,
"历史14日均"
,
"历史30日均"
,
"加权日均"
,
"安全库存"
,
"今日实际缺货"
,
"供应链累积销量"
,
"供应链到货当天的销量"
,
"预测销量"
,
"累积入库数量"
,
"实际库存"
,
"moq"
,
"多备天数"
,
"预测销量配置"
,
"实际推送下单数量"
,
"总下单金额"
,
"转仓来源仓库编码"
,
"转仓来源仓库名称"
,
"预测销量"
,
"累积入库数量"
,
"实际库存"
,
"moq"
,
"多备天数"
,
"
多备数量"
,
"
预测销量配置"
,
"实际推送下单数量"
,
"总下单金额"
,
"转仓来源仓库编码"
,
"转仓来源仓库名称"
};
};
foreach
(
var
item
in
cols
)
foreach
(
var
item
in
cols
)
{
{
...
@@ -136,7 +136,8 @@ namespace AutoTurnOver.Services
...
@@ -136,7 +136,8 @@ namespace AutoTurnOver.Services
row
[
"累积入库数量"
]
=
itemData
.
fixed_turnover_inbound
;
row
[
"累积入库数量"
]
=
itemData
.
fixed_turnover_inbound
;
row
[
"实际库存"
]
=
itemData
.
fixed_quantity_inventory
;
row
[
"实际库存"
]
=
itemData
.
fixed_quantity_inventory
;
row
[
"moq"
]
=
itemData
.
fixed_moq
;
row
[
"moq"
]
=
itemData
.
fixed_moq
;
row
[
"多备天数"
]
=
itemData
.
fixed_stock_up_sales
;
row
[
"多备天数"
]
=
itemData
.
fixed_stock_up_days
;
row
[
"多备数量"
]
=
itemData
.
fixed_stock_up_sales
;
row
[
"预测销量配置"
]
=
itemData
.
fixed_dc_auto_sales_forecast_title
;
row
[
"预测销量配置"
]
=
itemData
.
fixed_dc_auto_sales_forecast_title
;
row
[
"实际推送下单数量"
]
=
itemData
.
quantity_actual_push
;
row
[
"实际推送下单数量"
]
=
itemData
.
quantity_actual_push
;
row
[
"总下单金额"
]
=
itemData
.
quantity_actual_amount
;
row
[
"总下单金额"
]
=
itemData
.
quantity_actual_amount
;
...
...
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