合同增加合同条款、合同主要内容
This commit is contained in:
@@ -247,7 +247,8 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||
{
|
||||
this.drpContractType.SelectedValue = contract.ContractType;
|
||||
}
|
||||
|
||||
this.txtClause.Text = contract.Clause;
|
||||
this.txtMainContent.Text = contract.MainContent;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -549,7 +550,8 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||
newContract.ActionPlanCode = DropActionPlanCode.SelectedValue;
|
||||
newContract.Remarks = this.tab1_txtRemark.Text.Trim();
|
||||
newContract.CreatUser = this.CurrUser.PersonId;
|
||||
|
||||
newContract.Clause = this.txtClause.Text.Trim();
|
||||
newContract.MainContent = this.txtMainContent.Text.Trim();
|
||||
if (!string.IsNullOrEmpty(ContractId))
|
||||
{
|
||||
var con = ContractService.GetContractById(ContractId);
|
||||
|
||||
Reference in New Issue
Block a user