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
|
||||
|
||||
Reference in New Issue
Block a user