asegurar el archivo

This commit is contained in:
2020-10-18 09:51:11 -05:00
parent 8ea83c1df0
commit 3e5d200b06
8 changed files with 23 additions and 8 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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.07ae05e3.css rel=preload as=style><link href=js/app.d71ab2a0.js rel=preload as=script><link href=js/chunk-vendors.81d09f4a.js rel=preload as=script><link href=css/app.07ae05e3.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.81d09f4a.js></script><script src=js/app.d71ab2a0.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.a3d05857.css rel=preload as=style><link href=js/app.8a75b34f.js rel=preload as=script><link href=js/chunk-vendors.81d09f4a.js rel=preload as=script><link href=css/app.a3d05857.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.81d09f4a.js></script><script src=js/app.8a75b34f.js></script></body></html>
+2
View File
File diff suppressed because one or more lines are too long
+1
View File
File diff suppressed because one or more lines are too long
-2
View File
File diff suppressed because one or more lines are too long
-1
View File
File diff suppressed because one or more lines are too long
+16 -1
View File
@@ -23,8 +23,8 @@
<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">Codigo</th>
<th scope="col">Comunidad</th>
<th scope="col">Institución</th>
<th scope="col">Pago total</th>
<th scope="col">Enviar Ficha</th>
@@ -65,6 +65,7 @@
<th scope="col">Apellido Materno</th>
<th scope="col">Correo</th>
<th scope="col">Comunidad</th>
<th scope="col">Fecha de Operacion</th>
<th scope="col">Pago total</th>
</tr>
</thead>
@@ -76,6 +77,7 @@
<td>{{item.apellidoMaterno}}</td>
<td>{{item.correo}}</td>
<td>{{item.comunidad}}</td>
<td>{{item.fechaEnvioFicha}}</td>
<td>${{item.totalPagar}}.00</td>
</tr>
</tbody>
@@ -522,6 +524,19 @@ export default {
this.rechazados[item].number =con;
con ++;
}
// this.factura = await axios.get(
// `${config.api}/getFactura`
// );
// this.factura = this.factura.data.datos;
// con = 1;
// for(let item in this.factura){
// this.factura[item].number =con;
// con ++;
// }
}
+2 -2
View File
@@ -319,7 +319,7 @@ export default {
},
async enviarArchivo() {
if(this.file1 === null) return this.menssajeWar('Falta subir el archivo de su comprobante de pago');
if(this.bancoProcedencia === "") return this.menssajeWar('Falta llenar banco de procedencia');
if(this.dia === "" || this.mes === "" || this.year === "") return this.menssajeWar('Falta escoger la fecha de en que se realizo la operacion');
if(this.claveRastreo === "") return this.menssajeWar('Falta llenar la clave de rastreo');
@@ -356,7 +356,7 @@ export default {
if(this.municipio === "") return this.menssajeWar('Falta llenar el municipio de la persona a quien se le hara la factura');
if(this.estado === "") return this.menssajeWar('Falta llenar el estado de la persona a quien se le hara la factura');
if(this.codigoPostal === "") return this.menssajeWar('Falta llenar el codigo postal de la persona a quien se le hara la factura');
data.factura = true;
data.nombrePersona = this.nombrePersona;
data.apellidoPaterno = this.apellidoPaterno;