Commit bf379300 authored by zhengke's avatar zhengke

修改页面

parent b25884ac
......@@ -433,15 +433,15 @@
</div>
<div v-if='vshowE' class="expense">
<div class="left">费用包含</div>
<div class="right">
<div class="right" style="text-indent:10px">
<div v-html="feature.feeInclude"></div>
</div>
<div class="left" style="margin: 15px 0 15px 0;">费用不包含</div>
<div class="right">
<div class="right" style="text-indent:10px">
<div v-html="feature.feeNonInclude"></div>
</div>
</div>
<div class="expense" v-if='dataList.selfpayingList && dataList.selfpayingList.length>0&&vshowE'>
<div class="expense" style="margin-top:30px;" v-if='dataList.selfpayingList && dataList.selfpayingList.length>0&&vshowE'>
<div class="left">自理费用</div>
<div class="right">
<table class="expense-table" cellspacing=0 cellpadding=0>
......@@ -471,7 +471,7 @@
<div class="left">
<!-- 购物协议 -->
</div>
<div class="right">
<div class="right" style="text-indent:10px">
<div v-html="feature.shopRemark"></div>
</div>
</div>
......@@ -504,13 +504,13 @@
</div>
<div class="expense" v-if="feature.importantTip!=''&&vshowG">
<div class="left">重要提示</div>
<div class="right">
<div class="right" style="text-indent:10px">
<div v-html="feature.importantTip"></div>
</div>
</div>
<div v-if='vshowG' class="expense">
<div class="left">温馨提示</div>
<div class="right">
<div class="right" style="text-indent:10px">
<div v-html="feature.warmTip"></div>
</div>
</div>
......@@ -524,7 +524,7 @@
</div>
<div v-if='vshowH' class="expense">
<div class="left">签证须知</div>
<div class="right">
<div class="right" style="text-indent:10px">
<div v-html="feature.visaRemark"></div>
</div>
</div>
......@@ -535,7 +535,7 @@
</div>
<div v-if='vshowI' class="expense">
<div class="left"></div>
<div class="right">
<div class="right" style="text-indent:10px">
<div v-html="feature.b2BRemark"></div>
</div>
</div>
......@@ -970,6 +970,10 @@
this.pdfLoading = true
let pageData = document.getElementById('pdfNode').innerHTML
let urlObj = this.domainManager()
let configId = this.$route.query.configId;
let tcid = this.$route.query.tcid;
let cityId = this.$route.query.cityId;
let orderId = this.$route.query.orderId;
this.$http({
headers: {
'Content-Type': 'application/json'
......@@ -978,7 +982,7 @@
url: urlObj.DomainUrl + '/api/file/GetWebHtmlTwo',
data: {
"msg": pageData,
sign: "sale_pdf"
sign: "sale_pdf"+"C"+configId+"_T"+tcid+"_CTY"+cityId+"_OD"+orderId
}
}).then(res => {
if (res.data.resultCode === 1) {
......
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