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
493cd3b4
Commit
493cd3b4
authored
Dec 13, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(AVI详情): 修改根据工单号查询车体详细信息接口传值
parent
116d40a4
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
ComplexionPaint.vue
src/views/Monitor/components/ComplexionPaint.vue
+1
-1
Electrophoresis.vue
src/views/Monitor/components/Electrophoresis.vue
+1
-1
FinishedCar.vue
src/views/Monitor/components/FinishedCar.vue
+1
-1
MiddleCoat.vue
src/views/Monitor/components/MiddleCoat.vue
+1
-1
Putty.vue
src/views/Monitor/components/Putty.vue
+1
-1
SealedAnticorrosion.vue
src/views/Monitor/components/SealedAnticorrosion.vue
+1
-1
SheetMetalCar.vue
src/views/Monitor/components/SheetMetalCar.vue
+1
-1
No files found.
src/views/Monitor/components/ComplexionPaint.vue
View file @
493cd3b4
...
...
@@ -711,7 +711,7 @@ export default {
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
visibility
=
'visible'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
top
=
top
-
100
+
'px'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
left
=
left
-
100
+
'px'
;
this
.
$fetch
(
'area-controller/busNo-get'
,
{
workOrder
No
:
busWorkOrderNo
})
this
.
$fetch
(
'area-controller/busNo-get'
,
{
bus
No
:
busWorkOrderNo
})
.
then
(
res
=>
{
if
(
!
Array
.
isArray
(
res
))
{
this
.
BusInformation
=
_
.
cloneDeep
(
res
)
...
...
src/views/Monitor/components/Electrophoresis.vue
View file @
493cd3b4
...
...
@@ -485,7 +485,7 @@ export default {
let
top
=
window
.
event
.
clientY
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
top
=
top
-
100
+
'px'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
left
=
left
-
100
+
'px'
;
this
.
$fetch
(
'area-controller/busNo-get'
,
{
workOrder
No
:
busWorkOrderNo
})
this
.
$fetch
(
'area-controller/busNo-get'
,
{
bus
No
:
busWorkOrderNo
})
.
then
(
res
=>
{
if
(
!
Array
.
isArray
(
res
))
{
this
.
BusInformation
=
_
.
cloneDeep
(
res
);
...
...
src/views/Monitor/components/FinishedCar.vue
View file @
493cd3b4
...
...
@@ -203,7 +203,7 @@ export default {
let
top
=
window
.
event
.
clientY
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
top
=
top
-
100
+
'px'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
left
=
left
-
100
+
'px'
;
this
.
$fetch
(
'area-controller/busNo-get'
,
{
workOrder
No
:
busWorkOrderNo
})
this
.
$fetch
(
'area-controller/busNo-get'
,
{
bus
No
:
busWorkOrderNo
})
.
then
(
res
=>
{
if
(
!
Array
.
isArray
(
res
))
{
this
.
BusInformation
=
_
.
cloneDeep
(
res
);
...
...
src/views/Monitor/components/MiddleCoat.vue
View file @
493cd3b4
...
...
@@ -252,7 +252,7 @@ export default {
let
top
=
window
.
event
.
clientY
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
top
=
top
-
100
+
'px'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
left
=
left
-
100
+
'px'
;
this
.
$fetch
(
'area-controller/busNo-get'
,
{
workOrder
No
:
busWorkOrderNo
})
this
.
$fetch
(
'area-controller/busNo-get'
,
{
bus
No
:
busWorkOrderNo
})
.
then
(
res
=>
{
if
(
!
Array
.
isArray
(
res
))
{
this
.
BusInformation
=
_
.
cloneDeep
(
res
);
...
...
src/views/Monitor/components/Putty.vue
View file @
493cd3b4
...
...
@@ -289,7 +289,7 @@ export default {
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
visibility
=
'visible'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
top
=
`
${
top
-
100
}
px`
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
left
=
`
${
left
}
px`
;
this
.
$fetch
(
'area-controller/busNo-get'
,
{
workOrder
No
:
busWorkOrderNo
})
this
.
$fetch
(
'area-controller/busNo-get'
,
{
bus
No
:
busWorkOrderNo
})
.
then
(
res
=>
{
if
(
!
Array
.
isArray
(
res
))
{
this
.
BusInformation
=
_
.
cloneDeep
(
res
);
...
...
src/views/Monitor/components/SealedAnticorrosion.vue
View file @
493cd3b4
...
...
@@ -347,7 +347,7 @@ export default {
let
top
=
window
.
event
.
clientY
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
top
=
top
-
100
+
'px'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
left
=
left
-
100
+
'px'
;
let
queryParams
=
{
workOrder
No
:
busWorkOrderNo
};
let
queryParams
=
{
bus
No
:
busWorkOrderNo
};
this
.
$fetch
(
'area-controller/busNo-get'
,
queryParams
).
then
(
response
=>
{
if
(
!
Array
.
isArray
(
res
))
{
...
...
src/views/Monitor/components/SheetMetalCar.vue
View file @
493cd3b4
...
...
@@ -354,7 +354,7 @@ export default {
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
visibility
=
'visible'
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
top
=
`
${
top
-
100
}
px`
;
this
.
$refs
.
toolRef
.
$refs
.
tooltip
.
style
.
left
=
`
${
left
}
px`
;
this
.
$fetch
(
'area-controller/busNo-get'
,
{
workOrder
No
:
busWorkOrderNo
})
this
.
$fetch
(
'area-controller/busNo-get'
,
{
bus
No
:
busWorkOrderNo
})
.
then
(
res
=>
{
if
(
!
Array
.
isArray
(
res
))
{
this
.
BusInformation
=
_
.
cloneDeep
(
res
);
...
...
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