feat(labeling): added printers and machine and other data for preprinting
This commit is contained in:
9
app/src/pkg/prodSql/querys/general/machineInfo.ts
Normal file
9
app/src/pkg/prodSql/querys/general/machineInfo.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const machineCheck = `
|
||||
SELECT [HumanReadableId]
|
||||
,[Name]
|
||||
,[Location]
|
||||
,[Active]
|
||||
,[ImportSource]
|
||||
,[StagingMainMaterialMandatory]
|
||||
FROM [test1_AlplaPROD2.0_Read].[masterData].[Machine] (nolock)
|
||||
where Active = 1 and [Location] = [loc]`;
|
||||
Reference in New Issue
Block a user