This commit is contained in:
parent
04a0762978
commit
17ee6e6b23
|
@ -677,11 +677,19 @@ namespace FineUIPro.Web.WeldMat.UsingPlan
|
|||
{
|
||||
if (q.QualifiedProjectCode.Split('-').Length == 3) //该种合格项目只能领盘状焊丝
|
||||
{
|
||||
if (weldTypeId == "23900d2f-f0e6-4d76-a44d-eb47eede3914") //盘状焊丝
|
||||
if (q.QualifiedProjectCode.Contains("SAW")) //SAW可以领焊剂
|
||||
{
|
||||
isPass = true;
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (weldTypeId == "23900d2f-f0e6-4d76-a44d-eb47eede3914") //盘状焊丝
|
||||
{
|
||||
isPass = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue