Commit 5017bf57 authored by 黄奎's avatar 黄奎

页面修改

parent 51faa594
...@@ -390,13 +390,14 @@ ...@@ -390,13 +390,14 @@
<div class="block mtop15"> <div class="block mtop15">
<div class="blockTitle"> <div class="blockTitle">
<span class="icon"><i class="iconfont icon-wenjian"></i></span> <span class="icon"><i class="iconfont icon-wenjian"></i></span>
<h2>合同详情 <h2>
合同详情 &nbsp;&nbsp;<template v-if="dataList.saleName&&dataList.saleName!=''">
销售人员:{{dataList.saleName}}</template>
<span> <span>
<input type="button" class="TCbtn-info" v-if="dataList.status==1" @click="getinvalid()" value="作废" /> <input type="button" class="TCbtn-info" v-if="dataList.status==1" @click="getinvalid()" value="作废" />
<input type="button" class="TCbtn-info" v-if="dataList.companySignature==''" <input type="button" class="TCbtn-info" v-if="dataList.companySignature==''"
@click="isShowFade=true,GetQrCode()" value="客户签字" /> @click="isShowFade=true,GetQrCode()" value="客户签字" />
<input type="button" class="TCbtn-info" value="下载" <input type="button" class="TCbtn-info" value="下载" @click="toContractPDF(dataList.contractNum)" />
@click="toContractPDF(dataList.contractNum)" />
</span> </span>
</h2> </h2>
</div> </div>
...@@ -877,59 +878,7 @@ ...@@ -877,59 +878,7 @@
</table> </table>
<br> <br>
<div v-html="dataList.travelContent"> <div v-html="dataList.travelContent">
</div> </div>
<!-- <table class="TDteam_Table">
<tbody>
<tr>
<td colspan="5">
组团社:印象之旅
</td>
</tr>
<tr>
<td colspan="5">
旅游线路名称:{{LineName}}&nbsp;&nbsp;&nbsp;&nbsp;行程共计:{{dataList.dayNum}}{{dataList.nightNum}}晚(含在途时间)
</td>
</tr>
<tr>
<td colspan="5">
出发时间:{{getDate(dataList.startDate)}}&nbsp;&nbsp;
出发地点:{{startCityName}}
</td>
</tr>
<tr>
<td colspan="5">
结束时间:{{getDate(dataList.returnDate)}}&nbsp;&nbsp;
返回地点:{{returnArriveCityName}}
</td>
</tr>
<tr>
<td>行程时间</td>
<td>主要景点名称(游览时间)</td>
<td>交通工具(标准)</td>
<td>酒店标准</td>
<td>房间标准</td>
</tr>
<tr v-for="(item,index) in tripList">
<td>{{getDayAddOne(dataList.startDate,index)}}</td>
<td>
<div v-for="subItem in item.details">
<span v-if="subItem.title">{{subItem.title}}</span>
<span v-else>温暖的家</span>
</div>
</td>
<td>
<span>{{item.TrifficType}}</span>
</td>
<td>
<span v-if="index!=tripList.length-1">旅游酒店</span>
</td>
<td>
<span v-if="index!=tripList.length-1">双人间</span>
</td>
</tr>
</tbody>
</table> -->
</div> </div>
<!-- 自愿购物 --> <!-- 自愿购物 -->
<div class="shoppings" :class="{'checkedNav':cked==6}"> <div class="shoppings" :class="{'checkedNav':cked==6}">
...@@ -1055,7 +1004,7 @@ ...@@ -1055,7 +1004,7 @@
TCID: this.$route.query.TCID, TCID: this.$route.query.TCID,
orderID: this.$route.query.orderID, orderID: this.$route.query.orderID,
guestId: guestId, guestId: guestId,
Id:this.$route.query.ID, Id: this.$route.query.ID,
pUrl: "clientConfirm", pUrl: "clientConfirm",
}; };
this.$http({ this.$http({
......
...@@ -120,8 +120,8 @@ export default { ...@@ -120,8 +120,8 @@ export default {
let crmUrl = ""; //crm API let crmUrl = ""; //crm API
let locationName = window.location.hostname; let locationName = window.location.hostname;
domainUrl = "http://192.168.10.25:8083"; // 刘东电脑 domainUrl = "http://192.168.10.25:8083"; // 刘东电脑
domainUrl = "http://192.168.10.226:8015"; domainUrl = "http://192.168.10.128";
// domainUrl = "http://reborn.oytour.com"; //domainUrl = "http://reborn.oytour.com";
let crmLocalFileStreamDownLoadUrl = ""; let crmLocalFileStreamDownLoadUrl = "";
crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.oytour.com"; crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.oytour.com";
......
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