This commit is contained in:
2021-04-30 19:05:25 +00:00
parent ae8cf1bacc
commit 2a0b7be75f
4 changed files with 168 additions and 14 deletions

View File

@@ -37,13 +37,7 @@
@input="fieldValueChanged('customerId')"
></gz-pick-list>
</v-col>
<v-col
v-if="form().showMe(this, 'ProjectAccountNumber')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-col cols="12" sm="6" lg="4" xl="3">
<GzWoState
v-if="pvm.subRights.states.visible"
v-model="value"
@@ -55,6 +49,17 @@
:allowed-states="pvm.selectLists.allowedwostatus"
/>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<GzWoAddress
v-model="value"
:form-key="formCustomTemplateKey"
:readonly="formState.readOnly"
:pvm="pvm"
data-cy="woAddress"
/>
</v-col>
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
<v-textarea
v-model="value.notes"
@@ -75,9 +80,11 @@
/* XXXeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
import GzWoState from "./work-order-state.vue";
import GzWoAddress from "./work-order-address.vue";
export default {
components: {
GzWoState
GzWoState,
GzWoAddress
},
data() {
return {