Commit d4800ed2 by 泽锋 李

采购建议导出新增备注

parent 99f8b24a
......@@ -133,7 +133,7 @@ namespace AutoTurnOver.Services
"采购单价" ,"历史7天日均","历史14日均","历史30日均","加权日均","安全库存","今日实际缺货","供应链累积销量","供应链到货当天的销量"
,"预测销量","累积入库数量","实际库存","moq","多备天数","多备数量","预测销量配置","实际推送下单数量","总下单金额","转仓来源仓库编码","转仓来源仓库名称","仓库类型","最新计算时间"
,"首单日期","首单单号"
,"切换物流备注","供应商交期"
,"切换物流备注","供应商交期","备注"
};
foreach (var item in cols)
{
......@@ -144,6 +144,7 @@ namespace AutoTurnOver.Services
{
DataRow row = table.NewRow();
row["切换物流备注"] = itemData.replace_logistics_remarks;
row["备注"] = itemData.remarks;
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;
......
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