[WIP] Добавил отображение текущего времни в расписаниии и анимацию на окошко замены смен
This commit is contained in:
@@ -19,10 +19,16 @@
|
||||
.time-wrapper.flex.justify-center
|
||||
.flex.flex-col.py-14px.px-4.gap-y-14px.items-center
|
||||
.text-xxs.opacity-40.font-bold Начало
|
||||
base-input-time.item-input.text-base.select(:width-input="40")
|
||||
base-input-time.item-input.text-base.select(
|
||||
:width-input="40",
|
||||
v-model:value="timesShift.start_time"
|
||||
)
|
||||
.flex.flex-col.py-14px.px-4.gap-y-14px.items-center
|
||||
.text-xxs.opacity-40.font-bold Конец
|
||||
base-input-time.item-input.text-base.select(:width-input="40")
|
||||
base-input-time.item-input.text-base.select(
|
||||
:width-input="40",
|
||||
v-model:value="timesShift.end_time"
|
||||
)
|
||||
.flex.justify-center
|
||||
base-button.font-semibold(:size="40") Сохранить
|
||||
</template>
|
||||
@@ -36,7 +42,7 @@ import BaseButton from "@/components/base/BaseButton.vue";
|
||||
export default {
|
||||
name: "FormChangeShift",
|
||||
components: { BaseCustomSelect, BaseInputDate, BaseInputTime, BaseButton },
|
||||
props: { closeForm: Function },
|
||||
props: { closeForm: Function, timesShift: Object },
|
||||
data() {
|
||||
return {
|
||||
currentEmployee: { label: "", id: null },
|
||||
|
||||
Reference in New Issue
Block a user