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
24951ae7
Commit
24951ae7
authored
Dec 30, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'base-modify'
# Conflicts: # src/views/vehicle/vehicleInfo/index.vue
parents
a64306eb
68a42fef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
src/views/vehicle/vehicleInfo/index.vue
+4
-3
No files found.
src/views/vehicle/vehicleInfo/index.vue
View file @
24951ae7
...
...
@@ -681,8 +681,8 @@
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"交强险单号"
prop=
"strongInsuranceNo"
>
<el-input
v-model
.
number=
"form.strongInsuranceNo"
placeholder=
"请输入交强险单号"
></el-input>
<el-input
v-model
.
text=
"form.strongInsuranceNo"
@
input=
"handleInput"
placeholder=
"请输入交强险单号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
...
...
@@ -1095,7 +1095,6 @@ export default {
strongInsuranceCompany
:
undefined
,
strongInsuranceEndDate
:
undefined
,
strongInsuranceNo
:
undefined
,
strongInsuranceCompany
:
undefined
strongInsuranceCompany
:
undefined
,
insurancePDF
:
undefined
},
...
...
@@ -2808,6 +2807,7 @@ export default {
this
.
$utils
.
objectEach
(
response
.
data
,
(
item
,
key
)
=>
{
this
.
form
[
key
]
=
item
})
that
.
pdfList
=
[]
selectArry
.
map
(
function
(
iitem
)
{
if
(
that
.
form
[
'subordinateBranch'
]
==
iitem
.
id
)
{
that
.
form
.
subordinateBranchName
=
iitem
.
name
...
...
@@ -2817,10 +2817,11 @@ export default {
that
.
form
.
parkBranchCompanyName
=
iitem
.
name
that
.
form
.
parkBranchCompanyId
=
iitem
.
id
}
if
(
that
.
form
.
insurancePDF
)
{
that
.
pdfList
=
[]
that
.
pdfList
=
JSON
.
parse
(
that
.
form
.
insurancePDF
)
}
})
selectVehicleModelArry
.
map
(
function
(
value
)
{
if
(
that
.
form
[
'modelId'
]
==
value
.
id
)
{
...
...
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