| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | Method VerificationData ( |
| | | GlobalOTDTable globalOTDTable |
| | | GlobalOTDSOP globalOTDSOP |
| | | ) |
| | | { |
| | | TextBody: |
| | | [* |
| | | info( "策略个数:", globalOTDTable.MatAttrSettingAndPlanStrategy( relsize ) ); |
| | | traverse ( globalOTDTable, MatAttrSettingAndPlanStrategy, masaps ) { |
| | | info( "策略个数:", globalOTDSOP.MatAttrSettingAndPlanStrategy( relsize ) ); |
| | | traverse ( globalOTDSOP, MatAttrSettingAndPlanStrategy, masaps ) { |
| | | if ( masaps.PlanningStrategyCustom() <> "安全库存" and masaps.PlanningStrategyCustom() <> "JIT" and masaps.PlanningStrategyCustom() <> "M/A" and |
| | | masaps.PlanningStrategyCustom() <> "PO拉料" and masaps.PlanningStrategyCustom() <> "VMI" ) { |
| | | error( "手动设置策略错误:", masaps.MatCode() ); |