From dbcd0cd071f45285dc1fc134477536fd125a4fcf Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期四, 07 十一月 2024 12:04:11 +0800 Subject: [PATCH] 计划库存存档报表显示bug --- _Main/UI/MacroPlannerWebApp/Component_DialogCustomerDemandPPAIDS/Method_OnOK.def | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCustomerDemandPPAIDS/Method_OnOK.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCustomerDemandPPAIDS/Method_OnOK.def index 0840c40..dbb4b14 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogCustomerDemandPPAIDS/Method_OnOK.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCustomerDemandPPAIDS/Method_OnOK.def @@ -14,7 +14,7 @@ CustomerDemandPPAIDS::GenerateData( InterfaceDataset, MacroPlan, currentuser ); } if( efInterfacename.Text() = Translations::InterfaceDataset_AssemblyOnlinePlanPPPSPush_Name()){//瑁呴厤涓婄嚎 - AssemblyOnlinePlanPPPSPush::GenerateData( MacroPlan, InterfaceDataset, currentuser, isactive ); + AssemblyOnlinePlanPPPSPush::GenerateData( InterfaceDataset, MacroPlan, currentuser ); } WebMessageBox::Success( "鎺ㄩ�佹垚鍔燂紒" ); -- Gitblit v1.9.3