自主管理加分项
This commit is contained in:
@@ -847,7 +847,7 @@ namespace FineUIPro.Web.HJGL.RepairManage
|
||||
{
|
||||
|
||||
|
||||
string code = "TCC-" + trustUnit.UnitCode + "-" + workArea.WorkAreaCode + "-" + NDTMethod.DetectionTypeCode + "-";
|
||||
string code = "XJYJ-" + trustUnit.UnitCode + "-" + workArea.WorkAreaCode + "-" + NDTMethod.DetectionTypeCode + "-";
|
||||
this.txtCH_TrustCode.Text = BLL.SQLHelper.RunProcNewId("SpGetNewCode5ByProjectId", "dbo.CH_Trust", "CH_TrustCode", this.CurrUser.LoginProjectId, code) + "K";
|
||||
}
|
||||
}
|
||||
@@ -2410,7 +2410,7 @@ namespace FineUIPro.Web.HJGL.RepairManage
|
||||
}
|
||||
else
|
||||
{
|
||||
string code = "TCC-" + trustUnit.UnitCode + "-" + workArea.WorkAreaCode + "-" + NDTMethod.DetectionTypeCode + "-";
|
||||
string code = "XJYJ-" + trustUnit.UnitCode + "-" + workArea.WorkAreaCode + "-" + NDTMethod.DetectionTypeCode + "-";
|
||||
this.txtCH_TrustCode.Text = BLL.SQLHelper.RunProcNewId("SpGetNewCode5ByProjectId", "dbo.CH_Trust", "CH_TrustCode", this.CurrUser.LoginProjectId, code) + "K";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user