|
@@ -396,7 +396,7 @@ const handleLinkClick = (row: any, column: any) => {
|
|
|
path: '/booking/detail',
|
|
path: '/booking/detail',
|
|
|
query: { a: row.__serial_no, _schemas: row._schemas, status: row.Status }
|
|
query: { a: row.__serial_no, _schemas: row._schemas, status: row.Status }
|
|
|
})
|
|
})
|
|
|
- } else if (column.title === 'HBL No.') {
|
|
|
|
|
|
|
+ } else if (column.title === 'HBOL/HAWB No.') {
|
|
|
router.push({
|
|
router.push({
|
|
|
path: '/tracking/detail',
|
|
path: '/tracking/detail',
|
|
|
query: { a: row.__serial_no, _schemas: row._schemas }
|
|
query: { a: row.__serial_no, _schemas: row._schemas }
|