tax tags style and auto complate fixed

This commit is contained in:
batuhanbas
2019-12-19 14:07:44 +03:00
parent c9be84b09a
commit 291ee163d3
3 changed files with 40 additions and 2 deletions

View File

@ -57,6 +57,7 @@
<td class="col-md-2 border-right-0 border-bottom-0">
@stack('quantity_input_start')
<input class="form-control text-center"
autocomplete="off"
required="required"
data-item="quantity"
v-model="row.quantity"
@ -73,6 +74,7 @@
@stack('price_input_start')
<input class="form-control text-right input-price"
required="required"
autocomplete="off"
data-item="price"
v-model.lazy="row.price"
v-money="money"

View File

@ -57,6 +57,7 @@
<td class="col-md-2 border-right-0 border-bottom-0">
@stack('quantity_input_start')
<input class="form-control text-center"
autocomplete="off"
required="required"
data-item="quantity"
v-model="row.quantity"
@ -72,6 +73,7 @@
<td class="col-md-2 border-right-0 border-bottom-0">
@stack('price_input_start')
<input class="form-control text-right input-price"
autocomplete="off"
required="required"
data-item="price"
v-model.lazy="row.price"