| | |
| | | |
| | | // 照搬部分 |
| | | result.AuthorizationStatus( this.AuthorizationStatus() ); |
| | | |
| | | result.BusinessType( this.BusinessType() ); |
| | | result.DataID( this.DataID() ); |
| | | result.DeliverToRequestorId( this.DeliverToRequestorId() ); |
| | |
| | | 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() ); |
| | |
| | | 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; |
| | | *] |