case 4220 densification

This commit is contained in:
2022-10-28 01:18:34 +00:00
parent af03eef19b
commit 95ca965b08
13 changed files with 58 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div v-if="value != null" class="mt-8">
<v-row>
<v-row dense>
<v-col cols="12">
<v-menu offset-y max-width="600px">
<template v-slot:activator="{ on, attrs }">
@@ -290,6 +290,7 @@
v-model="
value.items[activeWoItemIndex].parts[activeItemIndex].description
"
dense
:readonly="
formState.readOnly || isDeleted || value.userIsRestrictedType
"
@@ -403,6 +404,7 @@
v-model="
value.items[activeWoItemIndex].parts[activeItemIndex].serials
"
dense
:readonly="formState.readOnly || value.userIsRestrictedType"
:disabled="isDeleted"
:label="$ay.t('PurchaseOrderItemSerialNumbers')"
@@ -429,7 +431,7 @@
<!-- ########################## ASSEMBLY SELECTOR FORM ###############################-->
<!-- ################################################################################-->
<template>
<v-row justify="center">
<v-row dense justify="center">
<v-dialog v-model="partAssemblyDialog" max-width="600px">
<v-card>
<v-card-title> </v-card-title>
@@ -478,7 +480,7 @@
<!-- ########################## SERIAL NUMBER SELECTOR FORM ###############################-->
<!-- ################################################################################-->
<template>
<v-row justify="center">
<v-row dense justify="center">
<v-dialog v-model="serialDialog" persistent max-width="600px">
<v-card>
<v-card-title>