This commit is contained in:
@@ -18,22 +18,23 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" v-if="!formState.readOnly">
|
<v-col cols="12" sm="6" v-if="!formState.readOnly">
|
||||||
<v-textarea
|
<v-textarea
|
||||||
|
outlined
|
||||||
v-model="newSerial"
|
v-model="newSerial"
|
||||||
:label="$ay.t('PartSerialNumbersAvailable')"
|
:label="$ay.t('Add')"
|
||||||
clearable
|
clearable
|
||||||
:rows="$vuetify.breakpoint.xs ? 5 : 20"
|
:rows="$vuetify.breakpoint.xs ? 3 : 10"
|
||||||
ref="newSerial"
|
ref="newSerial"
|
||||||
data-cy="newSerial"
|
data-cy="newSerial"
|
||||||
append-outer-icon="$ayiPlus"
|
append-outer-icon="$ayiPlus"
|
||||||
@click:append-outer="addItem()"
|
@click:append-outer="addItem()"
|
||||||
></v-textarea>
|
></v-textarea>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" class="mt-n12">
|
<v-col cols="12" sm="6" class="mt-n5">
|
||||||
<v-simple-table>
|
<v-simple-table>
|
||||||
<template v-slot:default>
|
<template v-slot:default>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th />
|
<th>{{ $ay.t("PartSerialNumbersAvailable") }}</th>
|
||||||
<th />
|
<th />
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user