From e7c56c4676e153f0af05083b1f5ab0ed73d4b2c3 Mon Sep 17 00:00:00 2001
From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com>
Date: 星期四, 12 十月 2023 19:19:53 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_Kevin
---
_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