_Main/BL/Type_InventoryInterfaceData/StaticMethod_SynchronizeInventory#575.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
_Main/BL/Type_InventoryInterfaceData/StaticMethod_SynchronizeInventory#575.qbl
@@ -18,7 +18,9 @@ //发动机成品库存 traverse( inventorys, Elements, inventory ){ product := select( macroplan, Product_MP, product, product.Notes() = inventory.FourCode() ); InventoryInterfaceData::Generate( owner, inventory.DDay(), product.ID(), inventory.BIPlace(), [Number]inventory.Total() ); if( not isnull( product ) ){ InventoryInterfaceData::Generate( owner, inventory.DDay(), product.ID(), inventory.BIPlace(), [Number]inventory.Total() ); } } *] }