This commit is contained in:
2023-01-08 01:36:29 +00:00
parent aebf1efc6e
commit 77b250839a

View File

@@ -210,8 +210,8 @@
<!-- WBI V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="wbi"
v-model="obj.wbi"
dense
@@ -221,10 +221,8 @@
:error-messages="form().serverErrors(this, 'wbi')"
@change="fieldValueChanged('wbi')"
></v-checkbox>
</v-col>
<template v-if="obj.wbi">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -252,22 +250,17 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="wbiExpires"
v-model="obj.wbiExpires"
:rules="[form().required(this, 'wbiExpires')]"
label="Expires"
:readonly="formState.readOnly"
:error-messages="
form().serverErrors(this, 'wbiExpires')
"
:error-messages="form().serverErrors(this, 'wbiExpires')"
data-cy="wbiExpires"
@input="fieldValueChanged('wbiExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -276,8 +269,8 @@
<!-- RI V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="ri"
v-model="obj.ri"
dense
@@ -287,10 +280,8 @@
:error-messages="form().serverErrors(this, 'ri')"
@change="fieldValueChanged('ri')"
></v-checkbox>
</v-col>
<template v-if="obj.ri">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -318,9 +309,7 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="riExpires"
v-model="obj.riExpires"
@@ -331,7 +320,6 @@
data-cy="riExpires"
@input="fieldValueChanged('riExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -340,7 +328,6 @@
<!-- MBI V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
ref="mbi"
v-model="obj.mbi"
@@ -351,10 +338,9 @@
:error-messages="form().serverErrors(this, 'mbi')"
@change="fieldValueChanged('mbi')"
></v-checkbox>
</v-col>
<template v-if="obj.mbi">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -382,22 +368,18 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="mbiExpires"
v-model="obj.mbiExpires"
:rules="[form().required(this, 'mbiExpires')]"
label="Expires"
:readonly="formState.readOnly"
:error-messages="
form().serverErrors(this, 'mbiExpires')
"
:error-messages="form().serverErrors(this, 'mbiExpires')"
data-cy="mbiExpires"
@input="fieldValueChanged('mbiExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -406,8 +388,8 @@
<!-- QBI V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="qbi"
v-model="obj.qbi"
dense
@@ -417,10 +399,8 @@
:error-messages="form().serverErrors(this, 'qbi')"
@change="fieldValueChanged('qbi')"
></v-checkbox>
</v-col>
<template v-if="obj.qbi">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -448,22 +428,17 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="qbiExpires"
v-model="obj.qbiExpires"
:rules="[form().required(this, 'qbiExpires')]"
label="Expires"
:readonly="formState.readOnly"
:error-messages="
form().serverErrors(this, 'qbiExpires')
"
:error-messages="form().serverErrors(this, 'qbiExpires')"
data-cy="qbiExpires"
@input="fieldValueChanged('qbiExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -472,23 +447,22 @@
<!-- Import Export CSV Duplicate V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="importExportCSVDuplicate"
v-model="obj.importExportCSVDuplicate"
dense
:readonly="formState.readOnly"
label="Import Export CSV Duplicate"
label="CSV Duplicate "
data-cy="importExportCSVDuplicate"
:error-messages="
form().serverErrors(this, 'importExportCSVDuplicate')
"
@change="fieldValueChanged('importExportCSVDuplicate')"
></v-checkbox>
</v-col>
<template v-if="obj.importExportCSVDuplicate">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -528,17 +502,13 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="importExportCSVDuplicateExpires"
v-model="obj.importExportCSVDuplicateExpires"
:rules="[
form().required(
this,
'importExportCSVDuplicateExpires'
)
form().required(this, 'importExportCSVDuplicateExpires')
]"
label="Expires"
:readonly="formState.readOnly"
@@ -553,7 +523,6 @@
fieldValueChanged('importExportCSVDuplicateExpires')
"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -562,8 +531,8 @@
<!-- Quick Notification V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="quickNotification"
v-model="obj.quickNotification"
dense
@@ -575,10 +544,8 @@
"
@change="fieldValueChanged('quickNotification')"
></v-checkbox>
</v-col>
<template v-if="obj.quickNotification">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -612,9 +579,7 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="quickNotificationExpires"
v-model="obj.quickNotificationExpires"
@@ -629,7 +594,6 @@
data-cy="quickNotificationExpires"
@input="fieldValueChanged('quickNotificationExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -638,8 +602,8 @@
<!-- Export to XLS V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="exportToXLS"
v-model="obj.exportToXLS"
dense
@@ -649,10 +613,8 @@
:error-messages="form().serverErrors(this, 'exportToXLS')"
@change="fieldValueChanged('exportToXLS')"
></v-checkbox>
</v-col>
<template v-if="obj.exportToXLS">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -686,9 +648,7 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="exportToXLSExpires"
v-model="obj.exportToXLSExpires"
@@ -701,7 +661,6 @@
data-cy="exportToXLSExpires"
@input="fieldValueChanged('exportToXLSExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -710,8 +669,8 @@
<!-- Outlook schedule V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="outlookSchedule"
v-model="obj.outlookSchedule"
dense
@@ -723,10 +682,8 @@
"
@change="fieldValueChanged('outlookSchedule')"
></v-checkbox>
</v-col>
<template v-if="obj.outlookSchedule">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -760,15 +717,11 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="outlookScheduleExpires"
v-model="obj.outlookScheduleExpires"
:rules="[
form().required(this, 'outlookScheduleExpires')
]"
:rules="[form().required(this, 'outlookScheduleExpires')]"
label="Expires"
:readonly="formState.readOnly"
:error-messages="
@@ -777,7 +730,6 @@
data-cy="outlookScheduleExpires"
@input="fieldValueChanged('outlookScheduleExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -786,8 +738,8 @@
<!-- QBOI V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="qboi"
v-model="obj.qboi"
dense
@@ -797,10 +749,8 @@
:error-messages="form().serverErrors(this, 'qboi')"
@change="fieldValueChanged('qboi')"
></v-checkbox>
</v-col>
<template v-if="obj.qboi">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -828,22 +778,17 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="qboiExpires"
v-model="obj.qboiExpires"
:rules="[form().required(this, 'qboiExpires')]"
label="Expires"
:readonly="formState.readOnly"
:error-messages="
form().serverErrors(this, 'qboiExpires')
"
:error-messages="form().serverErrors(this, 'qboiExpires')"
data-cy="qboiExpires"
@input="fieldValueChanged('qboiExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -852,8 +797,8 @@
<!-- PTI V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="pti"
v-model="obj.pti"
dense
@@ -863,10 +808,8 @@
:error-messages="form().serverErrors(this, 'pti')"
@change="fieldValueChanged('pti')"
></v-checkbox>
</v-col>
<template v-if="obj.pti">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -894,22 +837,17 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="ptiExpires"
v-model="obj.ptiExpires"
:rules="[form().required(this, 'ptiExpires')]"
label="Expires"
:readonly="formState.readOnly"
:error-messages="
form().serverErrors(this, 'ptiExpires')
"
:error-messages="form().serverErrors(this, 'ptiExpires')"
data-cy="ptiExpires"
@input="fieldValueChanged('ptiExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>
@@ -918,8 +856,8 @@
<!-- OLI V7 LICENSE ITEM -->
<v-col cols="12" sm="6" lg="4" xl="3">
<v-row dense no-gutters>
<v-col cols="6">
<v-checkbox
class="mr-2"
ref="oli"
v-model="obj.oli"
dense
@@ -929,10 +867,8 @@
:error-messages="form().serverErrors(this, 'oli')"
@change="fieldValueChanged('oli')"
></v-checkbox>
</v-col>
<template v-if="obj.oli">
<template v-if="!formState.readOnly">
<v-col cols="1">
<v-menu offset-y>
<template v-slot:activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on">
@@ -960,22 +896,17 @@
</v-list-item>
</v-list>
</v-menu>
</v-col>
</template>
<v-col>
<gz-date-picker
ref="oliExpires"
v-model="obj.oliExpires"
:rules="[form().required(this, 'oliExpires')]"
label="Expires"
:readonly="formState.readOnly"
:error-messages="
form().serverErrors(this, 'oliExpires')
"
:error-messages="form().serverErrors(this, 'oliExpires')"
data-cy="oliExpires"
@input="fieldValueChanged('oliExpires')"
></gz-date-picker>
</v-col>
</template>
</v-row>
</v-col>