43 lines
1.5 KiB
JavaScript
43 lines
1.5 KiB
JavaScript
|
|
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
|
||
|
|
|
||
|
|
export const stockPersonnelAndVehiclesList = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesPersonnelRecordsList = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesAuthorization = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesVehicleManagementList = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesVehicleManagementDelete = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesVehicleManagementUpdateStatus = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesVehicleManagementInfo = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesVehicleManagementAdd = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesVehicleManagementUpdate = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|
||
|
|
export const stockPersonnelAndVehiclesVehicleManagementVehicleRecordsList = declareRequest(
|
||
|
|
"stockPersonnelAndVehiclesLoading",
|
||
|
|
`Post > @/primeport/`,
|
||
|
|
);
|