From 550ebcf02217f8a0c6fe9001fcfa8e42e9cd6b83 Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期二, 10 十月 2023 15:00:25 +0800 Subject: [PATCH] PR释放 --- _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