add reserve_loan
This commit is contained in:
@@ -73,6 +73,15 @@ export const REJECT_MACHINARY_OFFICE =
|
||||
BASE_URL + "/dashboard/machinery_expert/reject";
|
||||
export const EXPORT_MACHINARY_OFFICE =
|
||||
BASE_URL + "/dashboard/machinery_expert/export";
|
||||
|
||||
|
||||
export const GET_RESERVE_MACHINARY_LOAN =
|
||||
BASE_URL + "/dashboard/machinery_expert/reserved/show";
|
||||
export const RESERVE_MACHINARY_LOAN =
|
||||
BASE_URL + "/dashboard/machinery_expert/reserve";
|
||||
|
||||
export const CANSEL_RESERVE_MACHINARY_LOAN =
|
||||
BASE_URL + "/dashboard/machinery_expert/unreserved";
|
||||
//machinary office
|
||||
|
||||
//commercial chief
|
||||
|
||||
@@ -16,6 +16,7 @@ import AccessibilityIcon from '@mui/icons-material/Accessibility';
|
||||
import AssessmentIcon from '@mui/icons-material/Assessment';
|
||||
import SecurityIcon from '@mui/icons-material/Security';
|
||||
import SettingsIcon from '@mui/icons-material/Settings';
|
||||
import RepartitionIcon from '@mui/icons-material/Repartition';
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -66,6 +67,16 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
permissions: ["manage_machinery_navgan"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.reserve-loan",
|
||||
secondary: "secondary.navgan-province-manager",
|
||||
name: "reserve_loan",
|
||||
type: "page",
|
||||
route: "/dashboard/reserve-loan",
|
||||
icon: <RepartitionIcon sx={{width: 'inherit', height: 'inherit'}}/>,
|
||||
selected: false,
|
||||
permissions: ["manage_machinery_navgan"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.passenger-boss",
|
||||
secondary: "secondary.navgan-province-manager",
|
||||
|
||||
Reference in New Issue
Block a user