refactor(materials): changes to allow exact and eom transfers

This commit is contained in:
2025-08-27 17:17:32 -05:00
parent df423192bf
commit 0a6ddea8c0
5 changed files with 437 additions and 175 deletions

View File

@@ -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;