Преглед изворни кода

[backend] Document : ajout produit

prodstable
Guillaume пре 2 година
родитељ
комит
f894623d76
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      backend/views/document/_form.php

+ 2
- 2
backend/views/document/_form.php Прегледај датотеку

@@ -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

Loading…
Откажи
Сачувај