0420-001
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user