Commit f68bb8cd by 泽锋 李

fix

parent 7e61ea61
...@@ -638,7 +638,7 @@ namespace AutoTurnOver.Services ...@@ -638,7 +638,7 @@ namespace AutoTurnOver.Services
row["仓库编码"] = itemData.warehouse_code; row["仓库编码"] = itemData.warehouse_code;
row["中文信息"] = itemData.sku_name; row["中文信息"] = itemData.sku_name;
row["可用库存"] = itemData.stock; row["可用库存"] = itemData.stock;
row["调拨在途数"] = itemData.not_storage; row["调拨在途数"] = itemData.not_storage;
row["箱子在途数"] = itemData.box_not_storage; row["箱子在途数"] = itemData.box_not_storage;
row["过去7天日均"] = itemData.history_sevenday_sales; row["过去7天日均"] = itemData.history_sevenday_sales;
row["过去14天日均"] = itemData.history_fourteenday_sales; row["过去14天日均"] = itemData.history_fourteenday_sales;
......
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