hide command code in salary system
This commit is contained in:
parent
45aac3b5a5
commit
1cfb8fa563
1 changed files with 2 additions and 3 deletions
|
|
@ -131,14 +131,14 @@ const fecthTypeOption = async (actions: string) => {
|
||||||
name: e.name,
|
name: e.name,
|
||||||
category: e.category,
|
category: e.category,
|
||||||
commandCode: e.commandCode,
|
commandCode: e.commandCode,
|
||||||
fullname: e.commandCode + " " + e.name,
|
fullname: e.name,
|
||||||
}));
|
}));
|
||||||
typeOrderFilter.value = data.map((e: OrederResult) => ({
|
typeOrderFilter.value = data.map((e: OrederResult) => ({
|
||||||
id: e.id,
|
id: e.id,
|
||||||
name: e.name,
|
name: e.name,
|
||||||
category: e.category,
|
category: e.category,
|
||||||
commandCode: e.commandCode,
|
commandCode: e.commandCode,
|
||||||
fullname: e.commandCode + " " + e.name,
|
fullname: e.name,
|
||||||
}));
|
}));
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
|
@ -455,7 +455,6 @@ function fetchSalaryRound() {
|
||||||
v-model="command"
|
v-model="command"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:label="`${'คำสั่งเลขที่'}`"
|
:label="`${'คำสั่งเลขที่'}`"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<label class="col-1 flex justify-center items-center text-bold"
|
<label class="col-1 flex justify-center items-center text-bold"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue