Añadidos comentarios
This commit is contained in:
parent
781bb25678
commit
f9c23f4d0f
|
@ -53,9 +53,9 @@ async function insertShelving(shelvingId, smartTagFk) {
|
|||
unitName: currentUser.unitName,
|
||||
itemList: [
|
||||
{
|
||||
attrCategory: 'verdnatura',
|
||||
attrName: 'sinTicket',
|
||||
barCode: shelvingId, // Matricula + nivel
|
||||
attrCategory: 'verdnatura', // Plantilla
|
||||
attrName: 'sinTicket', // Tipo de Plantilla
|
||||
barCode: shelvingId, // Matricula + nivel --> Cod.Barras artículo
|
||||
itemTitle: 'Etiqueta Sin ticket',
|
||||
qrCode: shelvingId
|
||||
}
|
||||
|
|
|
@ -10,8 +10,8 @@ exports.dataLogIn = dataLogIn;
|
|||
con.con.connect(function(err) {});
|
||||
|
||||
// app.use('/getNumShelving', require('./methods/setCollection__'));
|
||||
app.use('/insertTicket', require('./methods/bindTicketShelving')); // collectionFk
|
||||
app.use('/bindShelving', require('./methods/bindShelvingTag')); // smartTagFk, shelving, level
|
||||
app.use('/insertTicket', require('./methods/bindTicketShelving')); // collectionFk
|
||||
app.use('/flashOn', require('./methods/flashOn'));
|
||||
|
||||
app.listen(port, () => {
|
||||
|
|
Reference in New Issue