This commit is contained in:
2021-05-12 20:23:23 +00:00
parent 10a3deb96e
commit 3a582a53b7
3 changed files with 115 additions and 1 deletions

View File

@@ -95,6 +95,23 @@
></gz-date-time-picker>
</v-col>
<v-col
v-if="form().showMe(this, 'Contract')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<GzWoContract
v-if="form().showMe(this, 'Contract')"
v-model="value"
:form-key="formCustomTemplateKey"
:readonly="formState.readOnly"
:pvm="pvm"
data-cy="woContract"
/>
</v-col>
<v-col
v-if="form().showMe(this, 'Project')"
cols="12"
@@ -275,10 +292,12 @@
////////////////////////////////////////////////////////////////////////////////////////////////////////////
import GzWoState from "./work-order-state.vue";
import GzWoAddress from "./work-order-address.vue";
import GzWoContract from "./work-order-contract.vue";
export default {
components: {
GzWoState,
GzWoAddress
GzWoAddress,
GzWoContract
},
data() {
return {