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
42aba6cb
Commit
42aba6cb
authored
Jan 16, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购建议导出fix
parent
c9d75912
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
PurchaseAdviseServices.cs
AutoTurnOver.Services/PurchaseAdviseServices.cs
+1
-2
No files found.
AutoTurnOver.Services/PurchaseAdviseServices.cs
View file @
42aba6cb
...
@@ -100,7 +100,7 @@ namespace AutoTurnOver.Services
...
@@ -100,7 +100,7 @@ namespace AutoTurnOver.Services
DataTable
table
=
new
DataTable
();
DataTable
table
=
new
DataTable
();
string
[]
cols
=
new
string
[]
{
"初始建议数"
,
"系统建议数"
,
"采购数量"
,
"是否已推送"
,
"jit备货类型"
,
"时间"
,
"sku"
,
"产品名称"
,
"产品14日日均"
,
"仓库编码"
,
"仓库名称"
,
"源仓库"
,
string
[]
cols
=
new
string
[]
{
"初始建议数"
,
"系统建议数"
,
"采购数量"
,
"是否已推送"
,
"jit备货类型"
,
"时间"
,
"sku"
,
"产品名称"
,
"产品14日日均"
,
"仓库编码"
,
"仓库名称"
,
"源仓库"
,
"内部商品编码"
,
"商品建议采购"
,
"商品14日日均"
,
"商品moq"
,
"日均加权销量"
,
"安全库存"
,
"缺货"
,
"实时缺货"
,
"调拨在途"
,
"调拨单在途"
,
"调拨在途(采购临时数据)"
,
"调拨在途(暂存)"
,
"采购在途"
,
"库存数"
,
"内部商品编码"
,
"商品建议采购"
,
"商品14日日均"
,
"商品moq"
,
"日均加权销量"
,
"缺货"
,
"实时缺货"
,
"调拨在途"
,
"调拨单在途"
,
"调拨在途(采购临时数据)"
,
"调拨在途(暂存)"
,
"采购在途"
,
"库存数"
,
"采购金额"
,
"供应链长度"
,
"供应商名称"
,
"采购类型"
,
"采购员"
,
"突增关注"
,
"待发货百伦单号"
,
"7日日均"
,
"14日日均"
,
"30日日均"
,
"海外仓入库天数"
,
"采购金额"
,
"供应链长度"
,
"供应商名称"
,
"采购类型"
,
"采购员"
,
"突增关注"
,
"待发货百伦单号"
,
"7日日均"
,
"14日日均"
,
"30日日均"
,
"海外仓入库天数"
,
"采购单价"
,
"历史7天日均"
,
"历史14日均"
,
"历史30日均"
,
"加权日均"
,
"安全库存"
,
"今日实际缺货"
,
"供应链累积销量"
,
"供应链到货当天的销量"
"采购单价"
,
"历史7天日均"
,
"历史14日均"
,
"历史30日均"
,
"加权日均"
,
"安全库存"
,
"今日实际缺货"
,
"供应链累积销量"
,
"供应链到货当天的销量"
,
"预测销量"
,
"累积入库数量"
,
"实际库存"
,
"moq"
,
"多备天数"
,
"预测销量配置"
,
"实际推送下单数量"
,
"总下单金额"
,
"预测销量"
,
"累积入库数量"
,
"实际库存"
,
"moq"
,
"多备天数"
,
"预测销量配置"
,
"实际推送下单数量"
,
"总下单金额"
...
@@ -155,7 +155,6 @@ namespace AutoTurnOver.Services
...
@@ -155,7 +155,6 @@ namespace AutoTurnOver.Services
row
[
"商品14日日均"
]
=
itemData
.
goods_history_fourteenday_sales
;
row
[
"商品14日日均"
]
=
itemData
.
goods_history_fourteenday_sales
;
row
[
"商品moq"
]
=
itemData
.
goods_moq
;
row
[
"商品moq"
]
=
itemData
.
goods_moq
;
row
[
"日均加权销量"
]
=
itemData
.
daily_weighted_sales
;
row
[
"日均加权销量"
]
=
itemData
.
daily_weighted_sales
;
row
[
"安全库存"
]
=
itemData
.
quantity_safe_inventory
;
row
[
"缺货"
]
=
itemData
.
quantity_out_stock
;
row
[
"缺货"
]
=
itemData
.
quantity_out_stock
;
row
[
"实时缺货"
]
=
itemData
.
realtime_quantity_out_stock
;
row
[
"实时缺货"
]
=
itemData
.
realtime_quantity_out_stock
;
row
[
"调拨在途"
]
=
itemData
.
quantity_transfer
;
row
[
"调拨在途"
]
=
itemData
.
quantity_transfer
;
...
...
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