2023-11-20

This commit is contained in:
李鹏飞 2023-11-20 18:47:23 +08:00
parent 9bdfccd8d8
commit b47fc533f0
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -418,7 +418,10 @@ namespace FineUIPro.Web.HJGL.WeldingManage
if (pds[i].B != null && !string.IsNullOrEmpty(pds[i].B.ToString()))
{
item.PrefabricatedComponents = pds[i].B.ToString();
if (!item.PrefabricatedComponents.Contains("-")) //预制组件关联的有图纸,图纸名称又是根据组件名称截取的
{
result.Add((i + 2) + "Line, [预制组件] 不合规</br>");
}
}
else
{