refactor(materials): changes to allow exact and eom transfers
This commit is contained in:
@@ -17,6 +17,8 @@ export const consumeMaterial = async (data: Data, prod: any) => {
|
||||
const { runningNr, lotNum } = data;
|
||||
// replace the rn
|
||||
|
||||
console.log(data);
|
||||
|
||||
const rnReplace = labelData.replaceAll("[rn]", runningNr);
|
||||
|
||||
let barcode;
|
||||
|
||||
Reference in New Issue
Block a user