orderdetails.vue 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  1. <template>
  2. <view class="pages">
  3. <view class="" :style="{height: navHeight+'px' }"></view>
  4. <view class="navbar-box">
  5. <u-navbar title="订单详情" :safeAreaInsetTop="true" @leftClick="leftClick" :titleStyle="{color:'#fff'}" leftIconColor="#fff" bgColor="transparent"></u-navbar>
  6. </view>
  7. <u-loading-page :loading="loadingPage"></u-loading-page>
  8. <view class="page-wrap">
  9. <view class="status-content">
  10. <view class="status-item" v-if="orderDetails.status==0">
  11. <view class="text"><text v-if="countdown!='支付超期'"> 请尽快完成付款,还剩 </text>{{countdown}}</view>
  12. <view class="btn-wrap u-flex u-row-center" v-if="countdown!='支付超期'">
  13. <view class="btn cancel" @click="cancelOrder">取消订单</view>
  14. <view class="btn" @click="gotoPay(orderDetails.id)">立即支付</view>
  15. </view>
  16. </view>
  17. <view class="status-item" v-else-if="orderDetails.status==3">
  18. <view class="text"><text v-if="countdown!='演出已开始'">距离演出开始,还剩 </text>{{countdown}}</view>
  19. </view>
  20. <view class="status-item" v-else-if="orderDetails.status==6">
  21. <view class="text"><text>退款失败: </text>{{refundInfo.errReason}}</view>
  22. </view>
  23. <view class="status-item" v-else>
  24. <view class="text">{{orderDetails.status|filterOrderState}}</view>
  25. </view>
  26. </view>
  27. <view class="base-info">
  28. <view class="top u-flex u-row-between">
  29. <view class="name">{{orderDetails.theatreName}}</view>
  30. <!-- <view class="icon-wrap u-flex">
  31. <u-icon name="phone-fill" color="#999999" size="42rpx"></u-icon>
  32. <u-icon name="map-fill" color="#999999" size="42rpx"></u-icon>
  33. </view> -->
  34. </view>
  35. <view class="info u-flex u-row-between">
  36. <image class="img" :src="orderDetails.performImg"></image>
  37. <view class="text">
  38. <view class="name u-flex u-row-between">
  39. {{orderDetails.performName}}
  40. <!-- <text class="status">{{orderDetails.status|filterOrderState}}</text> -->
  41. </view>
  42. <view class="time">{{orderDetails.performDate}} {{orderDetails.performTimeStart}}</view>
  43. <view class="position u-flex u-row-between">
  44. <view class="">{{orderDetails.goodsName}}/{{orderDetails.seatTypeName}}</view>
  45. <view class="">X {{orderDetails.viewerNum}}</view>
  46. </view>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="box qr-wrap" v-if="orderDetails.parentQrcodeStatus==0">
  51. <view class="title" v-if="orderDetails.supportQrcode">二维码</view>
  52. <template v-if="orderDetails.supportQrcode">
  53. <view class="qr-content">
  54. <view class="img-wrap">
  55. <view class="ayQrcode">
  56. <uv-qrcode :hide="hideMainQR" ref="qrcode" size="180px" :value="mainQR"></uv-qrcode>
  57. </view>
  58. </view>
  59. <view class="order-num">取票号:{{orderDetails.parentQrcodeNo}}</view>
  60. </view>
  61. </template>
  62. <template v-else-if="orderDetails.supportIdcard && !orderDetails.supportQrcode">
  63. <view class="qr-content">
  64. <!-- 禁止使用电子核销码核销入场,只能用身份证刷闸机入场 -->
  65. <view class="qrcode-tip">本票种需凭「取票码」至前台换票入场,或凭「身份证原件」入场</view>
  66. <view class="order-num">取票号:{{orderDetails.parentQrcodeNo}}</view>
  67. </view>
  68. </template>
  69. <template v-else>
  70. <view class="qr-content">
  71. <!-- 只能到前台提供身份证号码/取票号/订单号等信息进行取票 -->
  72. <view class="qrcode-tip">本票种需凭「取票码」至前台换票入场</view>
  73. <view class="order-num">取票号:{{orderDetails.parentQrcodeNo}}</view>
  74. </view>
  75. </template>
  76. </view>
  77. <view class="box viewers-list">
  78. <view class="title">观影人员</view>
  79. <view class="item u-flex u-row-between" v-for="(item,index) in orderDetails.viewersList" :key="index">
  80. <view class="viewers-wrap">
  81. <view class="viewer" v-for="(p,i) in item.nameList" :key="i">
  82. <!-- <text>观影人员{{index + 1}}</text> -->
  83. <text style="width: 96rpx;margin-right: 10px;min-width: 4em;display: inline-block;">{{p}}</text>
  84. <!-- style="width: 130rpx;" -->
  85. <text style="flex: 1;">{{orderDetails.status>2?item.seatName[i]:"-"}}</text>
  86. </view>
  87. </view>
  88. <view class="btn-box">
  89. <text v-if="item.status==3||item.status==4||item.status==6||item.status==7" @click="singleQR(item,index)" class="qrbtn" :style="{opacity:item.qrcodeStatus===0?'1':'0.5'}">查看二维码</text>
  90. <!--<text @click="showRefundInfoPopup(item)" v-if="item.status==4||item.status==5||item.status==6">退款信息</text>-->
  91. </view>
  92. </view>
  93. </view>
  94. <view class="box order-info">
  95. <view class="title u-flex u-row-between">
  96. 订单信息
  97. <view class="btn-box">
  98. <text class="btn" v-if="orderDetails.status==3&&orderDetails.allowReSubmit==1" @click="rebook">改签</text>
  99. <text class="btn" v-if="orderDetails.status==3&&orderDetails.allowReSubmit==1" @click="upgrade">升舱</text>
  100. <text class="btn" v-if="orderDetails.status==3&&orderDetails.ifReSubmit!==1" @click="refund">申请退款</text>
  101. <text class="btn" v-if="orderDetails.status==7||orderDetails.newOrderId" @click="invoice">申请发票</text>
  102. <text class="btn" v-if="orderDetails.orgOrderId" @click="viewOldOrder">查看原订单</text>
  103. <text class="btn" v-if="orderDetails.newOrderId" @click="viewNewOrder">查看新订单</text>
  104. </view>
  105. </view>
  106. <view class="order-info-item" v-for="(item,index) in orderInfo[orderDetails.status]" :key="index">
  107. <text class="til">{{item.name}}</text>
  108. <text class="con">
  109. <text v-if="item.key=='payType'">{{orderDetails[item.key]|filterPayType}}</text>
  110. <text v-else-if="item.key=='realPrice'"> ¥ {{orderDetails[item.key]}}</text>
  111. <text v-else>{{orderDetails[item.key]}}</text>
  112. <text class="copy-btn" @click="copyOrderNum(orderDetails[item.key])" v-if="item.key=='id'">复制</text>
  113. </text>
  114. </view>
  115. <!-- 改签信息 -->
  116. <view class="order-info-item rebook-info" v-if="orderDetails.resubmit">
  117. <text class="til">改签时间</text>
  118. <text class="con">{{orderDetails.resubmit.createTime}}</text>
  119. </view>
  120. <view class="order-info-item rebook-info" v-if="orderDetails.resubmit">
  121. <text class="til">改签费用</text>
  122. <text class="con">{{orderDetails.resubmit.remark }}</text>
  123. <!-- <text class="con" v-if="orderDetails.resubmit.diffType==0">补缴¥ {{orderDetails.resubmit.rebookPrice}}</text>
  124. <text class="con" v-else-if="orderDetails.resubmit.diffType==1">系统退款¥ {{orderDetails.resubmit.refundPrice}}</text>
  125. <text class="con" v-else>¥ {{orderDetails.resubmit.diffPrice}}</text> -->
  126. </view>
  127. </view>
  128. <view class="box order-info refund-list" v-if="orderDetails.refundList&&orderDetails.refundList.length>0">
  129. <view class="title u-flex u-row-between">
  130. 退款信息
  131. </view>
  132. <view class="item" v-for="(item,index) in orderDetails.refundList" :key="index">
  133. <view class="item-row u-flex u-row-between">
  134. <view class="left">
  135. <text class="til">退款单号</text>
  136. <text class="con">{{item.id}}</text>
  137. <image @click="copyOrderNum(item.id)" class="copy-icon" mode="widthFix" :src="staticUrl+'/img/copy-ico.svg'" ></image>
  138. <!-- <text class="copy-btn" @click="copyOrderNum(item.id)">复制</text> -->
  139. </view>
  140. <view class="right">
  141. <text class="con">{{item.status|filterRefundState}}</text>
  142. </view>
  143. </view>
  144. <view class="item-row u-flex u-row-between">
  145. <view class="left">
  146. <text class="til">退款金额</text>
  147. <text class="con">{{item.refundAmount}}</text>
  148. </view>
  149. <view class="right">
  150. <text class="con">{{item.refundReason}}</text>
  151. </view>
  152. </view>
  153. <view class="item-row u-flex u-row-between" v-if="item.errReason">
  154. <view class="left">
  155. <text class="til">驳回原因</text>
  156. <text class="con">{{item.errReason}}</text>
  157. </view>
  158. <view class="right">
  159. <!-- <text class="con">{{item.refundReason}}</text> -->
  160. </view>
  161. </view>
  162. </view>
  163. </view>
  164. <view class="box tips parse-content">
  165. <view class="title">观影须知</view>
  166. <u-parse :content="formerNotice"></u-parse>
  167. <!-- <view class="tips-item" v-for="(item,index) in tipsArr" :key="index">
  168. {{item}}
  169. </view> -->
  170. </view>
  171. </view>
  172. <u-popup :show="showSingleQR" @close="closeSingleQR" @open="openSingleQR" @touchmove.stop.prevent="handleMoveQrcode" :round="10" mode="center">
  173. <view class="singleQR-wrap">
  174. <view class="title">
  175. 二维码
  176. <!-- <u-icon class="close" @click="closeSingleQR" name="close" color="#333" size="36rpx"></u-icon> -->
  177. </view>
  178. <view class="single-info">
  179. <view class="item">姓名:{{singleInfo.name}}</view>
  180. <view class="item">身份证号码:{{singleInfo.idcard|maskID}}</view>
  181. <view class="item seat-name">座位:{{singleInfo.seatName}}</view>
  182. <view class="item">状态:{{singleInfo.qrcodeStatus|filterSingleState}}</view>
  183. </view>
  184. <template v-if="orderDetails.supportQrcode">
  185. <view class="singleQrcode">
  186. <uv-qrcode ref="singleQrcode" size="180px" :options="singleQrOptions" :value="singleQrContent" ></uv-qrcode>
  187. </view>
  188. </template>
  189. <template v-else-if="orderDetails.supportIdcard && !orderDetails.supportQrcode">
  190. <view class="qrcode-tip">本票种需凭「取票码」至前台换票入场,或凭「身份证原件」入场</view>
  191. </template>
  192. <template v-else>
  193. <view class="qrcode-tip">本票种需凭「取票码」至前台换票入场</view>
  194. </template>
  195. <view class="order-num" :class="{'del-line':singleInfo.qrcodeStatus!==0}">取票号:{{singleInfo.qrcodeNo}}</view>
  196. </view>
  197. </u-popup>
  198. <!-- 添加退款信息弹窗 -->
  199. <u-popup :show="showRefundInfo" @close="closeRefundInfo" :round="10" mode="center">
  200. <view class="refund-info-popup">
  201. <view class="title u-flex u-row-between">
  202. 退款信息
  203. <u-icon name="close" size="32" color="#333" @click="closeRefundInfo"></u-icon>
  204. </view>
  205. <view class="order-info-item">
  206. <text class="til">退款单号</text>
  207. <text class="con">{{refundInfo.id}}</text>
  208. <text class="copy-btn" @click="copyOrderNum(refundInfo.id)">复制</text>
  209. </view>
  210. <view class="order-info-item">
  211. <text class="til">申请时间</text>
  212. <text class="con">{{refundInfo.refundTime}}</text>
  213. </view>
  214. <!-- <view class="order-info-item">
  215. <text class="til">订单金额</text>
  216. <text class="con">¥ {{refundInfo.orderAmount}}</text>
  217. </view> -->
  218. <view class="order-info-item">
  219. <text class="til">退款金额</text>
  220. <text class="con">¥ {{refundInfo.refundAmount}}</text>
  221. </view>
  222. <view class="order-info-item">
  223. <text class="til">退款原因</text>
  224. <text class="con">{{refundInfo.refundReason}}</text>
  225. </view>
  226. <view class="order-info-item" v-if="orderDetails.status==6">
  227. <text class="til">失败原因</text>
  228. <text class="con">{{refundInfo.errReason}}</text>
  229. </view>
  230. <view class="order-info-item">
  231. <text class="til">退款状态</text>
  232. <text class="con">{{refundInfo.status|filterRefundState}}</text>
  233. </view>
  234. </view>
  235. </u-popup>
  236. <u-toast ref="uToast"></u-toast>
  237. </view>
  238. </template>
  239. <script>
  240. import { systemInfo } from "@/mixin.js";
  241. // #ifdef H5
  242. import wxH5 from "weixin-jsapi";
  243. // #endif
  244. export default {
  245. mixins:[systemInfo],
  246. components:{
  247. },
  248. data() {
  249. return {
  250. timer: null,
  251. mainQR:'无效值',
  252. id:'',
  253. loadingPage:true,
  254. staticUrl:this.$commonConfig.staticUrl,
  255. orderDetails:{},
  256. deadline: null, // 设置截止时间为某个日期的时间戳
  257. countdown: '', // 用于显示倒计时时间
  258. // 状态(0待支付,2超时取消,3支付完成,待使用,4退款中,5己退款,6退款失败,7己使用,8己超期)
  259. orderInfo:{
  260. 0:[{name:'需付金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'}],
  261. 1:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  262. 2:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  263. 3:[{name:'订单金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  264. 4:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  265. 5:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'},{name:'备注信息',key:'remark'}],
  266. 6:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'},{name:'备注信息',key:'remark'}],
  267. 7:[{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'支付方式',key:'payWay'},{name:'支付时间',key:'payTime'}],
  268. 8:[{name:'订单金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'备注信息',key:'remark'}],
  269. 9:[{name:'订单金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'备注信息',key:'remark'}],
  270. 10:[{name:'订单金额',key:'realPrice'},{name:'订单编号',key:'id'},{name:'下单时间',key:'createTime'},{name:'备注信息',key:'remark'}],
  271. },
  272. tipsArr:[
  273. '1.请提前到达影院现场,找到自助取票机,打印纸质电影票,完成取票',
  274. '2.如现场自助取票机无法打印电影票,请联系影院工作人员处理',
  275. '3.凭打印好的纸质电影票、检票入场观影',
  276. '4.如果订单使用了兑换券,或购买了特殊场次,暂不支持退票和改签'
  277. ],
  278. params:{
  279. },
  280. singleInfo:{idcard:''},//观影人信息
  281. showSingleQR:false,//显示单人二维码
  282. hideMainQR:false,
  283. singleModalQr:false,
  284. singleQrContent:'无效值',
  285. singleQrOptions:{
  286. foregroundColor: "#333333",
  287. },
  288. formerNotice:'',
  289. countdownTimer:null,//订单倒计时
  290. templateIdList:[],//微信小程序订阅消息
  291. refundInfo:{status:null},//退款信息
  292. showRefundInfo: false, // 控制退款信息弹窗显示
  293. }
  294. },
  295. onShow() {
  296. this.getOrderDetails(this.id);
  297. },
  298. onLoad(page) {
  299. console.log('page',page);
  300. this.id = page.id;
  301. this.getSystemInfo();
  302. this.getTemplateIdList();//获取模板列表
  303. },
  304. onUnload() {
  305. // 页面离开时停止计时器
  306. // clearInterval(this.timer)
  307. clearInterval(this.countdownTimer)
  308. },
  309. mounted() {
  310. // 每秒更新倒计时时间
  311. this.countdownTimer = setInterval(() => {
  312. const now = new Date().getTime();
  313. const distance = this.deadline - now;
  314. // console.log('distance',distance);
  315. if(this.orderDetails.status==0 && distance<0){
  316. this.countdown = '支付超期';
  317. return
  318. }else if(this.orderDetails.status==3 && distance<0){
  319. this.countdown = '演出已开始';
  320. return
  321. }
  322. // 计算倒计时时间,可以根据需求自定义显示方式
  323. const days = Math.floor(distance / (1000 * 60 * 60 * 24));
  324. const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  325. const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  326. const seconds = Math.floor((distance % (1000 * 60)) / 1000);
  327. // 更新倒计时时间
  328. this.countdown = `${days}天 ${hours}小时 ${minutes}分钟 ${seconds}秒`;
  329. }, 1000);
  330. },
  331. methods: {
  332. leftClick(e){
  333. let pages = getCurrentPages();
  334. if(pages.length==1){
  335. uni.$u.route('/pages/index/index')
  336. }else{
  337. let prePage = pages[pages.length-1];
  338. if(prePage.route=='center/orderdetails'){
  339. uni.navigateBack({
  340. delta: 2
  341. });
  342. }else{
  343. uni.navigateBack()
  344. }
  345. };
  346. },
  347. getTemplateIdList(){
  348. this.$u.api.templateIdList({templateLabel:'order_pay'}).then(res=>{
  349. console.log('getTemplateIdList',res.data);
  350. this.templateIdList = res.data.list.map(item=>{
  351. return item.templateId
  352. });
  353. // if(this.templateIdList.length>0){
  354. // this.templateEven();
  355. // }
  356. }).catch(err=>{
  357. console.log('getTemplateIdList',err);
  358. })
  359. },
  360. getOrderDetails(id){
  361. this.$u.api.orderDetails({id:id}).then(res=>{
  362. this.loadingPage = false;
  363. this.orderDetails = res.data;
  364. let viewersList = res.data.viewersList.map(item=>{
  365. return {
  366. ...item,
  367. nameList:item.nameList.split(',')||[],
  368. seatName:item.seatName.split(',')||[],
  369. }
  370. });
  371. this.orderDetails.viewersList = viewersList;
  372. this.refundInfo = res.data.refundInfo||{};
  373. if(res.data.status==0){//待支付
  374. this.deadline = new Date(`${res.data.cancelDateTime}`).getTime();
  375. }else if(res.data.status==3){//待使用
  376. this.deadline = new Date(`${res.data.performDateTime}`).getTime();
  377. }
  378. this.mainQR = res.data.parentQrcodeNo;
  379. this.getPerformerNotice();
  380. // console.log('this.deadline',this.deadline);
  381. // console.log('orderDetails',JSON.parse(JSON.stringify(res.data)));
  382. }).catch(err=>{
  383. uni.$u.toast('获取数据失败,!请重试')
  384. uni.navigateBack();
  385. console.log('getOrderDetails',err);
  386. })
  387. },
  388. singleQR(item,index){
  389. let that = this;
  390. // console.log('singleQR',item);
  391. this.showSingleQR = true;
  392. this.hideMainQR = true;
  393. this.singleInfo = item;
  394. if(item.qrcodeStatus!==0){
  395. this.singleQrOptions.foregroundColor='#BCBCBC';
  396. }else{
  397. this.singleQrOptions.foregroundColor='#333333';
  398. }
  399. // this.singleQrContent = {};
  400. // this.singleQrContent.qrcode = item.qrcodeNo;
  401. // this.singleQrContent = JSON.stringify(this.singleQrContent);
  402. this.singleQrContent = item.qrcodeNo
  403. },
  404. openSingleQR(){
  405. // console.log('this.singleInfo',this.singleInfo);
  406. },
  407. closeSingleQR(){
  408. this.showSingleQR = false;
  409. this.hideMainQR = false;
  410. },
  411. clickEven(fun,item){
  412. // console.log('fun',fun);
  413. let funObj = {
  414. pay: this.pay,
  415. logistics:this.logistics,
  416. evaluate:this.evaluate,
  417. refund:this.refund,
  418. cancelOrder:this.cancelOrder,
  419. viewRefund:this.viewRefund,
  420. confirmReceipt:this.confirmReceipt
  421. };
  422. // console.log('funObj[fun]',funObj[fun]);
  423. if (fun in funObj) {
  424. funObj[fun](item);
  425. }
  426. },
  427. pay(item){
  428. // #ifdef H5
  429. this.gotoPay(this.orderDetails.id);
  430. // #endif
  431. // #ifdef MP
  432. this.setTemplate(this.orderDetails.id);
  433. // #endif
  434. // console.log('pay',item);
  435. // uni.$u.route('/center/pay', {
  436. // orderId: item.id,
  437. // // openid: that.vuex_wechatOpenid,
  438. // payAmount:item.orderPrice
  439. // });
  440. },
  441. logistics(item){
  442. // console.log('logistics',item);
  443. uni.$u.route('/center/distribution', {
  444. orderId: item.id
  445. });
  446. },
  447. evaluate(item){
  448. // console.log('logistics',item);
  449. uni.$u.route('/shopping/evaluate', {
  450. id: item.id
  451. });
  452. },
  453. refund(item){
  454. console.log('this.orderDetails',this.orderDetails);
  455. uni.$u.route('/center/refundselect', {
  456. id: this.orderDetails.id,
  457. realPrice:this.orderDetails.realPrice
  458. });
  459. },
  460. cancelOrder(item){
  461. let that = this;
  462. uni.showModal({
  463. title: '提示',
  464. content: '确认取消吗!',
  465. success: res => {
  466. if (res.confirm) {
  467. this.$u.api.cancelOrder({orderId:that.orderDetails.id}).then(res=>{
  468. this.$refs.uToast.show({
  469. message:res.msg,
  470. complete() {
  471. that.getOrderDetails(that.orderDetails.id);
  472. }
  473. });
  474. // uni.$u.toast(res.msg);
  475. console.log('res',res.data);
  476. }).catch(err=>{
  477. console.log('cancelOrder',err);
  478. })
  479. }
  480. }
  481. });
  482. // console.log('logistics',item);
  483. },
  484. confirmReceipt(item){
  485. let that = this;
  486. uni.showModal({
  487. title: '提示',
  488. content: '确认收货吗!',
  489. success: res => {
  490. if (res.confirm) {
  491. this.$u.api.confirmReceipt({orderId:item.id}).then(res=>{
  492. uni.showToast({
  493. title:res.msg,
  494. duration:2000,
  495. complete() {
  496. that.evaluate(item)
  497. that.getOrderDetails(that.id);
  498. }
  499. });
  500. console.log('res',res.data);
  501. }).catch(err=>{
  502. console.log('confirmReceipt',err);
  503. })
  504. }
  505. }
  506. })
  507. },
  508. goMap(){
  509. uni.openLocation({
  510. latitude: Number(this.pickupInfo.pickupLatitude), //维度
  511. longitude: Number(this.pickupInfo.pickupLongitude), //经度
  512. name: "商行地址", //目的地定位名称
  513. scale: 15, //缩放比例
  514. address: this.pickupInfo.pickupAddress //导航详细地址
  515. })
  516. },
  517. copyOrderNum(orderNum){
  518. // console.log('copyOrderNum',orderNum);
  519. uni.setClipboardData({
  520. data: orderNum,
  521. success: function () {
  522. uni.showToast({
  523. title: '复制成功'
  524. });
  525. },
  526. fail(e) {
  527. // console.log('copyOrderNumfail',e);
  528. uni.showToast({
  529. title: '复制失败',
  530. icon:"error"
  531. });
  532. }
  533. });
  534. },
  535. // 设置小程序订阅消息
  536. setTemplate(orderId) {
  537. let that = this;
  538. console.log('templateIdList',this.templateIdList);
  539. uni.requestSubscribeMessage({
  540. tmplIds: that.templateIdList,
  541. success (res) {
  542. // that.gotoPay();
  543. console.log("success:",res);
  544. },
  545. fail (res) {
  546. console.log("fail:",res);
  547. },
  548. complete (res) {
  549. that.gotoPay(orderId);
  550. console.log("complete:",res);
  551. }
  552. })
  553. },
  554. gotoPay(orderId){
  555. this.$u.api.gotoPay({orderId:orderId,openid:''}).then(res=>{
  556. this.payResult = res.data.payInfo;
  557. this.payResult.package = res.data.payInfo.packageValue;
  558. // #ifdef H5
  559. this.initConfig(this.payResult)
  560. // #endif
  561. // #ifdef MP
  562. this.wxPay()
  563. // #endif
  564. // if(this.params.paymentMode==1||this.params.paymentMode==4){
  565. // this.wxPay()
  566. // }else{
  567. // uni.$u.route('/shopping/paysuccess');
  568. // }
  569. console.log('gotoPayres',res.data);
  570. }).catch(err=>{
  571. this.paypass = '';
  572. this.checkPassShow = false;
  573. console.log('gotoPay',err);
  574. })
  575. },
  576. wxPay(){
  577. let that = this;
  578. uni.requestPayment({
  579. ... this.payResult,
  580. "provider": "wxpay",
  581. "orderInfo": {
  582. // "appid": "wx499********7c70e", // 微信开放平台 - 应用 - AppId,注意和微信小程序、公众号 AppId 可能不一致
  583. // "noncestr": "c5sEwbaNPiXAF3iv", // 随机字符串
  584. // "package": "Sign=WXPay", // 固定值
  585. // "partnerid": "148*****52", // 微信支付商户号
  586. // "prepayid": "wx202254********************fbe90000", // 统一下单订单号
  587. // "timestamp": 1597935292, // 时间戳(单位:秒)
  588. // "sign": "A842B45937F6EFF60DEC7A2EAA52D5A0" // 签名,这里用的 MD5/RSA 签名
  589. },
  590. success(res) {
  591. that.payQuery();
  592. },
  593. fail(e) {
  594. console.log('wxPayfail',e);
  595. }
  596. })
  597. },
  598. payQuery(){
  599. let that = this;
  600. let retryCount = 0;
  601. let maxRetryCount = 5; // 设置最大重试次数
  602. let interval = 2000; // 设置间隔时间为2秒
  603. let timeout = 10000; // 设置超时时间为10秒
  604. let timer;
  605. uni.showLoading({
  606. title:'支付结果查询中'
  607. })
  608. timer = setInterval(() => {
  609. retryCount++;
  610. if (retryCount > maxRetryCount || retryCount * interval > timeout) {
  611. clearInterval(timer);
  612. uni.hideLoading();
  613. console.log("支付查询超时或达到最大重试次数");
  614. // 在这里添加超时或达到最大重试次数的处理逻辑
  615. this.reloadList()
  616. } else {
  617. console.log("第" + retryCount + "次查询");
  618. // 调用查询支付状态的方法
  619. // 如果支付状态为成功,则清除定时器并处理成功的逻辑
  620. // 如果支付状态为失败,则清除定时器并处理失败的逻辑
  621. this.$u.api.payQuery({orderId:this.orderId}).then(res=>{
  622. // 0-未支付 1-已支付 2-支付中 3-支付失败 4-支付退款
  623. let payStatus = res.data.payStatus;
  624. if(payStatus===1){
  625. uni.$u.route('/center/paysuccess');
  626. }else if(payStatus===0||payStatus===2){
  627. this.payQuery()
  628. }else if(payStatus===3){
  629. uni.toast('支付失败')
  630. }
  631. clearInterval(timer);
  632. }).catch(err=>{
  633. console.log('payQuery',err);
  634. }).finally(()=>{
  635. uni.hideLoading()
  636. })
  637. }
  638. }, interval);
  639. },
  640. getPerformerNotice(){
  641. this.$u.api.performerNotice({performId:this.orderDetails.performId}).then(res=>{
  642. // console.log('getPerformerNotice',res.data);
  643. this.formerNotice = res.data.performNotice;
  644. }).catch(err=>{
  645. console.log('getPerformerNotice',err);
  646. })
  647. },
  648. handleMoveQrcode(){
  649. console.log('handleMoveQrcode');
  650. return false
  651. },
  652. /**
  653. * 公众号微信支付
  654. */
  655. initConfig() {
  656. // #ifdef H5
  657. let that = this
  658. wxH5.config({
  659. debug: false, // 这里一般在测试阶段先用ture,等打包给后台的时候就改回false,
  660. appId: that.payResult.appId, // 必填,公众号的唯一标识
  661. timestamp: that.payResult.timeStamp, // 必填,生成签名的时间戳
  662. nonceStr: that.payResult.nonceStr, // 必填,生成签名的随机串
  663. signature: that.payResult.paySign, // 必填,签名
  664. jsApiList: ['chooseWXPay', 'checkJsApi'] // 必填,需要使用的JS接口列表
  665. })
  666. wxH5.ready(() => {
  667. wxH5.chooseWXPay({
  668. timestamp: that.payResult.timeStamp, // 支付签名时间戳,注意微信jssdk中的所有使用timestamp字段均为小写。但最新版的支付后台生成签名使用的timeStamp字段名需大写其中的S字符
  669. nonceStr: that.payResult.nonceStr, // 支付签名随机串,不长于 32 位
  670. package: that.payResult.packageValue, // 统一支付接口返回的prepay_id参数值,提交格式如:prepay_id=\*\*\*)
  671. signType: 'SHA1', // 签名方式,默认为'SHA1',使用新版支付需传入'MD5'
  672. paySign: that.payResult.paySign, // 支付签名
  673. success: () => {
  674. that.payQuery();
  675. },
  676. fail: (e) => {
  677. uni.$u.route('/center/order', {
  678. status: 0
  679. });
  680. console.log('wxPayfail', e);
  681. },
  682. cancel: () => {
  683. uni.$u.route('/center/order', {
  684. status: 0
  685. });
  686. that.cansubmit = true;
  687. }
  688. })
  689. })
  690. // #endif
  691. },
  692. async invoice(){
  693. console.log('orderDetails',this.orderDetails);
  694. if(this.orderDetails.ifInvoice===0){
  695. try{
  696. let invoiceInfo = await this.$u.api.getInvoiceInfo({orderId:this.id});
  697. uni.$u.route('/center/invoice', {
  698. id: this.orderDetails.id
  699. });
  700. console.log('invoiceInfo',invoiceInfo);
  701. }catch(err){
  702. console.log('invoice',err);
  703. }
  704. }else{
  705. uni.$u.route('/center/invoicedetails', {
  706. id: this.orderDetails.id
  707. });
  708. }
  709. },
  710. rebook(){
  711. uni.$u.route('pages/ticketlist',{performId:this.orderDetails.performId,orderId:this.orderDetails.id,fromPage:'rebook'})
  712. },
  713. upgrade(item){
  714. uni.$u.route('pages/ticketlist',{performId:item.orderDetails.performId,orderId:item.orderDetails.id,fromPage:'rebook',isUpgrade:true})
  715. },
  716. // 显示退款信息弹窗
  717. showRefundInfoPopup(item) {
  718. this.hideMainQR = true;
  719. this.showRefundInfo = true;
  720. },
  721. // 关闭退款信息弹窗
  722. closeRefundInfo() {
  723. this.hideMainQR = false;
  724. this.showRefundInfo = false;
  725. },
  726. viewOldOrder(){
  727. uni.$u.route('/center/orderdetails', {
  728. id: this.orderDetails.orgOrderId
  729. });
  730. },
  731. viewNewOrder(){
  732. uni.$u.route('/center/orderdetails', {
  733. id: this.orderDetails.newOrderId
  734. });
  735. }
  736. }
  737. }
  738. </script>
  739. <style>
  740. page{
  741. background: linear-gradient(180deg, #ED0000 0%, #F9FBFD 50%,#F9FBFD 100%);
  742. background-repeat: no-repeat;
  743. }
  744. </style>
  745. <style lang="scss" scoped>
  746. .status-content{
  747. text-align: center;
  748. padding-top: 30rpx;
  749. margin-bottom: 52rpx;
  750. .text{
  751. font-size: 32rpx;
  752. font-weight: 400;
  753. color: #FFFFFF;
  754. margin-bottom: 52rpx;
  755. }
  756. .btn-wrap{
  757. margin-bottom: 40rpx;
  758. .btn{
  759. height: 64rpx;
  760. line-height: 64rpx;
  761. padding: 0 42rpx;
  762. border-radius: 8rpx;
  763. border: 2rpx solid #FFFFFF;
  764. background-color: #ffffff;
  765. font-size: 24rpx;
  766. font-weight: bold;
  767. color: #EE0B0B;
  768. &.cancel{
  769. border-color: #FFE2E2;
  770. color: #FFE2E2;
  771. background-color: transparent;
  772. }
  773. &:not(:last-of-type){
  774. margin-right: 100rpx;
  775. }
  776. }
  777. }
  778. }
  779. .base-info{
  780. background: #FFFFFF;
  781. box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(221,221,221,0.5);
  782. border-radius: 20rpx;
  783. overflow: hidden;
  784. margin-bottom: 24rpx;
  785. .top{
  786. padding: 20rpx;
  787. background: #F9FAFD;
  788. font-size: 28rpx;
  789. font-weight: 400;
  790. color: #7F7F7F;
  791. }
  792. .info{
  793. padding: 28rpx 20rpx 30rpx 24rpx;
  794. .img{
  795. width: 180rpx;
  796. height: 160rpx;
  797. border-radius: 12rpx;
  798. }
  799. .text{
  800. font-size: 24rpx;
  801. font-weight: 400;
  802. color: #7F7F7F;
  803. padding-left: 26rpx;
  804. flex: 1;
  805. .name{
  806. font-size: 28rpx;
  807. font-weight: bold;
  808. color: #363636;
  809. margin-bottom: 20rpx;
  810. }
  811. .time{
  812. margin-bottom: 20rpx;
  813. }
  814. .position{
  815. margin-bottom: 20rpx;
  816. }
  817. .status{
  818. font-size: 24rpx;
  819. font-weight: 400;
  820. color: #EE0606;
  821. }
  822. }
  823. }
  824. }
  825. .box{
  826. margin-bottom: 24rpx;
  827. background: #FFFFFF;
  828. box-shadow: 0rpx 0rpx 20rpx 2rpx rgba(221,221,221,0.5);
  829. border-radius: 20rpx;
  830. padding: 36rpx 24rpx;
  831. .title{
  832. font-size: 30rpx;
  833. font-weight: bold;
  834. color: #2D2D2D;
  835. padding-bottom: 20rpx;
  836. margin-bottom: 24rpx;
  837. border-bottom: 1px solid #F4F4F4;
  838. .btn{
  839. height: 40rpx;
  840. line-height: 40rpx;
  841. padding: 0 20rpx;
  842. border-radius: 8rpx;
  843. border: 2rpx solid #606060;
  844. font-size: 24rpx;
  845. font-weight: 400;
  846. color: #606060;
  847. cursor: pointer;
  848. }
  849. }
  850. }
  851. .order-info{
  852. .order-info-item{
  853. font-size: 30rpx;
  854. font-weight: 400;
  855. color: #333333;
  856. padding: 10rpx 0;
  857. // &:not(:last-child){
  858. // border-bottom: 0.5px solid #eee;
  859. // }
  860. .til{
  861. font-size: 24rpx;
  862. font-weight: 400;
  863. color: #999999;
  864. margin-right: 40rpx;
  865. }
  866. .copy-btn{
  867. margin-left: 32rpx;
  868. height: 30rpx;
  869. line-height: 30rpx;
  870. padding: 0 14rpx;
  871. border-radius: 8rpx;
  872. font-size: 20rpx;
  873. font-weight: 400;
  874. color: #999999;
  875. background: #EDEDED;
  876. }
  877. }
  878. .btn-box{
  879. .btn:not(:first-of-type){
  880. margin-left: 10px;
  881. }
  882. }
  883. }
  884. .tips{
  885. .tips-item{
  886. font-size: 24rpx;
  887. font-weight: 400;
  888. color: #7F7F7F;
  889. line-height: 36rpx;
  890. margin-bottom: 20rpx;
  891. }
  892. }
  893. .qr-wrap{
  894. .qr-content{
  895. text-align: center;
  896. font-size: 24rpx;
  897. font-weight: 400;
  898. color: #7F7F7F;
  899. }
  900. .img-wrap{
  901. position: relative;
  902. }
  903. .ayQrcode,.img{
  904. width: 180px;
  905. height: 180px;
  906. display: block;
  907. margin: 0 auto 20rpx;
  908. }
  909. .refund-ico{
  910. width: 200rpx;
  911. height: 152rpx;
  912. position: absolute;
  913. bottom: -10rpx;
  914. right: 60rpx;
  915. }
  916. }
  917. .order-num{
  918. position: relative;
  919. margin: 30rpx auto 0;
  920. font-size: 24rpx;
  921. font-weight: 400;
  922. color: #363636;
  923. border: 1px solid #363636;
  924. padding: 5rpx 20rpx;
  925. border-radius: 8rpx;
  926. width: fit-content;
  927. &.del-line{
  928. color: #BCBCBC;
  929. border: 1px solid #BCBCBC;
  930. }
  931. &.del-line::after{
  932. content: '';
  933. width: 110%;
  934. height: 1px;
  935. background-color: #BCBCBC;
  936. position: absolute;
  937. top: 50%;
  938. left: -5%;
  939. }
  940. }
  941. .viewers-list{
  942. padding-bottom: 16rpx;
  943. .item{
  944. .viewers-wrap{
  945. .viewer:not(:first-of-type){
  946. margin-top: 8px;
  947. }
  948. }
  949. font-size: 28rpx;
  950. color: #333;
  951. margin-bottom: 10px;
  952. .qrbtn{
  953. color: #EE0606;
  954. }
  955. & + .item{
  956. border-top: 1px dashed #EDEDED;
  957. padding-top: 8px;
  958. }
  959. }
  960. }
  961. .singleQR-wrap{
  962. padding: 0 24rpx 50rpx;
  963. box-sizing: border-box;
  964. min-width: 80vw;
  965. .title{
  966. text-align: center;
  967. height: 94rpx;
  968. line-height: 94rpx;
  969. font-size: 28rpx;
  970. font-weight: bold;
  971. color: #2D2D2D;
  972. border-bottom: 2rpx solid #F4F4F4;
  973. margin-bottom: 24rpx;
  974. }
  975. .single-info{
  976. margin-bottom: 24rpx;
  977. .item{
  978. font-size: 24rpx;
  979. font-weight: 400;
  980. color: #363636;
  981. margin-bottom: 10rpx;
  982. &.seat-name{
  983. font-size: 28rpx;
  984. font-weight: bold;
  985. }
  986. }
  987. }
  988. .singleQrcode{
  989. width: 180px;
  990. height: 180px;
  991. margin: 24rpx auto 54rpx;
  992. position: relative;
  993. &.disabled{
  994. // /deep/ .canvas-qrcode{
  995. // opacity: 0.3;
  996. // }
  997. }
  998. }
  999. }
  1000. .qrcode-tip{
  1001. margin-top: 10px;
  1002. text-align: center;
  1003. font-size: 24rpx;
  1004. font-weight: 400;
  1005. color: #7F7F7F;
  1006. }
  1007. .refund-info-popup {
  1008. padding: 30rpx;
  1009. min-width: 600rpx;
  1010. max-height: 80vh;
  1011. overflow-y: auto;
  1012. .title {
  1013. font-size: 32rpx;
  1014. font-weight: bold;
  1015. color: #333;
  1016. padding-bottom: 20rpx;
  1017. margin-bottom: 20rpx;
  1018. border-bottom: 1px solid #eee;
  1019. }
  1020. .order-info-item {
  1021. padding: 16rpx 0;
  1022. font-size: 28rpx;
  1023. .til {
  1024. color: #999;
  1025. margin-right: 20rpx;
  1026. }
  1027. .con {
  1028. color: #333;
  1029. }
  1030. }
  1031. }
  1032. .refund-list{
  1033. .title{
  1034. margin-bottom: 0;
  1035. }
  1036. .item{
  1037. font-size: 28rpx;
  1038. padding: 8px 0;
  1039. .copy-icon{
  1040. width: 35rpx;
  1041. // margin-left: 5px;
  1042. padding-left: 5px;
  1043. position: relative;
  1044. top: 3px;
  1045. }
  1046. & + .item{
  1047. border-top: 1px solid #EDEDED;
  1048. }
  1049. .item-row{
  1050. & + .item-row{
  1051. margin-top: 8px;
  1052. }
  1053. }
  1054. .til{
  1055. color: #999;
  1056. margin-right: 5px;
  1057. }
  1058. }
  1059. }
  1060. </style>