fix:移成达培训

This commit is contained in:
geh
2025-02-18 15:05:47 +08:00
parent 64ee6e8635
commit 8f471923bf
30 changed files with 1678 additions and 353 deletions
@@ -189,6 +189,11 @@ namespace FineUIPro.Web.HSSE.EduTrain
{
//培训类型
TrainTypeService.InitTrainTypeDropDownList(this.drpTrainType, true);
string trainType = Request.Params["trainType"];
if (!string.IsNullOrWhiteSpace(trainType))
{
this.drpTrainType.Items.FindByText(trainType).Selected = true;
}
//培训级别
TrainLevelService.InitTrainLevelDropDownList(this.drpTrainLevel, true);
//培训单位