Commit 195b3b63 authored by guoyou's avatar guoyou

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform-ui into base-modify

parents 6e2b8cc2 53dea16e
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="车型简介" prop="intro"> <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-form-item>
</el-col> </el-col>
</el-row> </el-row>
...@@ -165,6 +165,13 @@ ...@@ -165,6 +165,13 @@
style="lineHeight:100px;width:300px;height: 100px;border: 1px dashed #ccc;"></i> style="lineHeight:100px;width:300px;height: 100px;border: 1px dashed #ccc;"></i>
</el-upload> </el-upload>
</el-form-item> </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-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="alt"> <el-form-item label="alt">
...@@ -338,7 +345,7 @@ ...@@ -338,7 +345,7 @@
imgTitle: undefined, imgTitle: undefined,
imgKeyword: undefined, imgKeyword: undefined,
imgDesc: undefined, imgDesc: undefined,
coverPic:'', coverPic: '',
pPrice: 0,//普通会员 pPrice: 0,//普通会员
hPrice: 0,//黄金会员 hPrice: 0,//黄金会员
zPrice: 0,//钻石会员 zPrice: 0,//钻石会员
...@@ -357,6 +364,7 @@ ...@@ -357,6 +364,7 @@
buyPrice: 0,//购买价格 buyPrice: 0,//购买价格
intro: '', intro: '',
posterBackground: '',//海报背景 posterBackground: '',//海报背景
panoramaUrl:undefined,
}, },
showDestinationVisible: false,//编辑目的地 showDestinationVisible: false,//编辑目的地
showPathWayVisible: false,//编辑途径地 showPathWayVisible: false,//编辑途径地
...@@ -548,6 +556,7 @@ ...@@ -548,6 +556,7 @@
imgTitle: this.form.imgTitle, imgTitle: this.form.imgTitle,
imgKeyword: this.form.imgKeyword, imgKeyword: this.form.imgKeyword,
imgDesc: this.form.imgDesc, imgDesc: this.form.imgDesc,
panoramaUrl: this.form.panoramaUrl,
}; };
if (this.form.rentDiscountStatus == 2) { if (this.form.rentDiscountStatus == 2) {
params.rentDiscountPrice = this.form.pPrice + "," + this.form.hPrice + "," + this.form.zPrice//租车优惠价格 固定优化价格 params.rentDiscountPrice = this.form.pPrice + "," + this.form.hPrice + "," + this.form.zPrice//租车优惠价格 固定优化价格
...@@ -608,6 +617,7 @@ ...@@ -608,6 +617,7 @@
imgTitle: this.form.imgTitle, imgTitle: this.form.imgTitle,
imgKeyword: this.form.imgKeyword, imgKeyword: this.form.imgKeyword,
imgDesc: this.form.imgDesc, imgDesc: this.form.imgDesc,
panoramaUrl:this.form.panoramaUrl
}; };
if (this.form.rentDiscountStatus == 2) { if (this.form.rentDiscountStatus == 2) {
params.rentDiscountPrice = this.form.pPrice + "," + this.form.hPrice + "," + this.form.zPrice//租车优惠价格 固定优化价格 params.rentDiscountPrice = this.form.pPrice + "," + this.form.hPrice + "," + this.form.zPrice//租车优惠价格 固定优化价格
...@@ -702,6 +712,7 @@ ...@@ -702,6 +712,7 @@
* 更新房车配置弹框 * 更新房车配置弹框
* **/ * **/
updateConfig() { updateConfig() {
debugger
let that = this; let that = this;
this.configDialogVisible = false; this.configDialogVisible = false;
if (this.configItem.parent.isMore == 0) { if (this.configItem.parent.isMore == 0) {
...@@ -933,7 +944,7 @@ ...@@ -933,7 +944,7 @@
number: undefined,//乘卧数量 number: undefined,//乘卧数量
brand: undefined,//房车品牌 brand: undefined,//房车品牌
name: '',//房车名称 name: '',//房车名称
config:'',//房车配置 config: '',//房车配置
keyword: '',//房车关键标签 keyword: '',//房车关键标签
modelsDetails: '',//房车详情 modelsDetails: '',//房车详情
modelParam: '',//房车参数 modelParam: '',//房车参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment