Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
中通客车项目
zhongtong-avi-web
Commits
9faa1574
Commit
9faa1574
authored
Oct 10, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(api文件): 更新api文件
parent
b1fba7db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
5 deletions
+27
-5
apis.js
src/interface/apis.js
+14
-0
index.vue
src/views/Monitor/index.vue
+13
-5
No files found.
src/interface/apis.js
View file @
9faa1574
...
...
@@ -584,6 +584,20 @@
"method"
:
"get"
}
},
"area-controller"
:
{
"realTime-get"
:
{
"url"
:
"/area/areaInfo/realTime"
,
"method"
:
"get"
},
"statistics-get"
:
{
"url"
:
"/area/bus/statistics"
,
"method"
:
"get"
},
"busNo-get"
:
{
"url"
:
"/area/detail/busNo"
,
"method"
:
"get"
}
},
"auth-controller"
:
{
"check-post"
:
{
"url"
:
"/auth/check"
,
...
...
src/views/Monitor/index.vue
View file @
9faa1574
...
...
@@ -9,7 +9,7 @@
size=
"mini"
style=
"width: 150px"
placeholder=
"请输入订单号"
v-model=
"
bus
No"
>
v-model=
"
order
No"
>
</el-input>
</div>
<div
class=
"work-order-number"
>
...
...
@@ -18,7 +18,7 @@
size=
"mini"
style=
"width: 150px"
placeholder=
"请输入工单号"
v-model=
"
o
rderNo"
>
v-model=
"
workO
rderNo"
>
</el-input>
</div>
<el-button
...
...
@@ -375,10 +375,12 @@
export
default
{
data
()
{
return
{
// 筛选条件
车身
号
bus
No
:
''
,
// 筛选条件
工单
号
workOrder
No
:
''
,
// 筛选条件订单号
orderNo
:
''
orderNo
:
''
,
// 涂装车间实时信息
paintingWorkshopRealTimeData
:
[]
}
},
methods
:
{
...
...
@@ -423,6 +425,12 @@
this
.
$router
.
push
({
path
:
'/monitor/monitorFinishedCar'
})
},
// 获取涂装车间实时信息
getPaintingWorkshopRealTimeData
()
{
this
.
$fetch
(
'area-controller/realTime-get'
,
{}).
then
((
response
)
=>
{
console
.
log
(
response
)
})
}
}
}
...
...
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