Merge branch 'develop' of git.provm.cl:Incoviba/oficial into develop
This commit is contained in:
@ -42,21 +42,26 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="ui button" type="button" id="agregar_departamento">
|
||||
<button class="ui button" type="button" id="agregar_departamento" title="Agregar Departamento">
|
||||
<i class="plus icon"></i>
|
||||
<i class="building icon"></i>
|
||||
{{--Departamento--}}
|
||||
</button>
|
||||
<button class="ui button" type="button" id="agregar_estacionamiento">
|
||||
<button class="ui button" type="button" id="agregar_estacionamiento" title="Agregar Estacionamiento">
|
||||
<i class="plus icon"></i>
|
||||
<i class="car icon"></i>
|
||||
{{--Estacionamiento--}}
|
||||
</button>
|
||||
<button class="ui button" type="button" id="agregar_bodega">
|
||||
<button class="ui button" type="button" id="agregar_bodega" title="Agregar Bodega">
|
||||
<i class="plus icon"></i>
|
||||
<i class="warehouse icon"></i>
|
||||
{{--Bodega--}}
|
||||
</button>
|
||||
<button class="ui button" type="button" id="agregar_terraza" title="Agregar Terraza">
|
||||
<i class="plus icon"></i>
|
||||
<i class="vector square icon"></i>
|
||||
|
||||
</button>
|
||||
<div id="unidades" class="ui ordered list"></div>
|
||||
<h4 class="ui dividing header">FORMA DE PAGO</h4>
|
||||
<label for="valor">Valor</label>
|
||||
@ -650,7 +655,8 @@
|
||||
const buttons = [
|
||||
'departamento',
|
||||
'estacionamiento',
|
||||
'bodega'
|
||||
'bodega',
|
||||
'terraza'
|
||||
]
|
||||
buttons.forEach(name => {
|
||||
const id = '#agregar_' + name
|
||||
|
Reference in New Issue
Block a user