12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535 |
- <template>
- <view class="box">
-
- <!-- 自定义导航 -->
- <view class="zdyNavBox">
- <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
- <view class="zdyNav">
- <view class="zdyNavLeft">
- <image src="../../static/img/nav_icon_back.png" mode="aspectFit" class="backImg" @click="goback"></image>
- </view>
- <view class="zdyNavTitle">订单详情</view>
- <view style="width: 50px;"></view>
- </view>
- </view>
- <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
- <view style="height: 44px;"></view>
-
-
- <view class="top">
- <view class="orderState">
- <image src="../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
- <view class="SheetState" v-if="orderData.openShopHelpSheet.sheetState == 0">待确认</view>
- <view class="SheetState" v-if="orderData.openShopHelpSheet.sheetState == 1">已接单</view>
- <view class="SheetState" v-if="orderData.openShopHelpSheet.sheetState == 2">已出发</view>
- <view class="SheetState" v-if="orderData.openShopHelpSheet.sheetState == 3">已完成</view>
- <view class="SheetState" v-if="orderData.openShopHelpSheet.sheetState == 4">已取消</view>
- <view class="SheetState" v-if="orderData.openShopHelpSheet.sheetState == 5">已评价</view>
- </view>
- </view>
- <!-- 拖车起始点 -->
- <view class="startPointBox" >
- <view class="hStartAddressBox" :class="{hStartAddressBox2:orderData.openShopHelpSheet.helpType==2}">
- <view class="hStartAddressYd"></view>
- <view class="startPointTitle">救援位置</view>
- <view class="hStartAddress">{{orderData.openShopHelpSheet.hStartAddress}}</view>
- <!-- <img src="../../static/img/icon_ditu.png" alt="" class="mapImg" @click="goMapStart"/> -->
- <view class="gomapDiv" @click="goMapStart">导航</view>
- </view>
- <view class="hEndAddressBox" v-if="orderData.openShopHelpSheet.helpType==2&&orderData.openShopHelpSheet.hEndAddress"><!-- v-if="orderData.openShopHelpSheet.helpType==2" -->
- <view class="hEndAddressYd"></view>
- <view class="startPointTitle">终点</view>
- <view class="hStartAddress">{{orderData.openShopHelpSheet.hEndAddress}}</view>
- <!-- <img src="../../static/img/icon_ditu.png" alt="" class="mapImg" @click="goMapEnd"/> -->
- <view class="gomapDiv" @click="goMapEnd">导航</view>
- </view>
- </view>
- <!-- 救援信息 -->
- <!-- 救援信息 -->
- <view class="information">
- <view class="detailedTitle">救援信息</view>
- <view class="informationLine">
- <view class="informationTxt">救援单号:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.code}}<span class="codeCopy"
- @click="copy(orderData.openShopHelpSheet.code)">复制</span></view>
- </view>
- <view class="informationLine">
- <view class="informationTxt">救援时间:</view>
- <view class="informationNum" v-if="orderData.openShopHelpSheet.orderType==1">立刻</view>
- <view class="informationNum" v-else>{{orderData.openShopHelpSheet.hTime}}</view>
- </view>
- <view class="informationLine">
- <view class="informationTxt">救援类型:</view>
- <view class="informationNum2" v-if="orderData.openShopHelpSheet.helpType==1">搭电</view>
- <view class="informationNum2" v-if="orderData.openShopHelpSheet.helpType==2">拖车</view>
- <view class="informationNum2" v-if="orderData.openShopHelpSheet.helpType==3">换胎</view>
- <view class="informationNum2" v-if="orderData.openShopHelpSheet.helpType==4">未知原因</view>
- <view class="informationNum2">-</view>
- <view class="informationNum2" v-if="orderData.openShopHelpSheet.hscene==1">地面</view>
- <view class="informationNum2" v-if="orderData.openShopHelpSheet.hscene==2">车库</view>
- <view class="informationNum2" v-if="orderData.openShopHelpSheet.hscene==3">其他</view>
- </view>
- <view class="informationLine" v-if="orderData.openShopHelpSheet.plateNumber">
- <view class="informationTxt">车牌号:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.plateNumber}}</view>
- </view>
- <view class="informationLine" v-if="orderData.openShopHelpSheet.carModel">
- <view class="informationTxt">车型:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.carModel}}</view>
- </view>
- <view class="informationLine">
- <view class="informationTxt">救援手机号:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.customerName}} <span v-if="orderData.openShopHelpSheet.customerName">/</span> {{orderData.openShopHelpSheet.mobilePhone}} <span class="callPhone" @click="callPhone(orderData.openShopHelpSheet.mobilePhone)">拨号</span> </view>
- </view>
-
- <view class="informationLine" >
- <view class="informationTxt">救援门店:</view>
- <view class="informationNum">{{orderData.shopInfo.shopName}}</view>
- </view>
- <view class="informationLine" >
- <view class="informationTxt">救援位置:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.hStartAddress}}</view>
- </view>
- <view class="informationLine" v-if="orderData.openShopHelpSheet.helpType==2">
- <view class="informationTxt">终点:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.hEndAddress}}</view>
- </view>
-
-
- </view>
- <view class="information">
- <view class="detailedTitle">订单信息</view>
- <view class="informationLine">
- <view class="informationTxt">下单时间:</view>
- <view class="informationNum" >{{orderData.openShopHelpSheet.createTime}}</view>
- </view>
- <view class="informationLine">
- <view class="informationTxt">下单人手机:</view>
- <view class="informationNum" ><span v-if="orderData.openUser.nickName">{{orderData.openUser.nickName|| '未知'}} /</span>{{orderData.openUser.mobilePhone}}<span v-if="orderData.openUser.mobilePhone" class="callPhone" @click="callPhone(orderData.openUser.mobilePhone)">拨号</span> </view>
- </view>
- <!-- <view class="informationLine">
- <view class="informationTxt">会员信息:</view>
- <view class="informationNum" >{{orderData.openShopHelpSheet.cardName|| '暂无'}} <span v-if="orderData.openShopHelpSheet.cardName">/</span> {{orderData.openShopHelpSheet.cardCode}}</view>
- </view> -->
- <view class="informationLine" v-if="orderData.openShopHelpSheet.confirmTime">
- <view class="informationTxt">确认时间:</view>
- <view class="informationNum" >{{orderData.openShopHelpSheet.confirmTime}}/{{orderData.openShopHelpSheet.confirmOperator}}</view>
- </view>
-
- <view class="informationLine" v-if="orderData.openShopHelpSheet.goingTime">
- <view class="informationTxt">出发时间:</view>
- <view class="informationNum" >{{orderData.openShopHelpSheet.goingTime}}/{{orderData.openShopHelpSheet.goingOperator}}</view>
- </view>
-
- <view class="informationLine" v-if="orderData.openShopHelpSheet.finishTime">
- <view class="informationTxt">完成时间:</view>
- <view class="informationNum" >{{orderData.openShopHelpSheet.finishTime}}/{{orderData.openShopHelpSheet.finishOperator}}</view>
- </view>
-
- <view class="informationLine" v-if="orderData.openShopHelpSheet.finishComment">
- <view class="informationTxt">完成备注:</view>
- <view class="informationNum" >{{orderData.openShopHelpSheet.finishComment}}</view>
- </view>
- <view class="informationLine" v-if="orderData.openShopHelpSheet.evaluateTime">
- <view class="informationTxt">评价时间:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.evaluateTime}}</view>
- </view>
- <view class="informationLine" v-if="orderData.openShopHelpSheet.evaluateComment">
- <view class="informationTxt">评价内容:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.evaluateComment}}</view>
- </view>
- <view class="informationLine" v-if="orderData.openShopHelpSheet.cancelTime">
- <view class="informationTxt">取消时间:</view>
- <view class="informationNum">{{orderData.openShopHelpSheet.cancelTime}}/{{orderData.openShopHelpSheet.cancelOperator}}</view>
- </view>
-
- <view class="informationLine" v-if="orderData.openShopHelpSheet.cancelComment">
- <view class="informationTxt">取消备注:</view>
- <view class="informationNum" >{{orderData.openShopHelpSheet.cancelComment}}</view>
- </view>
-
- </view>
- <!-- <view>iOSInfo</view>
- <view>{{iOSInfo}}</view> -->
- <view style="height: 50rpx;background-color: #F4F5F7;"></view>
- <!-- 待付款 -->
- <!-- <view class="bottom" v-if="orderData.openShopHelpSheet.sheetState == 0">
- <view class="cancel" @click="cancelBespeak">取消订单</view>
-
- </view> -->
- <!-- 待服务 -->
- <view class="bottom">
- <view v-if="iOSInfo.indexOf('Q060')!=-1||!iOSInfo">
- <view class="cancel" v-if="orderData.openShopHelpSheet.sheetState == 0||orderData.openShopHelpSheet.sheetState == 1||orderData.openShopHelpSheet.sheetState == 2" @click="cancelBespeak">取消订单</view>
- </view>
- <view v-if="iOSInfo.indexOf('Q061')!=-1||!iOSInfo">
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 0||orderData.openShopHelpSheet.sheetState == 1" @click="updateShop">更换门店</view>
- </view>
- <view v-if="iOSInfo.indexOf('Q057')!=-1||!iOSInfo">
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 0" @click="confirmOrder">确认</view>
- </view>
- <view v-if="iOSInfo.indexOf('Q059')!=-1||!iOSInfo">
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 1||orderData.openShopHelpSheet.sheetState == 2" @click="completeOrder">完成</view>
- </view>
- <view v-if="iOSInfo.indexOf('Q058')!=-1||!iOSInfo">
- <view class="defer" v-if="orderData.openShopHelpSheet.sheetState == 1" @click="goingOrder">出发</view>
- </view>
- </view>
-
- <!-- 完成-->
- <view class="tuikuanBox" v-if="completeShow">
- <view class="tuikuan">
- <view class="tuiTop">
- <view class="tuiTitle">完成</view>
- <image @click="completeShow=false" src="../../static/img/icon_close.png" mode="" style="width: 26rpx; height: 26rpx;"></image>
-
- </view>
- <view class="contLine">
- <view class="contlineRight">
- <textarea placeholder-style="color:#999999" placeholder="备注" v-model="finishComment"
- class="contlineRightInput" maxlength="-1" auto-height="true" />
- </view>
- </view>
- <view class="tuiBtns">
- <view class="btn" @click="completeShow=false">取消</view>
- <view class="btn2" @click="complete">确认完成</view>
- </view>
-
- </view>
- </view>
- <!-- 更换门店 -->
- <view class="tuikuanBox" v-if="updateShopShow">
- <view class="shopGhBox">
- <view class="shopGhTitle">更换门店</view>
- <view class="">
- <picker @change="bindPickerChange" :value="pickerindex" :range-key="'shopName'" :range="pickerarray">
- <view class="uniPicker">
- <view class="uniPickerName">
- {{shopName}}
- </view>
- <image src="../../static/img/arrow_down.png" mode=" " class="jtShopImg"></image>
- </view>
- </picker>
- </view>
- <view class="tuiBtns">
- <view class="btn" @click="updateShopShow=false">取消</view>
- <view class="btn2" @click="completeupdateShop">更换门店</view>
- </view>
- </view>
-
- </view>
-
- </view>
- </template>
- <script>
- import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
- export default {
- components: {
- tkiQrcode
- },
- data() {
- return {
- id: '',
- iStatusBarHeight:'',
- orderData: '',
- onval: true, // val值变化时自动重新生成二维码
- loadMake: true, // 组件加载完成后自动生成二维码
- size: 500,
- qrcodeShow: false,
- qrcodeTop: '-100vh',
- qrcodeTopVal: '',
- ifShow: false,
- val: '二维码', // 要生成的二维码值
- unit: 'upx', // 单位
- background: '#b4e9e2', // 背景色
- foreground: '#309286', // 前景色
- pdground: '#262637', // 角标色
- icon: '', // 二维码图标
- iconsize: 40, // 二维码图标大小
- lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
- src: '', // 二维码生成后的图片地址或base64
- isShowMa: false,
- quanMaList:[],
- completeShow: false,
- tuicauseList:[],
- tuikuanContent:'',
- index: 0,
- iOSInfo:'',
- swiperIndex:0,
- back:'',
- finishComment:'',
- shopName:'',
- shopId:'',
- pickerarray:'',
- pickerindex:'',
- changeOldShopID:'',
- updateShopShow:false,
- }
- },
- onLoad(opt) {
- this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
- this.id = opt.id
- this.back=opt.back;
- if (this.id) {
- this.getData()
- }
- //this.getTuiKuanData()
- this.getShopinfo();
- /* var qxnum = uni.getStorageSync("quanxian");
- if (qxnum == 1) {
- this.iOSInfo = JSON.parse(JSON.stringify(window.iOSInfo));
- }else if(qxnum==2){
- window.getAndroid=this.getAndroid;
- } */
- /* var standalone = window.navigator.standalone
- var userAgent = window.navigator.userAgent.toLowerCase()
- var safari = /safari/.test(userAgent)
- var ios = /iphone|ipod|ipad|mac/.test(userAgent)
- var android = /android/.test(userAgent)
- if (ios) {
- this.iOSInfo = JSON.parse(JSON.stringify(window.iOSInfo));
- } else if (android) {
-
- window.getAndroid=this.getAndroid;
- } */
- this.getpermission()
- },
-
- methods: {
- callPhone(Phone){
- if(Phone){
- uni.makePhoneCall({
- phoneNumber: Phone
- });
- }
- },
- getpermission(){
- this.$http('openH5ShopHelpSheetOrder/permission', {
-
- },'POST').then(res => {
-
- this.iOSInfo=res.data;
-
- })
- },
- getAndroid(e){
-
- this.iOSInfo=e
- },
- goMapStart(){
- var obj={
- Lat:this.orderData.openShopHelpSheet.startLat,
- Lng:this.orderData.openShopHelpSheet.startLng,
- Address:this.orderData.openShopHelpSheet.hStartAddress
- }
- //app交互
- var standalone = window.navigator.standalone
- var userAgent = window.navigator.userAgent.toLowerCase()
- var safari = /safari/.test(userAgent)
- var ios = /iphone|ipod|ipad|mac/.test(userAgent)
- var android = /android/.test(userAgent)
- if (ios) {
- if ( true) {//!standalone&& !safari
- window.webkit.messageHandlers.goMap.postMessage(obj)
- }
- } else if (android) {
- window.android.goMap(JSON.stringify(obj))
- }
- },
- goMapEnd(){
- var obj={
- Lat:this.orderData.openShopHelpSheet.endLat,
- Lng:this.orderData.openShopHelpSheet.endLng,
- Address:this.orderData.openShopHelpSheet.hEndAddress
- }
- //app交互
- var standalone = window.navigator.standalone
- var userAgent = window.navigator.userAgent.toLowerCase()
- var safari = /safari/.test(userAgent)
- var ios = /iphone|ipod|ipad|mac/.test(userAgent)
- var android = /android/.test(userAgent)
- if (ios) {
- if ( true) {//!standalone&& !safari
- window.webkit.messageHandlers.goMap.postMessage(obj)
- }
- } else if (android) {
- window.android.goMap(JSON.stringify(obj))
- }
- },
- goingOrder(){
- var that = this
- uni.showModal({
- title: '提示',
- content: '是否出发',
- cancelText:'否',
- confirmText:'是',
- success: function (res) {
- if (res.confirm) {
- uni.showLoading({
- title: '加载中'
- })
- that.$http('openH5ShopHelpSheetOrder/goingOrder', {
- id: that.id,
- }, 'POST').then(res => {
- uni.hideLoading();
- if(res.code==0){
- uni.showToast({
- title: '操作成功',
- icon: 'none',
- duration: 2000
- });
- }else{
- uni.showToast({
- title: res.msg,
- icon: 'none',
- duration: 2000
- });
- }
- setTimeout(function() {
- that.getData();
- }, 1000);
- })
-
-
- } else if (res.cancel) {
-
- }
- }
- });
- },
- completeOrder(){
- var that = this
- uni.showModal({
- title: '提示',
- content: '是否完成该订单',
- cancelText:'否',
- confirmText:'是',
- success: function (res) {
- if (res.confirm) {
- uni.showLoading({
- title: '加载中'
- })
- that.$http('openH5ShopHelpSheetOrder/completeOrder', {
- id: that.id,
- }, 'POST').then(res => {
- uni.hideLoading();
- if(res.code==0){
- uni.showToast({
- title: '完成成功',
- icon: 'none',
- duration: 2000
- });
- }else{
- uni.showToast({
- title: res.msg,
- icon: 'none',
- duration: 2000
- });
- }
- setTimeout(function() {
- that.getData();
- }, 1000);
- })
-
-
- } else if (res.cancel) {
-
- }
- }
- });
- },
- bindPickerChange(e){
- console.log(e)
- this.shopName=this.pickerarray[e.detail.value].shopName
- this.shopId=this.pickerarray[e.detail.value].id
- },
- completeupdateShop(){
- uni.showLoading({
- title: '加载中'
- })
- this.$http('openH5ShopHelpSheetOrder/updateShop', {
- id: this.id,shopID:this.shopId,changeOldShopID:this.changeOldShopID,
- }, 'POST').then(res => {
- uni.hideLoading();
- this.updateShopShow=false;
- if(res.code==0){
- uni.showToast({
- title: '更换成功',
- icon: 'none',
- duration: 2000
- });
- }else{
- uni.showToast({
- title: res.msg,
- icon: 'none',
- duration: 2000
- });
- }
-
- setTimeout(function() {
- this.getData();
- }, 1000);
- })
- },
- confirmOrder(){
- var that = this
- uni.showModal({
- title: '提示',
- content: '是否确定该订单',
- cancelText:'否',
- confirmText:'是',
- success: function (res) {
- if (res.confirm) {
- uni.showLoading({
- title: '加载中'
- })
- that.$http('openH5ShopHelpSheetOrder/confirmOrder', {
- id: that.id,
- }, 'POST').then(res => {
- uni.hideLoading();
- // var list = res.data.Items
- uni.showToast({
- title: '确定成功',
- icon: 'none',
- duration: 2000
- });
- setTimeout(function() {
- that.getData();
- }, 1000);
- })
-
-
- } else if (res.cancel) {
- this.updateShopShow=false;
- }
- }
- });
- },
- getShopinfo(){
- this.$http('openH5SetTheGuest/getShopInfo',{},'GET').then(res => {
- this.shopName=res.data.shopName;
- this.shopId=res.data.id
- this.getShopList();
- })
- },
- getShopList(){
- this.$http('openH5SetTheGuest/getShopList', {
-
- },'GET').then(res => {
- this.pickerarray=res.data;
- })
- },
- complete(){
- this.completeShow=false;
- },
- updateShop(){
- this.updateShopShow=true;
- },
- isShowMaSHow(index){
- this.swiperIndex=index
- this.isShowMa=true
- },
-
- payDone(){
- var that = this
- uni.showModal({
- title: '提示',
- content: '确认已支付完成吗',
-
- success: function (res) {
- if (res.confirm) {
-
- uni.showLoading({
- title: '加载中'
- })
-
- that.$http('openH5Indent/complete', {
-
- id: that.id,
-
- }, 'POST').then(res => {
- uni.hideLoading();
- // var list = res.data.Items
-
-
- setTimeout(function() {
- that.getData();
- }, 1000);
- })
-
-
- } else if (res.cancel) {
-
- }
- }
- });
- },
- goTui(){
-
- let yuanyin = this.tuicauseList[this.index].contents
- if (!yuanyin) {
- uni.showToast({
- title: '请选择退款原因',
- icon: 'none',
- duration: 3000
- });
- return false;
- }
-
- uni.showLoading({
- title: '加载中'
- })
- var that = this
- this.$http('openH5Indent/reimburse', {
-
- id: this.id,
- refundReason: yuanyin,
- refundComment: this.tuikuanContent,
- realMoney:this.orderData.data.realMoney
- }, 'GET').then(res => {
- uni.hideLoading();
- // var list = res.data.Items
- // var list = res.data
- console.log("result+=", res);
- if (res.code == 1) {
- that.isShowTui = false
- uni.showToast({
- title: '退款成功',
- icon: 'none',
- duration: 2000
- });
- setTimeout(function() {
- that.getData();
- }, 1000);
- }
-
-
- })
-
- },
- bindChange(e) {
- console.log(e);
- this.index = e.detail.value
-
- },
- feedDone(e) {
- this.tuikuanContent = e.target.value
-
- },
-
- // 核销
- goHeXiao(){
-
- //app交互
- var standalone = window.navigator.standalone
- var userAgent = window.navigator.userAgent.toLowerCase()
- var safari = /safari/.test(userAgent)
- var ios = /iphone|ipod|ipad|mac/.test(userAgent)
- var android = /android/.test(userAgent)
- if (ios) {
- if ( true) {//!standalone&& !safari
- window.webkit.messageHandlers.goHeXiao.postMessage({"id":this.id?this.id:''})
- }
- } else if (android) {
- window.android.writeoff(this.id)
- }
-
- },
- getTuiKuanData() {
- uni.showLoading({
- title: '加载中'
- });
-
- this.$http('openH5Indent/getOpenReason', {
-
- // id: this.id,
- }, 'GET').then(res => {
- uni.hideLoading();
- this.tuicauseList = res.data;
-
- })
- },
-
- copy(txt) {
- uni.setClipboardData({
- data: txt,
- success: function() {
- uni.showToast({
- title: '复制成功',
- icon: 'none',
- duration: 2000
- });
- }
- });
- },
- upTime() {
- uni.showLoading({
- title: '加载中'
- })
- var that = this
- this.$http('openH5Indent/carOwner/updateTimeOfAppointment', {
- id: this.id,
- shopId: this.orderData.shopInfo.id,
- billDate: this.billDate
- }, 'POST').then(res => {
- uni.hideLoading();
- // var list = res.data.Items
- var list = res.data
- console.log("result+=", res.data);
- uni.showToast({
- title: '延期成功',
- icon: 'none',
- duration: 2000
- });
- setTimeout(function() {
- that.getData();
- }, 1000);
- })
- },
- cancelBespeak(){
- var that = this
- uni.showModal({
- title: '提示',
- content: '是否取消该订单',
- cancelText:'否',
- confirmText:'是',
- success: function (res) {
- if (res.confirm) {
- uni.showLoading({
- title: '加载中'
- })
- that.$http('openH5ShopHelpSheetOrder/cancelOrder', {
- id: that.id,
- }, 'POST').then(res => {
- uni.hideLoading();
- // var list = res.data.Items
- uni.showToast({
- title: '取消成功',
- icon: 'none',
- duration: 2000
- });
- setTimeout(function() {
- that.getData();
- }, 1000);
- })
-
-
- } else if (res.cancel) {
-
- }
- }
- });
- },
-
- map() {
- console.log("打开地图")
- var that = this;
- if (!that.orderData.shopInfo.lat || !that.orderData.shopInfo.lng) {
- uni.showToast({
- title: '该店铺未设置定位',
- icon: 'none',
- duration: 3000
- });
- } else {
- uni.openLocation({
- latitude: Number(that.orderData.shopInfo.lat),
- longitude: Number(that.orderData.shopInfo.lng),
- name: that.orderData.shopInfo.shopName,
- address: that.orderData.shopInfo.provinceName + that.orderData.shopInfo.cityName + that
- .orderData.shopInfo.areaName + that.orderData.shopInfo.address,
- success: function() {
- console.log('success');
- },
- fail(err) {
- console.log(err)
- }
- });
- }
- },
- call() {
- uni.makePhoneCall({
- phoneNumber: this.orderData.shopInfo.mobilePhone
- });
- },
- getData() {
- uni.showLoading({
- title: '加载中'
- });
- this.$http('openH5ShopHelpSheetOrder/getOpenShopHelpSheetOrderInfo', {
- id: this.id,
- }, 'GET').then(res => {
- uni.hideLoading();
- this.orderData = res.data;
- this.changeOldShopID=res.data.shopInfo.id;
- if (this.quanMaList) {
- this.quanMaList = [];
- }
- let maList = this.orderData.OpenSheetQRCode;
- if (maList) {
- maList.forEach(item =>{
- if (item.writeoffState==1) {
- this.quanMaList.push(item.qrCode);
- }
- })
- }
-
- console.log('可用券码--',this.quanMaList);
-
- })
- },
-
- goback() {
- if(this.back==1){
- uni.navigateBack({
- delta: 1
- })
- }else{
- var standalone = window.navigator.standalone
- var userAgent = window.navigator.userAgent.toLowerCase()
- var safari = /safari/.test(userAgent)
- var ios = /iphone|ipod|ipad|mac/.test(userAgent)
- var android = /android/.test(userAgent)
- if (ios) {
- if ( true) {//!standalone&& !safari
- window.webkit.messageHandlers.goMyNav.postMessage(null)
- }
- } else if (android) {
- window.android.postMessage()
- }
- }
- },
- gohome(){
- uni.switchTab({
- url:'../../index/index'
- })
- },
- },
- onPullDownRefresh() {
- this.getData()
- setTimeout(function() {
- uni.stopPullDownRefresh();
- }, 1000);
- },
- }
- </script>
- <style scoped>
- .informationNum2{
- color: #333333;
- font-size: 26rpx;
- }
- .startPointBox{
- width: 678rpx;
- background: #FFFFFF;
- border-radius: 10rpx;
- margin-top: 20rpx;
- margin-left: 24rpx;
- padding:30rpx 12rpx ;
-
- }
- .mapImg{
- width: 44rpx;height: 44rpx;
- }
- .hStartAddressBox{
- display: flex;
- }
- .hStartAddressBox2{
- padding-bottom: 30rpx;
- }
- .hEndAddressBox{
- border-top: 1px solid #EEEEEE;
- display: flex;padding-top: 30rpx;
- }
- .hEndAddressYd{
- width: 14rpx;
- height: 14rpx;
- background: #F03B3B;
- border-radius: 50%;
- margin-top: 12rpx;
- margin-right: 20rpx;
- }
- .hStartAddressYd{
- width: 14rpx;
- height: 14rpx;
- background: #3F90F7;
- border-radius: 50%;
- margin-top: 12rpx;
- margin-right: 20rpx;
- }
- .hStartAddress{
- font-weight: 400;font-size: 28rpx;
- color: #333333;padding-left: 30rpx;
- line-height: 40rpx;
- width: 400rpx;
- }
- .gomapDiv{
- font-weight: 400;font-size: 24rpx;
- color: #F03B3B;
- border-radius: 8rpx;
- border: 1px solid #F03B3B;
- height: 38rpx;
- line-height: 38rpx;
- padding:2rpx 12rpx;
- margin-left: 4rpx;
- }
- .startPointTitle{
- color: #666666;line-height: 40rpx;font-size: 28rpx;
- width: 120rpx;
- }
- .shopGhTitle{
- font-size: 30rpx;color: #333333;padding: 24rpx;
- }
- .jtShopImg{
- width: 24rpx;height: 24rpx;margin-top: 26rpx;margin-right: 26rpx;
- }
- .uniPicker{
- display: flex;
- }
- .uniPickerName{
- padding: 16rpx;font-size: 28rpx;color: #666666;
- }
- .box {
- min-height: 100vh;
- background: #F4F5F7;
- padding-bottom: 135rpx;
- }
- .zdyNavBox{
- width: 100vw;
- background: #FFFFFF;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999999;
- }
- .zdyNav{
- height: 44px;
- display: flex;
- justify-content: space-between;
-
- align-items: center;
- }
-
- .backImg{
- width: 44rpx;
- height: 44rpx;
- margin-left: 10rpx;
- margin-right: 20rpx;
- }
- .homeImg{
- width: 44rpx;
- height: 44rpx;
-
- }
- .zdyNavLeft{
- display: flex;
- align-items: center;
- }
- .zdyNavTitle{
-
- height: 44px;
- background: #FFFFFF;
- text-align: center;
- font-size: 34rpx;
- line-height: 44px;
- }
-
- .top {
- height: 190rpx;
- background-color: #FF0000;
- }
- .orderState {
- display: flex;
- justify-content: center;
- align-items: center;
- padding-top: 40rpx;
- }
- .SheetState {
- display: flex;
- justify-content: center;
- font-size: 36rpx;
- font-weight: 500;
- color: #FFFFFF;
- margin-left: 15rpx;
- }
- .timeEditImg {
- width: 25rpx;
- height: 25rpx;
- padding-left: 20rpx;
- }
- .shopBoximg {
- width: 40rpx;
- height: 40rpx;
- }
- .shopRightImg {
- width: 44rpx;
- height: 45rpx;
- }
- .shopsx {
- width: 1px;
- height: 50rpx;
- background: #EEEEEE;
- margin-top: 30rpx;
- margin-left: 28rpx;
- }
- .shopBox {
- display: flex;
- padding: 30rpx 20rpx;
- margin: 0rpx 24rpx;
- margin-top: -60rpx;
- background-color: #FFFFFF;
- border-radius: 10rpx;
- }
- .shopCont {
- width: 405rpx;
- padding-left: 20rpx;
- }
- .shopName {
- font-size: 30rpx;
- font-weight: bold;
- color: #3C3C3C;
- line-height: 42rpx;
- }
- .Address {
- color: #999999;
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .shopRihgtTxt {
- color: #999999;
- font-size: 24rpx;
- }
- .shopRightBox {
- padding-left: 28rpx;
- }
- .detailedTitle {
- padding: 23rpx 20rpx;
- display: flex;
- text-align: center;
- align-content: flex-start;
- border-bottom: 1rpx solid #EEEEEE;
- font-size: 30rpx;
- font-weight: bold;
- color: #3C3C3C;
- }
- .detailedLine {
- display: flex;
- padding: 16rpx 20rpx;
- justify-content: space-between;
- align-items: center;
- }
- .detailedImg {
- width: 120rpx;
- height: 120rpx;
- border-radius: 10rpx;
- }
- .detailedName {
- display: flex;
- align-items: center;
- }
- .code {
- font-size: 26rpx;
- color: #333333;
- font-weight: bold;
- width: 180rpx
- }
- .old {
- color: #999999;
- font-weight: 400;
- text-decoration: line-through;
- }
- .redPoint {
- width: 10rpx;
- height: 10rpx;
- background: #FF0000;
- border-radius: 10rpx;
- margin-right: 10rpx;
- }
- .quanState {
- font-size: 22rpx;
- color: #F19D01;
- padding: 0 10rpx;
- border: 1rpx solid #F19D01;
- border-radius: 4rpx;
- margin-left: 20rpx;
- }
- .quanState2{
- font-size: 22rpx;
- color: #999999;
- padding: 0 10rpx;
-
- border: 1rpx solid #DDDDDD;
-
- border-radius: 4rpx;
- margin-left: 20rpx;
- }
- .information {
- background: #FFFFFF;
- border-radius: 10rpx;
- margin: 20rpx 24rpx;
- padding-bottom: 15rpx;
- }
- .informationLine {
- display: flex;
- padding: 15rpx 20rpx;
- }
- .informationLine2 {
- display: flex;
- justify-content: space-between;
- font-size: 26rpx;
- padding: 20rpx;
- align-items: center;
- padding-bottom: 0;
- }
- .salePrice {
- font-size: 26rpx;
- font-weight: 500;
- color: #333333;
- line-height: 45rpx;
- }
- .money {
- background: #FFFFFF;
- border-radius: 10rpx;
- margin: 20rpx 24rpx;
- display: flex;
- justify-content: space-between;
- font-size: 26rpx;
- padding: 30rpx 20rpx;
- }
- .informationTxt {
- width: 190rpx;
- font-size: 26rpx;
- color: #999999;
- }
- .line {
- height: 20rpx;
- background-color: #FFFFFF;
- border-bottom: 1rpx solid #EEEEEE;
- }
- .goodsName {
- width: 80%;
- color: #333333;
- font-size: 26rpx;
- }
- .goodsName2{
- padding: 20rpx 20rpx 15rpx;
-
- color: #333333;
- font-size: 26rpx;
- }
- .informationNum {
- color: #333333;
- font-size: 26rpx;
- width: 470rpx;
- }
- .codeCopy {
- width: 77rpx;
- height: 36rpx;
- background: #F4F5F7;
- border-radius: 22rpx;
- font-size: 24rpx;
- color: #333333;
- text-align: center;
- line-height: 33rpx;
- padding: 0 15rpx;
- margin-left: 20rpx;
- }
-
- .bottom {
- display: flex;
- justify-content: flex-end;
- padding: 20rpx;
- background-color: #FFFFFF;
- align-items: center;
- height: 98rpx;
- width: 100vw;
- position: fixed;
- bottom: 0rpx;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .cancel {
- color: #3C3C3C;
- font-size: 28rpx;
- width: 150rpx;
- height: 56rpx;
- border-radius: 36rpx;
- border: 1rpx solid #DDDDDD;
- text-align: center;
- line-height: 56rpx;
- margin-right: 40rpx;
- }
- .defer {
- color: #D53533;
- font-size: 28rpx;
- width: 150rpx;
- height: 56rpx;
- border-radius: 36rpx;
- border: 1rpx solid #D53533;
- text-align: center;
- line-height: 56rpx;
- margin-right: 40rpx;
- }
- .itemBox {
- margin: 20rpx;
- border-radius: 10rpx;
- border: 2rpx solid #EEEEEE;
- }
- .itemTop {
- padding: 18rpx 20rpx;
- padding-right: 0;
- background-color: #FFEFD5;
- display: flex;
- justify-content: space-between;
- align-content: center;
- }
- .topTitle {
- width: 104rpx;
- font-size: 26rpx;
- color: #333333;
- margin-right: 20rpx;
- text-align: right;
- }
-
- .leftItem {
- font-size: 26rpx;
- color: #333333;
- margin-right: 20rpx;
- flex-grow: 1;
- /* 隐藏文字显示 ...不换行 */
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .itemContent {
- padding: 20rpx;
- padding-right: 0;
- background-color: #FFFFFF;
- display: flex;
- justify-content: space-between;
- align-content: center;
- }
- .maBox {
- width: 100%;
- height: 100vh;
- background: rgba(0, 0, 0, 0.4);
- position: fixed;
- left: 0;
- top: 0;
- z-index: 9999;
- }
- .querenMa {
- width: 578;
- height: 640rpx;
- background: #ffffff;
- margin: 0 86rpx;
- margin-top: 50%;
- border-radius: 24rpx;
- }
- .maTop {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx 20rpx 15rpx;
- }
- .maTitle {
- color: #666666;
- font-size: 26rpx;
- text-align: center;
- padding-left: 100rpx;
- }
- .swiper{
- width: 100%;
- height: 85%;
- background: #FFFFFF;
-
- }
- .swiper-item{
- width: 100%;
- height: 100%;
- }
-
-
- .maCode {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- line-height: 42rpx;
- margin-bottom: 40rpx;
- text-align: center;
- }
- .maBoximg {
- width: 400rpx;
- height: 400rpx;
- margin-left: 86rpx;
- }
- .tuikuanBox {
- width: 100%;
- height: 100vh;
- background: rgba(0, 0, 0, 0.4);
- position: fixed;
- left: 0;
- top: 0;
- z-index: 999;
- }
- .shopGhBox{
- width: 638rpx;
- height: 300rpx;
- background: #ffffff;
- margin: 0 36rpx;
- margin-top: 50%;
- border-radius: 24rpx;
- padding: 30rpx 20rpx;
- }
- .tuikuan {
- width: 638rpx;
- height: 500rpx;
- background: #ffffff;
- margin: 0 36rpx;
- margin-top: 50%;
- border-radius: 24rpx;
- padding: 30rpx 20rpx;
- }
-
- .tuiTop {
- display: flex;
- justify-content: space-between;
- margin-bottom: 36rpx;
- }
-
- .tuiTitle {
- width: 56rpx;
- height: 40rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #3C3C3C;
- line-height: 40rpx;
-
- }
-
- .contLine {
- display: flex;
- justify-content: space-between;
- font-size: 28rpx;
- padding: 30rpx 0;
- border-bottom: 1px solid #EEEEEE;
- }
-
- .contlineLeft {
- color: #666666;
- line-height: 40rpx;
- align-items: center;
- }
-
- .star {
- width: 14rpx;
- height: 14rpx;
- padding-bottom: 5rpx;
- }
-
- .carModel {
- width: 350rpx;
- text-align: left;
- }
-
- .noColor {
- color: #CCCCCC;
- }
-
- .carModelRight {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
-
- .contlineRight {
- color: #333333;
- line-height: 40rpx;
-
- width: 400rpx;
- text-align: right;
- }
-
- .contlineRightInput {
- color: #333333;
- text-align: left;
- font-size: 28rpx;
- min-height: 182rpx;
- width: 600rpx;
- }
-
- .contlineRightJt {
- width: 30rpx;
- height: 30rpx;
-
- }
-
- .tuiBtns {
- display: flex;
- padding: 40rpx 20rpx 10rpx;
-
- }
-
- .btn {
- width: 288rpx;
- height: 98rpx;
- background: #F4F5F7;
- border-radius: 10rpx;
- margin-right: 22rpx;
-
-
- font-size: 30rpx;
- font-weight: 500;
- color: #3C3C3C;
- line-height: 98rpx;
- text-align: center;
- }
-
- .btn2 {
- width: 288rpx;
- height: 98rpx;
- background: #3F90F7;
- border-radius: 10rpx;
-
-
-
- font-size: 30rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 98rpx;
- text-align: center;
- }
- .writeoffLine{
- display: flex;justify-content: space-between;
- color: #999999;font-size: 24rpx;
- line-height: 33rpx;padding-top: 8rpx;
- }
- .writeoffLineBox{
- padding: 0 20rpx;
- }
-
- .detailedLineBox .detailedLine{
- padding-bottom: 0rpx;
- }
- .writeoffXx .informationNum{
- width: 500rpx;
- }
- .detailedLineBox{
- padding-bottom: 10rpx;
- }
- .callPhone{
- font-weight: 400;font-size: 24rpx;
- color: #F03B3B;
- border-radius: 8rpx;
- border: 1px solid #F03B3B;
- height: 38rpx;
- line-height: 38rpx;
- padding:2rpx 12rpx;
- margin-left: 10rpx;
- }
- </style>
|