| | |
| | | OfflinePlanArchiveVersion::RefreshData( this, macroplan, archive ); |
| | | } |
| | | if( isshiftplan ){//班次计划 |
| | | ArchiveShiftPlanCell::Archive( macroplan,archive ); |
| | | // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); |
| | | } |
| | | if( isassembleonlineplan ){//装配上线计划 |
| | |
| | | // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); |
| | | } |
| | | if( istransferplan ){//调拨计划 |
| | | ArchiveTransferPlanCell::Archive( macroplan,archive ); |
| | | // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); |
| | | } |
| | | if( ispackageplan ){//包装计划 |
| | | ArchivePackagingPlanCell::Archive( macroplan,archive ); |
| | | // CustomerDemandIDS::GenerateData( this, recyclebin, archive ); |
| | | } |
| | | *] |