cambio en la descripcion de los eventos
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/png href=assets/icono.png><title>ASINEA-Login</title><link href=//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css rel=stylesheet id=bootstrap-css><script src=//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js></script><script src=//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js></script><link href=css/app.f1629b21.css rel=preload as=style><link href=js/app.243acd9e.js rel=preload as=script><link href=js/chunk-vendors.60440516.js rel=preload as=script><link href=css/app.f1629b21.css rel=stylesheet></head><body><noscript><strong>We're sorry but asinea-front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.60440516.js></script><script src=js/app.243acd9e.js></script></body></html>
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/png href=assets/icono.png><title>ASINEA-Login</title><link href=//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css rel=stylesheet id=bootstrap-css><script src=//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js></script><script src=//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js></script><link href=css/app.4cec5251.css rel=preload as=style><link href=js/app.b8331fbe.js rel=preload as=script><link href=js/chunk-vendors.60440516.js rel=preload as=script><link href=css/app.4cec5251.css rel=stylesheet></head><body><noscript><strong>We're sorry but asinea-front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.60440516.js></script><script src=js/app.b8331fbe.js></script></body></html>
|
||||
Vendored
-2
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+2
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
+50
-8
@@ -21,20 +21,27 @@
|
||||
<th scope="col">Apellido Paterno</th>
|
||||
<th scope="col">Apellido Materno</th>
|
||||
<th scope="col">Correo</th>
|
||||
<th scope="col">Situacion academica</th>
|
||||
<th scope="col">Tipo de participación</th>
|
||||
<th scope="col">Comunidad</th>
|
||||
<th scope="col">Institución</th>
|
||||
<th scope="col">Pago total</th>
|
||||
<th scope="col">Enviar Ficha</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr v-for="item in enviar" v-bind:key="item.idPersona">
|
||||
<th scope="row">{{item.number}}</th>
|
||||
<td>{{item.nombre}}</td>
|
||||
<td>{{item.apellidoPaterno}}</td>
|
||||
<td>{{item.apellidoMaterno}}</td>
|
||||
<td>{{item.correo}}</td>
|
||||
<td>{{item.comunidad}}</td>
|
||||
<td>"{{item.totalPagar}}.00</td>
|
||||
<th @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos scope="row">{{item.number}}</th>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.nombre}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.apellidoPaterno}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.apellidoMaterno}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.correo}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.situacionAcademica}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.participacion}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.comunidad}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >{{item.institucion}}</td>
|
||||
<td @click=" nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar, eventosPersonaActividad=item.actividad, eventosPersonaEstudiosPractica=item.estudiosPractica, eventosPersonaRecorridos=item.recorridos" v-b-modal.mostrarEventos >${{item.totalPagar}}.00</td>
|
||||
<td ><button type="button" @click="correoEnviar = item.correo, idPersona=item.idPersona, nombreEscogido=`${item.nombre} ${item.apellidoPaterno} ${item.apellidoMaterno}`, cantidadPagar=item.totalPagar" class="btn btn-outline-success" v-b-modal.fichaDeposito >Enviar ficha</button></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -225,6 +232,38 @@
|
||||
</div>
|
||||
</b-modal>
|
||||
|
||||
<b-modal id="mostrarEventos" size="lg" hide-footer title="Eventos elegidos">
|
||||
<p class="my-4">Nombre : {{nombreEscogido}}</p>
|
||||
<p class="my-4">Cantidad a pagar : ${{cantidadPagar}}.00</p>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="table-responsive-sm">
|
||||
<table class="table" style="margin-top: 3rem; margin-bottom: 3rem;">
|
||||
<thead class="thead-dark">
|
||||
<tr>
|
||||
<th scope="col">Nombre</th>
|
||||
<th scope="col">Tpo de evento</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody >
|
||||
<tr v-for="item in eventosPersonaActividad" v-bind:key="item.idEvento">
|
||||
<td >{{item.nombreEvento}}</td>
|
||||
<td >Actividad</td>
|
||||
</tr>
|
||||
<tr v-for="item in eventosPersonaEstudiosPractica" v-bind:key="item.idEvento">
|
||||
<td >{{item.nombreEvento}}</td>
|
||||
<td >Estudios de practica</td>
|
||||
</tr>
|
||||
<tr v-for="item in eventosPersonaRecorridos" v-bind:key="item.idEvento">
|
||||
<td >{{item.nombreEvento}}</td>
|
||||
<td >Recorridos</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</b-modal>
|
||||
|
||||
|
||||
<b-modal id="mostrarPago" centered >
|
||||
@@ -259,7 +298,10 @@ export default {
|
||||
|
||||
data() {
|
||||
return {
|
||||
enviar: [],
|
||||
eventosPersonaActividad: [],
|
||||
eventosPersonaEstudiosPractica: [],
|
||||
eventosPersonaRecorridos: [],
|
||||
enviar: [],
|
||||
pendientes: [],
|
||||
revisar: [],
|
||||
pagados: [],
|
||||
|
||||
Reference in New Issue
Block a user