rescueOrderDetail.vue 31 KB

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