2023-04-25-001
This commit is contained in:
@@ -73,6 +73,8 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
protected void btnSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
Model.PHTGL_BidDocumentsStandingBook table = new Model.PHTGL_BidDocumentsStandingBook();
|
||||
table.UnitId = this.CurrUser.UnitId;
|
||||
table.DepartId = this.CurrUser.DepartId;
|
||||
table.EPCCode = this.txtEPCCode.Text;
|
||||
table.ProjectShortName = this.txtProjectShortName.Text;
|
||||
table.ProjectCode = this.txtProjectCode.Text;
|
||||
@@ -158,6 +160,8 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
return;
|
||||
}
|
||||
Model.PHTGL_BidDocumentsStandingBook table = new Model.PHTGL_BidDocumentsStandingBook();
|
||||
table.UnitId = this.CurrUser.UnitId;
|
||||
table.DepartId = this.CurrUser.DepartId;
|
||||
table.EPCCode = this.txtEPCCode.Text;
|
||||
table.ProjectShortName = this.txtProjectShortName.Text;
|
||||
table.ProjectCode = this.txtProjectCode.Text;
|
||||
|
||||
Reference in New Issue
Block a user