Commit 2c511198 by 泽锋 李

利润分析新增监控状态

parent eefe7880
......@@ -756,7 +756,7 @@ namespace AutoTurnOver.Services
"海运周转天数", "30天预测销量海运运费-实际周转运费金额", "30天预测销量空运运费-实际周转运费金额", "30天预测销量空运运费-海运周转运费金额"
, "差值(实际-海运)/实际周转采购金额占比" , "差值(海运-空运)/实际周转采购金额占比" , "差值(空运-实际)/实际周转采购金额占比"
, "海运与实际运费差额/库存差额" , "空运与实际运费差额/库存差额" , "30天销量海运与实际运费差额/库存金额" , "30天销量空运与实际运费差额/库存金额" , "补海运周转数","补海运周转金额",
"采购在途","调拨在途(采购临时)","调拨在途(暂存)","调拨在途(调拨单)","可用天数","拟下单日期","可用日期"
"采购在途","调拨在途(采购临时)","调拨在途(暂存)","调拨在途(调拨单)","可用天数","拟下单日期","可用日期","监控状态"
};
foreach (var item in cols)
{
......@@ -767,7 +767,7 @@ namespace AutoTurnOver.Services
{
DataRow row = table.NewRow();
row["监控状态"] = itemData.monitor_status==1?"停止监控":"正常监控";
row["采购在途"] = itemData.quantity_purchase;
row["调拨在途(采购临时)"] = itemData.quantity_transfer_temp_schedule;
row["调拨在途(暂存)"] = itemData.quantity_transfer_temporary_storage;
......
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