提交代码
This commit is contained in:
@@ -17,6 +17,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
ViewState["MainItemId"] = value;
|
||||
}
|
||||
}
|
||||
public string ProjectCode = "";
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!IsPostBack)
|
||||
@@ -28,6 +29,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
txtLoc.Text = MainItem.Coordinate;
|
||||
this.CurrUser.IdcardAddress = txtLoc.Text.Trim();
|
||||
}
|
||||
ProjectCode = BLL.ProjectService.GetProjectCodeByProjectId(this.CurrUser.LoginProjectId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user