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

页面修改

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