updated route placement
This commit is contained in:
parent
15d3ac574d
commit
242f82806b
14 changed files with 137 additions and 142 deletions
|
|
@ -10,7 +10,7 @@ import config from "@/app.config";
|
|||
import { useRouter } from "vue-router";
|
||||
|
||||
import DialogHeader from "@/modules/05_placement/components/Receive/DialogHeader.vue";
|
||||
import DialogOrgTree from "@/modules/05_placement/components/Receive/receiveModal.vue";
|
||||
// import DialogOrgTree from "@/modules/05_placement/components/Receive/receiveModal.vue";
|
||||
|
||||
import type { QTableProps } from "quasar";
|
||||
import type {
|
||||
|
|
@ -252,7 +252,7 @@ const resetFilter = () => {
|
|||
};
|
||||
// ไปหน้าเพิ่มข้อมูล
|
||||
const add = () => {
|
||||
router.push(`/receive/add`);
|
||||
router.push(`/placement/receive/add`);
|
||||
};
|
||||
// ปิดโมเดล
|
||||
const clickClose = () => {
|
||||
|
|
@ -314,7 +314,7 @@ const closeModalTree = async () => {
|
|||
// ไปหน้ารายละเอียด
|
||||
const nextPage = (id: string) => {
|
||||
router.push({
|
||||
path: `/receive/${id}`,
|
||||
path: `/placement/receive/${id}`,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
@ -594,7 +594,6 @@ onMounted(() => {
|
|||
{{ col.value ? col.value : "-" }}
|
||||
</div>
|
||||
</q-td>
|
||||
|
||||
</q-tr>
|
||||
<!-- <q-tr :props="props" class="cursor-pointer">
|
||||
<q-td
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue