feat(quality): addpallet and cycle pallets added
This commit is contained in:
14
server/services/sqlServer/querys/quality/request.ts
Normal file
14
server/services/sqlServer/querys/quality/request.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export const qrequestQuery = `
|
||||
select IdArtikelVarianten as article,
|
||||
ArtikelVariantenBez as description,
|
||||
Lfdnr as runningNr,
|
||||
Produktionslos as lotNr,
|
||||
IdWarenlager as idWarehouse,
|
||||
WarenLagerKurzBez as warehouseAtRequest,
|
||||
IdLagerAbteilung as idLocation,
|
||||
LagerAbteilungKurzBez as locationAtRequest,
|
||||
BewegungsDatumMax as lastMove
|
||||
from AlplaPROD_test1.dbo.V_LagerPositionenBarcodes (nolock)
|
||||
|
||||
where /* VerfuegbareMengeSum = 0 and */ IdLagerAbteilung not in (0, 20000, 21000) and lfdnr = [runningNumber]
|
||||
`;
|
||||
Reference in New Issue
Block a user