refactor: edit layout input
This commit is contained in:
parent
0b3b0c26db
commit
deed7dc639
1 changed files with 17 additions and 14 deletions
|
|
@ -309,18 +309,6 @@ watch(
|
||||||
class="row items-center col-md col-12 no-wrap"
|
class="row items-center col-md col-12 no-wrap"
|
||||||
v-if="productItems"
|
v-if="productItems"
|
||||||
>
|
>
|
||||||
<q-input
|
|
||||||
v-if="!readonly && $q.screen.gt.xs"
|
|
||||||
outlined
|
|
||||||
for="input-bankbook"
|
|
||||||
hide-bottom-space
|
|
||||||
class="col-2"
|
|
||||||
dense
|
|
||||||
type="number"
|
|
||||||
v-model="product.installmentNo"
|
|
||||||
min="0"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="!readonly && $q.screen.gt.xs"
|
v-if="!readonly && $q.screen.gt.xs"
|
||||||
id="btn-product-up"
|
id="btn-product-up"
|
||||||
|
|
@ -449,12 +437,27 @@ watch(
|
||||||
฿{{ formatNumberDecimal(product.serviceCharge, 2) }}
|
฿{{ formatNumberDecimal(product.serviceCharge, 2) }}
|
||||||
</q-tooltip>
|
</q-tooltip>
|
||||||
</span>
|
</span>
|
||||||
|
<span class="col ellipsis text-weight-bold">
|
||||||
|
<div class="text-caption app-text-muted-2">
|
||||||
|
งวดที่จ่าย
|
||||||
|
</div>
|
||||||
|
{{ !readonly ? '' : product.installmentNo }}
|
||||||
|
<q-input
|
||||||
|
v-if="!readonly && $q.screen.gt.xs"
|
||||||
|
outlined
|
||||||
|
for="input-bankbook"
|
||||||
|
hide-bottom-space
|
||||||
|
class="col-2"
|
||||||
|
dense
|
||||||
|
type="number"
|
||||||
|
v-model="product.installmentNo"
|
||||||
|
min="0"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="col-9 q-mt-sm text-caption app-text-muted-2">
|
<span class="col-9 q-mt-sm text-caption app-text-muted-2">
|
||||||
{{ $t('productService.product.processingTime') }}
|
{{ $t('productService.product.processingTime') }}
|
||||||
</span>
|
|
||||||
<span class="col-3 q-mt-sm text-caption app-text-muted-2">
|
|
||||||
{{ product.process }} {{ $t('general.day') }}
|
{{ product.process }} {{ $t('general.day') }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue