refs #6184 saveCmr #1788
|
@ -1,8 +1,6 @@
|
||||||
const UserError = require('vn-loopback/util/user-error');
|
|
||||||
|
|
||||||
module.exports = Self => {
|
module.exports = Self => {
|
||||||
Self.remoteMethodCtx('saveCmr', {
|
Self.remoteMethodCtx('saveCmr', {
|
||||||
description: 'Save sign',
|
description: 'Save cmr',
|
||||||
accessType: 'WRITE',
|
accessType: 'WRITE',
|
||||||
accepts:
|
accepts:
|
||||||
[
|
[
|
||||||
|
@ -34,8 +32,8 @@ module.exports = Self => {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
for (const ticketId of tickets) {
|
for (const ticketId of tickets) {
|
||||||
const cmrFk = await models.Ticket.findOne(
|
const cmrFk = await models.Ticket.findOne({
|
||||||
{where: {id: ticketId},
|
where: {id: ticketId},
|
||||||
fields: ['cmrFk']
|
fields: ['cmrFk']
|
||||||
}, myOptions);
|
}, myOptions);
|
||||||
guillermo marked this conversation as resolved
Outdated
|
|||||||
|
|
||||||
|
|
|
@ -63,6 +63,9 @@
|
||||||
},
|
},
|
||||||
"weight": {
|
"weight": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
|
},
|
||||||
guillermo marked this conversation as resolved
Outdated
jgallego
commented
si el poses baix, ací dalt no cal. A no ser que vullgueres posar alguna propietat mes del tipo required..que no es el cas si el poses baix, ací dalt no cal. A no ser que vullgueres posar alguna propietat mes del tipo required..que no es el cas
guillermo
commented
Lo he tenido que poner ya que si no no me detecta ese campo. Lo he tenido que poner ya que si no no me detecta ese campo.
|
|||||||
|
"cmrFk": {
|
||||||
|
"type": "number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"relations": {
|
"relations": {
|
||||||
|
|
Loading…
Reference in New Issue
Este el cree cada vegada pero es el mateix id per a tots. Pujal fora del for
El nom jo posaría dmsTypeCmr