This commit is contained in:
2021-07-28 21:39:59 +00:00
parent aae0c92a13
commit 1762905d37
3 changed files with 23 additions and 32 deletions

View File

@@ -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 {