2023-11-20
This commit is contained in:
Binary file not shown.
@@ -418,7 +418,10 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
|||||||
if (pds[i].B != null && !string.IsNullOrEmpty(pds[i].B.ToString()))
|
if (pds[i].B != null && !string.IsNullOrEmpty(pds[i].B.ToString()))
|
||||||
{
|
{
|
||||||
item.PrefabricatedComponents = pds[i].B.ToString();
|
item.PrefabricatedComponents = pds[i].B.ToString();
|
||||||
|
if (!item.PrefabricatedComponents.Contains("-")) //预制组件关联的有图纸,图纸名称又是根据组件名称截取的
|
||||||
|
{
|
||||||
|
result.Add((i + 2) + "Line, [预制组件] 不合规</br>");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user