activityOrderDetail.vue 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367
  1. <template>
  2. <view class="box">
  3. <!-- 自定义导航 -->
  4. <view class="zdyNavBox">
  5. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  6. <view class="zdyNav">
  7. <view class="zdyNavLeft">
  8. <image src="../../static/img/nav_icon_back.png" mode="aspectFit" class="backImg" @click="goback">
  9. </image>
  10. </view>
  11. <view class="zdyNavTitle">订单详情</view>
  12. <view style="width: 50px;"></view>
  13. </view>
  14. </view>
  15. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  16. <view style="height: 44px;"></view>
  17. <view class="top">
  18. <view class="orderState">
  19. <image src="../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
  20. <view class="SheetState" v-if="orderData.data.sheetState == 1">待付款</view>
  21. <view class="SheetState" v-if="orderData.data.sheetState == 2">待服务</view>
  22. <view class="SheetState" v-if="orderData.data.sheetState == 3">已完成</view>
  23. <view class="SheetState" v-if="orderData.data.sheetState == 4">已取消</view>
  24. <view class="SheetState" v-if="orderData.data.sheetState == 5">待成团</view>
  25. </view>
  26. </view>
  27. <!-- 店铺信息 -->
  28. <view class="shopBox">
  29. <image src="../../static/img/icon_store.png" mode="" class="shopBoximg"></image>
  30. <view class="shopCont">
  31. <view class="shopName">{{orderData.shopInfo.shopName}}</view>
  32. <view class="Address">
  33. {{orderData.shopInfo.provinceName}}{{orderData.shopInfo.cityName}}{{orderData.shopInfo.areaName}}{{orderData.shopInfo.address}}
  34. </view>
  35. </view>
  36. <!-- <view class="shopRightBox" @click="map"> -->
  37. <view class="shopRightBox">
  38. <image src="../../static/img/icon_ditu.png" mode="" class="shopRightImg"></image>
  39. <view class="shopRihgtTxt">地图</view>
  40. </view>
  41. <view class="shopsx"></view>
  42. <view class="shopRightBox" @click="call">
  43. <image src="../../static/img/icon_phone.png" mode="" class="shopRightImg"></image>
  44. <view class="shopRihgtTxt">电话</view>
  45. </view>
  46. </view>
  47. <!-- 订单内容 -->
  48. <view class="information">
  49. <view class="detailedTitle ptzt">订单内容
  50. <view class="groupStateBox " v-if="orderData.data.groupState==4">
  51. <image src="../../static/img/icon_checked@2x.png" mode="" class="groupStateIcon"></image>
  52. <view class="groupStateTxt">自动成团</view>
  53. </view>
  54. <view class="groupStateBox " v-if="orderData.data.groupState==3">
  55. <image src="../../static/img/icon_checked@2x.png" mode="" class="groupStateIcon"></image>
  56. <view class="groupStateTxt">拼团成功</view>
  57. </view>
  58. <view class="groupStateBox " v-if="orderData.data.groupState==1">
  59. <image src="../../static/img/del.png" mode="" class="groupStateIcon"></image>
  60. <view class="groupStateTxt">拼团失败</view>
  61. </view>
  62. </view>
  63. <view v-if="orderData.openSheetDetail.length>0" v-for="(item,index) in orderData.openSheetDetail"
  64. :key="index">
  65. <view class="informationLine2">
  66. <view class="goodsName">{{item.itemName}}</view>
  67. <view class="huodong" @click="goDetail(item.itemId)">
  68. <view class="goodsName3">活动详情</view>
  69. <image src="../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;">
  70. </image>
  71. </view>
  72. </view>
  73. <view class="salePrice"><span class="informationNum" >¥</span>{{item.salePrice}}</view>
  74. </view>
  75. <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4&& orderData.data.sheetState != 5" class="line"></view>
  76. <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4&& orderData.data.sheetState != 5">
  77. <view class="goodsName2">
  78. 券码信息({{quanMaList.length?quanMaList.length:0}}张可用)
  79. </view>
  80. <view class="detailedLineBox" v-for="(v,index) in orderData.OpenSheetQRCode">
  81. <view class="detailedLine">
  82. <view v-if="v.writeoffState==1" class="detailedName">
  83. <view class="redPoint"></view>
  84. <view class="code">{{v.qrCode}}</view>
  85. <view class="quanState">待使用</view>
  86. </view>
  87. <view v-if="v.writeoffState==3" class="detailedName">
  88. <view class="redPoint"></view>
  89. <view class="code old" >{{v.qrCode}}</view>
  90. <view class="quanState2">已使用</view>
  91. </view>
  92. <image src="../../static/img/icon_erweima.png" mode="" style="width: 36rpx;height: 36rpx;"
  93. v-if="v.writeoffState==1" @click="isShowMaSHow(index)"></image>
  94. </view>
  95. <view class="writeoffLineBox" v-if="v.writeoffState==3">
  96. <view class="writeoffLine">
  97. <view class="writeoffLineTxt">核销时间:{{v.writeoffTime}}</view>
  98. <view class="writeoffLineTxt">核销人:{{v.writeoffName}}</view>
  99. </view>
  100. <view class="writeoffLine">
  101. <view class="writeoffLineTxt">核销门店:{{v.writeoffShopName?v.writeoffShopName:''}}</view>
  102. </view>
  103. </view>
  104. </view>
  105. </view>
  106. </view>
  107. <!-- 实付款 -->
  108. <view class="money">
  109. <view class="informationNum">实付款:</view>
  110. <view class="informationNum" style="color: #FF0000;font-weight: bold;">¥{{orderData.data.realMoney}}</view>
  111. </view>
  112. <!-- 订单信息 -->
  113. <view class="information">
  114. <view class="detailedTitle">订单信息</view>
  115. <view class="informationLine" v-if="orderData.data.plateNumber">
  116. <view class="informationTxt">车牌号:</view>
  117. <view class="informationNum">{{orderData.data.plateNumber}}</view>
  118. </view>
  119. <view class="informationLine" v-if="orderData.data.customerName">
  120. <view class="informationTxt">联系人:</view>
  121. <view class="informationNum">{{orderData.data.customerName}}</view>
  122. </view>
  123. <view class="informationLine" v-if="orderData.data.mobilePhone">
  124. <view class="informationTxt">手机号:</view>
  125. <view class="informationNum">{{orderData.data.mobilePhone}}</view>
  126. </view>
  127. <view class="informationLine" v-if="orderData.data.unit">
  128. <view class="informationTxt">单位:</view>
  129. <view class="informationNum">{{orderData.data.unit}}</view>
  130. </view>
  131. <view class="informationLine">
  132. <view class="informationTxt">报名时间:</view>
  133. <view class="informationNum">{{orderData.data.createTime}}</view>
  134. </view>
  135. <!-- <view class="informationLine">
  136. <view class="informationTxt">报名门店:</view>
  137. <view class="informationNum">{{orderData.shopInfo.shopName}}</view>
  138. </view> -->
  139. <view class="informationLine">
  140. <view class="informationTxt">订单单号:</view>
  141. <view class="informationNum">{{orderData.data.code}}<span class="codeCopy"
  142. @click="copy(orderData.data.code)">复制</span></view>
  143. </view>
  144. </view>
  145. <!-- 支付信息 -->
  146. <view class="information">
  147. <view class="detailedTitle">支付信息</view>
  148. <view class="informationLine">
  149. <view class="informationTxt">支付状态:</view>
  150. <view class="informationNum" v-if="orderData.data.payState==1">未支付</view>
  151. <view class="informationNum" v-if="orderData.data.payState==2">已支付</view>
  152. </view>
  153. <view class="informationLine">
  154. <view class="informationTxt">支付方式:</view>
  155. <view class="informationNum" v-if="orderData.data.payType==1">在线支付</view>
  156. <view class="informationNum" v-if="orderData.data.payType==2">-</view>
  157. </view>
  158. <view class="informationLine">
  159. <view class="informationTxt">支付时间:</view>
  160. <view class="informationNum">{{orderData.data.payTime?orderData.data.payTime:'-'}}</view>
  161. </view>
  162. </view>
  163. <!-- 核销信息 -->
  164. <view class="information writeoffXx" v-if="orderData.data.sheetState == 3">
  165. <view class="detailedTitle">核销信息</view>
  166. <view class="informationLine">
  167. <view class="informationTxt">核销状态:</view>
  168. <view class="informationNum" v-if="orderData.data.writeoffState==1">未核销</view>
  169. <view class="informationNum" v-if="orderData.data.writeoffState==2">部分核销</view>
  170. <view class="informationNum" v-if="orderData.data.writeoffState==3">已核销</view>
  171. </view>
  172. <view class="informationLine">
  173. <view class="informationTxt">核销时间:</view>
  174. <view class="informationNum">{{orderData.data.writeoffTime?orderData.data.writeoffTime:'-'}} {{orderData.data.writeoffName}}</view>
  175. </view>
  176. <view class="informationLine">
  177. <view class="informationTxt">核销门店:</view>
  178. <view class="informationNum">{{orderData.data.writeoffShopName?orderData.data.writeoffShopName:'-'}}</view>
  179. </view>
  180. </view>
  181. <view style="height: 50rpx;background-color: #F4F5F7;"></view>
  182. <!-- 待付款 -->
  183. <view class="bottom" v-if="orderData.data.sheetState == 1">
  184. <view v-if="iOSInfo.indexOf('Q030')!=-1||!iOSInfo" class="cancel" @click="cancelBespeak">取消订单</view>
  185. </view>
  186. <!-- 待服务 -->
  187. <view class="bottom" v-if="orderData.data.sheetState == 2&&!orderData.data.groupType">
  188. <view v-if="(iOSInfo.indexOf('Q030')!=-1||!iOSInfo) && (orderData.data.payType==2) && (orderData.data.writeoffState==1)" class="cancel" @click="cancelBespeak">取消订单</view>
  189. <view v-if="(iOSInfo.indexOf('Q031')!=-1||!iOSInfo) && (orderData.data.payType==1) && (orderData.data.payState==2)" class="defer" @click="isShowTui=true">退款</view>
  190. <view v-if="iOSInfo.indexOf('Q032')!=-1||!iOSInfo" class="defer" @click="goHeXiao">核销</view>
  191. </view>
  192. <view class="bottom" v-if="orderData.data.sheetState == 2&&orderData.data.groupType">
  193. <view class="cancel" @click="cancelOrder">退款</view>
  194. <view v-if="iOSInfo.indexOf('Q032')!=-1||!iOSInfo" class="defer" @click="goHeXiao">核销</view>
  195. </view>
  196. <view class="bottom" v-if="orderData.data.sheetState == 5">
  197. <view class="cancel" @click="cancelOrder" v-if="orderData.data.groupType">退款</view>
  198. </view>
  199. <!-- 券码 -->
  200. <view class="maBox" v-if="isShowMa==true" @click="isShowMa=false">
  201. <view class="querenMa">
  202. <view class="maTop">
  203. <view class="maTitle">请到店出示券码即可开始服务</view>
  204. <image @click="isShowMa=false" src="../../static/img/icon_delete.png" mode=""
  205. style="width: 26rpx;height: 26rpx;margin-left: 10rpx;"></image>
  206. </view>
  207. <swiper class="swiper" circular :current='swiperIndex' :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC"
  208. indicator-active-color="#D53533">
  209. <swiper-item v-for="(item,index) in quanMaList">
  210. <view class="swiper-item">
  211. <view class="maCode">{{item}}</view>
  212. <view class="maBoximg">
  213. <tki-qrcode cid="qrcode1" ref="qrcode" :val="item" :size="400" :unit="unit"
  214. :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
  215. :loadMake="loadMake" :usingComponents="true" @result="qrR" />
  216. </view>
  217. </view>
  218. </swiper-item>
  219. </swiper>
  220. </view>
  221. </view>
  222. <!-- 退款原因 -->
  223. <view class="tuikuanBox" v-if="isShowTui==true">
  224. <view class="tuikuan">
  225. <view class="tuiTop">
  226. <view class="tuiTitle">退款</view>
  227. <image @click="isShowTui=false" src="../../static/img/icon_close.png" mode=""
  228. style="width: 26rpx; height: 26rpx;"></image>
  229. </view>
  230. <view class="contLine">
  231. <view class="contlineLeft">
  232. <image src="../../static/img/icon_star.png" mode="" class="star"></image>
  233. 退款原因
  234. </view>
  235. <view class="contlineRight carModelRight" @click="">
  236. <picker class="carModel" @change="bindChange" mode="selector" :value="index"
  237. :range="tuicauseList" range-key="contents">
  238. <view class="uni-input">{{tuicauseList[index].contents}}</view>
  239. <!-- <view class="uni-input noColor" v-else>请选择</view> -->
  240. </picker>
  241. <image src="../../static/img/little_rightArrow.png" mode="" class="contlineRightJt"></image>
  242. </view>
  243. </view>
  244. <view class="contLine">
  245. <view class="contlineLeft">
  246. <image src="../../static/img/icon_star.png" mode="" class="star"></image>
  247. 退款金额
  248. </view>
  249. <view class="contlineRight carModelRight" @click="cktime">
  250. <span class="carModel">{{orderData.data.realMoney}}</span>
  251. </view>
  252. </view>
  253. <view class="contLine">
  254. <view class="contlineLeft">
  255. <image src="" mode="" class="star"></image>
  256. 补充描述
  257. </view>
  258. <view class="contlineRight">
  259. <textarea placeholder-style="color:#999999" placeholder="请输入" v-model="tuikuanContent"
  260. class="contlineRightInput" maxlength="-1" auto-height="true" @confirm="feedDone" />
  261. </view>
  262. </view>
  263. <view class="tuiBtns">
  264. <view class="btn" @click="isShowTui=false">取消</view>
  265. <view class="btn2" @click="goTui">确认退款</view>
  266. </view>
  267. </view>
  268. </view>
  269. </view>
  270. </template>
  271. <script>
  272. import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
  273. export default {
  274. components: {
  275. tkiQrcode
  276. },
  277. data() {
  278. return {
  279. id: '',
  280. iStatusBarHeight: '',
  281. orderData: '',
  282. onval: true, // val值变化时自动重新生成二维码
  283. loadMake: true, // 组件加载完成后自动生成二维码
  284. size: 500,
  285. qrcodeShow: false,
  286. qrcodeTop: '-100vh',
  287. qrcodeTopVal: '',
  288. ifShow: false,
  289. val: '二维码', // 要生成的二维码值
  290. unit: 'upx', // 单位
  291. background: '#b4e9e2', // 背景色
  292. foreground: '#309286', // 前景色
  293. pdground: '#262637', // 角标色
  294. icon: '', // 二维码图标
  295. iconsize: 40, // 二维码图标大小
  296. lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
  297. src: '', // 二维码生成后的图片地址或base64
  298. isShowMa: false,
  299. quanMaList: [],
  300. isShowTui: false,
  301. tuicauseList: [],
  302. tuikuanContent: '',
  303. index: 0,
  304. iOSInfo:'',
  305. swiperIndex:0,
  306. back:'',
  307. }
  308. },
  309. onLoad(opt) {
  310. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  311. this.id = opt.id
  312. this.back=opt.back;
  313. if (this.id) {
  314. this.getData()
  315. }
  316. this.getTuiKuanData()
  317. var qxnum = uni.getStorageSync("quanxian");
  318. if (qxnum == 1) {
  319. this.iOSInfo = JSON.parse(JSON.stringify(window.iOSInfo));
  320. }else if(qxnum==2){
  321. window.getAndroid=this.getAndroid;
  322. }
  323. },
  324. methods: {
  325. isShowMaSHow(index){
  326. this.swiperIndex=index
  327. this.isShowMa=true
  328. },
  329. getAndroid(e){
  330. this.iOSInfo=e
  331. },
  332. cancelOrder(){
  333. this.isShowTui=true
  334. },
  335. goTui() {
  336. let yuanyin = this.tuicauseList[this.index].contents
  337. if (!yuanyin) {
  338. uni.showToast({
  339. title: '请选择退款原因',
  340. icon: 'none',
  341. duration: 3000
  342. });
  343. return false;
  344. }
  345. uni.showLoading({
  346. title: '加载中'
  347. })
  348. var that = this
  349. this.$http('openH5Indent/reimburse', {
  350. id: this.id,
  351. refundReason: yuanyin,
  352. refundComment: this.tuikuanContent,
  353. realMoney: this.orderData.data.realMoney
  354. }, 'GET').then(res => {
  355. uni.hideLoading();
  356. // var list = res.data.Items
  357. // var list = res.data
  358. console.log("result+=", res);
  359. if (res.code == 0) {
  360. that.isShowTui = false
  361. uni.showToast({
  362. title: '退款成功',
  363. icon: 'none',
  364. duration: 2000
  365. });
  366. setTimeout(function() {
  367. that.getData();
  368. }, 1000);
  369. }
  370. })
  371. },
  372. bindChange(e) {
  373. console.log(e);
  374. this.index = e.detail.value
  375. },
  376. feedDone(e) {
  377. this.tuikuanContent = e.target.value
  378. },
  379. // 核销
  380. goHeXiao() {
  381. //app交互
  382. var standalone = window.navigator.standalone
  383. var userAgent = window.navigator.userAgent.toLowerCase()
  384. var safari = /safari/.test(userAgent)
  385. var ios = /iphone|ipod|ipad|mac/.test(userAgent)
  386. var android = /android/.test(userAgent)
  387. if (ios) {
  388. if (true) { //!standalone&& !safari
  389. window.webkit.messageHandlers.goHeXiao.postMessage({
  390. "id": this.id ? this.id : ''
  391. })
  392. }
  393. } else if (android) {
  394. window.android.writeoff(this.id)
  395. }
  396. },
  397. getTuiKuanData() {
  398. uni.showLoading({
  399. title: '加载中'
  400. });
  401. this.$http('openH5Indent/getOpenReason', {
  402. // id: this.id,
  403. }, 'GET').then(res => {
  404. uni.hideLoading();
  405. this.tuicauseList = res.data;
  406. })
  407. },
  408. goDetail(id) {
  409. console.log('id--', id);
  410. uni.navigateTo({
  411. url: '../addjk/activityDetail?id=' + id
  412. })
  413. },
  414. pay() {
  415. this.$http('openMallOrder/unifiedPay', {
  416. sheetId: this.id
  417. }, 'POST').then(res => {
  418. if (res.code == 0) {
  419. this.requestPayment(res.data)
  420. } else {
  421. uni.showToast({
  422. title: res.msg,
  423. icon: 'none',
  424. duration: 3000
  425. });
  426. }
  427. })
  428. },
  429. requestPayment(res) {
  430. var payInfo = res;
  431. //console.log(payInfo)
  432. //console.log(String(Date.now()))
  433. var that = this;
  434. uni.requestPayment({
  435. provider: 'wxpay',
  436. //timeStamp: String(Date.now()),
  437. timeStamp: payInfo.timeStamp,
  438. nonceStr: payInfo.nonceStr,
  439. package: payInfo.package,
  440. signType: payInfo.signType,
  441. paySign: payInfo.paySign,
  442. appid: payInfo.appId,
  443. success: function(res) {
  444. console.log('success:' + JSON.stringify(res));
  445. uni.showToast({
  446. title: '支付成功',
  447. icon: 'none',
  448. duration: 2000
  449. });
  450. that.getData()
  451. },
  452. fail: function(err) {
  453. console.log(err)
  454. uni.showToast({
  455. title: '支付失败',
  456. icon: 'none',
  457. duration: 2000
  458. });
  459. }
  460. });
  461. },
  462. copy(txt) {
  463. uni.setClipboardData({
  464. data: txt,
  465. success: function() {
  466. uni.showToast({
  467. title: '复制成功',
  468. icon: 'none',
  469. duration: 2000
  470. });
  471. }
  472. });
  473. },
  474. upTime() {
  475. uni.showLoading({
  476. title: '加载中'
  477. })
  478. var that = this
  479. this.$http('openH5Indent/carOwner/updateTimeOfAppointment', {
  480. id: this.id,
  481. shopId: this.orderData.shopInfo.id,
  482. billDate: this.billDate
  483. }, 'POST').then(res => {
  484. uni.hideLoading();
  485. // var list = res.data.Items
  486. var list = res.data
  487. console.log("result+=", res.data);
  488. uni.showToast({
  489. title: '延期成功',
  490. icon: 'none',
  491. duration: 2000
  492. });
  493. setTimeout(function() {
  494. that.getData();
  495. }, 1000);
  496. })
  497. },
  498. cancelBespeak() {
  499. var that = this
  500. uni.showModal({
  501. title: '提示',
  502. content: '是否取消该订单',
  503. cancelText: '否',
  504. confirmText: '是',
  505. success: function(res) {
  506. if (res.confirm) {
  507. uni.showLoading({
  508. title: '加载中'
  509. })
  510. that.$http('openH5Indent/updateSheetState', {
  511. id: that.id,
  512. }, 'POST').then(res => {
  513. uni.hideLoading();
  514. // var list = res.data.Items
  515. uni.showToast({
  516. title: '取消成功',
  517. icon: 'none',
  518. duration: 2000
  519. });
  520. setTimeout(function() {
  521. that.getData();
  522. }, 1000);
  523. })
  524. } else if (res.cancel) {
  525. }
  526. }
  527. });
  528. },
  529. map() {
  530. console.log("打开地图")
  531. var that = this;
  532. if (!that.orderData.shopInfo.lat || !that.orderData.shopInfo.lng) {
  533. uni.showToast({
  534. title: '该店铺未设置定位',
  535. icon: 'none',
  536. duration: 3000
  537. });
  538. } else {
  539. uni.openLocation({
  540. latitude: Number(that.orderData.shopInfo.lat),
  541. longitude: Number(that.orderData.shopInfo.lng),
  542. name: that.orderData.shopInfo.shopName,
  543. address: that.orderData.shopInfo.provinceName + that.orderData.shopInfo.cityName + that
  544. .orderData.shopInfo.areaName + that.orderData.shopInfo.address,
  545. success: function() {
  546. console.log('success');
  547. },
  548. fail(err) {
  549. console.log(err)
  550. }
  551. });
  552. }
  553. },
  554. call() {
  555. uni.makePhoneCall({
  556. phoneNumber: this.orderData.shopInfo.mobilePhone
  557. });
  558. },
  559. getData() {
  560. uni.showLoading({
  561. title: '加载中'
  562. });
  563. this.$http('openH5Indent/queryOpenSheet', {
  564. id: this.id,
  565. }, 'GET').then(res => {
  566. uni.hideLoading();
  567. this.orderData = res.data;
  568. if (this.quanMaList) {
  569. this.quanMaList = [];
  570. }
  571. let maList = this.orderData.OpenSheetQRCode;
  572. if (maList) {
  573. maList.forEach(item => {
  574. if (item.writeoffState == 1) {
  575. this.quanMaList.push(item.qrCode);
  576. }
  577. })
  578. }
  579. console.log('可用券码--', this.quanMaList);
  580. })
  581. },
  582. goback() {
  583. if(this.back==1){
  584. uni.navigateBack({
  585. delta: 1
  586. })
  587. }else{
  588. var standalone = window.navigator.standalone
  589. var userAgent = window.navigator.userAgent.toLowerCase()
  590. var safari = /safari/.test(userAgent)
  591. var ios = /iphone|ipod|ipad|mac/.test(userAgent)
  592. var android = /android/.test(userAgent)
  593. if (ios) {
  594. if ( true) {//!standalone&& !safari
  595. window.webkit.messageHandlers.goMyNav.postMessage(null)
  596. }
  597. } else if (android) {
  598. window.android.postMessage()
  599. }
  600. }
  601. },
  602. gohome() {
  603. uni.switchTab({
  604. url: '../../index/index'
  605. })
  606. },
  607. },
  608. onPullDownRefresh() {
  609. this.getData()
  610. setTimeout(function() {
  611. uni.stopPullDownRefresh();
  612. }, 1000);
  613. },
  614. }
  615. </script>
  616. <style scoped>
  617. .ptzt{
  618. display: flex;justify-content: space-between;
  619. }
  620. .groupStateBox{
  621. display: flex;
  622. }
  623. .groupStateIcon{
  624. width: 28rpx;height: 28rpx;
  625. }
  626. .groupStateTxt{
  627. font-weight: 400;padding-left: 8rpx;
  628. color: #3C3C3C;line-height: 28rpx;
  629. font-size: 26rpx;
  630. }
  631. .box {
  632. min-height: 100vh;
  633. background: #F4F5F7;
  634. padding-bottom: 135rpx;
  635. }
  636. .zdyNavBox {
  637. width: 100vw;
  638. background: #FFFFFF;
  639. position: fixed;
  640. top: 0;
  641. left: 0;
  642. z-index: 9999999;
  643. }
  644. .zdyNav {
  645. height: 44px;
  646. display: flex;
  647. justify-content: space-between;
  648. align-items: center;
  649. }
  650. .backImg {
  651. width: 44rpx;
  652. height: 44rpx;
  653. margin-left: 10rpx;
  654. margin-right: 20rpx;
  655. }
  656. .homeImg {
  657. width: 44rpx;
  658. height: 44rpx;
  659. }
  660. .zdyNavLeft {
  661. display: flex;
  662. align-items: center;
  663. }
  664. .zdyNavTitle {
  665. height: 44px;
  666. background: #FFFFFF;
  667. text-align: center;
  668. font-size: 34rpx;
  669. line-height: 44px;
  670. }
  671. .top {
  672. height: 190rpx;
  673. background-color: #FF0000;
  674. }
  675. .orderState {
  676. display: flex;
  677. justify-content: center;
  678. align-items: center;
  679. padding-top: 40rpx;
  680. }
  681. .SheetState {
  682. display: flex;
  683. justify-content: center;
  684. font-size: 36rpx;
  685. font-weight: 500;
  686. color: #FFFFFF;
  687. margin-left: 15rpx;
  688. }
  689. .timeEditImg {
  690. width: 25rpx;
  691. height: 25rpx;
  692. padding-left: 20rpx;
  693. }
  694. .shopBoximg {
  695. width: 40rpx;
  696. height: 40rpx;
  697. }
  698. .shopRightImg {
  699. width: 44rpx;
  700. height: 45rpx;
  701. }
  702. .shopsx {
  703. width: 1px;
  704. height: 50rpx;
  705. background: #EEEEEE;
  706. margin-top: 30rpx;
  707. margin-left: 28rpx;
  708. }
  709. .shopBox {
  710. display: flex;
  711. padding: 30rpx 20rpx;
  712. margin: 0rpx 24rpx;
  713. margin-top: -60rpx;
  714. background-color: #FFFFFF;
  715. border-radius: 10rpx;
  716. }
  717. .shopCont {
  718. width: 405rpx;
  719. padding-left: 20rpx;
  720. }
  721. .shopName {
  722. font-size: 30rpx;
  723. font-weight: bold;
  724. color: #3C3C3C;
  725. line-height: 42rpx;
  726. }
  727. .Address {
  728. color: #999999;
  729. font-size: 24rpx;
  730. margin-top: 10rpx;
  731. }
  732. .shopRihgtTxt {
  733. color: #999999;
  734. font-size: 24rpx;
  735. }
  736. .shopRightBox {
  737. padding-left: 28rpx;
  738. }
  739. .detailedTitle {
  740. padding: 23rpx 20rpx;
  741. display: flex;
  742. text-align: center;
  743. align-content: flex-start;
  744. border-bottom: 1rpx solid #EEEEEE;
  745. font-size: 30rpx;
  746. font-weight: bold;
  747. color: #3C3C3C;
  748. }
  749. .detailedLine {
  750. display: flex;
  751. padding: 16rpx 20rpx;
  752. justify-content: space-between;
  753. align-items: center;
  754. }
  755. .detailedImg {
  756. width: 120rpx;
  757. height: 120rpx;
  758. border-radius: 10rpx;
  759. }
  760. .detailedName {
  761. display: flex;
  762. align-items: center;
  763. }
  764. .code {
  765. font-size: 26rpx;
  766. color: #333333;
  767. font-weight: bold;
  768. width: 180rpx
  769. }
  770. .old {
  771. color: #999999;
  772. font-weight: 400;
  773. text-decoration: line-through;
  774. }
  775. .redPoint {
  776. width: 10rpx;
  777. height: 10rpx;
  778. background: #FF0000;
  779. border-radius: 10rpx;
  780. margin-right: 10rpx;
  781. }
  782. .quanState {
  783. font-size: 22rpx;
  784. color: #F19D01;
  785. padding: 0 10rpx;
  786. border: 1rpx solid #F19D01;
  787. border-radius: 4rpx;
  788. margin-left: 20rpx;
  789. }
  790. .quanState2 {
  791. font-size: 22rpx;
  792. color: #999999;
  793. padding: 0 10rpx;
  794. border: 1rpx solid #DDDDDD;
  795. border-radius: 4rpx;
  796. margin-left: 20rpx;
  797. }
  798. .information {
  799. background: #FFFFFF;
  800. border-radius: 10rpx;
  801. margin: 20rpx 24rpx;
  802. padding-bottom: 15rpx;
  803. }
  804. .informationLine {
  805. display: flex;
  806. padding: 15rpx 20rpx;
  807. }
  808. .informationLine2 {
  809. display: flex;
  810. justify-content: space-between;
  811. font-size: 26rpx;
  812. padding: 20rpx;
  813. align-items: center;
  814. padding-bottom: 0;
  815. }
  816. .salePrice {
  817. padding-left: 20rpx;
  818. padding-top: 15rpx;
  819. font-size: 26rpx;
  820. font-weight: 500;
  821. color: #333333;
  822. line-height: 45rpx;
  823. }
  824. .money {
  825. background: #FFFFFF;
  826. border-radius: 10rpx;
  827. margin: 20rpx 24rpx;
  828. display: flex;
  829. justify-content: space-between;
  830. font-size: 26rpx;
  831. padding: 30rpx 20rpx;
  832. }
  833. .informationTxt {
  834. width: 190rpx;
  835. font-size: 26rpx;
  836. color: #999999;
  837. }
  838. .line {
  839. height: 20rpx;
  840. background-color: #FFFFFF;
  841. border-bottom: 1rpx solid #EEEEEE;
  842. }
  843. .goodsName {
  844. width: 70%;
  845. color: #333333;
  846. font-size: 26rpx;
  847. }
  848. .huodong {
  849. display: flex;
  850. align-items: center;
  851. }
  852. .goodsName3 {
  853. color: #333333;
  854. font-size: 26rpx;
  855. }
  856. .goodsName2 {
  857. padding: 20rpx 20rpx 15rpx;
  858. color: #333333;
  859. font-size: 26rpx;
  860. }
  861. .informationNum {
  862. color: #333333;
  863. font-size: 26rpx;
  864. }
  865. .codeCopy {
  866. width: 77rpx;
  867. height: 36rpx;
  868. background: #F4F5F7;
  869. border-radius: 22rpx;
  870. font-size: 24rpx;
  871. color: #333333;
  872. text-align: center;
  873. line-height: 33rpx;
  874. padding: 0 15rpx;
  875. margin-left: 20rpx;
  876. }
  877. .bottom {
  878. display: flex;
  879. justify-content: flex-end;
  880. padding: 20rpx;
  881. background-color: #FFFFFF;
  882. align-items: center;
  883. height: 98rpx;
  884. width: 100vw;
  885. position: fixed;
  886. bottom: 0rpx;
  887. padding-bottom: constant(safe-area-inset-bottom);
  888. padding-bottom: env(safe-area-inset-bottom);
  889. }
  890. .cancel {
  891. color: #3C3C3C;
  892. font-size: 28rpx;
  893. width: 150rpx;
  894. height: 56rpx;
  895. border-radius: 36rpx;
  896. border: 1rpx solid #DDDDDD;
  897. text-align: center;
  898. line-height: 56rpx;
  899. margin-right: 40rpx;
  900. }
  901. .defer {
  902. color: #D53533;
  903. font-size: 28rpx;
  904. width: 150rpx;
  905. height: 56rpx;
  906. border-radius: 36rpx;
  907. border: 1rpx solid #D53533;
  908. text-align: center;
  909. line-height: 56rpx;
  910. margin-right: 40rpx;
  911. }
  912. .itemBox {
  913. margin: 20rpx;
  914. border-radius: 10rpx;
  915. border: 2rpx solid #EEEEEE;
  916. }
  917. .itemTop {
  918. padding: 18rpx 20rpx;
  919. padding-right: 0;
  920. background-color: #FFEFD5;
  921. display: flex;
  922. justify-content: space-between;
  923. align-content: center;
  924. }
  925. .topTitle {
  926. width: 104rpx;
  927. font-size: 26rpx;
  928. color: #333333;
  929. margin-right: 20rpx;
  930. text-align: right;
  931. }
  932. .leftItem {
  933. font-size: 26rpx;
  934. color: #333333;
  935. margin-right: 20rpx;
  936. flex-grow: 1;
  937. /* 隐藏文字显示 ...不换行 */
  938. overflow: hidden;
  939. text-overflow: ellipsis;
  940. white-space: nowrap;
  941. }
  942. .itemContent {
  943. padding: 20rpx;
  944. padding-right: 0;
  945. background-color: #FFFFFF;
  946. display: flex;
  947. justify-content: space-between;
  948. align-content: center;
  949. }
  950. .maBox {
  951. width: 100%;
  952. height: 100vh;
  953. background: rgba(0, 0, 0, 0.4);
  954. position: fixed;
  955. left: 0;
  956. top: 0;
  957. z-index: 9999;
  958. }
  959. .querenMa {
  960. width: 578;
  961. height: 640rpx;
  962. background: #ffffff;
  963. margin: 0 86rpx;
  964. margin-top: 50%;
  965. border-radius: 24rpx;
  966. }
  967. .maTop {
  968. display: flex;
  969. justify-content: space-between;
  970. align-items: center;
  971. padding: 30rpx 20rpx 15rpx;
  972. }
  973. .maTitle {
  974. color: #666666;
  975. font-size: 26rpx;
  976. text-align: center;
  977. padding-left: 100rpx;
  978. }
  979. .swiper {
  980. width: 100%;
  981. height: 85%;
  982. background: #FFFFFF;
  983. }
  984. .swiper-item {
  985. width: 100%;
  986. height: 100%;
  987. }
  988. .maCode {
  989. font-size: 30rpx;
  990. font-weight: 500;
  991. color: #333333;
  992. line-height: 42rpx;
  993. margin-bottom: 40rpx;
  994. text-align: center;
  995. }
  996. .maBoximg {
  997. width: 400rpx;
  998. height: 400rpx;
  999. margin-left: 86rpx;
  1000. }
  1001. .tuikuanBox {
  1002. width: 100%;
  1003. height: 100vh;
  1004. background: rgba(0, 0, 0, 0.4);
  1005. position: fixed;
  1006. left: 0;
  1007. top: 0;
  1008. z-index: 999;
  1009. }
  1010. .tuikuan {
  1011. width: 638rpx;
  1012. height: 664rpx;
  1013. background: #ffffff;
  1014. margin: 0 36rpx;
  1015. margin-top: 50%;
  1016. border-radius: 24rpx;
  1017. padding: 30rpx 20rpx;
  1018. }
  1019. .tuiTop {
  1020. display: flex;
  1021. justify-content: space-between;
  1022. margin-bottom: 36rpx;
  1023. }
  1024. .tuiTitle {
  1025. width: 56rpx;
  1026. height: 40rpx;
  1027. font-size: 28rpx;
  1028. font-weight: 500;
  1029. color: #3C3C3C;
  1030. line-height: 40rpx;
  1031. }
  1032. .contLine {
  1033. display: flex;
  1034. justify-content: space-between;
  1035. font-size: 28rpx;
  1036. padding: 30rpx 0;
  1037. border-bottom: 1px solid #EEEEEE;
  1038. }
  1039. .contlineLeft {
  1040. color: #666666;
  1041. line-height: 40rpx;
  1042. align-items: center;
  1043. }
  1044. .star {
  1045. width: 14rpx;
  1046. height: 14rpx;
  1047. padding-bottom: 5rpx;
  1048. }
  1049. .carModel {
  1050. width: 350rpx;
  1051. text-align: left;
  1052. }
  1053. .noColor {
  1054. color: #CCCCCC;
  1055. }
  1056. .carModelRight {
  1057. display: flex;
  1058. justify-content: flex-start;
  1059. align-items: center;
  1060. }
  1061. .contlineRight {
  1062. color: #333333;
  1063. line-height: 40rpx;
  1064. width: 400rpx;
  1065. text-align: right;
  1066. }
  1067. .contlineRightInput {
  1068. color: #333333;
  1069. text-align: left;
  1070. font-size: 28rpx;
  1071. min-height: 182rpx;
  1072. width: 400rpx;
  1073. }
  1074. .contlineRightJt {
  1075. width: 30rpx;
  1076. height: 30rpx;
  1077. }
  1078. .tuiBtns {
  1079. display: flex;
  1080. padding: 40rpx 20rpx 10rpx;
  1081. }
  1082. .btn {
  1083. width: 288rpx;
  1084. height: 98rpx;
  1085. background: #F4F5F7;
  1086. border-radius: 10rpx;
  1087. margin-right: 22rpx;
  1088. font-size: 30rpx;
  1089. font-weight: 500;
  1090. color: #3C3C3C;
  1091. line-height: 98rpx;
  1092. text-align: center;
  1093. }
  1094. .btn2 {
  1095. width: 288rpx;
  1096. height: 98rpx;
  1097. background: #3F90F7;
  1098. border-radius: 10rpx;
  1099. font-size: 30rpx;
  1100. font-weight: 500;
  1101. color: #FFFFFF;
  1102. line-height: 98rpx;
  1103. text-align: center;
  1104. }
  1105. .writeoffLine{
  1106. display: flex;justify-content: space-between;
  1107. color: #999999;font-size: 24rpx;
  1108. line-height: 33rpx;padding-top: 8rpx;
  1109. }
  1110. .writeoffLineBox{
  1111. padding: 0 20rpx;
  1112. }
  1113. .detailedLineBox .detailedLine{
  1114. padding-bottom: 0rpx;
  1115. }
  1116. .writeoffXx .informationNum{
  1117. width: 500rpx;
  1118. }
  1119. .detailedLineBox{
  1120. padding-bottom: 10rpx;
  1121. }
  1122. </style>