ออกคำสั่งให้ออกลูกจ้าง
This commit is contained in:
parent
3ac2a0e509
commit
28b25d31e2
2 changed files with 293 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import { useTransferDataStore } from "@/modules/05_placement/store";
|
|||
|
||||
import type { ResponseData } from "@/modules/06_retirement/interface/response/out";
|
||||
|
||||
import DialogSendToCommand from "@/modules/06_retirement/components/06_dismissOrder/DialogSendToCommand.vue";
|
||||
import DialogSendToCommand from "@/modules/06_retirement/components/06_dismissOrder/DialogSendToCommandEmp.vue";
|
||||
|
||||
/** use */
|
||||
const $q = useQuasar();
|
||||
|
|
@ -306,7 +306,9 @@ onMounted(async () => {
|
|||
color="edit"
|
||||
icon="edit"
|
||||
@click="
|
||||
router.push(`/retirementEmployee/dismiss-order/${props.row.id}`)
|
||||
router.push(
|
||||
`/retirementEmployee/dismiss-order/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue