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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user