dev #61
@@ -93,7 +93,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{#if modificar}
|
{#if modificar}
|
||||||
<tr transition:fade={{duration:100}}>
|
<tr transition:fade={{duration:100}}>
|
||||||
<td colspan="8">
|
<td colspan="10">
|
||||||
<ModificarPropiedadForm {id} {ubicacion} {canthabitaciones} {letra} {piso} {tipo} {servicios} {monto} {iddivisa}/>
|
<ModificarPropiedadForm {id} {ubicacion} {canthabitaciones} {letra} {piso} {tipo} {servicios} {monto} {iddivisa}/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
import { urlG } from "../stores/urlStore";
|
import { urlG } from "../stores/urlStore";
|
||||||
import Ventas from "./Ventas.svelte";
|
import Ventas from "./Ventas.svelte";
|
||||||
import { navigate } from "svelte-routing";
|
import { navigate } from "svelte-routing";
|
||||||
|
import BarraHorizontalConTexto from "../Componentes/BarraHorizontalConTexto.svelte";
|
||||||
|
|
||||||
let token:string = sessionStorage.getItem("token")||"";
|
let token:string = sessionStorage.getItem("token")||"";
|
||||||
let modaldata:string = $state("");
|
let modaldata:string = $state("");
|
||||||
@@ -44,6 +45,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="container-fluid mt-3">
|
<div class="container-fluid mt-3">
|
||||||
|
<BarraHorizontalConTexto text="Ver Compras y Ventas"/>
|
||||||
|
<p class="text-muted text-center">donde estas involucrado</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{#each ventas as venta (venta.id)}
|
{#each ventas as venta (venta.id)}
|
||||||
<div class="col-md-6 mb-4">
|
<div class="col-md-6 mb-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user