This commit is contained in:
2021-04-05 16:55:01 +00:00
parent 9424a1e3e2
commit 833c420ed6
3 changed files with 81 additions and 10 deletions

View File

@@ -28,7 +28,21 @@
</div>
</template>
</v-col>
<v-col
v-if="form().showMe(this, 'ProjectAccountNumber')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<GzWoState
v-model="value"
:form-key="formCustomTemplateKey"
:readonly="formState.readOnly"
:pvm="pvm"
data-cy="woState"
/>
</v-col>
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
<v-textarea
v-model="value.notes"
@@ -48,8 +62,11 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* XXXeslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
import GzWoState from "./work-order-state.vue";
export default {
components: {
GzWoState
},
data() {
return {
canEditSerial: window.$gz.role.hasRole([