repairDetail.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <u-navbar :title="title" @leftClick="leftClick" bgColor="rgba(0,0,0,0)" :placeholder="true"></u-navbar>
  5. <view class="state" v-if="pageData.status == 1">暂未收到报价,请耐心等待</view>
  6. <view class="state" v-if="pageData.status == 2">收到报价,请尽快确认</view>
  7. <view class="state" v-if="pageData.status == 3">已匹配成功</view>
  8. <view class="top_box" v-if="pageData.status == 3">
  9. <view class="hflex jbetween">
  10. <view class="hflex acenter">
  11. <image :src="pageData.success.headimg" class="headimg"></image>
  12. <view class="img_right">
  13. <view class="hflex acenter ">
  14. <view class="name">{{pageData.success.nickname}}</view>
  15. <view class="blue_bg">维修工</view>
  16. </view>
  17. <view class="hflex acenter ">
  18. <view class="text_style1">已认证</view>
  19. <!-- <view class="text_style1">| {{worker.wxc}}</view> -->
  20. </view>
  21. </view>
  22. </view>
  23. <view class="text_red">报价:<span style="font-size: 36rpx;">¥{{pageData.success_price}}</span></view>
  24. </view>
  25. <view class="hflex acenter jbetween" style="padding-top: 32rpx;">
  26. <view class="hflex acenter">
  27. <view class="text_style1">联系电话:</view>
  28. <view class="text_style1">{{pageData.success.phone}}</view>
  29. <view class="phone hflex acenter jcenter" @click.stop="makeCell(pageData.success.phone)">
  30. <u-icon name="phone-fill" color="#506DFF" size="9"></u-icon>
  31. </view>
  32. </view>
  33. <view class="btn hflex acenter jcenter" @click.stop="toChat(pageData.success.id)">查看详情</view>
  34. </view>
  35. </view>
  36. </view>
  37. <view class="box">
  38. <view class="hflex acenter" style="padding-top: 28rpx;">
  39. <image :src="pageData.user.headimg" class="headimg"></image>
  40. <view class="img_right">
  41. <view class="hflex acenter ">
  42. <view class="name">{{pageData.user.nickname}}</view>
  43. </view>
  44. <view class="hflex acenter ">
  45. <view class="text_style1">{{pageData.province}}{{pageData.city}}</view>
  46. <view class="text_style1">| {{pageData.create_at}}发布</view>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="box_contetn">{{pageData.describe}}</view>
  51. <view class="imgs hflex acenter fwrap">
  52. <block v-for="(item,index) in pageData.imgs" :key="index">
  53. <image :src="item" class="img" mode="aspectFill"></image>
  54. </block>
  55. </view>
  56. <view class="hflex acenter jbetween cell">
  57. <view class="left_text">联系方式</view>
  58. <view class="right_text">{{pageData.user.phone}}</view>
  59. </view>
  60. <view class="hflex acenter jbetween cell">
  61. <view class="left_text">维修时间</view>
  62. <view class="right_text">{{pageData.start_time}}至{{pageData.end_time}}</view>
  63. </view>
  64. <view class="hflex acenter jbetween cell" style="padding-bottom: 28rpx;">
  65. <view class="left_text">维修地点</view>
  66. <view class="right_text">{{pageData.address}}</view>
  67. </view>
  68. <view class="hflex acenter jbetween type">
  69. <view class="right_text">订单类型</view>
  70. <view class="text_blue">{{pageData.quick==2?'快修':'普修'}}</view>
  71. </view>
  72. <view class="offer hflex acenter jbetween" v-if="pageData.type == 2">
  73. <view class="hflex acenter">
  74. <view class="offer_label">订单报价:</view>
  75. <view class="offer_text">¥{{boss.offest}}</view>
  76. </view>
  77. <view class="btn hflex acenter jcenter">查看详情</view>
  78. </view>
  79. </view>
  80. <view class="box" style="margin-bottom: 186rpx;" v-if="pageData.status == 3">
  81. <view class="hflex acenter jbetween cell">
  82. <view class="left_text">订单编号</view>
  83. <view class="right_text">{{pageData.order_no}}</view>
  84. </view>
  85. <view class="hflex acenter jbetween cell">
  86. <view class="left_text">创建时间</view>
  87. <view class="right_text">{{pageData.success_at}}</view>
  88. </view>
  89. </view>
  90. <view class="box" style="margin-bottom: 186rpx;" v-if="pageData.status == 2">
  91. <block v-for="(item,index) in pageData.offer" :key="index">
  92. <view class="item_bg" :class="active == index ? 'active' : ''" @click="selectItem(index,item.id)">
  93. <view class="hflex jbetween">
  94. <view class="hflex acenter">
  95. <image :src="item.user.headimg" class="headimg"></image>
  96. <view class="img_right">
  97. <view class="hflex acenter ">
  98. <view class="name">{{item.user.name}}</view>
  99. <view class="blue_bg">维修工</view>
  100. </view>
  101. <view class="hflex acenter text_hide" style="width: 270rpx;">
  102. <view class="text_style1">已认证</view>
  103. </view>
  104. </view>
  105. </view>
  106. <view class="text_red">报价:<span style="font-size: 36rpx;">¥{{item.price !== '0'?item.price: '暂无'}}</span></view>
  107. </view>
  108. <view class="hflex acenter jbetween">
  109. <view class="hflex acenter">
  110. <view class="text_style1">联系电话:</view>
  111. <view class="text_style1">{{item.user.phone}}</view>
  112. <view class="phone hflex acenter jcenter" @click.stop="makeCell(item.user.phone)">
  113. <u-icon name="phone-fill" color="#506DFF" size="9"></u-icon>
  114. </view>
  115. </view>
  116. <view class="btn hflex acenter jcenter" @click.stop="toChat(item.offer_id)">查看详情</view>
  117. </view>
  118. </view>
  119. </block>
  120. </view>
  121. <view class="bottom" v-if="pageData.status !== 1" @click="openDown">
  122. <view class="btn hflex acenter jcenter" v-if="type == 1 && pageData.status == 3">
  123. <image src="/static/images/comment/down-fff.png" style="width: 33rpx; height: 33rpx;"></image>
  124. <view>下载文件</view>
  125. </view>
  126. <view class="btn hflex acenter jcenter" :class="active == -1 ? 'btn1' : ''" v-if="type == 1 && pageData.status == 2" @click="match">匹配维修工</view>
  127. <view class="hflex acenter jcenter" v-if="type == 2">
  128. <view class="left_btn hflex acenter jcenter" @click="openDown">
  129. <image src="/static/images/comment/down-blue.png" style="width: 33rpx; height: 33rpx;"></image>
  130. <view>下载文件</view>
  131. </view>
  132. <view class="right_btn hflex acenter jcenter">查看回复</view>
  133. </view>
  134. </view>
  135. <u-modal :show="show">
  136. <view class="modeal_content" slot="default">
  137. <view>{{content}}</view>
  138. </view>
  139. <view slot="confirmButton" class="button_group hflex acenter jcenter">
  140. <view class="left hflex acenter jcenter" @click="close">我再想想</view>
  141. <view class="right hflex acenter jcenter" @click="sure">确认匹配</view>
  142. </view>
  143. </u-modal>
  144. <u-popup :show="down_show" @close="close" :round="10" mode="center" :closeable="true">
  145. <view class="popu">
  146. <view class="popu_title">下载文件</view>
  147. <view class="wj_bg">
  148. </view>
  149. </view>
  150. </u-popup>
  151. </view>
  152. </template>
  153. <script>
  154. import $api from '@/static/js/api.js'
  155. var that = ''
  156. export default {
  157. data() {
  158. return {
  159. title: '',
  160. active: -1,
  161. type: '',
  162. show: false,
  163. content: '确定要匹配当前维修工吗?',
  164. id: '',
  165. pageData: {},
  166. offer_id: '',
  167. down_show: false,
  168. }
  169. },
  170. onLoad(options) {
  171. that = this
  172. that.id = options.id
  173. that.type = options.type
  174. that.getData()
  175. },
  176. onReady() {
  177. if(true) {
  178. uni.setNavigationBarTitle({
  179. title: '订单详情'
  180. })
  181. }
  182. },
  183. methods: {
  184. leftClick() {
  185. $api.jump(-1)
  186. },
  187. getData() {
  188. $api.req({
  189. url: '/data/api.auth.Center/repairdetail',
  190. method: 'POST',
  191. data: {
  192. type: that.type,
  193. id: that.id
  194. }
  195. }, function(res) {
  196. if(res.code == 1) {
  197. that.pageData = res.data
  198. }
  199. })
  200. },
  201. selectItem(index,id) {
  202. that.active = index
  203. that.offer_id = id
  204. },
  205. match() {
  206. if(that.active == -1) {
  207. $api.info('请选择维修工')
  208. return
  209. } else {
  210. that.show = true
  211. }
  212. },
  213. close() {
  214. that.show = false
  215. that.down_show = false
  216. },
  217. sure() {
  218. $api.req({
  219. url: '/data/api.auth.Center/repairoffer',
  220. method: 'POST',
  221. data: {
  222. id: that.pageData.id,
  223. offer_id: that.offer_id
  224. }
  225. }, function(res) {
  226. if(res.code == 1) {
  227. $api.info(res.info)
  228. }
  229. })
  230. that.close()
  231. that.getData()
  232. },
  233. makeCell(mobile) {
  234. $api.makeCall(mobile)
  235. },
  236. toChat(offer_id) {
  237. $api.jump('/page_mine/pages/order/chat?id=' + that.pageData.id + '&offer_id=' + offer_id + '&type=' + that.type)
  238. },
  239. openDown() {
  240. that.down_show = true
  241. }
  242. },
  243. }
  244. </script>
  245. <style lang="scss" scoped>
  246. .content {
  247. background: #F4F4F4;
  248. .top {
  249. box-sizing: border-box;
  250. width: 100%;
  251. padding: 0 30rpx;
  252. background: linear-gradient(180deg, #506DFF 0%, #F3F3F3 100%);
  253. .state {
  254. font-size: 44rpx;
  255. font-weight: 500;
  256. color: #FFFFFF;
  257. line-height: 60rpx;
  258. padding: 28rpx 0;
  259. }
  260. .top_box {
  261. width: 100%;
  262. box-sizing: border-box;
  263. padding: 28rpx 20rpx 20rpx;
  264. background: #FFFFFF;
  265. border-radius: 10px;
  266. .headimg {
  267. width: 72rpx;
  268. height: 72rpx;
  269. border-radius: 50%;
  270. }
  271. .img_right {
  272. margin-left: 12rpx;
  273. .name {
  274. font-size: 30rpx;
  275. font-weight: 400;
  276. color: #222222;
  277. line-height: 42rpx;
  278. }
  279. .blue_bg {
  280. margin-left: 8rpx;
  281. width: 72rpx;
  282. height: 28rpx;
  283. background: #506DFF;
  284. border-radius: 4rpx;
  285. font-size: 20rpx;
  286. font-weight: 400;
  287. color: #FFFFFF;
  288. line-height: 28rpx;
  289. text-align: center;
  290. }
  291. }
  292. .text_red {
  293. font-size: 24rpx;
  294. font-weight: 400;
  295. color: #FF4646;
  296. line-height: 34rpx;
  297. }
  298. .text_style1 {
  299. font-size: 24rpx;
  300. font-weight: 400;
  301. color: #666666;
  302. line-height: 34rpx;
  303. padding-right: 12rpx;
  304. }
  305. .phone {
  306. width: 32rpx;
  307. height: 32rpx;
  308. background: #E1E6FF;
  309. border-radius: 8rpx;
  310. }
  311. .btn {
  312. width: 132rpx;
  313. height: 48rpx;
  314. border-radius: 24rpx;
  315. border: 2rpx solid #506DFF;
  316. font-size: 24rpx;
  317. font-weight: 400;
  318. color: #506DFF;
  319. line-height: 48rpx;
  320. }
  321. }
  322. }
  323. .box {
  324. width: 690rpx;
  325. margin: 20rpx auto 0;
  326. box-sizing: border-box;
  327. padding: 0 20rpx 20rpx;
  328. background: #FFFFFF;
  329. border-radius: 10px;
  330. .box_contetn {
  331. font-size: 28rpx;
  332. font-weight: 400;
  333. color: #444444;
  334. line-height: 44rpx;
  335. padding: 24rpx 0 0;
  336. }
  337. .imgs{
  338. width: 100%;
  339. .img {
  340. width: 208rpx;
  341. height: 208rpx;
  342. border-radius: 6px;
  343. margin: 20rpx 14rpx 0 0;
  344. }
  345. .img:nth-child(3n+3) {
  346. margin: 20rpx 0 0;
  347. }
  348. }
  349. .cell {
  350. padding: 24rpx 0 0;
  351. .left_text {
  352. font-size: 26rpx;
  353. font-weight: 400;
  354. color: #777777;
  355. line-height: 36rpx;
  356. }
  357. .right_text {
  358. font-size: 26rpx;
  359. font-weight: 500;
  360. color: #222222;
  361. line-height: 32rpx;
  362. }
  363. }
  364. .type {
  365. padding: 24rpx 0;
  366. border-top: 1rpx solid #F4F4F4;
  367. .text_blue {
  368. font-size: 28rpx;
  369. font-weight: 500;
  370. color: #506DFF;
  371. line-height: 40rpx;
  372. }
  373. }
  374. .offer {
  375. width: 100%;
  376. height: 76rpx;
  377. background: #EAF4FF;
  378. border-radius: 12rpx;
  379. box-sizing: border-box;
  380. padding: 16rpx 20rpx;
  381. .offer_label {
  382. font-size: 24rpx;
  383. font-weight: 400;
  384. color: #506DFF;
  385. line-height: 34rpx;
  386. }
  387. .offer_text {
  388. font-size: 32rpx;
  389. font-weight: 400;
  390. color: #222222;
  391. line-height: 40rpx;
  392. }
  393. .btn {
  394. width: 132rpx;
  395. height: 48rpx;
  396. border-radius: 24rpx;
  397. border: 2rpx solid #506DFF;
  398. font-size: 24rpx;
  399. font-weight: 400;
  400. color: #506DFF;
  401. line-height: 48rpx;
  402. }
  403. }
  404. .headimg {
  405. width: 72rpx;
  406. height: 72rpx;
  407. border-radius: 50%;
  408. }
  409. .img_right {
  410. margin-left: 12rpx;
  411. .name {
  412. font-size: 30rpx;
  413. font-weight: 400;
  414. color: #222222;
  415. line-height: 42rpx;
  416. }
  417. .blue_bg {
  418. margin-left: 8rpx;
  419. width: 72rpx;
  420. height: 28rpx;
  421. background: #506DFF;
  422. border-radius: 4rpx;
  423. font-size: 20rpx;
  424. font-weight: 400;
  425. color: #FFFFFF;
  426. line-height: 28rpx;
  427. text-align: center;
  428. }
  429. }
  430. .text_style1 {
  431. font-size: 24rpx;
  432. font-weight: 400;
  433. color: #666666;
  434. line-height: 34rpx;
  435. padding-right: 12rpx;
  436. }
  437. .phone {
  438. width: 32rpx;
  439. height: 32rpx;
  440. background: #E1E6FF;
  441. border-radius: 8rpx;
  442. }
  443. .active {
  444. background: #F0F3FF !important;
  445. border-radius: 8px;
  446. border: 1px solid #506DFF;
  447. }
  448. .item_bg {
  449. background: #F4F4F4;
  450. border-radius: 8px;
  451. margin-top: 20rpx;
  452. box-sizing: border-box;
  453. padding: 20rpx;
  454. .text_red {
  455. font-size: 24rpx;
  456. font-weight: 400;
  457. color: #FF4646;
  458. line-height: 34rpx;
  459. }
  460. .btn {
  461. width: 132rpx;
  462. height: 48rpx;
  463. border-radius: 24rpx;
  464. border: 2rpx solid #506DFF;
  465. font-size: 24rpx;
  466. font-weight: 400;
  467. color: #506DFF;
  468. line-height: 48rpx;
  469. }
  470. }
  471. }
  472. .bottom {
  473. width: 100%;
  474. height: 166rpx;
  475. background: #FFFFFF;
  476. position: fixed;
  477. bottom: 0;
  478. z-index: 99;
  479. box-sizing: border-box;
  480. padding: 10rpx 30rpx 0;
  481. .btn {
  482. width: 100%;
  483. height: 88rpx;
  484. background: #506DFF;
  485. border-radius: 44rpx;
  486. font-size: 36rpx;
  487. font-weight: 500;
  488. color: #FFFFFF;
  489. line-height: 50rpx;
  490. }
  491. .btn1 {
  492. background: rgba(80,109,255,0.3) !important;
  493. }
  494. .left_btn {
  495. width: 300rpx;
  496. height: 88rpx;
  497. background: #ECEFFE;
  498. border-radius: 44rpx;
  499. font-size: 36rpx;
  500. font-weight: 500;
  501. color: #506DFF;
  502. margin-right: 20rpx;
  503. }
  504. .right_btn {
  505. width: 370rpx;
  506. height: 88rpx;
  507. background: #506DFF;
  508. border-radius: 44rpx;
  509. font-size: 36rpx;
  510. font-weight: 500;
  511. color: #fff;
  512. }
  513. }
  514. .modeal_content {
  515. font-size: 36rpx;
  516. font-weight: 500;
  517. color: #222222;
  518. line-height: 50rpx;
  519. }
  520. .left {
  521. width: 230rpx;
  522. height: 84rpx;
  523. background: #ECEFFF;
  524. border-radius: 42rpx;
  525. font-size: 32rpx;
  526. font-weight: 400;
  527. color: #506DFF;
  528. margin-right: 50rpx;
  529. }
  530. .right {
  531. width: 230rpx;
  532. height: 84rpx;
  533. background: #506DFF;
  534. border-radius: 42rpx;
  535. font-size: 32rpx;
  536. font-weight: 400;
  537. color: #FFFFFF;
  538. }
  539. .popu {
  540. width: 630rpx;
  541. height: 460rpx;
  542. background: #FFFFFF;
  543. border-radius: 24rpx;
  544. box-sizing: border-box;
  545. padding: 0 40rpx;
  546. .popu_title {
  547. padding: 32rpx;
  548. text-align: center;
  549. font-size: 36rpx;
  550. font-weight: 500;
  551. color: #333333;
  552. line-height: 50rpx;
  553. }
  554. .wj_bg {
  555. margin: 44rpx 0 42rpx;
  556. width: 100%;
  557. height: 100rpx;
  558. background: #F4F4F4;
  559. border-radius: 16rpx;
  560. }
  561. }
  562. }
  563. </style>