mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arraglado
This commit is contained in:
@ -13,7 +13,7 @@ class Cliente {
|
||||
|
||||
this.tarifas = new tarifasClienteView($('#tarifascliente'));
|
||||
|
||||
this.pais = new ClassSelect($("#paisId"), '/paises/menuitems2', "Seleccione un país", {[this.csrf_token]: this.csrf_hash});
|
||||
this.pais = new ClassSelect($("#paisId"), '/configuracion/paises/menuitems2', "Seleccione un país", {[this.csrf_token]: this.csrf_hash});
|
||||
this.soporte = new ClassSelect($("#soporteId"), '/users/getMenuComerciales', "Seleccione un usuario", {[this.csrf_token]: this.csrf_hash});
|
||||
this.comercial = new ClassSelect($("#comercialId"), '/users/getMenuComerciales', "Seleccione un usuario", {[this.csrf_token]: this.csrf_hash});
|
||||
this.formaPago = new ClassSelect($("#formaPagoId"), '/formas-pago/menuitems', "Seleccione una forma de pago", {[this.csrf_token]: this.csrf_hash});
|
||||
|
||||
@ -11,7 +11,7 @@ class PresupuestoAdminAdd {
|
||||
|
||||
this.inc_rei = $('#incRei');
|
||||
this.cliente = new ClassSelect($('#clienteId'), '/clientes/cliente/getSelect2', 'Seleccione cliente');
|
||||
this.pais = new ClassSelect($('#paisId'), '/paises/menuitems2', 'Seleccione País');
|
||||
this.pais = new ClassSelect($('#paisId'), '/configuracion/paises/menuitems2', 'Seleccione País');
|
||||
|
||||
this.fecha = $('#updated_at');
|
||||
this.estado = $('#estado_id');
|
||||
|
||||
@ -18,7 +18,7 @@ class DatosGenerales{
|
||||
|
||||
|
||||
this.cliente = new ClassSelect($('#clienteId'), '/clientes/cliente/getSelect2', 'Seleccione cliente');
|
||||
this.pais = new ClassSelect($('#paisId'), '/paises/menuitems2', 'Seleccione País');
|
||||
this.pais = new ClassSelect($('#paisId'), '/configuracion/paises/menuitems2', 'Seleccione País');
|
||||
this.referenciaCliente = this.domItem.find('#referenciaCliente');
|
||||
|
||||
}
|
||||
|
||||
@ -15,7 +15,7 @@ class Envios {
|
||||
|
||||
this.table = null;
|
||||
this.direccionesClienteForm = new ClassSelect($('#add_clientedAdd'), '/misdirecciones/getSelect2', 'Seleccione una direccion', false, {});
|
||||
this.paisesClienteForm = new ClassSelect($('#add_pais_id'), '/paises/menuitems2', 'Seleccione país', false, {});
|
||||
this.paisesClienteForm = new ClassSelect($('#add_pais_id'), '/configuracion/paises/menuitems2', 'Seleccione país', false, {});
|
||||
this.modalYesNo = null;
|
||||
|
||||
this.insertarEnvio = $('#insertar_direccion');
|
||||
|
||||
Reference in New Issue
Block a user