printedparts: kiosk tag prefix + labels use the gage lab tag

Kiosk item lookup shows a fixed "WJ" prefix addon so operators type only the
number off the label. The label page - and the detail "Part Label" button,
renamed from "Bin Label" - now barcodes and prints the gage lab tag, falling
back to the internal item code when a part has no tag assigned.
This commit is contained in:
cproudlock
2026-07-20 11:18:16 -04:00
parent 31139267d1
commit 108d4d396c
3 changed files with 43 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
<router-link :to="`/printedparts/${item.printeditemid}/edit`"
class="btn btn-secondary btn-sm">Edit</router-link>
<router-link :to="`/print/printedparts-labels?item=${item.printeditemid}`"
class="btn btn-secondary btn-sm">Bin Label</router-link>
class="btn btn-secondary btn-sm">Part Label</router-link>
<button v-if="item.isactive" class="btn btn-danger btn-sm"
@click="retireItem">Retire</button>
<button v-else class="btn btn-primary btn-sm"