From 05997711118397b80c0486b31c79f9b5d124d72b Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Wed, 21 Oct 2020 15:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=A6=E5=B7=9E=E5=8F=91=E7=A5=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/ScpEntity/V_TB_INVOICE.cs | 2 -- Models/ScpEntity/V_TB_RECEIVE_DETAIL.cs | 1 + Models/ScpEntity/V_TB_RECEIVE_LIST.cs | 2 ++ SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx | 4 ++-- SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx.designer.cs | 9 --------- SCP/Views/锦州锦恒/SupplierData/SCP_INVOICE.aspx | 2 +- .../锦州锦恒/SupplierData/SCP_INVOICE_EDIT.aspx.cs | 6 +++--- SCP/Views/锦州锦恒/WarehouseData/SCP_INVOICE.aspx | 2 +- .../锦州锦恒/WarehouseData/SCP_INVOICE_CONFIRM.aspx | 2 +- 9 files changed, 11 insertions(+), 19 deletions(-) diff --git a/Models/ScpEntity/V_TB_INVOICE.cs b/Models/ScpEntity/V_TB_INVOICE.cs index 88d7193..734ae28 100644 --- a/Models/ScpEntity/V_TB_INVOICE.cs +++ b/Models/ScpEntity/V_TB_INVOICE.cs @@ -79,8 +79,6 @@ namespace CK.SCP.Models.ScpEntity public string SubSite { get; set; } - [NotMapped] - public decimal? RealTotal { set; get; } public decimal? Extend1 { get; set; } diff --git a/Models/ScpEntity/V_TB_RECEIVE_DETAIL.cs b/Models/ScpEntity/V_TB_RECEIVE_DETAIL.cs index 672ebbb..6e4906d 100644 --- a/Models/ScpEntity/V_TB_RECEIVE_DETAIL.cs +++ b/Models/ScpEntity/V_TB_RECEIVE_DETAIL.cs @@ -60,6 +60,7 @@ namespace CK.SCP.Models.ScpEntity [StringLength(50)] public string LocUnit { get; set; } public string BillType_DESC { get; set; } + public int BillType { get; set; } public string ErpRecvBillNum { get; set; } public decimal? PurCost { set; get; } diff --git a/Models/ScpEntity/V_TB_RECEIVE_LIST.cs b/Models/ScpEntity/V_TB_RECEIVE_LIST.cs index 8f5c8b7..bb0e3cc 100644 --- a/Models/ScpEntity/V_TB_RECEIVE_LIST.cs +++ b/Models/ScpEntity/V_TB_RECEIVE_LIST.cs @@ -51,6 +51,8 @@ namespace CK.SCP.Models.ScpEntity [StringLength(50)] public string LocUnit { get; set; } public string BillType_DESC { get; set; } + + public int BillType { get; set; } public string State_DESC { get; set; } public string ProjectId { get; set; } diff --git a/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx b/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx index ae9a935..8b5d694 100644 --- a/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx +++ b/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx @@ -124,7 +124,7 @@ @@ -174,7 +174,7 @@ diff --git a/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx.designer.cs b/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx.designer.cs index 242c4d0..6b80ad1 100644 --- a/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx.designer.cs +++ b/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx.designer.cs @@ -338,15 +338,6 @@ namespace SCP.SupplierData /// protected global::FineUI.Button btnTax; - /// - /// Grid_V_TB_RECEIVE_LIST 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUI.Grid Grid_V_TB_RECEIVE_LIST; - /// /// ToolbarSeparator1 控件。 /// diff --git a/SCP/Views/锦州锦恒/SupplierData/SCP_INVOICE.aspx b/SCP/Views/锦州锦恒/SupplierData/SCP_INVOICE.aspx index a96b085..e9125c4 100644 --- a/SCP/Views/锦州锦恒/SupplierData/SCP_INVOICE.aspx +++ b/SCP/Views/锦州锦恒/SupplierData/SCP_INVOICE.aspx @@ -124,7 +124,7 @@ - +