From 8b627da03173cd7a34244b9a6587fdb379be17ad Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Mon, 7 Dec 2020 16:13:14 -0600 Subject: [PATCH] V-2.3-CorreccionCartas --- components/admin/servicio/inputTableA.vue | 5 ++- components/responsable/cartaAceptacion.vue | 44 +++++++++++++++++++ components/responsable/cartaTermino.vue | 19 +++++--- components/responsable/cuestionario.vue | 46 ++++++++++++-------- components/responsable/inputTable.vue | 38 ++++++++-------- pages/responsable/carta_aceptacion/index.vue | 14 ++++++ pages/responsable/carta_termino/index.vue | 14 ++++++ 7 files changed, 137 insertions(+), 43 deletions(-) create mode 100644 components/responsable/cartaAceptacion.vue create mode 100644 pages/responsable/carta_aceptacion/index.vue create mode 100644 pages/responsable/carta_termino/index.vue diff --git a/components/admin/servicio/inputTableA.vue b/components/admin/servicio/inputTableA.vue index 69d3147..3a25293 100644 --- a/components/admin/servicio/inputTableA.vue +++ b/components/admin/servicio/inputTableA.vue @@ -29,7 +29,8 @@
- + + @@ -106,7 +107,7 @@ export default { perPage: 25, numeroCuenta: '', nombre: '', - idStatus: 1 + idStatus: '' } }, diff --git a/components/responsable/cartaAceptacion.vue b/components/responsable/cartaAceptacion.vue new file mode 100644 index 0000000..65f0232 --- /dev/null +++ b/components/responsable/cartaAceptacion.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/components/responsable/cartaTermino.vue b/components/responsable/cartaTermino.vue index b638a90..54dd2aa 100644 --- a/components/responsable/cartaTermino.vue +++ b/components/responsable/cartaTermino.vue @@ -1,6 +1,6 @@ @@ -34,5 +38,8 @@ export default { diff --git a/components/responsable/cuestionario.vue b/components/responsable/cuestionario.vue index a78cbe1..33e428d 100644 --- a/components/responsable/cuestionario.vue +++ b/components/responsable/cuestionario.vue @@ -7,11 +7,11 @@

Mencione 5 actividades desempeñadas por el alumno:

- - - - - + + + + +
@@ -27,7 +27,7 @@

1. Conocimiento teóricos para las funciones encomendadas

- + @@ -40,7 +40,7 @@

2. Conocimientos técnicos para las funciones encomendadas

- + @@ -53,7 +53,7 @@

3. Iniciativa para la implementación de mejoras en la empresa

- + @@ -66,7 +66,7 @@

4. Puntualidad en la entrega de los trabajos de las tareas encomendadas

- + @@ -79,7 +79,7 @@

5. Desempeño general de sus funciones

- + @@ -89,9 +89,9 @@

6. De acuerdo a lo observado ¿cuáles considera que son las cualidades de nuestros alumnos de esta licenciatura?

- +

7. De acuerdo a lo observado ¿cuáles considera que son los aspectos a mejorar en la formación de nuestros alumnos de esta licenciatura?

- + - - + + + @@ -67,32 +68,31 @@ @page-change="onPageChange" > - {{ props.row.nombre}} + {{ props.row.nombre}} {{ props.row.nombre}} - {{ props.row.numeroCuenta}} + {{ props.row.numeroCuenta}} {{ props.row.numeroCuenta}} - {{ props.row.carrera}} + {{ props.row.carrera}} {{ props.row.carrera}} - {{ fecha(props.row.fechaInicio) }} + {{ fecha(props.row.fechaInicio) }} {{ fecha(props.row.fechaInicio) }} - {{ fecha(props.row.fechaFin) }} + {{ fecha(props.row.fechaFin) }} {{ fecha(props.row.fechaFin) }} - {{ fecha(props.row.fechaFin) }} + {{ fecha(props.row.fechaFin) }} {{ props.row.status}} - -----
+ @click="botonCarta(props.row.cartaTermino)" + class="tag is-danger" + :icon="iconoCarta(props.row.cartaTermino)" + > Carta Término
- -----
Cuestionario @@ -152,7 +154,7 @@ export default { perPage: 25, numeroCuenta: '', nombre: '', - idStatus: 1 + idStatus: '' } }, methods: { @@ -185,7 +187,7 @@ export default { } }, botonCarta (cartaTermino) { - this.$router.push('/responsable/cartaTermino') + this.$router.push('/responsable/carta_termino') if (cartaTermino === 1) { return 'is-success' } else { @@ -255,9 +257,9 @@ export default { this.loading = false }) }, - Servicio (idServicio) { + cartaAceptacion (idServicio) { window.localStorage.setItem('idServicio', idServicio) - this.$router.push('/responsable/cartaTermino') + this.$router.push('/responsable/carta_aceptacion') }, insertIdLocal () { this.idUsuario = localStorage.getItem('idUsuario') @@ -286,7 +288,7 @@ export default { background-color: #1b3d70; border-color: #1b3d70; } -.cursor{ +.cursorR{ cursor: pointer; } diff --git a/pages/responsable/carta_aceptacion/index.vue b/pages/responsable/carta_aceptacion/index.vue new file mode 100644 index 0000000..5d0fbc9 --- /dev/null +++ b/pages/responsable/carta_aceptacion/index.vue @@ -0,0 +1,14 @@ + + + diff --git a/pages/responsable/carta_termino/index.vue b/pages/responsable/carta_termino/index.vue new file mode 100644 index 0000000..71ea51c --- /dev/null +++ b/pages/responsable/carta_termino/index.vue @@ -0,0 +1,14 @@ + + +