This commit is contained in:
@@ -574,6 +574,27 @@
|
||||
"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
|
||||
<v-col v-if="form().showMe(this, 'Items.Serials')" cols="12">
|
||||
<v-textarea
|
||||
outlined
|
||||
v-model="obj.items[editPoItemIndex].serials"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('PurchaseOrderItemSerialNumbers')"
|
||||
:rows="$vuetify.breakpoint.xs ? 3 : 10"
|
||||
ref="Items.Serials"
|
||||
data-cy="Items.Serials"
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
`Items[${editPoItemIndex}].serials`
|
||||
)
|
||||
"
|
||||
@input="
|
||||
fieldValueChanged(`Items[${editPoItemIndex}].serials`)
|
||||
"
|
||||
></v-textarea>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
@@ -1480,6 +1501,7 @@ async function fetchTranslatedText(vm) {
|
||||
"PurchaseOrderReceiptReceivedDate",
|
||||
"PurchaseOrderReceiptItemReceiptCost",
|
||||
"PurchaseOrderReceiptItemQuantityReceivedErrorInvalid",
|
||||
"PurchaseOrderItemSerialNumbers",
|
||||
"ReceiveAll",
|
||||
"Receive",
|
||||
"PurchaseOrderCustom1",
|
||||
|
||||
Reference in New Issue
Block a user