This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -1,5 +1,6 @@
using System;
using System.Web;
using BLL;
namespace FineUIPro.Web.HSSE.InformationProject
{
@@ -33,6 +34,7 @@ namespace FineUIPro.Web.HSSE.InformationProject
if (!IsPostBack)
{
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
ActivityTypeService.InitActivityTypeDropDownList(this.drpActivityType, false);
this.PromotionalActivitiesId = Request.Params["PromotionalActivitiesId"];
if (!string.IsNullOrEmpty(this.PromotionalActivitiesId))
{
@@ -51,6 +53,10 @@ namespace FineUIPro.Web.HSSE.InformationProject
{
this.drpCompileMan.Text = users.UserName;
}
if (!string.IsNullOrEmpty(PromotionalActivities.ActivityTypeId))
{
this.drpActivityType.SelectedValue = PromotionalActivities.ActivityTypeId;
}
this.txtUnits.Text = PromotionalActivities.UnitNames;
this.txtUsers.Text = PromotionalActivities.UserNames;