代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -1,12 +1,8 @@
using BLL;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI.WebControls;
using AspNet = System.Web.UI.WebControls;
namespace FineUIPro.Web.CQMS.Material
{
@@ -214,7 +210,7 @@ namespace FineUIPro.Web.CQMS.Material
materialTest.CompileDate = DateTime.Now;
CQMS_MaterialTestService.UpdateMaterialTest(materialTest);
Model.Material_Inspection inspection = BLL.CQMS_InspectionService.GetInspectionByInspectionId(materialTest.InspectionId);
if (inspection != null)
if (inspection != null)
{
if (inspection.State == BLL.Const.Inspection_SpotCheck) //若状态为正在抽检,则更新报验单状态为总包工程师审核
{