From b270f8c686372d2df802d7379b5fe3311995ab45 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 08 十一月 2024 10:07:49 +0800
Subject: [PATCH] 装配上线计划产品下拉数据
---
_Main/BL/Type_CustomerDemandPPAIDS/StaticMethod_Publish.qbl | 4 ++--
_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Response_PanelProduct_133_ddslProduct_OnCreated.def | 2 +-
_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanArchive/Response_PanelProduct_ddslProduct_OnCreated.def | 2 +-
_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_Publish.qbl | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_Publish.qbl b/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_Publish.qbl
index 8cf3ab9..6eb8b79 100644
--- a/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_Publish.qbl
+++ b/_Main/BL/Type_AssemblyOnlinePlanPush/StaticMethod_Publish.qbl
@@ -19,8 +19,8 @@
.Add( "interfaceTime", aopdata.InterfaceTime().Format( 'Y-M2-D2 H:m:s' ) ).Build();/*"2024-10-01 12:00:00" )*/
jsonarray.Add( aopdatajson );
}
- requestbody := jsonarray.Build().AsString();
- info( requestbody );
+ loginfo.RequestBody( jsonarray.Build().AsString() );
+ info( loginfo.RequestBody() );
data := InterfaceLoginfo::CallInterfaceForDataCenter( owner, loginfo );
info( '----------------', data.AsString() );
*]
diff --git a/_Main/BL/Type_CustomerDemandPPAIDS/StaticMethod_Publish.qbl b/_Main/BL/Type_CustomerDemandPPAIDS/StaticMethod_Publish.qbl
index e6cfe5c..21112d4 100644
--- a/_Main/BL/Type_CustomerDemandPPAIDS/StaticMethod_Publish.qbl
+++ b/_Main/BL/Type_CustomerDemandPPAIDS/StaticMethod_Publish.qbl
@@ -16,8 +16,8 @@
.Add( "interfaceTime", ids.InterfaceTime().Format( 'Y-M2-D2 H:m:s' ) ).Build();/*"2024-10-01 12:00:00" )*/
jsonarray.Add( idsjson );
}
- requestbody := jsonarray.Build().AsString();
- info( requestbody );
+ loginfo.RequestBody( jsonarray.Build().AsString() );
+ info( loginfo.RequestBody() );
data := InterfaceLoginfo::CallInterfaceForDataCenter( owner, loginfo );
info( '----------------', data.AsString() );
*]
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Response_PanelProduct_133_ddslProduct_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Response_PanelProduct_133_ddslProduct_OnCreated.def
index 46a0ff9..13227ef 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Response_PanelProduct_133_ddslProduct_OnCreated.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Response_PanelProduct_133_ddslProduct_OnCreated.def
@@ -9,7 +9,7 @@
{
Body:
[*
- values := selectuniquevalues( InterfaceDataset, AssemblyOnlinePlanVersion.Row, row, true, row.ProductID() );
+ values := selectuniquevalues( InterfaceDataset, AssemblyOnlinePlanVersion.Row, row, true, row.Name() );
valueString := values.Concatenate( ";" );
valueString := selectuniquevalues( valueString.Tokenize( ";" ), Elements, tempS, true, tempS ).Concatenate( ";" );
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanArchive/Response_PanelProduct_ddslProduct_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanArchive/Response_PanelProduct_ddslProduct_OnCreated.def
index a87af75..f417c53 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanArchive/Response_PanelProduct_ddslProduct_OnCreated.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormOfflinePlanArchive/Response_PanelProduct_ddslProduct_OnCreated.def
@@ -9,7 +9,7 @@
{
Body:
[*
- values := selectuniquevalues( InterfaceDataset, AssemblyOnlinePlanVersion.Row, row, true, row.ProductID() );
+ values := selectuniquevalues( InterfaceDataset, AssemblyOnlinePlanVersion.Row, row, true, row.Name() );
valueString := values.Concatenate( ";" );
valueString := selectuniquevalues( valueString.Tokenize( ";" ), Elements, tempS, true, tempS ).Concatenate( ";" );
--
Gitblit v1.9.3