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
c896ef89
Commit
c896ef89
authored
Nov 07, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f96275b1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
9 deletions
+21
-9
index.vue
src/views/performanceStatistics/xiedianOutput/day/index.vue
+7
-3
index.vue
...views/performanceStatistics/xiedianOutput/month/index.vue
+7
-3
index.vue
src/views/performanceStatistics/xiedianOutput/year/index.vue
+7
-3
No files found.
src/views/performanceStatistics/xiedianOutput/day/index.vue
View file @
c896ef89
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width:auto"
:row-class-name=
"tableRowClassName"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width:auto"
:row-class-name=
"tableRowClassName"
>
<el-table-column
prop=
"name"
label=
"采区"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"采区"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dayPlan"
label=
"日计划量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dayPlan"
label=
"日计划量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"
output
"
label=
"实际日产量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"
total
"
label=
"实际日产量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"rate"
label=
"完成率"
align=
"center"
></el-table-column>
<el-table-column
prop=
"rate"
label=
"完成率"
align=
"center"
></el-table-column>
<el-table-column
prop=
"worktime"
label=
"铲车工作时间(h)"
align=
"center"
></el-table-column>
<el-table-column
prop=
"worktime"
label=
"铲车工作时间(h)"
align=
"center"
></el-table-column>
<el-table-column
prop=
"shovel"
label=
"铲车车数"
align=
"center"
></el-table-column>
<el-table-column
prop=
"shovel"
label=
"铲车车数"
align=
"center"
></el-table-column>
...
@@ -79,8 +79,12 @@ export default {
...
@@ -79,8 +79,12 @@ export default {
HttpReq
.
truckDispatching
.
xiequAreaQueryDay
(
param
).
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
xiequAreaQueryDay
(
param
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
tableData
=
res
.
data
.
content
;
this
.
tableData
=
res
.
data
;
this
.
total
=
res
.
data
.
totalElements
;
}
})
HttpReq
.
truckDispatching
.
xiequAreaQueryDay
({
size
:
9999
,
page
:
0
,
createTime
:
param
.
createTime
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
this
.
total
=
res
.
data
.
length
;
}
}
})
})
})
})
...
...
src/views/performanceStatistics/xiedianOutput/month/index.vue
View file @
c896ef89
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width:auto"
:row-class-name=
"tableRowClassName"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width:auto"
:row-class-name=
"tableRowClassName"
>
<el-table-column
prop=
"name"
label=
"采区"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"采区"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dayPlan"
label=
"月计划量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dayPlan"
label=
"月计划量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"
output
"
label=
"实际月产量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"
total
"
label=
"实际月产量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"rate"
label=
"完成率"
align=
"center"
></el-table-column>
<el-table-column
prop=
"rate"
label=
"完成率"
align=
"center"
></el-table-column>
<el-table-column
prop=
"worktime"
label=
"铲车工作时间(h)"
align=
"center"
></el-table-column>
<el-table-column
prop=
"worktime"
label=
"铲车工作时间(h)"
align=
"center"
></el-table-column>
<el-table-column
prop=
"shovel"
label=
"铲车车数"
align=
"center"
></el-table-column>
<el-table-column
prop=
"shovel"
label=
"铲车车数"
align=
"center"
></el-table-column>
...
@@ -79,8 +79,12 @@ export default {
...
@@ -79,8 +79,12 @@ export default {
HttpReq
.
truckDispatching
.
xiequAreaQueryMonth
(
param
).
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
xiequAreaQueryMonth
(
param
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
tableData
=
res
.
data
.
content
;
this
.
tableData
=
res
.
data
;
this
.
total
=
res
.
data
.
totalElements
;
}
})
HttpReq
.
truckDispatching
.
xiequAreaQueryMonth
({
size
:
9999
,
page
:
0
,
createTime
:
param
.
createTime
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
this
.
total
=
res
.
data
.
length
;
}
}
})
})
})
})
...
...
src/views/performanceStatistics/xiedianOutput/year/index.vue
View file @
c896ef89
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width:auto"
:row-class-name=
"tableRowClassName"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width:auto"
:row-class-name=
"tableRowClassName"
>
<el-table-column
prop=
"name"
label=
"采区"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"采区"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dayPlan"
label=
"年计划量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dayPlan"
label=
"年计划量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"
output
"
label=
"实际年产量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"
total
"
label=
"实际年产量"
align=
"center"
></el-table-column>
<el-table-column
prop=
"rate"
label=
"完成率"
align=
"center"
></el-table-column>
<el-table-column
prop=
"rate"
label=
"完成率"
align=
"center"
></el-table-column>
<el-table-column
prop=
"worktime"
label=
"铲车工作时间(h)"
align=
"center"
></el-table-column>
<el-table-column
prop=
"worktime"
label=
"铲车工作时间(h)"
align=
"center"
></el-table-column>
<el-table-column
prop=
"shovel"
label=
"铲车车数"
align=
"center"
></el-table-column>
<el-table-column
prop=
"shovel"
label=
"铲车车数"
align=
"center"
></el-table-column>
...
@@ -79,8 +79,12 @@ export default {
...
@@ -79,8 +79,12 @@ export default {
HttpReq
.
truckDispatching
.
xiequAreaQueryYear
(
param
).
then
((
res
)
=>
{
HttpReq
.
truckDispatching
.
xiequAreaQueryYear
(
param
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
tableData
=
res
.
data
.
content
;
this
.
tableData
=
res
.
data
;
this
.
total
=
res
.
data
.
totalElements
;
}
})
HttpReq
.
truckDispatching
.
xiequAreaQueryYear
({
size
:
9999
,
page
:
0
,
createTime
:
param
.
createTime
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
){
this
.
total
=
res
.
data
.
length
;
}
}
})
})
})
})
...
...
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