提交代码
This commit is contained in:
@@ -544,7 +544,7 @@ namespace FineUIPro.Web.CQMS.WBS
|
||||
name = string.Empty;
|
||||
if (!string.IsNullOrEmpty(txtName.Trim()))
|
||||
{
|
||||
name = "-" + txtName.Trim();
|
||||
name = "-" + txtName.Trim().Replace("×", "×");
|
||||
}
|
||||
if (!string.IsNullOrEmpty(name))
|
||||
{
|
||||
@@ -644,7 +644,7 @@ namespace FineUIPro.Web.CQMS.WBS
|
||||
name = string.Empty;
|
||||
if (!string.IsNullOrEmpty(txtName.Trim()))
|
||||
{
|
||||
name = "-" + txtName.Trim();
|
||||
name = "-" + txtName.Trim().Replace("×", "×");
|
||||
}
|
||||
Model.WBS_WorkPackageProject workPackageProject = BLL.WorkPackageProjectService.GetWorkPackageProjectByWorkPackageCode(workPackageCode2, this.CurrUser.LoginProjectId);
|
||||
if (ckbWorkPackageCode.Checked)
|
||||
|
||||
Reference in New Issue
Block a user