Explorar el Código

[backend] Document : ajout produit

prodstable
Guillaume hace 3 años
padre
commit
f894623d76
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      backend/views/document/_form.php

+ 2
- 2
backend/views/document/_form.php Ver fichero

@@ -195,7 +195,7 @@ use common\models\Producer;
<input type="text" class="form-control input-price"
v-model="productAddPrice" @change="formatProductAddPrice"/>
<span class="input-group-addon"><span
class="glyphicon glyphicon-euro"></span> <span v-if="taxRateProducer != 0">TTC</span></span>
class="glyphicon glyphicon-euro"></span> <span v-if="taxRateProducer != 0">HT</span></span>
</div>
</div>
<div class="col-md-3">
@@ -221,7 +221,7 @@ use common\models\Producer;
<input type="text" class="form-control input-price" readonly
:value="formatPrice(productAddPrice * productAddQuantity)"/>
<span class="input-group-addon"><span
class="glyphicon glyphicon-euro"></span> <span v-if="taxRateProducer != 0">TTC</span></span>
class="glyphicon glyphicon-euro"></span> <span v-if="taxRateProducer != 0">HT</span></span>
</div>
<button class="btn btn-primary" value="Ajouter"
@click="submitProductAdd">Ajouter

Cargando…
Cancelar
Guardar