This commit is contained in:
@@ -226,7 +226,7 @@
|
|||||||
@change="fieldValueChanged('customerAllowCSR')"
|
@change="fieldValueChanged('customerAllowCSR')"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<template v-if="obj.customerAllowCSR">
|
||||||
<v-col cols="12" sm="6" lg="10">
|
<v-col cols="12" sm="6" lg="10">
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowCSRInTags"
|
v-model="obj.customerAllowCSRInTags"
|
||||||
@@ -260,6 +260,7 @@
|
|||||||
auto-grow
|
auto-grow
|
||||||
></v-textarea>
|
></v-textarea>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
</template>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-expansion-panel-content>
|
</v-expansion-panel-content>
|
||||||
</v-expansion-panel>
|
</v-expansion-panel>
|
||||||
@@ -284,7 +285,7 @@
|
|||||||
@change="fieldValueChanged('customerAllowViewWO')"
|
@change="fieldValueChanged('customerAllowViewWO')"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<template v-if="obj.customerAllowViewWO">
|
||||||
<v-col cols="12" sm="6" lg="10">
|
<v-col cols="12" sm="6" lg="10">
|
||||||
<gz-pick-list
|
<gz-pick-list
|
||||||
:aya-type="ayaTypes().Report"
|
:aya-type="ayaTypes().Report"
|
||||||
@@ -302,7 +303,9 @@
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
@input="
|
@input="
|
||||||
fieldValueChanged('customerDefaultWorkOrderReportId')
|
fieldValueChanged(
|
||||||
|
'customerDefaultWorkOrderReportId'
|
||||||
|
)
|
||||||
"
|
"
|
||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
@@ -516,6 +519,7 @@
|
|||||||
"
|
"
|
||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
</template>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-expansion-panel-content>
|
</v-expansion-panel-content>
|
||||||
</v-expansion-panel>
|
</v-expansion-panel>
|
||||||
@@ -540,6 +544,7 @@
|
|||||||
@change="fieldValueChanged('customerAllowWOWiki')"
|
@change="fieldValueChanged('customerAllowWOWiki')"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<template v-if="obj.customerAllowWOWiki">
|
||||||
<v-col cols="12" sm="6" lg="10">
|
<v-col cols="12" sm="6" lg="10">
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowWOWikiInTags"
|
v-model="obj.customerAllowWOWikiInTags"
|
||||||
@@ -548,11 +553,17 @@
|
|||||||
ref="customerAllowWOWikiInTags"
|
ref="customerAllowWOWikiInTags"
|
||||||
data-cy="customerAllowWOWikiInTags"
|
data-cy="customerAllowWOWikiInTags"
|
||||||
:error-messages="
|
:error-messages="
|
||||||
form().serverErrors(this, 'customerAllowWOWikiInTags')
|
form().serverErrors(
|
||||||
|
this,
|
||||||
|
'customerAllowWOWikiInTags'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
@input="
|
||||||
|
fieldValueChanged('customerAllowWOWikiInTags')
|
||||||
"
|
"
|
||||||
@input="fieldValueChanged('customerAllowWOWikiInTags')"
|
|
||||||
></gz-tag-picker>
|
></gz-tag-picker>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
</template>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-expansion-panel-content>
|
</v-expansion-panel-content>
|
||||||
</v-expansion-panel>
|
</v-expansion-panel>
|
||||||
@@ -577,6 +588,7 @@
|
|||||||
@change="fieldValueChanged('customerAllowUserSettings')"
|
@change="fieldValueChanged('customerAllowUserSettings')"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<template v-if="obj.customerAllowUserSettings">
|
||||||
<v-col cols="12" sm="6" lg="10">
|
<v-col cols="12" sm="6" lg="10">
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowUserSettingsInTags"
|
v-model="obj.customerAllowUserSettingsInTags"
|
||||||
@@ -595,6 +607,7 @@
|
|||||||
"
|
"
|
||||||
></gz-tag-picker>
|
></gz-tag-picker>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
</template>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-expansion-panel-content>
|
</v-expansion-panel-content>
|
||||||
</v-expansion-panel>
|
</v-expansion-panel>
|
||||||
@@ -626,7 +639,13 @@
|
|||||||
"
|
"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="9">
|
|
||||||
|
<v-col
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="9"
|
||||||
|
v-if="obj.customerAllowNotifyServiceImminent"
|
||||||
|
>
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowNotifyServiceImminentInTags"
|
v-model="obj.customerAllowNotifyServiceImminentInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
@@ -667,7 +686,12 @@
|
|||||||
"
|
"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="9">
|
<v-col
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="9"
|
||||||
|
v-if="obj.customerAllowNotifyCSRAccepted"
|
||||||
|
>
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowNotifyCSRAcceptedInTags"
|
v-model="obj.customerAllowNotifyCSRAcceptedInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
@@ -708,7 +732,12 @@
|
|||||||
"
|
"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="9">
|
<v-col
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="9"
|
||||||
|
v-if="obj.customerAllowNotifyCSRRejected"
|
||||||
|
>
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowNotifyCSRRejectedInTags"
|
v-model="obj.customerAllowNotifyCSRRejectedInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
@@ -749,7 +778,12 @@
|
|||||||
"
|
"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="9">
|
<v-col
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="9"
|
||||||
|
v-if="obj.customerAllowNotifyWOCreated"
|
||||||
|
>
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowNotifyWOCreatedInTags"
|
v-model="obj.customerAllowNotifyWOCreatedInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
@@ -790,7 +824,12 @@
|
|||||||
"
|
"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" sm="6" lg="9">
|
<v-col
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="9"
|
||||||
|
v-if="obj.customerAllowNotifyWOCompleted"
|
||||||
|
>
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.customerAllowNotifyWOCompletedInTags"
|
v-model="obj.customerAllowNotifyWOCompletedInTags"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
|
|||||||
Reference in New Issue
Block a user