Quintiq file version 2.0
|
#parent: ContextMenuInterface/mInterfacePlanInventoryDataPush
|
Response OnClick () id:Response_MacroPlanner_ContextMenuInterface_mInterfacePlanInventoryDataPush_OnClick
|
{
|
#keys: '[413988.0.1495640258]'
|
CanBindMultiple: false
|
DefinitionID: 'Responsedef_WebMenu_OnClick'
|
Precondition:
|
[*
|
return not isnull( MacroPlan ) and not isnull( InterfaceDataset );
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
InterfacePlanInventoryDataPush::GenerateData( MacroPlan, InterfaceDataset );
|
|
WebMessageBox::Success( "推送成功!" );
|
*]
|
GroupServerCalls: false
|
}
|
}
|