Commit 3b7b495d by 泽锋 李

fix

parent 59f24808
......@@ -759,7 +759,7 @@ namespace AutoTurnOver.Services
row["30天日均"] = itemData.sales_avg_30;
row["7天日均"] = itemData.sales_avg_7;
row["采购单价"] = itemData.unit_price;
row["采购单价"] = itemData.weight;
row["单位重量"] = itemData.weight;
row["实际建议周转数"] = itemData.quantity_final_advise;
row["实际建议周转金额"] = itemData.quantity_final_advise_amount;
row["实际周转数"] = itemData.turnover;
......
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