update slicing entry and verifikasi

This commit is contained in:
Hanan Askarim
2024-08-20 14:28:06 +07:00
parent 8d38f89f5d
commit c65da6ade9
8 changed files with 226 additions and 137 deletions

View File

@@ -15,7 +15,7 @@
<template v-slot:activator="{ props }">
<v-text-field
:model-value="formatDate()"
label="Tanggal Mulai"
:label="$t('message.search.startdate')"
prepend-inner-icon="mdi-calendar"
hide-details
readonly
@@ -43,7 +43,7 @@
<template v-slot:activator="{ props }">
<v-text-field
:model-value="formatDate()"
label="Tanggal Selesai"
:label="$t('message.search.enddate')"
prepend-inner-icon="mdi-calendar"
hide-details
readonly
@@ -64,7 +64,7 @@
</v-col>
<v-col cols="2.5">
<v-text-field
label="No Reg / Nama"
:label="$t('message.search.noreg')"
variant="outlined"
hide-details
append-inner-icon="mdi-magnify"
@@ -72,7 +72,7 @@
</v-col>
<v-col cols="2.5">
<v-autocomplete
label="Grup Pemeriksaan"
:label="$t('message.search.group')"
variant="outlined"
hide-details
menu-icon="mdi-chevron-down"
@@ -93,40 +93,36 @@
</v-col>
<v-col cols="3">
<div style="height: 100%;">
<v-row class="pt-3 justify-end">
<v-row class="pt-4 justify-end ga-2">
<v-btn fab
variant="tonal"
small
style="height: auto;"
color="secondary"
class="bg-secondary-lighten rounded-lg mr-2">
class="bg-secondary-lighten rounded-lg">
<iconify-icon
style="font-size: 2rem;"
icon="fluent:notepad-person-24-regular"
></iconify-icon>
</v-btn>
<div
class="pt-3 pa-3"
>
<div>
<v-btn
small
class="bg-primary-lighten"
variant="tonal"
color="primary"
size="x-large"
>
HISTORY
{{ $t('message.search.history') }}
</v-btn>
</div>
<div
class="pt-3 pa-3"
>
<div>
<v-btn
variant="flat"
small
class="bg-primary text-white"
class="bg-primary text-white mr-2"
size="x-large"
>
SIMPAN
{{ $t('message.search.save') }}
</v-btn>
</div>
</v-row>