代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -5,8 +5,6 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.PHTGL.Filing
|
||||
@@ -203,40 +201,40 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
_ContractStandingBook.DepartId = this.CurrUser.DepartId;
|
||||
_ContractStandingBook.Agent = this.CurrUser.PersonName;
|
||||
_ContractStandingBook.CreatUser = this.CurrUser.PersonId;
|
||||
_ContractStandingBook.CreateDate = DateTime.Now.ToString() ;
|
||||
_ContractStandingBook.CreateDate = DateTime.Now.ToString();
|
||||
if (Type == "1")
|
||||
{
|
||||
_ContractStandingBook.ProjectId = this.CurrUser.LoginProjectId;
|
||||
}
|
||||
_ContractStandingBook.ContractName = item.ContractName;
|
||||
_ContractStandingBook.ContractNum= item.ContractNum;
|
||||
_ContractStandingBook.ProjectName= item.ProjectName;
|
||||
_ContractStandingBook.ProjectCode= item.ProjectCode;
|
||||
_ContractStandingBook.Parties= item.Parties;
|
||||
_ContractStandingBook.Currency= item.Currency;
|
||||
_ContractStandingBook.ContractAmount= item.ContractAmount;
|
||||
_ContractStandingBook.ContractType= item.ContractType;
|
||||
_ContractStandingBook.EPCCode= item.EPCCode;
|
||||
_ContractStandingBook.ContractAttribute= item.ContractAttribute;
|
||||
_ContractStandingBook.ContractNum = item.ContractNum;
|
||||
_ContractStandingBook.ProjectName = item.ProjectName;
|
||||
_ContractStandingBook.ProjectCode = item.ProjectCode;
|
||||
_ContractStandingBook.Parties = item.Parties;
|
||||
_ContractStandingBook.Currency = item.Currency;
|
||||
_ContractStandingBook.ContractAmount = item.ContractAmount;
|
||||
_ContractStandingBook.ContractType = item.ContractType;
|
||||
_ContractStandingBook.EPCCode = item.EPCCode;
|
||||
_ContractStandingBook.ContractAttribute = item.ContractAttribute;
|
||||
_ContractStandingBook.OpeningBank_TT = item.OpeningBankTT;
|
||||
_ContractStandingBook.OpeningBank_Electrophore = item.OpeningBankelectrophore;
|
||||
_ContractStandingBook.BankAccount_TT = item.BankAccountTT;
|
||||
_ContractStandingBook.BankAccount_Electrophore = item.BankAccountelectrophore;
|
||||
_ContractStandingBook.LineNumber_Electrophore = item.LineNumberelectrophore;
|
||||
_ContractStandingBook.Retentionmoney= item.Retentionmoney;
|
||||
_ContractStandingBook.Status= item.Status;
|
||||
_ContractStandingBook.ContactUnitOfPartyA= item.ContactUnitOfPartyA;
|
||||
_ContractStandingBook.ContactPersonOfPartyA= item.ContactPersonOfPartyA;
|
||||
_ContractStandingBook.ContactPersonOfPartyB= item.ContactPersonOfPartyB;
|
||||
_ContractStandingBook.ContactPersonPhoneOfPartyB= item.ContactPersonPhoneOfPartyB;
|
||||
_ContractStandingBook.ContactPersonEmailOfPartyB= item.ContactPersonEmailOfPartyB;
|
||||
_ContractStandingBook.ContractAmountExcludingTax= item.ContractAmountExcludingTax;
|
||||
_ContractStandingBook.PriceMethod= item.PriceMethod;
|
||||
_ContractStandingBook.SignedOnDate= item.SignedOnDate;
|
||||
_ContractStandingBook.ContractStartDate= item.ContractStartDate;
|
||||
_ContractStandingBook.ContractEndDate= item.ContractEndDate;
|
||||
_ContractStandingBook.PricingBasis= item.PricingBasis;
|
||||
_ContractStandingBook.SubcontractingMethod= item.SubcontractingMethod;
|
||||
_ContractStandingBook.Retentionmoney = item.Retentionmoney;
|
||||
_ContractStandingBook.Status = item.Status;
|
||||
_ContractStandingBook.ContactUnitOfPartyA = item.ContactUnitOfPartyA;
|
||||
_ContractStandingBook.ContactPersonOfPartyA = item.ContactPersonOfPartyA;
|
||||
_ContractStandingBook.ContactPersonOfPartyB = item.ContactPersonOfPartyB;
|
||||
_ContractStandingBook.ContactPersonPhoneOfPartyB = item.ContactPersonPhoneOfPartyB;
|
||||
_ContractStandingBook.ContactPersonEmailOfPartyB = item.ContactPersonEmailOfPartyB;
|
||||
_ContractStandingBook.ContractAmountExcludingTax = item.ContractAmountExcludingTax;
|
||||
_ContractStandingBook.PriceMethod = item.PriceMethod;
|
||||
_ContractStandingBook.SignedOnDate = item.SignedOnDate;
|
||||
_ContractStandingBook.ContractStartDate = item.ContractStartDate;
|
||||
_ContractStandingBook.ContractEndDate = item.ContractEndDate;
|
||||
_ContractStandingBook.PricingBasis = item.PricingBasis;
|
||||
_ContractStandingBook.SubcontractingMethod = item.SubcontractingMethod;
|
||||
_ContractStandingBook.IsItACentralizedPurchaseSupplier = item.IsItACentralizedPurchaseSupplier;
|
||||
ContractStandingBookList.Add(_ContractStandingBook);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user