Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caicaicai
卡车调度系统
Commits
670c64b5
Commit
670c64b5
authored
Aug 22, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c2486c94
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
302 additions
and
8 deletions
+302
-8
common.js
src/assets/js/common.js
+48
-0
index.vue
src/views/MLargeScreen/components/dataScreening/index.vue
+254
-8
No files found.
src/assets/js/common.js
View file @
670c64b5
...
...
@@ -1989,6 +1989,54 @@ var HttpReq = function(){
params
:
param
,
})
},
//大屏——数据总览——中间下方图表
apiPlanTime1Query
:
function
(
param
){
return
request
({
url
:
'
/api/Plan/time
'
,
method
:
'
get
'
,
params
:
param
,
})
},
//大屏——数据总览——运载数据
apiPlanZDay1Query
:
function
(
param
){
return
request
({
url
:
'
/api/Plan/ZDay
'
,
method
:
'
get
'
,
params
:
param
,
})
},
//大屏——数据总览——装载数据
apiPlanZMonth1Query
:
function
(
param
){
return
request
({
url
:
'
/api/Plan/ZMonth
'
,
method
:
'
get
'
,
params
:
param
,
})
},
//大屏——车辆管理——卡车铲车排行榜day
apiManmadesDay1Query
:
function
(
param
){
return
request
({
url
:
'
/api/Manmades/Day
'
,
method
:
'
get
'
,
params
:
param
,
})
},
//大屏——车辆管理——卡车铲车排行榜week
apiManmadesZhou1Query
:
function
(
param
){
return
request
({
url
:
'
/api/Manmades/Zhou
'
,
method
:
'
get
'
,
params
:
param
,
})
},
//大屏——车辆管理——卡车铲车排行榜month
apiManmadesMou1Query
:
function
(
param
){
return
request
({
url
:
'
/api/Manmades/Mou
'
,
method
:
'
get
'
,
params
:
param
,
})
},
//大屏——智能调度——近期通知列表
recentNoticeQuery
:
function
(
param
){
return
request
({
...
...
src/views/MLargeScreen/components/dataScreening/index.vue
View file @
670c64b5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment