Commit ea742e05 authored by liudong1993's avatar liudong1993
parents 223e3ead 644806ce
...@@ -227,6 +227,10 @@ img { ...@@ -227,6 +227,10 @@ img {
top: 425px; top: 425px;
left: -30px; left: -30px;
} }
.featureHome-vToolBar-three {
top: 535px;
right: 186px;
}
.featureHome-left-one { .featureHome-left-one {
width: 697px; width: 697px;
...@@ -296,7 +300,7 @@ img { ...@@ -296,7 +300,7 @@ img {
.featureHome-right-text .edit_div { .featureHome-right-text .edit_div {
width: 60px; width: 60px;
font-size: 60px; /* font-size: 60px; */
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: bold; font-weight: bold;
color: #2A2A2A; color: #2A2A2A;
...@@ -319,9 +323,9 @@ img { ...@@ -319,9 +323,9 @@ img {
.featureHome-right-three { .featureHome-right-three {
width: 143px; width: 143px;
height: 747px; max-height: 747px;
top: 240px; top: 240px;
right: 42px; left: 938px;
} }
.featureHomeBjH1 { .featureHomeBjH1 {
...@@ -346,37 +350,37 @@ img { ...@@ -346,37 +350,37 @@ img {
.featureHomeBj2 { .featureHomeBj2 {
left: 7px; left: 7px;
top: -18px; top: 0px;
} }
.featureHomeBj3 { .featureHomeBj3 {
left: 134px; left: 136px;
top: -25px; top: 0px;
} }
.featureHomeBj4 { .featureHomeBj4 {
left: 109px; left: 111px;
top: -43px; top: 0px;
} }
.featureHomeBj5 { .featureHomeBj5 {
left: 0; left: 0;
top: 668px; bottom: 0;
} }
.featureHomeBj6 { .featureHomeBj6 {
left: 7px; left: 7px;
top: 661px; bottom: 0;
} }
.featureHomeBj7 { .featureHomeBj7 {
left: 134px; left: 136px;
top: 634px; bottom: 0;
} }
.featureHomeBj8 { .featureHomeBj8 {
left: 109px; left: 111px;
top: 627px; bottom: 0;
} }
.featureHome-three-text .edit_div { .featureHome-three-text .edit_div {
...@@ -389,14 +393,14 @@ img { ...@@ -389,14 +393,14 @@ img {
} }
.featureHome-three-textOne { .featureHome-three-textOne {
height: 600px; max-height: 600px;
overflow: hidden; overflow: hidden;
top: 93px; top: 93px;
left: 24px; left: 24px;
} }
.featureHome-three-textTwo { .featureHome-three-textTwo {
height: 650px; max-height: 650px;
overflow: hidden; overflow: hidden;
top: 22px; top: 22px;
right: 31px; right: 31px;
......
...@@ -535,7 +535,7 @@ ...@@ -535,7 +535,7 @@
<div class="people-item"> <div class="people-item">
<span class="people-item-title">签证人数:</span> <span class="people-item-title">签证人数:</span>
<!-- {{ isVisa ? ((item.VisaNum == -1 || item.NeedVisaNum < item.VisaNum) ? item.NeedVisaNum : item.VisaNum) : item.NeedVisaNum }} --> <!-- {{ isVisa ? ((item.VisaNum == -1 || item.NeedVisaNum < item.VisaNum) ? item.NeedVisaNum : item.VisaNum) : item.NeedVisaNum }} -->
{{item.VisaNum}} {{item.VisaNum==-1?item.NeedVisaNum:item.VisaNum}}
</div> </div>
</div> </div>
<div class="d5" style="width:25%"> <div class="d5" style="width:25%">
...@@ -799,7 +799,7 @@ export default { ...@@ -799,7 +799,7 @@ export default {
); );
}, },
editItem(item) { editItem(item) {
let ArtDesigningIds = item.ArtDesigningIdList.map(x=> {return Number(x.Id)}) let ArtDesigningIds = item.ArtDesigningIdList&&item.ArtDesigningIdList.map(x=> {return Number(x.Id)})
this.TCIDs = item.TCID; this.TCIDs = item.TCID;
this.editObj = item; this.editObj = item;
this.queryData = { this.queryData = {
...@@ -814,8 +814,8 @@ export default { ...@@ -814,8 +814,8 @@ export default {
[] : [] :
item.VisaAssistantId.split(",").map((item) => Number(item)), item.VisaAssistantId.split(",").map((item) => Number(item)),
VisaNum: item.VisaNum,//(item.VisaNum == -1 || item.NeedVisaNum < item.VisaNum) ? item.NeedVisaNum : item.VisaNum VisaNum: item.VisaNum,//(item.VisaNum == -1 || item.NeedVisaNum < item.VisaNum) ? item.NeedVisaNum : item.VisaNum
ArtDesigningId: ArtDesigningIds.length>0?ArtDesigningIds.join(','):'', ArtDesigningId: ArtDesigningIds&&ArtDesigningIds.length>0?ArtDesigningIds.join(','):'',
ArtDesigningIds: ArtDesigningIds.length>0?ArtDesigningIds:0 ArtDesigningIds: ArtDesigningIds&&ArtDesigningIds.length>0?ArtDesigningIds:0
}; };
this.editNum = true; this.editNum = true;
this.showDialog = true; this.showDialog = true;
......
...@@ -708,7 +708,7 @@ ...@@ -708,7 +708,7 @@
</div> </div>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="10"> <el-col :span="6">
<el-form-item label="平台用户名"> <el-form-item label="平台用户名">
<div style="display: flex;flex-wrap: nowrap;justify-content: space-between;"> <div style="display: flex;flex-wrap: nowrap;justify-content: space-between;">
<div style="display: flex; flex-wrap: wrap;align-items: center;"> <div style="display: flex; flex-wrap: wrap;align-items: center;">
...@@ -736,15 +736,38 @@ ...@@ -736,15 +736,38 @@
<el-button v-else class="button-new-tag" size="small" @click="showInput(1)">+ 添加</el-button> <el-button v-else class="button-new-tag" size="small" @click="showInput(1)">+ 添加</el-button>
</div> </div>
</div> </div>
<div style="flex-shrink: 0;">
<span class="q-pl-lg text-grey-8" style="cursor: pointer;margin-left: 10px;color: gray;"
@click="isShow=!isShow">{{isShow?'收起':'展开'}}</span>
</div>
</div> </div>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4">
<el-form-item label="签约月结客户" prop="SigningType">
<div style="display: flex;flex-wrap: nowrap;">
<div>
<el-checkbox v-model='addMsg.SigningType'>
</el-checkbox>
</div>
<div v-if="addMsg.SigningType">
<el-upload v-if="!saveMsg || !saveMsg.length" class="upload-demo" :disabled="!addMsg.SigningType"
style="display:inline-block;position:relative;top:-1px;left:3px;" :http-request="uploadFileBtn"
:show-file-list="false" action="">
<el-button size="small" type="primary">上传签约资料</el-button>
</el-upload>
<div v-if="addMsg.SigningType && saveMsg&& saveMsg.length>0">
<template v-for="(subItem,subIndex) in saveMsg">
<a style="margin-left:20px;color:blue;cursor:pointer;" target="_blank" :key="subIndex"
@click="downloadFile(subItem.URL,subItem.FileName)">{{subItem.FileName}}</a>
<a :key="subIndex+1000" style="margin-left:20px;color:blue;cursor:pointer;"
@click="DeleteFile(subIndex)">删除</a>
</template>
</div>
</div>
</div>
</el-form-item>
</el-col>
<template v-if="isShow"> <template v-if="isShow">
<el-col :span="6"> <el-col :span="6">
<el-form-item :label="$t('salesModule.CustomerSource')" prop="CustomerSourceType"> <el-form-item :label="$t('salesModule.CustomerSource')" prop="CustomerSourceType">
...@@ -779,36 +802,10 @@ ...@@ -779,36 +802,10 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6">
<el-form-item label="签约月结客户" prop="SigningType">
<div style="display: flex;flex-wrap: nowrap;">
<div>
<el-checkbox v-model='addMsg.SigningType'>
</el-checkbox>
</div>
<div v-if="addMsg.SigningType">
<el-upload v-if="!saveMsg || !saveMsg.length" class="upload-demo" :disabled="!addMsg.SigningType"
style="display:inline-block;position:relative;top:-1px;left:3px;" :http-request="uploadFileBtn"
:show-file-list="false" action="">
<el-button size="small" type="primary">上传签约资料</el-button>
</el-upload>
<div v-if="addMsg.SigningType && saveMsg&& saveMsg.length>0">
<template v-for="(subItem,subIndex) in saveMsg">
<a style="margin-left:20px;color:blue;cursor:pointer;" target="_blank" :key="subIndex"
@click="downloadFile(subItem.URL,subItem.FileName)">{{subItem.FileName}}</a>
<a :key="subIndex+1000" style="margin-left:20px;color:blue;cursor:pointer;"
@click="DeleteFile(subIndex)">删除</a>
</template>
</div>
</div>
</div>
</el-form-item>
</el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item :label="$t('hotel.hotel_remark')" prop="remark"> <el-form-item :label="$t('hotel.hotel_remark')" prop="remark">
<el-input v-model="addMsg.remark" type="textarea" maxlength="500"></el-input> <el-input v-model="addMsg.remark" autosize type="textarea" maxlength="500"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
...@@ -835,8 +832,6 @@ ...@@ -835,8 +832,6 @@
</el-upload> </el-upload>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6">
</el-col>
</template> </template>
</el-row> </el-row>
</el-form> </el-form>
...@@ -865,7 +860,7 @@ ...@@ -865,7 +860,7 @@
<input type="button" class="normalBtn" value="保存" @click="saveUpdate()" /> <input type="button" class="normalBtn" value="保存" @click="saveUpdate()" />
</el-col> </el-col>
</el-row> </el-row>
<el-form label-width="80px"> <el-form label-width="80px" >
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="4"> <el-col :span="4">
...@@ -1304,6 +1299,7 @@ ...@@ -1304,6 +1299,7 @@
this.getList() this.getList()
}, },
clickAdd(){ clickAdd(){
this.cancelData()
this.inputValue = '' this.inputValue = ''
this.inputVisible = false this.inputVisible = false
this.addShow=true; this.addShow=true;
...@@ -1962,6 +1958,10 @@ ...@@ -1962,6 +1958,10 @@
}, },
cancelEdit() { // 取消新增 cancelEdit() { // 取消新增
this.addShow = false this.addShow = false
this.cancelData()
this.resetForm('addMsg')
},
cancelData(){
this.addMsg = { this.addMsg = {
CustomerId: 0, CustomerId: 0,
customerName: '', customerName: '',
...@@ -1991,7 +1991,6 @@ ...@@ -1991,7 +1991,6 @@
this.HousePhotos = '', this.HousePhotos = '',
this.Images = '', this.Images = '',
this.addMsgS.customerVisit.expectVisitDateTime = '' this.addMsgS.customerVisit.expectVisitDateTime = ''
this.resetForm('addMsg')
}, },
resetForm(formName) { // 重置表单 resetForm(formName) { // 重置表单
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
......
<template> <template>
<el-dialog custom-class='w800 PingFangSC' title="机票未绑团提醒" :visible.sync="outerVisibleNot" center <el-dialog custom-class='PingFangSC' title="机票未绑团提醒" :visible.sync="outerVisibleNot" center
:before-close="closeChangeMachie"> :before-close="closeChangeMachie" width="1100px">
<div v-if="UnboundDate.Type==1&&UnboundDate.TravelList&&UnboundDate.TravelList.length>0"> <div v-if="UnboundDate.Type==1&&UnboundDate.TravelList&&UnboundDate.TravelList.length>0">
<p style="font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;">团队未绑机票列表</p> <p style="font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;">团队未绑机票列表</p>
<el-table :data="UnboundDate.TravelList" tooltip-effect="dark" style="width: 100%"> <el-table :data="UnboundDate.TravelList" tooltip-effect="dark" style="width: 100%">
...@@ -36,7 +36,11 @@ ...@@ -36,7 +36,11 @@
<el-table-column prop="TicketCreateByName" label="开票人"></el-table-column> <el-table-column prop="TicketCreateByName" label="开票人"></el-table-column>
</el-table> </el-table>
</div> </div>
<div v-if="(UnboundDate.TravelList&&UnboundDate.TravelList.length==0
&&UnboundDate.AirList&&UnboundDate.AirList.length==0)||
(UnboundDate.Type==1&&UnboundDate.AirList&&UnboundDate.AirList.length==0)" style="padding: 40px 0;text-align: center;">
暂无数据
</div>
</el-dialog> </el-dialog>
</template> </template>
......
...@@ -420,7 +420,7 @@ ...@@ -420,7 +420,7 @@
</div> </div>
</div> </div>
<div class="flexOne-infor-box"> <div class="flexOne-infor-box">
<b><template v-if="msg.OrderType==1">接机</template><template v-if="msg.OrderType==2">送机</template><template v-if="msg.OrderType==3"></template>信息</b> <b><template v-if="msg.OrderType==1">接机</template><template v-if="msg.OrderType==2">送机</template><template v-if="msg.OrderType==3"></template>信息</b>
<div class="infor-list"> <div class="infor-list">
<div class="list-centent active"> <div class="list-centent active">
<li v-if="msg.OrderType!=1"> <li v-if="msg.OrderType!=1">
......
...@@ -214,7 +214,10 @@ ...@@ -214,7 +214,10 @@
CRM系统 CRM系统
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item class="clearfix _dropdown_other" @click.native="unbundlingVisible=true"> <el-dropdown-item class="clearfix _dropdown_other" @click.native="unbundlingVisible=true"
v-if="userInfo&&userInfo.DepartName&&userInfo.DepartName.indexOf('操作部')!=-1 ||(userInfo.RB_Branch_id == 1245
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('市场')==-1)">
<i class="iconfont icon-Newspaper" style="color:#f39c12"></i> <i class="iconfont icon-Newspaper" style="color:#f39c12"></i>
机票未绑团查看 机票未绑团查看
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
...@@ -1843,8 +1846,16 @@ ...@@ -1843,8 +1846,16 @@
this.GetTravelAirNotBind() this.GetTravelAirNotBind()
}else{ }else{
if(localStorage.getItem("UnboundDate")){ if(localStorage.getItem("UnboundDate")){
if(this.userInfo.DepartName.indexOf("操作部")!=-1 ||
(this.userInfo.RB_Branch_id == 1245
&& this.userInfo.DepartName.indexOf("引流")==-1
&& this.userInfo.DepartName.indexOf("市场")==-1)){
this.UnboundDate = JSON.parse(localStorage.getItem("UnboundDate")) this.UnboundDate = JSON.parse(localStorage.getItem("UnboundDate"))
// this.unbundlingVisible = true }else{
localStorage.removeItem("UnboundDate");
localStorage.removeItem("UnboundDateTime");
}
} }
} }
...@@ -1904,7 +1915,6 @@ ...@@ -1904,7 +1915,6 @@
} }
); );
} }
}, },
testApi() { testApi() {
var postMsg = { var postMsg = {
......
<template> <template>
<div :data-name="isLocked" class="edit_div" :contenteditable="canEdit" v-html="innerText" @focus="isLocked = true" <div :data-name="isLocked" class="edit_div" :contenteditable="canEdit" v-html="innerText" @focus="isLocked = true"
@blur="isLocked = false" @input="changeText"> @blur="isLocked = false" @input="changeText"
:style="{'font-size':fontSize?fontSize+'px':''}">
</div> </div>
</template> </template>
<script> <script>
export default { export default {
props: ["value", "canEdit", "textLength"], props: ["value", "canEdit", "textLength","fontSize"],
data() { data() {
return { return {
innerText: this.value, innerText: this.value,
......
...@@ -24,6 +24,15 @@ ...@@ -24,6 +24,15 @@
<el-tooltip class="item" effect="dark" :content="'尺寸'+x+'*'+y" placement="top" v-if="x&&y"> <el-tooltip class="item" effect="dark" :content="'尺寸'+x+'*'+y" placement="top" v-if="x&&y">
<div class="cursorInitial fz14">{{x}} * {{y}}</div> <div class="cursorInitial fz14">{{x}} * {{y}}</div>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="设置字体大小" placement="top" v-if="isFontSize">
<p class="row-aic">
<span class="fz14" style="flex-shrink: 0;margin-right: 3px;">字体大小</span>
<el-input size="mini" v-model="FeatureData.dataObj.ShadowFontSize" style="width: 80px;height: 28px;"></el-input>
<span class="cursorInitial fz14" style="flex-shrink: 0;margin-left: 5px;">
<span class="relative" style="top: -3px;">px</span>
</span>
</p>
</el-tooltip>
</div> </div>
<div class="column featureControls-bottom featureControls-bottomTwo" v-else> <div class="column featureControls-bottom featureControls-bottomTwo" v-else>
<template v-if="!isImg&&!isTemplate"> <template v-if="!isImg&&!isTemplate">
...@@ -76,7 +85,7 @@ ...@@ -76,7 +85,7 @@
}, },
props: ['index', 'FeatureData', 'ControlsType','isImg', 'pagesType', 'isDeletePage', props: ['index', 'FeatureData', 'ControlsType','isImg', 'pagesType', 'isDeletePage',
'isUploadImg', 'isSelectImg', 'isAddImg', 'isDeleteImg', 'isTemplate', 'Template','x','y' 'isUploadImg', 'isSelectImg', 'isAddImg', 'isDeleteImg', 'isTemplate', 'Template','x','y','isFontSize'
], ],
data() { data() {
return { return {
......
...@@ -45,30 +45,38 @@ ...@@ -45,30 +45,38 @@
</div> </div>
</div> </div>
<div class="featureHome-right"> <div class="featureHome-right">
<div class="UpgradedVersion-Hover">
<div class="featureHome-vToolBar-three absolute z-index3" v-if="FeatureItem.dataObj.SubShadowName||FeatureItem.dataObj.ShadowName">
<FeatureControls :index="index" :FeatureData="FeatureItem" :ControlsType="'row'" :isTemplate="false"
:isFontSize="true"></FeatureControls>
</div>
<div class="featureHome-right-text featureHome-right-one absolute z-index1"> <div class="featureHome-right-text featureHome-right-one absolute z-index1">
<vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.SubShadowName"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.SubShadowName" :fontSize="FeatureItem.dataObj.ShadowFontSize"></vEditDiv>
</div> </div>
<div class="featureHome-right-text featureHome-right-two absolute z-index1"> <div class="featureHome-right-text featureHome-right-two absolute z-index1">
<vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.ShadowName"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.ShadowName" :fontSize="FeatureItem.dataObj.ShadowFontSize"></vEditDiv>
</div> </div>
<div class="featureHome-right-three absolute z-index1"> </div>
<div class="featureHome-right-three relative z-index1">
<div> <div>
<div class="featureHomeBjH1 featureHomeBj1" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjH1 featureHomeBj1 absolute" :style="{'background':TripColor}">&nbsp;</div>
<div class="featureHomeBjW1 featureHomeBj2 relative" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjW1 featureHomeBj2 absolute" :style="{'background':TripColor}">&nbsp;</div>
<div class="featureHomeBjH1 featureHomeBj3 relative" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjH1 featureHomeBj3 absolute" :style="{'background':TripColor}">&nbsp;</div>
<div class="featureHomeBjW1 featureHomeBj4 relative" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjW1 featureHomeBj4 absolute" :style="{'background':TripColor}">&nbsp;</div>
</div> </div>
<div class="featureHome-three-text featureHome-three-textOne absolute"> <div class="row" style="padding: 20px 0 34px 0;">
<div class="featureHome-three-text featureHome-three-textOne" style="margin-left: 24px;margin-top: 93px;">
<vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.MainName"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.MainName"></vEditDiv>
</div> </div>
<div class="featureHome-three-text featureHome-three-textTwo absolute"> <div class="featureHome-three-text featureHome-three-textTwo" style="margin-left: 26px;">
<vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.SubName"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.SubName"></vEditDiv>
</div> </div>
</div>
<div> <div>
<div class="featureHomeBjH2 featureHomeBj5 relative" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjH2 featureHomeBj5 absolute" :style="{'background':TripColor}">&nbsp;</div>
<div class="featureHomeBjW2 featureHomeBj6 relative" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjW2 featureHomeBj6 absolute" :style="{'background':TripColor}">&nbsp;</div>
<div class="featureHomeBjH2 featureHomeBj7 relative" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjH2 featureHomeBj7 absolute" :style="{'background':TripColor}">&nbsp;</div>
<div class="featureHomeBjW2 featureHomeBj8 relative" :style="{'background':TripColor}">&nbsp;</div> <div class="featureHomeBjW2 featureHomeBj8 absolute" :style="{'background':TripColor}">&nbsp;</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -195,6 +195,9 @@ ...@@ -195,6 +195,9 @@
return detailsObj; return detailsObj;
}, },
initFeature(isReload) { initFeature(isReload) {
this.FeatureData.FeatureHtmlJson.forEach(x=>{
x.dataObj.ShadowFontSize = x.dataObj.ShadowFontSize?x.dataObj.ShadowFontSize:60
})
var oldJson = this.FeatureData.FeatureHtmlJson ? var oldJson = this.FeatureData.FeatureHtmlJson ?
JSON.parse(JSON.stringify(this.FeatureData.FeatureHtmlJson)) : JSON.parse(JSON.stringify(this.FeatureData.FeatureHtmlJson)) :
""; "";
...@@ -208,6 +211,7 @@ ...@@ -208,6 +211,7 @@
}); });
this.pageList = oldJson; this.pageList = oldJson;
this.RenderingOk = true; this.RenderingOk = true;
} else { } else {
var tripObj = this.getTripData(); var tripObj = this.getTripData();
this.pageList.forEach(pItem => { this.pageList.forEach(pItem => {
...@@ -258,6 +262,7 @@ ...@@ -258,6 +262,7 @@
} }
newObj.ShadowName = "遇见最美好的自己"; newObj.ShadowName = "遇见最美好的自己";
newObj.SubShadowName = "在古老的日本樱花街道"; newObj.SubShadowName = "在古老的日本樱花街道";
newObj.ShadowFontSize = tripObj.ShadowFontSize?tripObj.ShadowFontSize:60;
if (tripObj.scenicArray && tripObj.scenicArray.length > 0) { if (tripObj.scenicArray && tripObj.scenicArray.length > 0) {
newObj.DetailsName = tripObj.scenicArray[0].MainName; newObj.DetailsName = tripObj.scenicArray[0].MainName;
var tempImgUrl = this.homeBg2; var tempImgUrl = this.homeBg2;
......
<template> <template>
<div style="height: 100%;overflow: hidden;" v-if="RenderingOk"> <div style="height: 100%;overflow: hidden;" v-if="RenderingOk">
<!-- -->
<div class="UpgradedVersion-box2 UpgradedVersion-homebj relative" style="zoom: 0.44;" <div class="UpgradedVersion-box2 UpgradedVersion-homebj relative" style="zoom: 0.44;"
:id="'LineOfTravel'+(item*4)+'_0'+index"> >
<div class=" z-index1" style="left: 0;right: 0; top: 0;bottom: 0;"> <div class=" z-index1" style="left: 0;right: 0; top: 0;bottom: 0;">
<div :id="'LineOfTravel'+(item*4)+'_0'+index">
<Header :TripColor="dataAll.TripColor" :orderMsg="dataAll"></Header> <Header :TripColor="dataAll.TripColor" :orderMsg="dataAll"></Header>
<div class="travelDaysTitlle row-aic"> <div class="travelDaysTitlle row-aic">
<div class="travelDaysTitlle-left"> <div class="travelDaysTitlle-left">
...@@ -124,6 +124,8 @@ ...@@ -124,6 +124,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<!-- otherJourney-footer --> <!-- otherJourney-footer -->
<div class="footer"> <div class="footer">
<div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}"> <div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}">
...@@ -139,11 +141,10 @@ ...@@ -139,11 +141,10 @@
</div> </div>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"> <div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>底线</span> <span>{{pageHeight>1464?'超出内容分割到下一页':'底线'}}</span>
</div> </div>
<!-- v-if="pageHeight>1839" --> <div class="UpgradedVersion2Line absolute z-index3 row-ajc"
<!-- :style="{'top': pageHeight>2878?'2878px':pageHeight-10+'px'}" --> :style="{'top': pageHeight>1464&&pageHeight<2878?pageHeight+'px':'2878px'}">
<div class="UpgradedVersion2Line absolute z-index3 row-ajc" style="top: 2878px">
<span>底线</span> <span>底线</span>
</div> </div>
</div> </div>
......
...@@ -722,6 +722,7 @@ ...@@ -722,6 +722,7 @@
getList() { getList() {
this.loading = true this.loading = true
this.apipost("opcommission_GetOPExpectCommission", this.msg, res => { this.apipost("opcommission_GetOPExpectCommission", this.msg, res => {
this.loading=false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.OrderNum = 0 this.OrderNum = 0
this.groupNum = 0 this.groupNum = 0
......
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