|
|
|
@ -7,6 +7,7 @@ using DS.WMS.Core.Application.Entity;
|
|
|
|
|
using DS.WMS.Core.Code.Entity;
|
|
|
|
|
using DS.WMS.Core.Fee.Entity;
|
|
|
|
|
using DS.WMS.Core.Invoice.Dtos;
|
|
|
|
|
using DS.WMS.Core.Invoice.Entity;
|
|
|
|
|
using DS.WMS.Core.Op.Entity;
|
|
|
|
|
using DS.WMS.Core.Settlement.Dtos;
|
|
|
|
|
using DS.WMS.Core.Settlement.Entity;
|
|
|
|
@ -52,6 +53,7 @@ namespace DS.WMS.Core.Settlement.Method
|
|
|
|
|
ETD = x.ETD,
|
|
|
|
|
CustomNo = x.CustomNo,
|
|
|
|
|
BookingNo = x.BookingNo,
|
|
|
|
|
|
|
|
|
|
Sale = x.Sale,
|
|
|
|
|
AccountDate = x.AccountDate,
|
|
|
|
|
Operator = x.Operator,
|
|
|
|
@ -114,6 +116,7 @@ namespace DS.WMS.Core.Settlement.Method
|
|
|
|
|
BusinessType = BusinessType.OceanShippingExport,
|
|
|
|
|
Currency = f.Currency,
|
|
|
|
|
DebitNo = f.DebitNo,
|
|
|
|
|
InvoiceNO = f.InvoiceNO,
|
|
|
|
|
SaleOrgId = f.SaleOrgId,
|
|
|
|
|
SaleOrg = f.SaleOrg,
|
|
|
|
|
CreateBy = f.CreateBy,
|
|
|
|
@ -138,6 +141,7 @@ namespace DS.WMS.Core.Settlement.Method
|
|
|
|
|
BusinessDate = s.CreateTime,//业务日期
|
|
|
|
|
ClientName = s.CustomerName,//委托单位
|
|
|
|
|
CustomerNo = s.CustomerNo,
|
|
|
|
|
CustomerNum = s.CustomerNum,
|
|
|
|
|
CustomNo = s.CustomNo,
|
|
|
|
|
DischargePort = s.DischargePort,
|
|
|
|
|
ETD = s.ETD,
|
|
|
|
|