提交代码

This commit is contained in:
2024-09-24 16:39:45 +08:00
parent a010e5e2a2
commit cc858103db
7 changed files with 37 additions and 77 deletions
@@ -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);
}
}