Browse Source

[backend] Document : ajout produit

prodstable
Guillaume 2 years ago
parent
commit
f894623d76
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      backend/views/document/_form.php

+ 2
- 2
backend/views/document/_form.php View File

<input type="text" class="form-control input-price" <input type="text" class="form-control input-price"
v-model="productAddPrice" @change="formatProductAddPrice"/> v-model="productAddPrice" @change="formatProductAddPrice"/>
<span class="input-group-addon"><span <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> </div>
<div class="col-md-3"> <div class="col-md-3">
<input type="text" class="form-control input-price" readonly <input type="text" class="form-control input-price" readonly
:value="formatPrice(productAddPrice * productAddQuantity)"/> :value="formatPrice(productAddPrice * productAddQuantity)"/>
<span class="input-group-addon"><span <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>
<button class="btn btn-primary" value="Ajouter" <button class="btn btn-primary" value="Ajouter"
@click="submitProductAdd">Ajouter @click="submitProductAdd">Ajouter

Loading…
Cancel
Save