|
@@ -314,7 +314,6 @@ const clickEmailBtn = (row: any) => {
|
|
|
|
|
|
|
|
// edit
|
|
// edit
|
|
|
const handelEdit = (row: any) => {
|
|
const handelEdit = (row: any) => {
|
|
|
- console.log(row)
|
|
|
|
|
router.push({
|
|
router.push({
|
|
|
path: '/destination-delivery/CreateNewBooking',
|
|
path: '/destination-delivery/CreateNewBooking',
|
|
|
query: { a: row._serial_no}
|
|
query: { a: row._serial_no}
|
|
@@ -322,8 +321,7 @@ const handelEdit = (row: any) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const handleCreate = () => {
|
|
const handleCreate = () => {
|
|
|
- // Handle create new booking logic here
|
|
|
|
|
- console.log('Create new booking')
|
|
|
|
|
|
|
+ router.push({ name: 'Create New Booking' })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const handleLinkClick = (row: any, column: any) => {
|
|
const handleLinkClick = (row: any, column: any) => {
|