|
|
@ -511,7 +511,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
//判斷組件是否更換
|
|
|
|
for (int i = 0; i < ng_component.Count; i++) |
|
|
|
{ |
|
|
|
if (ng_component[i].NewPartNo != "") |
|
|
|
if (ng_component[i].NewPartNo != "" && ng_component[i].NewPartNo != null) |
|
|
|
{ |
|
|
|
items.Add(new BarCodeCheckDto.inputItem |
|
|
|
{ |
|
|
@ -522,6 +522,11 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (items.Count == 0) |
|
|
|
{ |
|
|
|
items = null; |
|
|
|
} |
|
|
|
|
|
|
|
if (repairComplete) |
|
|
|
{ |
|
|
|
//判断全部维修完成过站
|
|
|
|