Commit d765fed4 by 泽锋 李

fix

parent d5aebc20
......@@ -215,7 +215,7 @@ namespace AutoTurnOver.Services
row["实时采购在途"] = itemData.realtime_quantity_purchase;
row["实时调拨在途(总)"] = itemData.realtime_amount_transfer;
row["实时调拨在途(总)"] = itemData.realtime_quantity_transfer;
row["实时调拨在途(调拨单)"] = itemData.quantity_transfer_order;
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