Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
a8cb7122
Commit
a8cb7122
authored
Aug 20, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
f8782d20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/vehicle/bookRecord/index.vue
+4
-4
index.vue
src/views/vehicle/vehicleInfo/index.vue
+2
-2
No files found.
src/views/vehicle/bookRecord/index.vue
View file @
a8cb7122
...
...
@@ -333,7 +333,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
style=
"margin-left: 20px;"
>
<el-row
style=
"margin-left: 20px;"
v-if=
"departurePicList.length>0"
>
<el-col
:span=
"3"
v-for=
"(item, index) in departurePicList"
:key=
"index"
:offset=
"index%6 > 0 ? 1 : 0"
style=
"margin-bottom:10px"
>
<el-card>
<img
:src=
"item"
class=
"image"
>
...
...
@@ -365,7 +365,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
style=
"margin-left: 20px;"
>
<el-row
style=
"margin-left: 20px;"
v-if=
"arrivalPicList.length>0"
>
<el-col
:span=
"3"
v-for=
"(item, index) in arrivalPicList"
:key=
"index"
:offset=
"index%6 > 0 ? 1 : 0"
style=
"margin-bottom:10px"
>
<el-card>
<img
:src=
"item"
class=
"image"
>
...
...
@@ -1085,7 +1085,7 @@
var
t
=
this
this
.
detailItem
=
row
;
if
(
row
.
vehicleDepartureLogVo
!=
undefined
){
if
(
row
.
vehicleDepartureLogVo
.
departurePic
!=
undefined
){
if
(
row
.
vehicleDepartureLogVo
.
departurePic
!=
undefined
&&
row
.
vehicleDepartureLogVo
.
departurePic
!=
''
){
let
arr
=
row
.
vehicleDepartureLogVo
.
departurePic
.
split
(
","
);
let
departurePicList
=
[];
let
p
=
{};
...
...
@@ -1096,7 +1096,7 @@
}
else
{
t
.
departurePicList
=
[];
}
if
(
row
.
vehicleDepartureLogVo
.
arrivalPic
!=
undefined
){
if
(
row
.
vehicleDepartureLogVo
.
arrivalPic
!=
undefined
&&
row
.
vehicleDepartureLogVo
.
arrivalPic
!=
''
){
let
Arr
=
row
.
vehicleDepartureLogVo
.
arrivalPic
.
split
(
","
);
let
arrivalPicList
=
[];
let
p
=
{};
...
...
src/views/vehicle/vehicleInfo/index.vue
View file @
a8cb7122
...
...
@@ -1913,10 +1913,10 @@
item
.
value
=
item
.
name
;
selectArry
.
push
(
item
);
});
this
.
form4Apply
.
liftCompany
=
row
.
subordinateBranch
;
this
.
form4Apply
.
liftCompany
=
row
.
parkBranchCompanyId
;
this
.
form4Apply
.
vehicleId
=
row
.
id
;
selectArry
.
map
(
function
(
iitem
)
{
if
(
row
.
subordinateBranch
==
iitem
.
id
){
if
(
row
.
parkBranchCompanyId
==
iitem
.
id
){
that
.
form4Apply
.
state3
=
iitem
.
name
;
}
});
...
...
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