Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
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
SQL_Mou
NewTruckTerminalSyetem
Commits
3595d804
Commit
3595d804
authored
Apr 25, 2022
by
caicaicai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1516dd87
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
api.js
src/axios/api.js
+1
-0
index.vue
src/views/MLargeScreen/index.vue
+8
-1
No files found.
src/axios/api.js
View file @
3595d804
...
@@ -33,3 +33,4 @@ export const dingDanBiaoCaoZuo = '/api/Order'; //订单表操作
...
@@ -33,3 +33,4 @@ export const dingDanBiaoCaoZuo = '/api/Order'; //订单表操作
export
const
getZhuangCheDingDanQuery
=
'
/api/Order/ZC
'
;
//获取装车订单
export
const
getZhuangCheDingDanQuery
=
'
/api/Order/ZC
'
;
//获取装车订单
export
const
getXieCheDingDanQuery
=
'
/api/Order/XC
'
;
//获取卸车订单
export
const
getXieCheDingDanQuery
=
'
/api/Order/XC
'
;
//获取卸车订单
export
const
getalarmRealQuery
=
'
/api/alarm/real
'
;
//获取车辆设备实时报警
export
const
getalarmRealQuery
=
'
/api/alarm/real
'
;
//获取车辆设备实时报警
export
const
dispatchFinishQuery
=
'
/api/Dispatch/finish
'
;
//获取智能调度是否完成
src/views/MLargeScreen/index.vue
View file @
3595d804
...
@@ -82,7 +82,8 @@ import {
...
@@ -82,7 +82,8 @@ import {
vehicleInformationUpdate
,
vehicleInformationUpdate
,
dingDanBiaoCaoZuo
,
dingDanBiaoCaoZuo
,
manualSchedulingQuery
,
manualSchedulingQuery
,
getalarmRealQuery
getalarmRealQuery
,
dispatchFinishQuery
}
from
"
@/axios/api.js
"
}
from
"
@/axios/api.js
"
import
startOrderReceiving
from
'
./components/startOrderReceiving/index.vue
'
//接受派单
import
startOrderReceiving
from
'
./components/startOrderReceiving/index.vue
'
//接受派单
import
voiceApplication
from
'
./components/voiceApplication/index.vue
'
//语音申请
import
voiceApplication
from
'
./components/voiceApplication/index.vue
'
//语音申请
...
@@ -368,6 +369,12 @@ export default {
...
@@ -368,6 +369,12 @@ export default {
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
putForJson
(
vehicleInformationUpdate
,{
id
:
res
.
data
.
content
[
0
].
id
,
number
:
this
.
carnumber
,
workStatus
:
0
,
weightStatus
:
1
,
oddStatus
:
1
}).
then
((
res
)
=>
{});
putForJson
(
vehicleInformationUpdate
,{
id
:
res
.
data
.
content
[
0
].
id
,
number
:
this
.
carnumber
,
workStatus
:
0
,
weightStatus
:
1
,
oddStatus
:
1
}).
then
((
res
)
=>
{});
}
}
});
//智能调度是否完成
httpGet
(
dispatchFinishQuery
,{
carno
:
this
.
carnumber
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
}
});
});
},
},
//地图构造完成回调
//地图构造完成回调
...
...
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