This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user