看板、安全风险因素、教材库

This commit is contained in:
2026-04-03 14:17:06 +08:00
parent 5f7620614d
commit 6a6d1eb792
15 changed files with 489 additions and 311 deletions
@@ -1,14 +1,15 @@
using System;
using BLL;
using FineUIPro.Web.HSSE.Check;
using Model;
using Newtonsoft.Json;
using RestSharp;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using BLL;
using Newtonsoft.Json;
using RestSharp;
using Model;
using System.Net;
using System.Web;
namespace FineUIPro.Web.SysManage
{
@@ -294,6 +295,11 @@ namespace FineUIPro.Web.SysManage
// this.ckSynchronization.Checked = false;
// }
//}
var sysSet1 = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_WorkSafetyStartDate).FirstOrDefault();
if (sysSet1 != null)
{
this.drpWorkSafetyStartDate.Text = string.Format("{0:yyyy-MM-dd}", sysSet1.ConstValue);
}
var sysSet2 = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_IsMonthReportGetAVG).FirstOrDefault();
if (sysSet2 != null)
{
@@ -410,6 +416,12 @@ namespace FineUIPro.Web.SysManage
// }
// Funs.DB.SubmitChanges();
//}
var sysSet1 = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_WorkSafetyStartDate).FirstOrDefault();
if (sysSet1 != null)
{
sysSet1.ConstValue = this.drpWorkSafetyStartDate.Text;
db.SubmitChanges();
}
var sysSet2 = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_IsMonthReportGetAVG).FirstOrDefault();
if (sysSet2 != null)
{