注释登录项目id赋值逻辑
this.CurrUser.LoginProjectId = report.ProjectId;
This commit is contained in:
parent
b5ff2a7748
commit
4459dfd0e2
|
|
@ -55,7 +55,7 @@ namespace FineUIPro.Web.CQMS.Check
|
||||||
Model.Check_RewardAndPunish RewardAndPunish = BLL.RewardAndPunishService.GetRewardAndPunishById(RewardAndPunishID);
|
Model.Check_RewardAndPunish RewardAndPunish = BLL.RewardAndPunishService.GetRewardAndPunishById(RewardAndPunishID);
|
||||||
if (RewardAndPunish != null)
|
if (RewardAndPunish != null)
|
||||||
{
|
{
|
||||||
this.CurrUser.LoginProjectId = RewardAndPunish.ProjectId;
|
//this.CurrUser.LoginProjectId = RewardAndPunish.ProjectId;
|
||||||
|
|
||||||
this.drpRewardAndPunishType.SelectedValue = RewardAndPunish.RewardAndPunishType;
|
this.drpRewardAndPunishType.SelectedValue = RewardAndPunish.RewardAndPunishType;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ namespace FineUIPro.Web.ZHGL.Environmental
|
||||||
}
|
}
|
||||||
drpMonth.SelectedValue = report.Month.ToString();
|
drpMonth.SelectedValue = report.Month.ToString();
|
||||||
drpYear.SelectedValue = report.Year.ToString();
|
drpYear.SelectedValue = report.Year.ToString();
|
||||||
this.CurrUser.LoginProjectId = report.ProjectId;
|
//this.CurrUser.LoginProjectId = report.ProjectId;
|
||||||
if (report.FillingDate != null)
|
if (report.FillingDate != null)
|
||||||
{
|
{
|
||||||
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
||||||
|
|
@ -1173,7 +1173,7 @@ namespace FineUIPro.Web.ZHGL.Environmental
|
||||||
{
|
{
|
||||||
drpMonth.SelectedValue = report.Month.ToString();
|
drpMonth.SelectedValue = report.Month.ToString();
|
||||||
drpYear.SelectedValue = report.Year.ToString();
|
drpYear.SelectedValue = report.Year.ToString();
|
||||||
this.CurrUser.LoginProjectId = report.ProjectId;
|
//this.CurrUser.LoginProjectId = report.ProjectId;
|
||||||
if (report.FillingDate != null)
|
if (report.FillingDate != null)
|
||||||
{
|
{
|
||||||
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ namespace FineUIPro.Web.ZHGL.Environmental
|
||||||
}
|
}
|
||||||
drpMonth.SelectedValue = report.Month.ToString();
|
drpMonth.SelectedValue = report.Month.ToString();
|
||||||
drpYear.SelectedValue = report.Year.ToString();
|
drpYear.SelectedValue = report.Year.ToString();
|
||||||
this.CurrUser.LoginProjectId = report.ProjectId;
|
//this.CurrUser.LoginProjectId = report.ProjectId;
|
||||||
if (report.FillingDate != null)
|
if (report.FillingDate != null)
|
||||||
{
|
{
|
||||||
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
||||||
|
|
@ -1692,7 +1692,7 @@ namespace FineUIPro.Web.ZHGL.Environmental
|
||||||
{
|
{
|
||||||
drpMonth.SelectedValue = report.Month.ToString();
|
drpMonth.SelectedValue = report.Month.ToString();
|
||||||
drpYear.SelectedValue = report.Year.ToString();
|
drpYear.SelectedValue = report.Year.ToString();
|
||||||
this.CurrUser.LoginProjectId = report.ProjectId;
|
//this.CurrUser.LoginProjectId = report.ProjectId;
|
||||||
if (report.FillingDate != null)
|
if (report.FillingDate != null)
|
||||||
{
|
{
|
||||||
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue