提交大屏代码2
This commit is contained in:
parent
6427e44d67
commit
b1a2e5f415
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,25 @@
|
|||
import { POST, GET } from './index'
|
||||
|
||||
// 领料数据
|
||||
export const getMaterialReqDataApi = params => POST(`/sgzb-base/largeScreen/home/getMaterialReqData`,)
|
||||
// 退料数据
|
||||
export const getMaterialReturnDataApi = params => POST(`/sgzb-base/largeScreen/home/getMaterialReturnData`)
|
||||
//当月报废分析
|
||||
export const getScrapAnalysisByMonthApi = params => POST(`/sgzb-base/largeScreen/home/getScrapAnalysisByMonth?maType=${params.maType}`)
|
||||
//新购验收入库分析
|
||||
export const getAcceptanceStorageApi = params => POST(`/sgzb-base/largeScreen/home/getAcceptanceStorage?maType=${params.maType}`,)
|
||||
//当月领料分析
|
||||
export const getPickingAnalysisByMonthApi = params => POST(`/sgzb-base/largeScreen/home/getPickingAnalysisByMonth?maType=${params.maType}`,)
|
||||
//当月退料分析
|
||||
export const getMaterialReturnByMonthApi = params => POST(`/sgzb-base/largeScreen/home/getMaterialReturnByMonth?maType=${params.maType}`,)
|
||||
//当月维修分析
|
||||
export const getMaintenanceByMonthApi = params => POST(`/sgzb-base/largeScreen/home/getMaintenanceByMonth?maType=${params.maType}`,)
|
||||
//设备分布图
|
||||
export const getEquipmentDisByMapApi = params => POST(`/sgzb-base/largeScreen/home/getEquipmentDisByMap`,)
|
||||
//施工机具/
|
||||
export const getTotalOwnershipApi = params => POST(`/sgzb-base/largeScreen/home/getTotalOwnership`,)
|
||||
// 当月使用车辆
|
||||
export const getCarUseByMonthApi = params => POST(`/sgzb-base/largeScreen/home/getCarUseByMonth?maType=${params.maType}`,)
|
||||
// 当月使用车辆
|
||||
export const getMaintenanceWarningApi = params => POST(`/sgzb-base/largeScreen/home/getMaintenanceWarning`,)
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
import { POST, GET } from './index'
|
||||
// 获取短信验证码
|
||||
export const getSendIphoneCodeApi = params => POST(`/system/sms/codeLogin?phone=${params.phone}`,)
|
||||
// 账号密码登录
|
||||
export const authLoginApi = params => POST(`/sgzb-auth/login`, params)
|
||||
// 手机号登录
|
||||
export const loginCodeApi = params => POST(`/sgzb-auth/loginCode`, params)
|
||||
// export const getImageCode = params => GET(`/iot/gywlw/publishVersion/page`, params)
|
||||
// export const getImageCode = params => GET(`/antelope-common/common/get/gray/screen/time`, params)
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 568 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue