From 4b15cdb0ac0b85f53072e0320730f01547bf1cec Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期二, 10 十月 2023 21:31:13 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lhj --- _Main/BL/Type_PRData/Method_PrintCall.qbl | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_Main/BL/Type_PRData/Method_PrintCall.qbl b/_Main/BL/Type_PRData/Method_PrintCall.qbl index f82b310..180f056 100644 --- a/_Main/BL/Type_PRData/Method_PrintCall.qbl +++ b/_Main/BL/Type_PRData/Method_PrintCall.qbl @@ -25,9 +25,8 @@ result.MRPCalverNo( this.MRPCalverNo() ); result.OrganCode( this.OrganCode() ); result.OrgId( this.OrgId() ); - result.PlannerCode( this.PlannerCode() ); - result.PreparerId( this.PreparerId() ); - result.ProduceRequiredDate( this.ProduceRequiredDate() ); + result.PreparerID( this.PreparerId() ); + result.DeliveryDate( this.DeliveryDate() ); result.ProductID( this.ProductID() ); result.ProductName( this.ProductName() ); result.ProviderCode( this.ProviderCode() ); -- Gitblit v1.9.3