This commit is contained in:
2021-01-07 19:13:13 +00:00
parent e8f94c3c71
commit b3d2accf1c
3 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
<template>
<div>
{{ formState.serverError }}
<gz-report-selector ref="reportSelector"></gz-report-selector>
<div v-if="formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
@@ -73,7 +74,6 @@
>
<gz-pick-list
:ayaType="ayaTypes().Unit"
:variant="'customerid:' + obj.customerId"
:showEditIcon="true"
v-model="obj.unitId"
:readonly="formState.readOnly"
@@ -85,7 +85,7 @@
></gz-pick-list>
</v-col>
<!-- --------------------------------- -->
<!-- :variant="'customerid:' + obj.customerId" --------------------------------- -->
<v-col
v-if="form().showMe(this, 'CustomerServiceRequestDetails')"
cols="12"