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
08c44f64
Commit
08c44f64
authored
Sep 01, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
27985d97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
27 deletions
+29
-27
index.vue
src/views/MLargeScreen/components/carManagement/index.vue
+29
-27
No files found.
src/views/MLargeScreen/components/carManagement/index.vue
View file @
08c44f64
...
...
@@ -351,6 +351,7 @@ export default {
num2
:
0
,
number
:
'
无
'
,
rate
:
0
,
carry
:
0
,
workTime
:
0
,
mil
:
0
,
startTime
:
'
无
'
,
...
...
@@ -364,6 +365,7 @@ export default {
num2
:
0
,
number
:
'
无
'
,
rate
:
0
,
carry
:
0
,
workTime
:
0
,
mil
:
0
,
startTime
:
'
无
'
,
...
...
@@ -989,15 +991,15 @@ export default {
}
this
.
truckDynamicListData
.
number
=
this
.
truckDynamicListData
.
data
[
this
.
truckDynamicListData
.
num2
].
number
;
HttpReq
.
truckDispatching
.
apiManmadesRealQuery1
({
number
:
this
.
truckDynamicListData
.
number
}).
then
((
res
)
=>
{
if
(
res
.
code
==
20
0
){
this
.
truckDynamicListData
.
rate
=
res
.
data
.
rate
;
this
.
truckDynamicListData
.
carry
=
res
.
data
.
carry
;
this
.
truckDynamicListData
.
workTime
=
res
.
data
.
workTime
;
this
.
truckDynamicListData
.
mil
=
res
.
data
.
mil
;
this
.
truckDynamicListData
.
startTime
=
res
.
data
.
startTime
;
this
.
truckDynamicListData
.
endTime
=
res
.
data
.
endTime
;
this
.
truckDynamicListData
.
loadArea
=
res
.
data
.
loadArea
;
this
.
truckDynamicListData
.
unloadArea
=
res
.
data
.
unloadArea
;
if
(
res
.
length
!=
0
){
this
.
truckDynamicListData
.
rate
=
res
[
0
]
.
rate
;
this
.
truckDynamicListData
.
carry
=
res
[
0
]
.
carry
;
this
.
truckDynamicListData
.
workTime
=
res
[
0
]
.
workTime
;
this
.
truckDynamicListData
.
mil
=
res
[
0
]
.
mil
;
this
.
truckDynamicListData
.
startTime
=
res
[
0
]
.
startTime
;
this
.
truckDynamicListData
.
endTime
=
res
[
0
]
.
endTime
;
this
.
truckDynamicListData
.
loadArea
=
res
[
0
]
.
loadArea
;
this
.
truckDynamicListData
.
unloadArea
=
res
[
0
]
.
unloadArea
;
}
this
.
truckDynamicListData
.
num2
=
this
.
truckDynamicListData
.
num2
+
1
;
})
...
...
@@ -1016,15 +1018,15 @@ export default {
}
this
.
forkliftkDynamicListData
.
number
=
this
.
forkliftkDynamicListData
.
data
[
this
.
forkliftkDynamicListData
.
num2
].
number
;
HttpReq
.
truckDispatching
.
apiManmadesChancheRealQuery1
({
number
:
this
.
forkliftkDynamicListData
.
number
}).
then
((
res
)
=>
{
if
(
res
.
code
==
20
0
){
this
.
forkliftkDynamicListData
.
rate
=
res
.
data
.
rate
;
this
.
forkliftkDynamicListData
.
carry
=
res
.
data
.
carry
;
this
.
forkliftkDynamicListData
.
workTime
=
res
.
data
.
workTime
;
this
.
forkliftkDynamicListData
.
mil
=
res
.
data
.
mil
;
this
.
forkliftkDynamicListData
.
startTime
=
res
.
data
.
startTime
;
this
.
forkliftkDynamicListData
.
endTime
=
res
.
data
.
endTime
;
this
.
forkliftkDynamicListData
.
loadArea
=
res
.
data
.
loadArea
;
this
.
forkliftkDynamicListData
.
unloadArea
=
res
.
data
.
unloadArea
;
if
(
res
.
length
!=
0
){
this
.
forkliftkDynamicListData
.
rate
=
res
[
0
]
.
rate
;
this
.
forkliftkDynamicListData
.
carry
=
res
[
0
]
.
carry
;
this
.
forkliftkDynamicListData
.
workTime
=
res
[
0
]
.
workTime
;
this
.
forkliftkDynamicListData
.
mil
=
res
[
0
]
.
mil
;
this
.
forkliftkDynamicListData
.
startTime
=
res
[
0
]
.
startTime
;
this
.
forkliftkDynamicListData
.
endTime
=
res
[
0
]
.
endTime
;
this
.
forkliftkDynamicListData
.
loadArea
=
res
[
0
]
.
loadArea
;
this
.
forkliftkDynamicListData
.
unloadArea
=
res
[
0
]
.
unloadArea
;
}
this
.
forkliftkDynamicListData
.
num2
=
this
.
forkliftkDynamicListData
.
num2
+
1
;
})
...
...
@@ -1043,15 +1045,15 @@ export default {
}
this
.
otherCarDynamicListData
.
number
=
this
.
otherCarDynamicListData
.
data
[
this
.
otherCarDynamicListData
.
num2
].
number
;
HttpReq
.
truckDispatching
.
apiManmadesRealQuery1
({
number
:
this
.
otherCarDynamicListData
.
number
}).
then
((
res
)
=>
{
if
(
res
.
code
==
20
0
){
this
.
otherCarDynamicListData
.
rate
=
res
.
data
.
rate
;
this
.
otherCarDynamicListData
.
carry
=
res
.
data
.
carry
;
this
.
otherCarDynamicListData
.
workTime
=
res
.
data
.
workTime
;
this
.
otherCarDynamicListData
.
mil
=
res
.
data
.
mil
;
this
.
otherCarDynamicListData
.
startTime
=
res
.
data
.
startTime
;
this
.
otherCarDynamicListData
.
endTime
=
res
.
data
.
endTime
;
this
.
otherCarDynamicListData
.
loadArea
=
res
.
data
.
loadArea
;
this
.
otherCarDynamicListData
.
unloadArea
=
res
.
data
.
unloadArea
;
if
(
res
.
length
!=
0
){
this
.
otherCarDynamicListData
.
rate
=
res
[
0
]
.
rate
;
this
.
otherCarDynamicListData
.
carry
=
res
[
0
]
.
carry
;
this
.
otherCarDynamicListData
.
workTime
=
res
[
0
]
.
workTime
;
this
.
otherCarDynamicListData
.
mil
=
res
[
0
]
.
mil
;
this
.
otherCarDynamicListData
.
startTime
=
res
[
0
]
.
startTime
;
this
.
otherCarDynamicListData
.
endTime
=
res
[
0
]
.
endTime
;
this
.
otherCarDynamicListData
.
loadArea
=
res
[
0
]
.
loadArea
;
this
.
otherCarDynamicListData
.
unloadArea
=
res
[
0
]
.
unloadArea
;
}
this
.
otherCarDynamicListData
.
num2
=
this
.
otherCarDynamicListData
.
num2
+
1
;
})
...
...
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