This commit is contained in:
@@ -135,13 +135,16 @@
|
||||
</v-row>
|
||||
</v-col>
|
||||
|
||||
ExcludeDaysOfWeek
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-checkbox
|
||||
<GZDaysOfWeek
|
||||
:label="$ay.t('ExcludeDaysOfWeek')"
|
||||
v-model="value.excludeDaysOfWeek"
|
||||
label="Monday"
|
||||
value="0"
|
||||
></v-checkbox>
|
||||
:readonly="formState.readOnly"
|
||||
ref="excludeDaysOfWeek"
|
||||
data-cy="excludeDaysOfWeek"
|
||||
:error-messages="form().serverErrors(this, 'excludeDaysOfWeek')"
|
||||
@input="fieldValueChanged('excludeDaysOfWeek')"
|
||||
></GZDaysOfWeek>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
@@ -521,9 +524,11 @@
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
import GzWoAddress from "./work-order-address.vue";
|
||||
import GZDaysOfWeek from "./days-of-week-control.vue";
|
||||
export default {
|
||||
components: {
|
||||
GzWoAddress
|
||||
GzWoAddress,
|
||||
GZDaysOfWeek
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user