update to qr

This commit is contained in:
naielv
2025-09-09 13:35:31 +02:00
parent aa01eaeaa5
commit bdd880bc24
3 changed files with 4 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ PAGES.dataman = {
__labels: function (mid) {
var div_materiales = safeuuid();
container.innerHTML = `
<h1>Imprimir Etiquetas AztecQR</h1>
<h1>Imprimir Etiquetas QR</h1>
<button onclick="print()">Imprimir</button>
<h2>Materiales</h2>
<div id="${div_materiales}"></div>

View File

@@ -19,7 +19,7 @@ PAGES.index = {
__scan: function(mid) {
var qrscan = safeuuid()
container.innerHTML = `
<h1>Escanear Codigo Aztec/QR</h1>
<h1>Escanear Codigo QR</h1>
<div id="${qrscan}"></div>
<br><br>`;
var html5QrcodeScanner = new Html5QrcodeScanner(