|
|
@ -68,7 +68,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
|
public decimal InvoiceQty { set; get; } |
|
|
|
//开票单价
|
|
|
|
[ExporterHeader(DisplayName = "开票单价")] |
|
|
|
public decimal InvoicePrice { set; get; } |
|
|
|
public override decimal InvoicePrice { set; get; } |
|
|
|
//开票金额
|
|
|
|
[ExporterHeader(DisplayName = "开票金额")] |
|
|
|
public decimal InvocieAmt { set; get; } |
|
|
@ -79,8 +79,8 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
|
[ExporterHeader(DisplayName = "单价差异")] |
|
|
|
public decimal DiffPrice { set; get; } |
|
|
|
//总金额差异
|
|
|
|
[ExporterHeader(DisplayName = "总金额差异")] |
|
|
|
public decimal AmtDiffPrice { set; get; } |
|
|
|
//[ExporterHeader(DisplayName = "总金额差异")]
|
|
|
|
//public decimal AmtDiffPrice { set; get; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|