refactor(cqms): 整理检查模块并迁移 WBS 服务

清理旧检查页面、服务和接口,补充 WBS 检查服务及数据库脚本,同步工程引用与菜单配置,收敛 CQMS 检查功能的代码组织。
This commit is contained in:
2026-09-20 15:49:27 +08:00
parent 8efe030f47
commit dc19b6d6b6
204 changed files with 319 additions and 59884 deletions
-12
View File
@@ -220,21 +220,9 @@ namespace BLL
string fileDir = "WebApi";
switch (menuId)
{
case Const.CheckEquipmentMenuId:
fileDir = "CheckEquipment";
break;
case Const.CheckListMenuId:
fileDir = "CheckControl";
break;
case Const.JointCheckMenuId:
fileDir = "JointCheck";
break;
case Const.TechnicalContactListMenuId:
fileDir = "TechnicalContactList";
break;
case Const.DesignMenuId:
fileDir = "Design";
break;
}
using (var db = new Model.SGGLDB(Funs.ConnString))
{
-54
View File
@@ -1124,21 +1124,6 @@ namespace BLL
/// </summary>
public const string ControlItemAndCycleMenuId = "7BA846E7-D9B2-4F08-9098-DF4DBD654789";
/// <summary>
/// 实体验收记录
/// </summary>
public const string SpotCheckMenuId = "CC43E208-335D-4AE3-A1CE-B2D8510AE854";
/// <summary>
/// 工序资料记录
/// </summary>
public const string SpotDataCheckMenuId = "8317C0F7-3A69-48AB-87E5-03E96C543B1C";
/// <summary>
/// 资料验收
/// </summary>
public const string CheckMaterialacceptanceMenuId = "0B17549C-2749-4255-BFF4-574902E878FA";
/// <summary>
/// 焊工信息
/// </summary>
@@ -1159,50 +1144,11 @@ namespace BLL
/// </summary>
public const string CQMSCheckerManageMenuId = "0A8195B1-4136-4CF1-A0A2-C29A1620B018";
/// <summary>
/// 施工技术交底
/// </summary>
public const string CQMSTechnicalDiscloseMenuId = "F0D0B2C6-51ED-4C47-95EB-C3DCB639BA5F";
/// <summary>
/// 质量巡检记录
/// </summary>
public const string CheckListMenuId = "B3E99BD9-FDC7-4F15-8C3C-A7821AC9E306";
/// <summary>
/// 质量共检
/// </summary>
public const string JointCheckMenuId = "E6703F32-4E42-4D03-84B3-5EC0E8E48E0F";
/// <summary>
/// 工程联络单
/// </summary>
public const string TechnicalContactListMenuId = "87867EA8-576A-4166-AE7A-7416115DF30B";
/// <summary>
/// 设计变更
/// </summary>
public const string DesignMenuId = "38F11FC6-E9F0-4ABD-BD78-BB1807EA3CE3";
/// <summary>
/// 施工图纸管理
/// </summary>
public const string DrawMenuId = "3A9039B2-20DC-47FA-A943-E3604FBBF699";
/// <summary>
/// 检试验设备及测量器具
/// </summary>
public const string CheckEquipmentMenuId = "BB8EB284-A014-442E-A1D7-956AA11272AE";
/// <summary>
/// 质量月报
/// </summary>
public const string CheckMonthMenuId = "786864C0-2875-49CD-B55E-0B5C8253295D";
/// <summary>
/// 重要文件
/// </summary>
public const string FileCabinetMenuId = "03CEB246-0CE5-48CB-9D6B-1B84AC2E27B3";
#endregion
#region 智慧工地菜单