This commit is contained in:
2021-06-21 17:43:22 +00:00
parent dc3863f6ef
commit fa82935f6e
3 changed files with 26 additions and 22 deletions

View File

@@ -37,6 +37,22 @@
@input="fieldValueChanged('customerId')"
></gz-pick-list>
</v-col>
<v-col
v-if="form().showMe(this, 'CustomerSignature')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<GzWoSignature
v-model="value"
:form-key="formCustomTemplateKey"
:readonly="formState.readOnly"
:pvm="pvm"
variant="customer"
data-cy="customerSignature"
/>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<GzWoState
v-if="
@@ -64,26 +80,14 @@
/>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-col
v-if="form().showMe(this, 'TechSignature')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<GzWoSignature
v-if="
pvm.subRights.states.visible &&
form().showMe(this, 'CustomerSignature')
"
v-model="value"
:form-key="formCustomTemplateKey"
:readonly="formState.readOnly"
:pvm="pvm"
variant="customer"
data-cy="customerSignature"
/>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<GzWoSignature
v-if="
pvm.subRights.states.visible && form().showMe(this, 'TechSignature')
"
v-model="value"
:form-key="formCustomTemplateKey"
:readonly="formState.readOnly"