case 4377

This commit is contained in:
2023-11-02 20:46:50 +00:00
parent 5ecb3a2071
commit 033e28cbf4
3 changed files with 12 additions and 30 deletions

View File

@@ -308,9 +308,10 @@
lg="4"
xl="3"
>
<v-text-field
<GzWoContact
ref="customerContactName"
v-model="value.customerContactName"
:pvm="pvm"
dense
:readonly="
formState.readOnly ||
@@ -322,7 +323,7 @@
data-cy="customerContactName"
:error-messages="form().serverErrors(this, 'customerContactName')"
@input="fieldValueChanged('customerContactName')"
></v-text-field>
></GzWoContact>
</v-col>
<v-col
@@ -484,10 +485,12 @@
<script>
import GzQuoteState from "./quote-state.vue";
import GzWoAddress from "./work-order-address.vue";
import GzWoContact from "./work-order-contact.vue";
export default {
components: {
GzQuoteState,
GzWoAddress
GzWoAddress,
GzWoContact
},
props: {