GS1 scanning and workflow improvements

This commit is contained in:
2026-04-20 12:43:29 -04:00
parent cfb08bd288
commit 6be571a48c
3 changed files with 66 additions and 12 deletions
+2 -2
View File
@@ -268,7 +268,7 @@
<input type="hidden" id="variantDrugId">
<div class="form-group">
<label for="variantStrength">Strength *</label>
<input type="text" id="variantStrength" placeholder="e.g., 5.4mg, 10.8mg, 100ml" required>
<input type="text" id="variantStrength" placeholder="e.g., 5.4mg, 0.5mg/ml" required>
</div>
<div class="form-group">
@@ -672,7 +672,7 @@
</div>
<div class="form-actions">
<button type="button" class="btn btn-primary" onclick="handleSaveGtinMapping()">Save Mapping</button>
<button type="button" class="btn btn-secondary close">Cancel</button>
<button type="button" class="btn btn-secondary" id="cancelGtinMappingBtn">Cancel</button>
</div>
</div>
</div>