Commit 43998340 by 泽锋 李

fix

parent 9c877467
......@@ -192,7 +192,7 @@ namespace AutoTurnOver.Services
row["收货待检"] = itemData.wait_check;
row["待上架"] = itemData.wait_putaway;
row["可配库存"] = itemData.usable_stock;
row["可配库存"] = itemData.usable_stock_amount;
row["可配库存金额"] = itemData.usable_stock_amount;
row["销售可用库存(聚合)"] = itemData.usable_sales;
row["销售可用库存(私有)"] = itemData.usable_sales_private;
row["销售可用库存(共享)"] = itemData.usable_sales_share;
......
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