| | |
| | | // CustomerDemandPPAIDS::GenerateData( this, macroplan, iscustomdemandcc, iscustomdemanddl, executor ); |
| | | } |
| | | if ( isofflineplandl or isofflineplancc ) { // 各产线下线计划 |
| | | InterfaceDataset::PushOfflinePlanData( macroplan, this, executor ); |
| | | InterfaceDataset::PushOfflinePlanData( macroplan, this, executor, isofflineplandl, isofflineplancc ); |
| | | } |
| | | if( isshiftplandl or isshiftplancc ){//班次计划 |
| | | DispatchShiftPlan::Dispatch(this, archive,executor ); |
| | |
| | | AssemblyOnlinePlanPPPSPush::GenerateData( this, macroplan, isassembleonlineplancc, isassembleonlineplandl, executor ); |
| | | } |
| | | if ( isinventoryplandl or isinventoryplancc ) { // 计划库存数据 |
| | | InterfaceDataset::PushPlanInventoryData( macroplan, this, executor ); |
| | | InterfaceDataset::PushPlanInventoryData( macroplan, this, executor, isinventoryplandl, isinventoryplancc ); |
| | | } |
| | | *] |
| | | } |