| | |
| | | #parent: #root |
| | | StaticMethod DoASync ( |
| | | Scenario scenario, |
| | | String businessTypeStr, |
| | | const BusinessType businessType, |
| | | Boolean isKeyProduct, |
| | | Boolean createPurchaseSupplyMaterial, |
| | | const GlobalOTDTable globalOTDTable |
| | |
| | | { |
| | | TextBody: |
| | | [* |
| | | info( scenario.DatasetMDSID(), " 事业部:", businessTypeStr, " isKeyProduct:", isKeyProduct, " createPurchaseSupplyMaterial:", createPurchaseSupplyMaterial ); |
| | | info( scenario.DatasetMDSID(), " 事业部:", businessType.BusinessTypeName(), " isKeyProduct:", isKeyProduct, " createPurchaseSupplyMaterial:", createPurchaseSupplyMaterial ); |
| | | |
| | | MDSMacroPlan::Root( scenario.DatasetMDSID() ) |
| | | -> MacroPlan::DoASync( businessTypeStr, |
| | | -> MacroPlan::DoASync( businessType, |
| | | isKeyProduct, |
| | | createPurchaseSupplyMaterial, |
| | | globalOTDTable |