|
@ -1946,6 +1946,12 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES |
|
|
|
|
|
|
|
|
#endregion
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
// 判斷下一站為完工站
|
|
|
|
|
|
if (CheckNextStopCloseStation(flowRule, stationId, "P").Result.Success) |
|
|
|
|
|
{ |
|
|
|
|
|
await CheckWipNoBarCodeAllClost(wipId); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
await tran.CommitAsync(); |
|
|
await tran.CommitAsync(); |
|
|
return ""; |
|
|
return ""; |
|
|
} |
|
|
} |
|
|