| Quintiq file version 2.0 | 
| #parent: ContextMenuEngineLogisticsCostReport/mMaterialRackTotalSetting | 
| Response OnClick () id:Response_MacroPlanner_ContextMenuEngineLogisticsCostReport_mMaterialRackTotalSetting_OnClick | 
| { | 
|   #keys: '[413988.1.16000982]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebMenu_OnClick' | 
|   Precondition: | 
|   [* | 
|     return not isnull( MacroPlan ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // 创建料架设置总数量设置列 | 
|       MaterialRackColumn::CreateDate( MacroPlan ); | 
|        | 
|       ApplicationScope.ViewManager().ResetUserViewById( "MaterialRackTotalSetting", true ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |