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
195b3b63
Commit
195b3b63
authored
Dec 10, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'base-modify' of
http://113.105.137.151:22280/youjj/cloud-platform-ui
into base-modify
parents
6e2b8cc2
53dea16e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
657 additions
and
646 deletions
+657
-646
oneType.vue
src/views/vehicleType/modal/oneType.vue
+657
-646
No files found.
src/views/vehicleType/modal/oneType.vue
View file @
195b3b63
...
...
@@ -14,7 +14,7 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"车型简介"
prop=
"intro"
>
<el-input
class=
"cx"
v-model=
"form.intro"
:rows=
"9"
type=
"textarea"
placeholder=
"请输入车型简介"
></el-input>
<el-input
class=
"cx"
v-model=
"form.intro"
:rows=
"9"
type=
"textarea"
placeholder=
"请输入车型简介"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -165,6 +165,13 @@
style=
"lineHeight:100px;width:300px;height: 100px;border: 1px dashed #ccc;"
></i>
</el-upload>
</el-form-item>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"全景链接"
>
<el-input
v-model=
"form.panoramaUrl"
type=
"text"
placeholder=
"请输入全景链接"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"alt"
>
...
...
@@ -338,7 +345,7 @@
imgTitle
:
undefined
,
imgKeyword
:
undefined
,
imgDesc
:
undefined
,
coverPic
:
''
,
coverPic
:
''
,
pPrice
:
0
,
//普通会员
hPrice
:
0
,
//黄金会员
zPrice
:
0
,
//钻石会员
...
...
@@ -357,6 +364,7 @@
buyPrice
:
0
,
//购买价格
intro
:
''
,
posterBackground
:
''
,
//海报背景
panoramaUrl
:
undefined
,
},
showDestinationVisible
:
false
,
//编辑目的地
showPathWayVisible
:
false
,
//编辑途径地
...
...
@@ -548,6 +556,7 @@
imgTitle
:
this
.
form
.
imgTitle
,
imgKeyword
:
this
.
form
.
imgKeyword
,
imgDesc
:
this
.
form
.
imgDesc
,
panoramaUrl
:
this
.
form
.
panoramaUrl
,
};
if
(
this
.
form
.
rentDiscountStatus
==
2
)
{
params
.
rentDiscountPrice
=
this
.
form
.
pPrice
+
","
+
this
.
form
.
hPrice
+
","
+
this
.
form
.
zPrice
//租车优惠价格 固定优化价格
...
...
@@ -608,6 +617,7 @@
imgTitle
:
this
.
form
.
imgTitle
,
imgKeyword
:
this
.
form
.
imgKeyword
,
imgDesc
:
this
.
form
.
imgDesc
,
panoramaUrl
:
this
.
form
.
panoramaUrl
};
if
(
this
.
form
.
rentDiscountStatus
==
2
)
{
params
.
rentDiscountPrice
=
this
.
form
.
pPrice
+
","
+
this
.
form
.
hPrice
+
","
+
this
.
form
.
zPrice
//租车优惠价格 固定优化价格
...
...
@@ -702,6 +712,7 @@
* 更新房车配置弹框
* **/
updateConfig
()
{
debugger
let
that
=
this
;
this
.
configDialogVisible
=
false
;
if
(
this
.
configItem
.
parent
.
isMore
==
0
)
{
...
...
@@ -933,7 +944,7 @@
number
:
undefined
,
//乘卧数量
brand
:
undefined
,
//房车品牌
name
:
''
,
//房车名称
config
:
''
,
//房车配置
config
:
''
,
//房车配置
keyword
:
''
,
//房车关键标签
modelsDetails
:
''
,
//房车详情
modelParam
:
''
,
//房车参数
...
...
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