From 1b96387adc1d44ff967453227cc4fc7927c1ac57 Mon Sep 17 00:00:00 2001
From: fly-l <1420031550@qq.com>
Date: Thu, 28 Mar 2024 10:18:58 +0800
Subject: [PATCH] =?UTF-8?q?2024-03-28=20=E5=9F=B9=E8=AE=AD=E6=8E=A5?=
=?UTF-8?q?=E5=8F=A3=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SGGL/BLL/API/HSSE/APITrainingTaskService.cs | 2 +-
SGGL/BLL/BLL.csproj | 4 +-
SGGL/BLL/OpenService/GetDataService.cs | 2 +-
SGGL/FineUIPro.Web/ErrLog.txt | 21 ++
.../HSSE/InApproveManager/EquipmentIn.aspx | 248 +++++++++---------
.../InApproveManager/EquipmentInItemEdit.aspx | 45 ++++
.../EquipmentInItemEdit.aspx.designer.cs | 63 +++++
.../APIItem/HSSE/TrainingTaskItemItem.cs | 2 +-
8 files changed, 259 insertions(+), 128 deletions(-)
diff --git a/SGGL/BLL/API/HSSE/APITrainingTaskService.cs b/SGGL/BLL/API/HSSE/APITrainingTaskService.cs
index 41709ef3..3518b1b5 100644
--- a/SGGL/BLL/API/HSSE/APITrainingTaskService.cs
+++ b/SGGL/BLL/API/HSSE/APITrainingTaskService.cs
@@ -80,7 +80,7 @@ namespace BLL
PlanId = x.PlanId,
StartTime = x.StartTime,
EndTime =x.EndTime,
- LearnTime=x.LearnTime,
+ LearningTime=x.LearnTime,
VideoProgress = x.VideoProgress,
PersonId = x.PersonId,
TrainingItemCode = x.TrainingItemCode,
diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index ed68de8b..133a65d1 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -150,8 +150,8 @@
-
- ..\..\..\..\五环施工平台\SGGL_CWCEC\SGGL\BLL\bin\Debug\ThoughtWorks.QRCode.dll
+
+ ..\packages\ThoughtWorks.QRCode.1.1.0\lib\ThoughtWorks.QRCode.dll
diff --git a/SGGL/BLL/OpenService/GetDataService.cs b/SGGL/BLL/OpenService/GetDataService.cs
index f18016c6..981e0671 100644
--- a/SGGL/BLL/OpenService/GetDataService.cs
+++ b/SGGL/BLL/OpenService/GetDataService.cs
@@ -39,7 +39,7 @@ namespace BLL
PersonId = item.UserId,
TrainingItemCode = dataItem.TrainingItemCode,
TrainingItemName = dataItem.TrainingItemName,
- LearnTime = dataItem.LearnTime,
+ LearnTime = dataItem.LearningTime,
AttachUrl = dataItem.AttachUrl,
};
diff --git a/SGGL/FineUIPro.Web/ErrLog.txt b/SGGL/FineUIPro.Web/ErrLog.txt
index 50e4f8e5..5c6e5f29 100644
--- a/SGGL/FineUIPro.Web/ErrLog.txt
+++ b/SGGL/FineUIPro.Web/ErrLog.txt
@@ -1690,3 +1690,24 @@ IP地址:::1
出错时间:02/02/2024 15:29:25
+
+错误信息开始=====>
+错误类型:HttpCompileException
+错误信息:d:\数据\诺必达\成达\test\sggl_cd\SGGL\FineUIPro.Web\HSSE\InApproveManager\EquipmentIn.aspx(141): error CS1061: “ASP.hsse_inapprovemanager_equipmentin_aspx”不包含“btnMenuIsIn_Click”的定义,并且找不到可接受类型为“ASP.hsse_inapprovemanager_equipmentin_aspx”的第一个参数的扩展方法“btnMenuIsIn_Click”(是否缺少 using 指令或程序集引用?)
+错误堆栈:
+ 在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
+ 在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
+ 在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
+ 在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
+ 在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
+ 在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
+ 在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
+ 在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+ 在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
+ 在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
+出错时间:03/21/2024 15:24:09
+出错文件:http://localhost:1295/HSSE/InApproveManager/EquipmentIn.aspx
+IP地址:::1
+
+出错时间:03/21/2024 15:24:09
+
diff --git a/SGGL/FineUIPro.Web/HSSE/InApproveManager/EquipmentIn.aspx b/SGGL/FineUIPro.Web/HSSE/InApproveManager/EquipmentIn.aspx
index 0b2273b1..859c858e 100644
--- a/SGGL/FineUIPro.Web/HSSE/InApproveManager/EquipmentIn.aspx
+++ b/SGGL/FineUIPro.Web/HSSE/InApproveManager/EquipmentIn.aspx
@@ -8,43 +8,41 @@