diff --git a/common/config.js b/common/config.js index dd53ce3..dae712e 100644 --- a/common/config.js +++ b/common/config.js @@ -6,6 +6,7 @@ const PROT = "http://" // const ROOTHOST = "47.75.182.93:8090"; // const ROOTHOST = "1.92.152.160"; const ROOTHOST = "1.92.152.160"; +const ROOTHOST1 = "sausers.blxinchuang.com"; // const ROOTHOST = "192.168.2.15:8187"; // const ROOTHOST = "120.46.52.165"; // const ROOTHOST = "192.168.0.115:8187"; @@ -33,7 +34,7 @@ const checkdomain = (ROOTHOST) => { const ROOTPATH = (checkdomain(ROOTHOST) ? "https://" : "http://") + ROOTHOST + "/sqx_fast"; const ROOTPATH1 = (checkdomain(ROOTHOST) ? "https://" : "http://") + ROOTHOST + "/sqx_fast"; const ROOTPATH2 = "wss://" + ROOTHOST + "/wss/websocket/"; //联系客服 -const ROOTPATH3 = "wss://" + ROOTHOST + "/wss/chatSocket/"; //聊天 +const ROOTPATH3 = "wss://" + ROOTHOST1 + "/wss/chatSocket/"; //聊天 const WEBSOCKETADDRESS = "ws://" + ROOTHOST + "/sqx_fast/ws/"; //退出软件后台后将用户状态置为离线 const UPLOAD_PATH = ROOTPATH1 + '/alioss/upload'; @@ -60,11 +61,12 @@ const WS_UPLOAD_RECORDER_PATH = WS_BASE_PATH + 'monitorWebSocket/'; module.exports = { PROT, ROOTHOST, + ROOTHOST1, APIHOST: ROOTPATH, APIHOST1: ROOTPATH1, WSHOST: ROOTPATH2, UPLOAD_PATH, - // WSHOST1: ROOTPATH3 + WSHOST1: ROOTPATH3, TX_MAP_KEY, WS_BASE_PATH, WS_UPLOAD_MAP_PATH, diff --git a/components/its-calendar/its-calendar.vue b/components/its-calendar/its-calendar.vue index 0fae617..9a2d5a5 100644 --- a/components/its-calendar/its-calendar.vue +++ b/components/its-calendar/its-calendar.vue @@ -9,10 +9,10 @@ - item.timeStamp) || (msformatArr.indexOf(item.hours) !== -1 ) ? '#999999' : '')},{'background':((nowTimes > item.timeStamp) || (msformatArr.indexOf(item.hours) !== -1 ) ? '#fff' : '')},{'fontSize':((nowTimes < item.timeStamp) && (msformatArr.indexOf(item.hours) !== -1 )) || (msformatArr.indexOf(item.hours) !== -1 ) ? '32rpx' : '30rpx'}, {'letter-spacing':((nowTimes < item.timeStamp) && (msformatArr.indexOf(item.hours) !== -1 )) || (msformatArr.indexOf(item.hours) !== -1 ) ? '4rpx' : '0rpx'}]"> {{ ((nowTimes < item.timeStamp) && (msformatArr.indexOf(item.hours) !== -1)) || (msformatArr.indexOf(item.hours) !== -1) ? '约满' : item.hours }} @@ -46,7 +46,7 @@ dayArr: [], hostArr: [], day_index: 0, - host_index: '', + host_index: [], host_All: [], nowTimes: '', isShow: true, @@ -161,21 +161,28 @@ }, // 点击时间 hosts(e) { - if ( (this.nowTimes < e.timeStamp) && (this.msformatArr.indexOf(e.hours) == -1)) { - this.host_All = e - this.host_index = e.timeStamp + var aa=[]; + if ( (this.nowTimes < e.timeStamp) && ( this.msformatArr.indexOf(e.hours)=== -1)) { + // this.host_All.push(e); + // this.host_index.push(e.timeStamp); + var index=this.host_index.indexOf(e.timeStamp) + if (index === -1) { + this.host_All.push(e); + this.host_index.push(e.timeStamp); + } else { + this.host_All.splice(index, 1); + this.host_index.splice(index, 1); + } } - }, // 点击立即预约 sub() { - console.log(this.host_All); delete this.host_All.timeStamp; - if (this.host_index == '') { + if (this.host_index == []) { this.$queue.showToast('请选择时间') } else { let day = this.dayArr[this.day_index] @@ -183,10 +190,11 @@ let comTime = { days: day.days, weeks: day.weeks, - hours: this.host_All.hours, - timeStamp: this.host_All.timeStamp, + hours: this.host_All, + timeStamp: this.host_All, time: time } + console.log("点击立即预约",comTime); this.$emit('getTime', comTime); } }, @@ -281,11 +289,12 @@ margin: 10rpx 0; font-size: 30rpx; color: #333333; + // background-color: #E8FAE1; } .time_x_sty { background-color: #E8FAE1; - color: #096f4b !important; + color: #096f4b; } } diff --git a/manifest.json b/manifest.json index ffded07..8397946 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,8 @@ "Maps" : {}, "Camera" : {}, "Record" : {}, - "Push" : {} + "Push" : {}, + "VideoPlayer" : {} }, /* 应用发布信息 */ "distribute" : { @@ -140,7 +141,17 @@ } }, "splashscreen" : { - "useOriginalMsgbox" : false + "useOriginalMsgbox" : false, + "androidStyle" : "default", + "android" : { + "hdpi" : "static/480-762.png", + "xhdpi" : "static/720-1242.png", + "xxhdpi" : "static/1080-1882.png" + }, + "iosStyle" : "common", + "ios" : { + "storyboard" : "C:/Users/pc/Desktop/CustomStoryboard.zip" + } } }, "nativePlugins" : { diff --git a/my/commission/index.css b/my/commission/index.css index 8ca3571..50a2047 100644 --- a/my/commission/index.css +++ b/my/commission/index.css @@ -9,7 +9,7 @@ #IntegralStatisticsTop { display: flex; - height: 220px; + height:200px; border-radius: 10px; padding-top: 14px; flex-wrap: wrap; @@ -17,7 +17,6 @@ #IntegralStatisticsBottom { position: relative; - top: 50px; margin: auto; } @@ -38,7 +37,7 @@ .innerTopRight { height: fit-content; - font-size: 30rpx; + font-size: 24rpx; display: flex; justify-content: right; color: #FFFFFF; @@ -55,6 +54,7 @@ height: fit-content; display: flex; justify-content: flex-start; + margin-bottom: 10rpx; } .innerBottomOfTop { @@ -64,11 +64,12 @@ } .innerBottom { - height: 200px; - margin: 0rpx 24rpx; - background-color: #FFFFFF; + width: 100%; + height: 210px; + margin: 12rpx 24rpx; + background:#fffbf8 url('../../static/purse2.png'); + background-size: 100% 120%; border-radius: 10px; - padding: 10rpx 16rpx; } @@ -78,14 +79,12 @@ grid-template-rows: auto; grid-template-columns: 95px 95px; grid-gap: 0px; + margin-left: 50rpx; } .IntegralClassify { - height: 80px; display: flex; flex-wrap: wrap; - justify-content: center; - align-items: center; flex-direction: column; } @@ -94,7 +93,8 @@ } .IntegralClassifyInnerBottom { - margin-top: 10px; + font-size: 24rpx; + margin-top: 4rpx; } .IntegralImport { @@ -104,7 +104,6 @@ flex-direction: column; justify-content: space-around; align-items: center; - margin-top: 10px; font-size: 16px; position: relative; top: calc((100% - 100px) /2); @@ -127,9 +126,8 @@ flex-wrap: wrap; flex-direction: column; overflow: auto; - background-color: #FFFFFF; border-radius: 10px; - margin: 0rpx 30rpx; + margin: 0rpx 24rpx; } .optionsDetailImport { @@ -158,10 +156,12 @@ display: none; } .innerTimer{ - font-size: 13px; - margin-top: 5px; - color: #999; + font-size: 14px; + color: #ffffff; margin-right: 10px; + padding: 10rpx 20rpx; + background: linear-gradient(90deg, #ffdf96, #feca76); + border-radius: 20rpx 0 30rpx 0; } .activeTab { color: #0aa86a; @@ -245,6 +245,8 @@ } .middleTop { + margin: 0 auto; + width: 90%; display: flex; flex-direction: row; justify-content: center; @@ -269,4 +271,35 @@ padding: 8rpx 20rpx; border-radius: 15rpx; background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); - } \ No newline at end of file + } + .middele-icon-back{ + margin-top:10rpx; + } + .middele-img{ + width: 80rpx; + height: 80rpx; + padding: 40rpx; + background:#ffefca url('../../static/purse.png')19rpx 19rpx; + background-size: 60% 60%; + border-radius: 30rpx; + background-repeat: no-repeat; + } + .middele-title{ + margin-left: 15rpx; + } + .IntegralClassifyta{ + display: flex; + justify-content: center; + align-items: center; + } + .middele-color{ + color: #ff873a; + font-size: 40rpx; + font-weight: bold; + } + .middele-wold{ + font-size: 40rpx; + font-weight: bold; + } + + \ No newline at end of file diff --git a/my/commission/index.vue b/my/commission/index.vue index 8fb9d13..39d431d 100644 --- a/my/commission/index.vue +++ b/my/commission/index.vue @@ -21,21 +21,21 @@ - - - - {{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }} - - - 本期收益(元) + + + + {{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }} + + 本期收益(元) + + - - + {{this.homePageDataNum.projectBenefits ? this.homePageDataNum.projectBenefits : 0 }} @@ -43,7 +43,7 @@ - + {{this.homePageDataNum.vehicleFareAmount ? this.homePageDataNum.vehicleFareAmount : 0 }} @@ -119,7 +119,7 @@ - @@ -488,7 +488,7 @@ margin-bottom: 5px; } .mian-foot-list{ - width: 73%; + width: 72%; display: flex; flex-direction: column; } @@ -508,7 +508,6 @@ width: 100%; display: flex; flex-direction: row; - align-items: center; justify-content: space-between; } .shouyi-text{ @@ -534,8 +533,7 @@ font-size: 25rpx; text-align: center; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); - border-top-left-radius: 21rpx; - border-bottom-right-radius: 21rpx; + border-radius: 8rpx 20rpx 20rpx 8rpx ; } .mian-head{ width: 100%; @@ -548,14 +546,13 @@ margin-bottom: 10px; } .mian-view{ - width: 95%; + width: 100%; background-color: #fff; - padding: 12px; + padding:22rpx 26rpx; border-radius: 24rpx; display: flex; flex-direction: column; - margin: 26rpx auto; - + margin: 12rpx auto; } diff --git a/my/fund/index.vue b/my/fund/index.vue index e12afa3..bc2de5a 100644 --- a/my/fund/index.vue +++ b/my/fund/index.vue @@ -64,7 +64,7 @@ 备注: {{item.title}} - diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index 3516e9b..647c943 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -19,10 +19,9 @@ + class="mian-top-head-img"> - {{order.entryName}} 待服务 @@ -35,20 +34,19 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 - - 项目价格: - + 项目价格: + {{order.priceMarkup}} - - {{order.massageNum}} @@ -60,9 +58,10 @@ - 客户信息: - - + 客户信息: + + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -75,223 +74,220 @@ - 服务地址: - + 服务地址: + {{order.address}} - - 项目信息 - - + + 订单信息 + + - 订单编号 - + 订单编号 + {{order.ordersNo}} - + - 预约时间 - {{order.serveTime}} + 预约时间 + {{order.serveTime}} - 下单时间 - {{order.createTime}} + 下单时间 + {{order.createTime}} - - - 订单费用 - - - - - {{order.packageType=='104'?'套餐':order.packageType=='105'?'次卡':order.packageType=='106'?'疗程':'其他'}}名称 - - {{order.oldOrdersMassageList[0].userPackageDetail.mainTitle}} - + + 服务备注 + + + 提前结束原因 + + + + + 订单费用 + + + + + + + + - 服务项目 - + 服务项目 + {{order.oldEntryName}} - 项目金额 - ¥{{order.oldMassagePrice}} + 服务时长 + {{order.oldMassageDuration}}分钟 - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} + 项目金额 + ¥{{order.oldPriceMarkup}} - 会员减免 - -¥{{order.vipReductionMoney}} + 会员减免 + -¥{{order.oldVipReductionMoney}} + + + 项目小计: + {{order.oldMassageMoney}} + - 是否提前结束 - {{order.earlyFinishReason!=null?'是':'-'}} + 优惠券 + -¥{{order.couponMoney}} + - - - 提前结束原因 - + + 收益小计: + + ¥{{order.oldProjectBenefits}} + + ¥{{order.projectBenefits}} + + + + 出行费用 + - - - 出行费用 - - - - 出行方式 - 公交 - 出租 - 免费 + 出行方式 + 公交 + 出租 + 免费 - 全程距离 - {{order.km}}km + 全程距离 + {{order.km}}km - 车费收益 - ¥{{order.artificerTaxiMoney}} + 出行费用 + ¥{{order.usualTravelMoney}} - - - 优惠卷信息 - - - - - 优惠券 - -¥{{order.couponMoney}} - - + + 夜间出行 + ¥{{order.nightTravelMoney}} - - - 加钟信息 - - - - - 是否加钟 - {{order.addNum!=null?'是':'否'}} + + 收益小计: + ¥{{order.artificerTaxiMoney}} + + + + 升级服务 + - 服务项目 - {{order.addEntryName!=null?order.addEntryName:'-'}} + 服务项目 + {{order.entryName}} - 项目价格 - ¥{{order.addPrice}} - - + 服务时长 + {{order.duration}}分钟 - 会员减免 - -¥{{order.addVipReductionMoney}} + 项目金额 + ¥{{order.priceMarkup}} + - - 服务时长 - {{order.addTime}}分钟 + 升级差价 + ¥{{(order.priceMarkup - order.oldPriceMarkup).toFixed(2)}} - - - - 加钟收益 - - - {{order.addArtificerMoney}} + + 会员减免 + -¥{{order.vipReductionMoney}} + + + 收益小计: + {{order.projectBenefits}} - - - - - 服务升级 - - - - - 是否升级 - {{order.oldOrdersId!=null?'是':'否'}} - - - 升级前项目 - {{order.oldEntryName}} - - - 升级前价格 - ¥{{order.oldMassagePrice}} - - - - - 会员减免 - -¥{{order.vipReductionMoney}} - - - 升级后价格 - ¥{{order.massagePrice}} - - - - - 会员减免 - -¥{{order.vipReductionMoney}} - - - 支付差价 - ¥{{order.payMoney}} - - - - - 升级收益 - - - {{order.artificerMoney}} + + + + 加钟信息 + + + + 服务项目 + {{order.addEntryName}} + + + 服务时长 + {{order.addTime}}分钟 + + + 项目金额 + ¥{{order.addPriceMarkup}} + - + + + 会员减免 + -¥{{order.addVipReductionMoney}} + + + 收益小计: + + ¥{{order.addProjectBenefits}} - - - - - 预计收益 - - - - - 提成比例 - {{order.artificerRate*100}}% + + + 预计收益 + - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} + 提成比例 + {{order.artificerRate*100}}% - - 车费收益 - ¥{{order.artificerTaxiMoney}} + 项目收益 + ¥{{order.oldProjectBenefits}} + ¥{{order.projectBenefits}} + + + 车费收益 + ¥{{order.artificerTaxiMoney}} + + + 升级收益 + ¥{{order.projectBenefits!=null?order.projectBenefits:'-'}} - 加钟收益 - ¥{{order.addArtificerMoney!=null?order.addArtificerMoney:'-'}} + 加钟收益 + ¥{{order.addProjectBenefits!=null?order.addProjectBenefits:'-'}} - 升级收益 - ¥{{order.artificerMoney!=null?order.artificerMoney:'-'}} + 门店分佣 + -¥{{order.shopMoneyTotal}} + + + 经纪人分佣 + -¥{{order.jjrArtificerDeductMoneyTotal}} + + + 分销员分佣 + -¥{{order.fxyArtificerDeductMoneyTotal}} @@ -304,60 +300,67 @@ - - - 备注 - - - - - - - - - 备注 - - - - - - - - 服务前照片 - - - - - + + + + 开始备注 + + + + - - - 服务前照片 + + + 开始备注 + + + + + - - - - - - - + + 服务前照片 + + + + + + + + + + 服务前照片 + + + + + + + + + - - - - - 上传照片 + + + + 上传照片 + @@ -373,10 +376,9 @@ + class="mian-top-head-img"> - {{order.entryName}} 待服务 @@ -389,20 +391,19 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 - - 项目价格: - + 项目价格: + - {{order.massagePrice}} + {{order.priceMarkup}} - - {{order.massageNum}} @@ -414,9 +415,10 @@ - 客户信息: - - + 客户信息: + + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -429,152 +431,176 @@ - 服务地址: - + 服务地址: + {{order.address}} - - 项目信息 - - + + 订单信息 + + - 订单编号 - + 订单编号 + {{order.ordersNo}} - + - - 下单时间 - {{order.createTime}} + 预约时间 + {{order.serveTime}} - 预约时间 - {{order.serveTime}} + 下单时间 + {{order.createTime}} - - 出行方式 - 公交 - 出租 - 免费 + + 服务备注 + + + + 提前结束原因 + + + + + 订单费用 + - 全程距离 - {{order.km}}km - - - 车费收益 - ¥{{order.artificerTaxiMoney}} - - - 服务项目 - + 服务项目 + {{order.entryName}} - 项目金额 - ¥{{order.massagePrice}} + 服务时长 + {{order.duration}}分钟 - 优惠券 - -¥{{order.couponMoney}} - - + 项目金额 + ¥{{order.priceMarkup}} - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} + 会员减免 + -¥{{order.vipReductionMoney}} - - 会员减免 - -¥{{order.vipReductionMoney}} - - - 是否提前结束 - {{order.earlyFinishReason!=null?'是':'-'}} - - - 提前结束原因 - - - - - 加钟信息 - - - - - 是否加钟 - {{order.addNum!=null?'是':'-'}} - - - 服务项目 - {{order.addEntryName}} - - - 项目价格 - ¥{{order.addPrice}} - - - - - 会员减免 - -¥{{order.addVipReductionMoney}} - - - 服务时长 - {{order.addTime}}分钟 - - - - 加钟费用 - ¥{{order.addMoney}} - - - - - 小计 - - - {{order.addArtificerMoney}} + + 项目小计: + {{order.massageMoney}} - - - - - - 预计收益 - - - - - 提成比例 - {{order.artificerRate*100}}% - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} + 优惠券 + -¥{{order.couponMoney}} + - - - - 车费收益 - ¥{{order.artificerTaxiMoney}} + + 收益小计: + + ¥{{order.oldProjectBenefits}} + + ¥{{order.projectBenefits}} + + + + 出行费用 + + + + 出行方式 + 公交 + 出租 + 免费 - 加钟收益 - ¥{{order.addArtificerMoney!=null?order.addArtificerMoney:'-'}} + 全程距离 + {{order.km}}km + + 出行费用 + ¥{{order.usualTravelMoney}} + + + 夜间出行 + ¥{{order.nightTravelMoney}} + + + 收益小计: + ¥{{order.artificerTaxiMoney}} + + + + 加钟信息 + + + + 服务项目 + {{order.addEntryName}} + + + 服务时长 + {{order.addTime}}分钟 + + + 项目金额 + ¥{{order.addPriceMarkup}} + - + + + 会员减免 + -¥{{order.addVipReductionMoney}} + + + 收益小计: + + ¥{{order.addProjectBenefits}} + + + + 预计收益 + + + + 提成比例 + {{order.artificerRate*100}}% + + + 项目收益 + ¥{{order.oldProjectBenefits}} + ¥{{order.projectBenefits}} + + + 车费收益 + ¥{{order.artificerTaxiMoney}} + + + 加钟收益 + ¥{{order.addProjectBenefits!=null?order.addProjectBenefits:'-'}} + + + 门店分佣 + -¥{{order.shopMoneyTotal}} + + + 经纪人分佣 + -¥{{order.jjrArtificerDeductMoneyTotal}} + + + 分销员分佣 + -¥{{order.fxyArtificerDeductMoneyTotal}} + 技师收益 @@ -585,67 +611,72 @@ - - - 备注 - - - - - - - - - 备注 - - - - - - - - 服务前照片 - - - - - + + + + 开始备注 + + + + - - - 服务前照片 + + + 开始备注 + + + + + - - - - - - - + + 服务前照片 + + + + + + + + + + 服务前照片 + + + + + + + + + - - - - - 上传照片 + + + + 上传照片 + - - @@ -656,10 +687,9 @@ + class="mian-top-head-img"> - {{order.entryName}} 待服务 @@ -672,20 +702,19 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 - - 项目价格: - + 项目价格: + {{order.priceMarkup}} - - {{order.massageNum}} @@ -696,9 +725,10 @@ - 客户信息: - - + 客户信息: + + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -711,103 +741,144 @@ - 服务地址: - + 服务地址: + {{order.address}} - - 项目信息 - - + + 订单信息 + + - 订单编号 - + 订单编号 + {{order.ordersNo}} - + - 服务项目 - + 预约时间 + {{order.serveTime}} + + + 下单时间 + {{order.createTime}} + + + 服务备注 + + + + 提前结束原因 + + + + + 订单费用 + + + + 服务项目 + {{order.entryName}} - 下单时间 - {{order.createTime}} + 服务时长 + {{order.duration}}分钟 - 预约时间 - {{order.serveTime}} + 项目金额 + ¥{{order.priceMarkup}} + + + 会员减免 + -¥{{order.vipReductionMoney}} + + + 项目小计: + {{order.massageMoney}} + + + + 优惠券 + -¥{{order.couponMoney}} + - + + + 收益小计: + + ¥{{order.oldProjectBenefits}} + + ¥{{order.projectBenefits}} + + + + 出行费用 + - 出行方式 - 公交 - 出租 - 免费 + 出行方式 + 公交 + 出租 + 免费 - 全程距离 - {{order.km}}km + 全程距离 + {{order.km}}km - 车费收益 - ¥{{order.artificerTaxiMoney}} + 出行费用 + ¥{{order.usualTravelMoney}} + + + 夜间出行 + ¥{{order.nightTravelMoney}} + + + 收益小计: + ¥{{order.artificerTaxiMoney}} + + + + 预计收益 + - 项目金额 - ¥{{order.priceMarkup}} + 提成比例 + {{order.artificerRate*100}}% - 优惠券 - -¥{{order.couponMoney}} - - + 项目收益 + ¥{{order.oldProjectBenefits}} + ¥{{order.projectBenefits}} - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} - - - 会员减免 - -¥{{order.vipReductionMoney}} - - - 是否提前结束 - {{order.earlyFinishReason!=null?'是':'-'}} - - - 提前结束原因 - - - - - 预计收益 - - - - - 提成比例333 - {{order.artificerRate*100}}% - - - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} - - - - 车费收益 - ¥{{order.artificerTaxiMoney}} + 车费收益 + ¥{{order.artificerTaxiMoney}} + + 门店分佣 + -¥{{order.shopMoneyTotal}} + + + 经纪人分佣 + -¥{{order.jjrArtificerDeductMoneyTotal}} + + + 分销员分佣 + -¥{{order.fxyArtificerDeductMoneyTotal}} + 技师收益 @@ -818,65 +889,71 @@ - - - 备注 - - - - - - - - - 备注 - - - - - - - - 服务前照片 - - - - - + + + + 开始备注 + + + + - - - 服务前照片 + + + 开始备注 + + + + + - - - - - - - + + 服务前照片 + + + + + + + + + + 服务前照片 + + + + + + + + + - - - - - 上传照片 + + + + 上传照片 + - @@ -891,10 +968,9 @@ + class="mian-top-head-img"> - {{order.entryName}} 待服务 @@ -907,20 +983,19 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 - - 项目价格: - + 项目价格: + {{order.massagePrice}} - - {{order.massageNum}} @@ -932,9 +1007,10 @@ - 客户信息: - - + 客户信息: + + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -947,108 +1023,133 @@ - 服务地址: - + 服务地址: + {{order.address}} - - 项目信息 - - + + 订单信息 + + - 订单编号 - + 订单编号 + {{order.ordersNo}} - + - - 下单时间 - {{order.createTime}} + 预约时间 + {{order.serveTime}} - 预约时间 - {{order.serveTime}} + 下单时间 + {{order.createTime}} - - 出行方式 - 公交 - 出租 - 免费 + + 服务备注 + + + + 提前结束原因 + + + + + 订单费用 + - 全程距离 - {{order.km}}km - - - 车费收益 - ¥{{order.artificerTaxiMoney}} - - - - {{order.packageType=='104'?'套餐':order.packageType=='105'?'次卡':order.packageType=='106'?'疗程':'其他'}}名称 - - + + {{order.packageType=='104'?'套餐':order.packageType=='105'?'次卡':order.packageType=='106'?'疗程':order.packageType=='111'?'团购':order.packageType=='112'?'秒杀':'其他'}}名称 + + {{order.ordersMassageList[0].userPackageDetail.mainTitle}} - 服务项目 - + 服务项目 + {{order.entryName}} - 项目金额 - ¥{{order.massagePrice}} + 服务时长 + {{order.duration}}分钟 - 优惠券 - -¥{{order.couponMoney}} - - + 项目金额 + ¥{{order.priceMarkup}} + + + 收益小计: + {{order.projectBenefits}} + + + + + 出行费用 + + + + 出行方式 + 公交 + 出租 + 免费 - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} + 全程距离 + {{order.km}}km - 是否提前结束 - {{order.earlyFinishReason!=null?'是':'-'}} + 出行费用 + ¥{{order.usualTravelMoney}} - - 提前结束原因 - + + 夜间出行 + ¥{{order.nightTravelMoney}} - - - 预计收益 - - - - - 提成比例 - {{order.artificerRate*100}}% + + 收益小计: + ¥{{order.artificerTaxiMoney}} + + + + 预计收益 + - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} + 提成比例 + {{order.artificerRate*100}}% - - 车费收益 - ¥{{order.artificerTaxiMoney}} + 项目收益 + ¥{{order.projectBenefits}} + + 车费收益 + ¥{{order.artificerTaxiMoney}} + + + 门店分佣 + -¥{{order.shopMoneyTotal}} + + + 经纪人分佣 + -¥{{order.jjrArtificerDeductMoneyTotal}} + + + 分销员分佣 + -¥{{order.fxyArtificerDeductMoneyTotal}} + 技师收益 @@ -1059,65 +1160,71 @@ - - - 备注 - - - - - - - - - 备注 - - - - - - - - 服务前照片 - - - - - + + + + 开始备注 + + + + - - - 服务前照片 + + + 开始备注 + + + + + - - - - - - - + + 服务前照片 + + + + + + + + + + 服务前照片 + + + + + + + + + - - - - - 上传照片 + + + + 上传照片 + - @@ -1129,10 +1236,9 @@ + class="mian-top-head-img"> - {{order.entryName}} 待服务 @@ -1145,20 +1251,19 @@ 确认接单 - 服务时长: {{order.duration}}分钟 + 服务时长:{{order.duration}}分钟 - - 项目价格: - + 项目价格: + {{order.massagePrice}} - - {{order.massageNum}} @@ -1170,9 +1275,10 @@ - 客户信息: - - + 客户信息: + + {{order.userName}} {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} @@ -1185,155 +1291,167 @@ - 服务地址: - + 服务地址: + {{order.address}} - - 项目信息 - - + + 订单信息 + + - 订单编号 - + 订单编号 + {{order.ordersNo}} - + - - 下单时间 - {{order.createTime}} + 预约时间 + {{order.serveTime}} - 预约时间 - {{order.serveTime}} + 下单时间 + {{order.createTime}} - - 出行方式 - 公交 - 出租 - 免费 + + 服务备注 + + + + 提前结束原因 + + + + + 订单费用 + - 全程距离 - {{order.km}}km - - - {{order.packageType=='104'?'套餐':order.packageType=='105'?'次卡':order.packageType=='106'?'疗程':'其他'}}名称 - + + {{order.packageType=='104'?'套餐':order.packageType=='105'?'次卡':order.packageType=='106'?'疗程':order.packageType=='111'?'团购':order.packageType=='112'?'秒杀':'其他'}}名称 + + {{order.ordersMassageList[0].userPackageDetail.mainTitle}} - 服务项目 - + 服务项目 + {{order.entryName}} - 车费收益 - ¥{{order.artificerTaxiMoney}} + 服务时长 + {{order.duration}}分钟 - 项目金额 - ¥{{order.massagePrice}} + 项目金额 + ¥{{order.priceMarkup}} - - 优惠券 - -¥{{order.couponMoney}} - - - - - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} - - - 是否提前结束 - {{order.earlyFinishReason!=null?'是':'-'}} - - - 提前结束原因 - - - - - 加钟信息 - - - - - 是否加钟 - {{order.addNum!=null?'是':'-'}} - - - 服务项目 - {{order.addEntryName!=null?order.addEntryName:'-'}} - - - 项目价格 - ¥{{order.addPrice}} - - - - - 会员减免 - -¥{{order.addVipReductionMoney}} - - - 服务时长 - {{order.addTime}}分钟 - - - - 加钟费用 - ¥{{order.addMoney}} - - - - - 加钟收益 - - - {{order.addArtificerMoney}} + + 收益小计: + {{order.projectBenefits}} - - - - - 预计收益 - - - - - 提成比例 - {{order.artificerRate*100}}% + + + 出行费用 + + + + 出行方式 + 公交 + 出租 + 免费 - 项目收益 - ¥{{order.oldProjectBenefits}} - ¥{{order.projectBenefits}} - - - - - 车费收益 - ¥{{order.artificerTaxiMoney}} + 全程距离 + {{order.km}}km - 加钟收益 - ¥{{order.addArtificerMoney!=null?order.addArtificerMoney:0}} + 出行费用 + ¥{{order.usualTravelMoney}} + + 夜间出行 + ¥{{order.nightTravelMoney}} + + + 收益小计: + ¥{{order.artificerTaxiMoney}} + + + + 加钟信息 + + + + 服务项目 + {{order.addEntryName!=null?order.addEntryName:'-'}} + + + 服务时长 + {{order.addTime}}分钟 + + + 项目金额 + ¥{{order.addPriceMarkup}} + - + + + 会员减免 + -¥{{order.addVipReductionMoney}} + + + 收益小计: + + ¥{{order.addProjectBenefits}} + + + + 预计收益 + + + + 提成比例 + {{order.artificerRate*100}}% + + + 项目收益 + ¥{{order.oldProjectBenefits}} + ¥{{order.projectBenefits}} + + + 车费收益 + ¥{{order.artificerTaxiMoney}} + + + 加钟收益 + ¥{{order.addArtificerMoney!=null?order.addArtificerMoney:0}} + + + 门店分佣 + -¥{{order.shopMoneyTotal}} + + + 经纪人分佣 + -¥{{order.jjrArtificerDeductMoneyTotal}} + + + 分销员分佣 + -¥{{order.fxyArtificerDeductMoneyTotal}} + 技师收益 @@ -1344,69 +1462,73 @@ - - - 备注 - - - - - - - - - 备注 - - - - - - - - 服务前照片 - - - - - + + + + 开始备注 + + + + - - - 服务前照片 + + + 开始备注 + + + + + - - - - - - - + + 服务前照片 + + + + + + + + + + 服务前照片 + + + + + + + + + - - - - - 上传照片 + + + + 上传照片 + - - - 现在出发 @@ -1414,21 +1536,19 @@ 我已到达 - + 开始服务 - + 服务完成 - + v-if="order.status == 9&&!order.refusalContentl"> 确认接单 - + 拒单申请 @@ -1443,7 +1563,8 @@ - + + @@ -1485,24 +1606,23 @@ 服务承诺 - + 顾客评价 - + {{item.title}} 特殊情况备注 - + @@ -1526,13 +1646,14 @@ x --> - + 拒单申请原因 - + @@ -1548,20 +1669,22 @@ - \ No newline at end of file + + .title-font { + font-size: 30rpx; + color: #666666; + } + + .value-font { + font-size: 30rpx; + color: #333333; + } + + .jusitify-line-end { + height: 1px; + border-bottom: 1px #e5e5e5 solid; + margin: 30rpx 0; + } + diff --git a/pages.json b/pages.json index e9caab2..071921c 100644 --- a/pages.json +++ b/pages.json @@ -59,9 +59,9 @@ { "path": "pages/video/index", "style": { - "navigationBarTitleText": "视频", + "navigationBarTitleText": "视频圈", "app-plus": { - "titleNView": false + "titleNView": true } } }, diff --git a/pages/index/addClock.vue b/pages/index/addClock.vue index 42c9ad5..db90a20 100644 --- a/pages/index/addClock.vue +++ b/pages/index/addClock.vue @@ -2,21 +2,24 @@ + + + + {{titleData}} + {{earnings}} + + 当前周期 - {{startTime}}~{{endTime}} + {{startTime}}~{{endTime}} - 往期{{orderType=='2'?'加钟率':'充值率'}} - - - {{earnings}} - - {{titleData}} + + 往期{{orderType=='2'?'加钟率':'充值率'}} @@ -298,8 +301,8 @@ margin-bottom: 10px; } .tapNav-list{ - width: 94%; - margin: 8rpx auto; + background: #fff; + width:100%; display: flex; flex-direction:row; align-items: center; @@ -486,70 +489,65 @@ flex-direction: column; } .header-bottom-money{ - font-weight: bold; - font-size: 49rpx; - color: #FFFFFF; + font-weight: bold; + font-size: 49rpx; + color: #00b198; + margin-bottom: 3px; + } + .header-bottom{ + align-items: end; } .header-top-btn{ width: 174rpx; height: 49rpx; - line-height: 49rpx; + line-height: 46rpx; text-align: center; font-size: 26rpx; - color: #333333; - background: #FFFFFF; + background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); border-radius: 24rpx; + color: #fff; } .header-text{ font-weight: 400; font-size: 26rpx; - color: #FFFFFF; + color: #00b198; margin-right: 8rpx; } .header-text1{ font-weight: 400; font-size: 24rpx; - color: #019c88; + color: #00b198; margin-right: 8rpx; border-radius: 30rpx; - background: #fff; - padding: 1rpx 10rpx; - } - .header-top-left image{ - width: 24.31rpx; - height:22.92rpx; - margin-right: 2px; - margin-top: 3px; } .header-top-left{ - display: flex; - flex-direction: row; - justify-content: space-between; + margin-top:10rpx; + text-align: right; } .header-top{ width: 100%; display: flex; flex-direction: row; justify-content: space-between; - margin-bottom: 10px; } .header{ width: 100%; - height: 300rpx; + height: 280rpx; padding: 15px; - background:#f5f5f5 url('../../static/index/fun_banner4.png'); + background:#f7f7f7 url('../../static/index/technician15.png'); background-repeat: no-repeat; - background-size: 100% 100%; + background-size: 100%; display: flex; flex-direction: column; justify-content: space-around; - } + /*border-radius: 24rpx;*/ + } .content{ width: 100%; display: flex; flex-direction: column; align-items: center; - height: 100vh; + /*height: 100vh;*/ background-color: #f7f7f7; overflow: scroll; } diff --git a/pages/index/currentIncome.vue b/pages/index/currentIncome.vue index b9794dc..d2aea04 100644 --- a/pages/index/currentIncome.vue +++ b/pages/index/currentIncome.vue @@ -2,21 +2,25 @@ - - 当前收益 - {{shouyiMoeny}} + + + + 当前收益 + {{shouyiMoeny}} + - + 当前周期 - {{startTime}}~{{endTime}} + {{startTime}}~{{endTime}} - - 往期收益 + + 往期收益 + + + + + + + + + 当前业绩 + {{shouyiMoeny}} + + + + + 当前周期 + + + {{startTime}} + ~ + {{endTime}} + + + + + + + 往期业绩 + + +