Commit 98bd0a59 by 泽锋 李

采购建议导出,新增供应商交期

parent 9fa1ece1
......@@ -133,7 +133,7 @@ namespace AutoTurnOver.Services
"采购单价" ,"历史7天日均","历史14日均","历史30日均","加权日均","安全库存","今日实际缺货","供应链累积销量","供应链到货当天的销量"
,"预测销量","累积入库数量","实际库存","moq","多备天数","多备数量","预测销量配置","实际推送下单数量","总下单金额","转仓来源仓库编码","转仓来源仓库名称","仓库类型","最新计算时间"
,"首单日期","首单单号"
,"切换物流备注"
,"切换物流备注","供应商交期"
};
foreach (var item in cols)
{
......@@ -147,6 +147,7 @@ namespace AutoTurnOver.Services
row["首单日期"] =( itemData.first_order_date==null?"": itemData.first_order_date.Value.ToString("yyyy-MM-dd HH:mm:ss"));
row["首单单号"] = itemData.first_order_bailun_order_id;
row["供应商交期"] = itemData.supplier_delivery;
row["最新计算时间"] = itemData.calculation_time;
row["仓库类型"] = itemData.hq_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment