This commit is contained in:
2024-09-25 15:13:49 +08:00
parent 5d5bc5598d
commit 5d70e1689a
16 changed files with 372 additions and 419 deletions
@@ -425,7 +425,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
}
else
{
result.Add((i + 2) + "Line, [预制组件] 不能为空</br>");
// result.Add((i + 2) + "Line, [预制组件] 不能为空</br>");
}
}
var model = matList.Where(x => x.PipelineId == item.PipelineId && x.MaterialCode == item.MaterialCode && x.PrefabricatedComponents == item.PrefabricatedComponents);