diff --git a/src/components/Directions.vue b/src/components/Directions.vue new file mode 100644 index 0000000..1e9c6c3 --- /dev/null +++ b/src/components/Directions.vue @@ -0,0 +1,234 @@ + + + + + + + + + + + + Tipo de Comprobante: + + + + + + Ticket + + + + + + Factura + + + + + + + Direccion de Facturacion + + RFC + + + + + Nombres + + + + + Apellidos + + + + + Empresa + + + + + calle + + + + + Numero Exterior + + + + + Numero Interior + + + + + Colonia + + + + + Provincia o estado + + + + + Pais + + + + + Telefono + + + + + Correo + + + + + + + + + + ¿La direccion de facturacion es la misma a la de envio? + + + + + + Si + + + + + + No + + + + + + + + Direccion de Envio + + + + Nombres + + + + + Apellidos + + + + + Correo + + + + + + calle + + + + + Numero Exterior + + + + + Numero Interior + + + + + Colonia + + + + + Codigo Postal + + + + + + Provincia o estado + + + + + Pais + + + + + Telefono + + + + + + + + + + + + + + + + \ No newline at end of file