hide command code in salary system

This commit is contained in:
Warunee Tamkoo 2024-07-11 15:00:24 +07:00
parent 45aac3b5a5
commit 1cfb8fa563

View file

@ -131,14 +131,14 @@ const fecthTypeOption = async (actions: string) => {
name: e.name,
category: e.category,
commandCode: e.commandCode,
fullname: e.commandCode + " " + e.name,
fullname: e.name,
}));
typeOrderFilter.value = data.map((e: OrederResult) => ({
id: e.id,
name: e.name,
category: e.category,
commandCode: e.commandCode,
fullname: e.commandCode + " " + e.name,
fullname: e.name,
}));
})
.catch((e) => {
@ -455,7 +455,6 @@ function fetchSalaryRound() {
v-model="command"
hide-bottom-space
:label="`${'คำสั่งเลขที่'}`"
/>
</div>
<label class="col-1 flex justify-center items-center text-bold"