refactor(ocp): lots of work for rfid and dyco contorl
This commit is contained in:
@@ -16,5 +16,6 @@ left join
|
||||
alplaprod_test1.dbo.T_Maschine as m on
|
||||
e.IdMaschine = m.IdMaschine
|
||||
|
||||
where x.lfdnr = [rn] and x.IdWarenlager not in(6)
|
||||
where x.lfdnr = [rn]
|
||||
--and x.IdWarenlager not in(6)
|
||||
`;
|
||||
|
||||
@@ -3,7 +3,7 @@ select IdMaschinen_ProdPlanung as LabelOnlineID,
|
||||
IdMaschine as machineID,
|
||||
MaschinenStandort as MachineLocation,
|
||||
MaschinenBez as MachineDescription,
|
||||
IdProdPlanung as LOT,
|
||||
IdProdPlanung as lot,
|
||||
prolink.lot as ProlinkLot,
|
||||
IdArtikelvarianten as AV,
|
||||
ArtikelVariantenBez as Alias,
|
||||
|
||||
Reference in New Issue
Block a user