|
@ -43,7 +43,7 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES |
|
|
{ |
|
|
{ |
|
|
data.Barcode = _context.BarcodeInfoes.Find(data.BarcodeID); |
|
|
data.Barcode = _context.BarcodeInfoes.Find(data.BarcodeID); |
|
|
data.Wip = _context.WipInfos.Find(data.WipId); |
|
|
data.Wip = _context.WipInfos.Find(data.WipId); |
|
|
//data.Station = _context.Stationses.Find(data.RuleStationId);
|
|
|
data.Station = _context.Stationses.Find(data.StationId); |
|
|
//data.User = _context.UserInfoes.Find(data.OperatorID);
|
|
|
//data.User = _context.UserInfoes.Find(data.OperatorID);
|
|
|
//data.OperatorName = _context.UserInfoes.Find(data.OperatorID).UserName;
|
|
|
//data.OperatorName = _context.UserInfoes.Find(data.OperatorID).UserName;
|
|
|
} |
|
|
} |
|
@ -72,7 +72,7 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES |
|
|
{ |
|
|
{ |
|
|
data.Barcode = _context.BarcodeInfoes.Find(data.BarcodeID); |
|
|
data.Barcode = _context.BarcodeInfoes.Find(data.BarcodeID); |
|
|
data.Wip = _context.WipInfos.Find(data.WipId); |
|
|
data.Wip = _context.WipInfos.Find(data.WipId); |
|
|
//data.Station = _context.Stationses.Find(data.RuleStationId);
|
|
|
data.Station = _context.Stationses.Find(data.StationId); |
|
|
//data.User = _context.UserInfoes.Find(data.OperatorID);
|
|
|
//data.User = _context.UserInfoes.Find(data.OperatorID);
|
|
|
//data.OperatorName = _context.UserInfoes.Find(data.OperatorID).UserName;
|
|
|
//data.OperatorName = _context.UserInfoes.Find(data.OperatorID).UserName;
|
|
|
} |
|
|
} |
|
@ -116,7 +116,7 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES |
|
|
{ |
|
|
{ |
|
|
data.Barcode = _context.BarcodeInfoes.Find(data.BarcodeID); |
|
|
data.Barcode = _context.BarcodeInfoes.Find(data.BarcodeID); |
|
|
data.Wip = _context.WipInfos.Find(data.WipId); |
|
|
data.Wip = _context.WipInfos.Find(data.WipId); |
|
|
//data.Station = _context.Stationses.Find(data.RuleStationId);
|
|
|
data.Station = _context.Stationses.Find(data.StationId); |
|
|
//data.User = _context.UserInfoes.Find(data.OperatorID);
|
|
|
//data.User = _context.UserInfoes.Find(data.OperatorID);
|
|
|
//data.OperatorName = _context.UserInfoes.Find(data.OperatorID).UserName;
|
|
|
//data.OperatorName = _context.UserInfoes.Find(data.OperatorID).UserName;
|
|
|
} |
|
|
} |
|
|