Commit 6bc971a7 authored by 黄奎's avatar 黄奎

页面修改

parent 33eb8f34
...@@ -606,10 +606,13 @@ ...@@ -606,10 +606,13 @@
} }
this.$forceUpdate(); this.$forceUpdate();
}, },
//线路切换
changeLineTeamsHandler(item) { changeLineTeamsHandler(item) {
this.allTeams = false; this.allTeams = false;
this.currentLineId = item; this.currentLineId = item;
this.msg.lineId = item.LineID; this.msg.lineId = item.LineID;
this.msg.PlaceIds="";
this.msg.team=[];
}, },
//获取查询条件 //获取查询条件
getLineQuery() { getLineQuery() {
......
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
<view class="sharebox" v-if=" hideshare == false && shareData && shareData.IsShow && (shareData.Data.MaxShare>0|| shareData.Data.MyBuyCommission>0)" <view class="sharebox" v-if=" hideshare == false && shareData && shareData.IsShow && (shareData.Data.MaxShare>0|| shareData.Data.MyBuyCommission>0)"
:style="{top:topheight+'px'}"> :style="{top:topheight+'px'}">
</view> </view>
<!-- #ifdef MP-WEIXIN --> <!-- #ifdef MP-WEIXIN -->
<view @click="goback" :style="[titleStyle, { opacity: '100% !important' }]" style="position: fixed; top: 0; left: 0; padding-left: 6rpx"> <view @click="goback" :style="[titleStyle, { opacity: '100% !important' }]" style="position: fixed; top: 0; left: 0; padding-left: 6rpx">
<u-icon name="arrow-left" size="44" color="#FFF" style="margin-top: 22rpx"></u-icon> <u-icon name="arrow-left" size="44" color="#FFF" style="margin-top: 22rpx"></u-icon>
...@@ -1068,12 +1066,13 @@ ...@@ -1068,12 +1066,13 @@
`${this.dataList.currentPriceInfo?.startDate+'_'}${this.dataList.ltName.replace(/\s+/g,"").replaceAll("/","")}` `${this.dataList.currentPriceInfo?.startDate+'_'}${this.dataList.ltName.replace(/\s+/g,"").replaceAll("/","")}`
if (this.delMsg.lineId && (this.delMsg.lineId == 168 || this.delMsg.lineId == 119)) { if (this.delMsg.lineId && (this.delMsg.lineId == 168 || this.delMsg.lineId == 119)) {
fileName = `${this.dataList.currentPriceInfo?.startDate+'_'} ` fileName = `${this.dataList.currentPriceInfo?.startDate+'_'} `
if (this.dataList.title.length > 80) { if (this.dataList.title.length > 50) {
fileName += this.dataList.title.substring(0, 80); fileName += this.dataList.title.substring(0, 50);
} else { } else {
fileName += this.dataList.title; fileName += this.dataList.title;
} }
} }
console.log(fileName,"fileName");
const filePath = wx.env.USER_DATA_PATH + `/${fileName}.pdf` const filePath = wx.env.USER_DATA_PATH + `/${fileName}.pdf`
uni.downloadFile({ uni.downloadFile({
url: url, url: url,
......
...@@ -307,9 +307,9 @@ ...@@ -307,9 +307,9 @@
} }
this.msg.MiniAppUserId = this.userInfo.UserId; this.msg.MiniAppUserId = this.userInfo.UserId;
this.msg.CustomerId = this.b2b_user_info.customerId; this.msg.CustomerId = this.b2b_user_info.customerId;
this.msg.DirectCustomerId=this.b2b_user_info.directCustomerId this.msg.DirectCustomerId = this.b2b_user_info.directCustomerId
this.apipost( this.apipost(
"sellorder_post_GetTravelOrderAppletList", "sellorder_post_GetTravelOrderAppletList",
this.msg, this.msg,
(res) => { (res) => {
uni.hideLoading(); uni.hideLoading();
......
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