From c846686ae580bf9483548efd795fd9e9f22546ae Mon Sep 17 00:00:00 2001 From: alexmorenograu <61759297+alexmorenograu@users.noreply.github.com> Date: Mon, 15 Mar 2021 17:35:41 +0100 Subject: [PATCH] proba --- bindShelvingTag.js | 4 ++-- utilities/encrypted.js | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bindShelvingTag.js b/bindShelvingTag.js index b6db2fe..77c66ff 100644 --- a/bindShelvingTag.js +++ b/bindShelvingTag.js @@ -17,8 +17,8 @@ function bindShelvingTag(barcode, shelving, level){ } } ///DATOS INTRODUCIDOS POR EL USUARIO//// -var barcode = "A0A3B8225DDC"; //valido = "A0A3B82"+ 4 CARACTERES HEXADECIMALES (0-F) -var shelving = "ZZZ"; //valido = 3 CARACTERES LETRAS (A-Z) +var barcode = "A0A3B8224DBF"; //valido = "A0A3B82"+ 4 CARACTERES HEXADECIMALES (0-F) +var shelving = "BCD"; //valido = 3 CARACTERES LETRAS (A-Z) var level = "1"; bindShelvingTag(barcode, shelving, level); ////////////////////////////////////// diff --git a/utilities/encrypted.js b/utilities/encrypted.js index 738ce03..1698c7b 100644 --- a/utilities/encrypted.js +++ b/utilities/encrypted.js @@ -14,4 +14,8 @@ const encryptPassword = async(password) => { return crypto.publicEncrypt(externKey, buffer).toString("base64"); }; -exports.encryptPassword = encryptPassword; \ No newline at end of file +exports.encryptPassword = encryptPassword; + + +////hofdsafads +//sadasdas \ No newline at end of file