From 1a5a8be205641f5f79dd809f6c7e59fc84d76243 Mon Sep 17 00:00:00 2001 From: yunchai <yunying.chai@capgemini.com> Date: 星期日, 08 十月 2023 09:11:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev' --- _Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def new file mode 100644 index 0000000..6dfbdbe --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def @@ -0,0 +1,42 @@ +Quintiq file version 2.0 +#parent: PanelInterfaceTest/ButtonPullInterfaceDataToIntermediateTable +Response OnClick () id:Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnClick +{ + #keys: '[414702.0.459947783]' + CanBindMultiple: false + DefinitionID: 'Responsedef_WebButton_OnClick' + Precondition: + [* + return not isnull( GlobalOTDTable ); + *] + QuillAction + { + Body: + [* + GlobalOTDTable.SynchronizationAllMappingBrokerAndAPIByOption( ApplicationMacroPlanner.GetUserName(), + CheckboxCustomOrder.Checked(), + CheckboxForecast.Checked(), + CheckboxUnitOfMeasure_MP.Checked(), + CheckboxSalesSegment_MP.Checked(), + CheckboxProduct_MP.Checked(), + CheckboxConversionFactor.Checked(), + CheckboxOperation.Checked(), + CheckboxOperationBOM.Checked(), + CheckboxProductInLane.Checked(), + CheckboxAIPISPIP.Checked(), + CheckboxInventorySupply.Checked(), + CheckboxStockingPointCost.Checked(), + CheckboxOperationCost.Checked(), + CheckboxDOI_DSI.Checked(), + CheckboxCustomerGrade.Checked(), + CheckboxStockingPoint_MP.Checked(), + CheckboxCurrency_MP.Checked(), + CheckboxCurrencyRate_MP.Checked(), + CheckboxLane.Checked(), + CheckboxLaneLeg.Checked() ); + + WebMessageBox::Information( "鏁版嵁寮�濮嬫媺鍙栦腑锛侊紙浠呴檺涓�浜烘搷浣滐級", true ); + *] + GroupServerCalls: false + } +} -- Gitblit v1.9.3