update route registry-employee
This commit is contained in:
parent
bdc7ab8df3
commit
ed1c7cc5b4
3 changed files with 12 additions and 3 deletions
|
|
@ -568,6 +568,14 @@ const clickAdd = () => {
|
|||
router.push({ name: "OrderplacementDetail" });
|
||||
};
|
||||
|
||||
// const viewDetail = (id: string, status: string) => {
|
||||
// if (status == "checkPayment") {
|
||||
// router.push(`${route.fullPath}/payment/${id}`);
|
||||
// } else {
|
||||
// router.push(`${route.fullPath}/profile/${id}`);
|
||||
// }
|
||||
// };
|
||||
|
||||
// เลือกปีงบประมาณ
|
||||
const fiscalyear = ref<number | null>(0);
|
||||
const fiscalyearOP = reactive<DataOption[]>([{ id: 0, name: "ทั้งหมด" }]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue