mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
change input from text to number
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
'is-valid': !$v.form.addLine.quantity.$invalid && $v.form.addLine.quantity.$dirty
|
||||
}"
|
||||
:disabled="!editable"
|
||||
type="number"
|
||||
type="text"
|
||||
min="1"
|
||||
class="form-control"
|
||||
name="quantity"
|
||||
@@ -188,7 +188,7 @@
|
||||
'is-valid': !$v.form.addLine.unit_price_rmb.$invalid && $v.form.addLine.unit_price_rmb.$dirty
|
||||
}"
|
||||
:disabled="!editable"
|
||||
type="number"
|
||||
type="text"
|
||||
min="0"
|
||||
name="rmb-unit-price"
|
||||
class="form-control"
|
||||
@@ -208,7 +208,7 @@
|
||||
'is-valid': !$v.form.addLine.unit_price_rm.$invalid && $v.form.addLine.unit_price_rm.$dirty
|
||||
}"
|
||||
:disabled="!editable"
|
||||
type="number"
|
||||
type="text"
|
||||
min="0"
|
||||
name="rm-unit-price"
|
||||
class="form-control"
|
||||
@@ -223,7 +223,7 @@
|
||||
<div class="form-group">
|
||||
<input id="total"
|
||||
v-model="$v.form.addLine.total.$model"
|
||||
type="number"
|
||||
type="text"
|
||||
min="0"
|
||||
name="subtotal"
|
||||
class="form-control"
|
||||
|
||||
Reference in New Issue
Block a user