case 4377
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user