Commit 7d94fdb2 authored by 黄奎's avatar 黄奎

页面修改

parent a0fb7501
......@@ -798,8 +798,8 @@
<div class="EC_ComTitle" style="margin-bottom:40px;">投诉信息</div>
<p>出境社监督、投诉电话:<span>{{dataList.companyComplainCall}}</span></p>
<p>四川省成都市旅游质监执法机构:<span>{{dataList.regulatorName}}</span></p>
<p>投诉电话:<span>{{dataList.regulatorComplainCall}}</span></p>
<p>成都市旅游质监执法监督网:<span>{{dataList.regulatorWebsite}}</span></p>
<p>投诉电话:<span>{{dataList.regulatorComplainCall}}</span></p>
<p>地址:<span>{{dataList.regulatorAddress}}</span></p>
<p>邮编:<span>{{dataList.regulatorPostCode}}</span></p>
</div>
......
......@@ -3170,12 +3170,14 @@
<label id="l4">投诉信息</label>
<p>出境社监督、投诉电话:<font>{{dataList.companyComplainCall}}</font>
</p>
<p>四川省成都市旅游质监执法机构:<font>{{dataList.regulatorName}}</font>
</p>
<template v-if="CtObj.SignType==0">
<p>四川省成都市旅游质监执法机构:<font>{{dataList.regulatorName}}</font>
</p>
<p>成都市旅游质监执法监督网:<font>{{dataList.regulatorWebsite}}</font>
</p>
</template>
<p>投诉电话:<font>{{dataList.regulatorComplainCall}}</font>
</p>
<p>成都市旅游质监执法监督网:<font>{{dataList.regulatorWebsite}}</font>
</p>
<p>地址:<font>{{dataList.regulatorAddress}}</font>
</p>
<p>邮编:<font>{{dataList.regulatorPostCode}}</font>
......@@ -4231,7 +4233,7 @@
number_chinese(str) {
var num = parseFloat(str);
var strUnit = '仟佰拾亿仟佰拾万仟佰拾元角分';
var strOutput="";
var strOutput = "";
if (this.CtObj.SignType == 1) {
strUnit = '仟佰拾亿仟佰拾万仟佰拾円角分';
}
......
......@@ -820,14 +820,17 @@
<td>签约地点:</td>
<td colspan="3">{{dataList.contractPlace}}</td>
</tr>
<tr>
<td>出境社监督、投诉电话:</td>
<td colspan="3">{{dataList.regulatorComplainCall}}</td>
</tr>
<tr>
<td>四川省 成都市旅游质监执法机构:</td>
<td colspan="3">{{dataList.regulatorName}}</td>
</tr>
<tr>
<td>出境社监督、投诉电话:</td>
<td colspan="3">{{dataList.regulatorComplainCall}}</td>
</tr>
<template v-if="dataList.signType==0">
<tr>
<td>四川省 成都市旅游质监执法机构:</td>
<td colspan="3">{{dataList.regulatorName}}</td>
</tr>
</template>
<tr>
<td>投诉电话:</td>
<td colspan="3">{{dataList.companyComplainCall}}</td>
......
......@@ -582,7 +582,8 @@
<tr>
<td>
<el-form-item label="儿童(不满14岁的)">
<el-input type="text" class="w300" v-model="CtObj.childPrice"></el-input> <template v-if="CtObj.signType==0">
<el-input type="text" class="w300" v-model="CtObj.childPrice"></el-input> <template
v-if="CtObj.signType==0">
</template>
<template v-else>
......@@ -594,7 +595,8 @@
<tr>
<td>
<el-form-item label="导游服务费" prop="servicePrice">
<el-input type="text" class="w300" v-model="CtObj.servicePrice"></el-input> <template v-if="CtObj.signType==0">
<el-input type="text" class="w300" v-model="CtObj.servicePrice"></el-input> <template
v-if="CtObj.signType==0">
</template>
<template v-else>
......@@ -1099,12 +1101,12 @@
<th width="10%">具体时间</th>
<th width="15%">地点</th>
<th width="12%">项目名称和内容</th>
<th width="12%">费用( <template v-if="CtObj.signType==0">
</template>
<template v-else>
</template></th>
<th width="12%">费用( <template v-if="CtObj.signType==0">
</template>
<template v-else>
</template></th>
<th width="12%">项目时长(分钟)</th>
<th width="12%">其他说明</th>
<th width="12%">旅游者签名同意</th>
......@@ -1476,10 +1478,12 @@
this.CtObj.company = "四川和平国际旅行社有限公司";
this.CtObj.companyAddress = "成都市锦江区青和里南段55号1栋2310、2311、2312号 "
this.CtObj.businessCertificate = 'L-SC-CJ00015';
this.CtObj.regulatorName = '四川省成都市旅游质监执法机构';
} else {
this.CtObj.company = "(株)ピースインターナショナル";
this.CtObj.companyAddress = "";
this.CtObj.businessCertificate = '';
this.CtObj.regulatorName = '';
}
},
goContract() {
......@@ -1556,7 +1560,7 @@
this.CtObj.company = '四川和平国际旅行社有限公司';
this.CtObj.businessCertificate = 'L-SC-CJ00015';
this.CtObj.companyAddress = '成都市锦江区青和里南段55号1栋2310、2311、2312号 ';
this.CtObj.regulatorName = '四川省成都市旅游质监执法机构';
this.CtObj.regulatorComplainCall = '17708046437';
this.CtObj.companyComplainCall = '028-96927';
......
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