2023-11-20
This commit is contained in:
parent
9bdfccd8d8
commit
b47fc533f0
Binary file not shown.
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue