Commit bd9a10de by zhoujinhui

修正导出

parent e5dac492
...@@ -435,12 +435,12 @@ namespace AutoTurnOver.Services ...@@ -435,12 +435,12 @@ namespace AutoTurnOver.Services
row["供应链累计销量"] = itemData.turnover_sales; row["供应链累计销量"] = itemData.turnover_sales;
row["清货状态"] = itemData.clearance_status == 1 ? "清货" : ""; row["清货状态"] = itemData.clearance_status == 1 ? "清货" : "";
row["FBA平台asin"] = itemData.fba_asin; //row["FBA平台asin"] = itemData.fba_asin;
row["FBA备注销售"] = itemData.fba_sale_remark; //row["FBA备注销售"] = itemData.fba_sale_remark;
row["FBA预计断货时间"] = itemData.fba_out_of_stock_predict_time; //row["FBA预计断货时间"] = itemData.fba_out_of_stock_predict_time;
row["FBA最近即将入库数量"] = itemData.fba_put_in_qty; //row["FBA最近即将入库数量"] = itemData.fba_put_in_qty;
row["FBA最近即将入库时间"] = itemData.fba_put_in_time; //row["FBA最近即将入库时间"] = itemData.fba_put_in_time;
row["FBA是否需要空运"] = itemData.fba_need_airlift_str; //row["FBA是否需要空运"] = itemData.fba_need_airlift_str;
table.Rows.Add(row); table.Rows.Add(row);
} }
......
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