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_DoCall.qbl | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_Main/BL/Type_PRData/Method_DoCall.qbl b/_Main/BL/Type_PRData/Method_DoCall.qbl index 7a3a433..3e8d9b5 100644 --- a/_Main/BL/Type_PRData/Method_DoCall.qbl +++ b/_Main/BL/Type_PRData/Method_DoCall.qbl @@ -13,6 +13,7 @@ // 鐓ф惉閮ㄥ垎 result.AuthorizationStatus( this.AuthorizationStatus() ); + result.BusinessType( this.BusinessType() ); result.DataID( this.DataID() ); result.DeliverToRequestorId( this.DeliverToRequestorId() ); @@ -26,9 +27,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() ); @@ -52,9 +52,9 @@ result.SendStatus( "宸插彂閫�" ); result.ReleaseBy( callBy ); result.SendTime( DateTime::Now() ); - this.SendStatus( "宸插彂閫�" ); - this.SendTime( DateTime::Now() ); - this.SendBy( callBy ); + this.PRReleaseStatus( "宸插彂閫�" ); + this.CreateTime( DateTime::Now() ); + this.CreateBy( callBy ); return result; *] -- Gitblit v1.9.3