This commit is contained in:
gaofei
2022-04-20 17:24:24 +08:00
parent 182a5e60d5
commit da4ee22341
6 changed files with 935 additions and 618 deletions
@@ -36,7 +36,7 @@ namespace FineUIPro.Web.JDGL.WBS
if (unitProject != null)
{
txtCode.Text = GetNewCode(unitProject.UnitProjectCode, 0, "wbsSet");
this.txtCode.Readonly = true;
//this.txtCode.Readonly = true;
if (unitProject.StartDate != null)
{
txtStartDate.Text = string.Format("{0:yyyy-MM-dd}", unitProject.StartDate);
@@ -50,7 +50,7 @@ namespace FineUIPro.Web.JDGL.WBS
if (wbsSet != null)
{
txtCode.Text = GetNewCode(wbsSet.WbsSetCode, 0, "wbsSet");
this.txtCode.Readonly = true;
//this.txtCode.Readonly = true;
if (wbsSet.StartDate != null)
{
txtStartDate.Text = string.Format("{0:yyyy-MM-dd}", wbsSet.StartDate);