mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
guardar terminado
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import ClassSelect from '../../components/select2.js';
|
||||
import tarjetaTiradasPrecio from './tarjetaTiradasPrecio.js';
|
||||
|
||||
|
||||
class DatosGenerales {
|
||||
@ -13,6 +14,10 @@ class DatosGenerales {
|
||||
this.cliente = new ClassSelect($("#clienteId"), '/clientes/cliente/getSelect2', window.translations["selectCliente"]);
|
||||
|
||||
this.titulo = this.domItem.find("#titulo");
|
||||
this.autor = this.domItem.find("#autor");
|
||||
this.isbn = this.domItem.find("#isbn");
|
||||
this.coleccion = this.domItem.find("#coleccion");
|
||||
this.referenciaCliente = this.domItem.find("#referenciaCliente");
|
||||
|
||||
this.tirada1 = this.domItem.find("#tirada");
|
||||
this.tirada2 = this.domItem.find("#tirada2");
|
||||
|
||||
Reference in New Issue
Block a user