rescueOrder.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  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. <!-- 搜索框 -->
  18. <view class="newtop">
  19. <view class="searchBox">
  20. <view class="searchInputBox">
  21. <image src="../../static/img/icon_search.png" mode="" class="iconSimg"></image>
  22. <input type="text" v-model="name" placeholder="订单号、手机号、联系人" class="searchInput" @confirm="searchCf">
  23. <image v-if="name" @click="ssql" src="../../static/img/chahao.png" mode="" class="sschahao"></image>
  24. </view>
  25. <!-- <image @click="screenSHowBtn" src="../../static/img/icon_shai.png" mode="" class="iconShai"></image> -->
  26. </view>
  27. <!-- 筛选框 -->
  28. <view class="screen">
  29. <view class="screenLine">
  30. <!-- <span class="screenLineSpan">救援门店</span> -->
  31. <view class="">
  32. <picker @change="bindPickerChange" :value="pickerindex" :range-key="'shopName'" :range="pickerarray">
  33. <view class="screenLine">
  34. <span class="screenLineSpan">救援门店</span>
  35. <img src="../../static/img/arrow_down.png" alt="" class="screenLineImg">
  36. </view>
  37. </picker>
  38. </view>
  39. </view>
  40. <view class="screenLine" @click="orderTimesxSHow=true">
  41. <span class="screenLineSpan">下单时间</span>
  42. <img src="../../static/img/arrow_down.png" alt="" class="screenLineImg">
  43. </view>
  44. <view class="screenLine" @click="typeSHow=true">
  45. <span class="screenLineSpan">更多</span>
  46. <img src="../../static/img/arrow_down.png" alt="" class="screenLineImg">
  47. </view>
  48. <view class="orderTimesxBox" v-if="orderTimesxSHow">
  49. <view class="sdTimeBox">
  50. <picker mode="date" :value="date1" @change="bindDateChange1">
  51. <view class="dateinput">{{date1?date1:'选择日期'}}</view>
  52. </picker>
  53. <view class="timeHx">-</view>
  54. <picker mode="date" :value="date2" @change="bindDateChange2">
  55. <view class="dateinput">{{date2?date2:'选择日期'}}</view>
  56. </picker>
  57. </view>
  58. <view class="screenBottom">
  59. <view class="screenCz" @click="orderTimesxSHow=false">取消</view>
  60. <view class="screenY" @click="orderTimesx">确认</view>
  61. </view>
  62. </view>
  63. <view class="orderTimesxBox" v-if="typeSHow">
  64. <view class="screenBt">救援类型</view>
  65. <view class="typelineBox">
  66. <view class="typeLine " v-for="(item,index) in tabList"
  67. :class="{typeactive:index==typeLineIndex}" @click="typeLineCk(index)">{{item.name}}
  68. </view>
  69. </view>
  70. <view class="screenBottom">
  71. <view class="screenCz" @click="resetting">重置</view>
  72. <view class="screenY" @click="subhelpType">确定</view>
  73. </view>
  74. </view>
  75. </view>
  76. <view class="tab">
  77. <view class="tabLine" :class="{tabActive:tabIndex==-1}" @click="tabClick(-1)">全部</view>
  78. <view class="tabLine" :class="{tabActive:tabIndex==0}" @click="tabClick(0)">待确认</view>
  79. <view class="tabLine" :class="{tabActive:tabIndex==1}" @click="tabClick(1)">已接单</view>
  80. <view class="tabLine" :class="{tabActive:tabIndex==2}" @click="tabClick(2)">已出发</view>
  81. <view class="tabLine" :class="{tabActive:tabIndex==3}" @click="tabClick(3)">已完成</view>
  82. </view>
  83. </view>
  84. <view class="main">
  85. <view class="itemBg" v-for="(item,index) in items" @click="goDetail(item)">
  86. <view class="itemTop">
  87. <view class="itemType" >
  88. <span v-if="item.HelpType==1">搭电</span>
  89. <span v-if="item.HelpType==2">拖车</span>
  90. <span v-if="item.HelpType==3">换胎</span>
  91. <span v-if="item.HelpType==4">未知原因</span>
  92. -
  93. <span v-if="item.Hscene==1">地面</span>
  94. <span v-if="item.Hscene==2">车库</span>
  95. <span v-if="item.Hscene==3">其他</span>
  96. </view>
  97. <view class="itemSheetState redColor" v-if="item.SheetState==0">待确认</view>
  98. <view class="itemSheetState redColor" v-if="item.SheetState==1">已接单</view>
  99. <view class="itemSheetState orangeColor" v-if="item.SheetState==2">已出发</view>
  100. <view class="itemSheetState greenColor" v-if="item.SheetState==3">已完成</view>
  101. <view class="itemSheetState" v-if="item.SheetState==4">已取消</view>
  102. <view class="itemSheetState greenColor" v-if="item.SheetState==5">已评价</view>
  103. </view>
  104. <view class="itemaddress">
  105. <div class="addressDD"></div> {{item.HStartAddress}}
  106. </view>
  107. <view class="itemName">救援时间:{{item.HTime}}</view>
  108. <view style="display: flex;justify-content: space-between;">
  109. <view class="itemName" >{{item.PlateNumber}}</view>
  110. <view class="itemName" >{{item.CustomerName}}</view>
  111. </view>
  112. <view class="itemName" style="padding-bottom: 0;">{{item.ShopName}}</view>
  113. </view>
  114. <nodata v-show="items==''&&isload"></nodata>
  115. </view>
  116. <!-- 筛选弹框 -->
  117. <view class="screenBox" v-if="screenSHow" @click="screenHide">
  118. <view class="screenCont" @click.stop="">
  119. <view class="screenTitle">筛选</view>
  120. <view class="screenBt">门店</view>
  121. <view class="">
  122. <picker @change="bindPickerChange" :value="pickerindex" :range-key="'shopName'" :range="pickerarray">
  123. <view class="uniPicker">
  124. <view class="uniPickerName">
  125. {{shopName}}
  126. </view>
  127. <image src="../../static/img/jt.png" mode=" " class="jtShopImg"></image>
  128. </view>
  129. </picker>
  130. </view>
  131. <view class="screenBt">救援时间</view>
  132. <view class="sdTimeBox">
  133. <picker mode="date" :value="date1" @change="bindDateChange1">
  134. <view class="dateinput">{{date1?date1:'选择日期'}}</view>
  135. </picker>
  136. <view class="timeHx">-</view>
  137. <picker mode="date" :value="date2" @change="bindDateChange2">
  138. <view class="dateinput">{{date2?date2:'选择日期'}}</view>
  139. </picker>
  140. </view>
  141. <view class="screenBt">救援类型</view>
  142. <view class="typelineBox">
  143. <view class="typeLine " v-for="(item,index) in tabList"
  144. :class="{typeactive:index==typeLineIndex}" @click="typeLineCk(index)">{{item.name}}
  145. </view>
  146. <!-- :class="{typeactive:item.ck}"-->
  147. </view>
  148. <view class="screenBottom">
  149. <view class="screenCz" @click="resetting">重置</view>
  150. <view class="screenY" @click="sub">确定</view>
  151. </view>
  152. </view>
  153. </view>
  154. </view>
  155. </template>
  156. <script>
  157. import nodata from '@/components/nodata/nodata.vue'
  158. export default {
  159. components: {
  160. nodata
  161. },
  162. data() {
  163. return {
  164. page: 1,
  165. tabIndex: -1,
  166. items: [],
  167. isload: false,
  168. name:'',
  169. pickerindex:0,
  170. pickerarray: [],
  171. screenSHow:false,
  172. shopName:'',
  173. date1:'',
  174. date2:'',
  175. typeLineIndex:0,
  176. sheetTypeList:'',
  177. shopId:'',
  178. mrshopId:'',
  179. mrshopName:'',
  180. tabList:[
  181. {
  182. name:'全部',ck:true,sheetType:'',
  183. },
  184. {
  185. name:'搭电',ck:false,sheetType:'1',
  186. },
  187. {
  188. name:'拖车',ck:false,sheetType:'2',
  189. },
  190. {
  191. name:'换胎',ck:false,sheetType:'3',
  192. },
  193. {
  194. name:'未知原因',ck:false,sheetType:'4',
  195. }
  196. ],
  197. orderTimesxSHow:false,
  198. typeSHow:false,
  199. }
  200. },
  201. onLoad(opt) {
  202. //this.getData();
  203. this.getShopinfo();
  204. },
  205. onShow() {
  206. console.log(this.tabIndex)
  207. this.getShopinfo();
  208. //this.getData();
  209. },
  210. methods: {
  211. orderTimesx(){
  212. this.orderTimesxSHow=false;
  213. this.getData();
  214. },
  215. subhelpType(){
  216. this.typeSHow=false;
  217. var arr=[]
  218. this.items=[]
  219. this.tabList.forEach(item=>{
  220. if(item.ck){
  221. arr.push(item.sheetType)
  222. }
  223. })
  224. this.sheetTypeList=arr.join(',');
  225. this.getData();
  226. },
  227. ssql(){
  228. this.name='';
  229. this.getData();
  230. },
  231. sub(){
  232. this.screenSHow=false;
  233. /* var arr=[]
  234. this.items=[]
  235. this.tabList.forEach(item=>{
  236. if(item.ck){
  237. arr.push(item.sheetType)
  238. }
  239. })
  240. this.sheetTypeList=arr.join(',');
  241. console.log(this.sheetTypeList) */
  242. this.getData();
  243. },
  244. resetting(){
  245. this.date1='';
  246. this.date2='';
  247. this.typeLineIndex='';
  248. this.shopName=this.mrshopName;
  249. this.shopId=this.mrshopId;
  250. this.sheetTypeList=''
  251. this.tabList[0].ck=true
  252. this.tabList[1].ck=false
  253. this.tabList[2].ck=false
  254. this.tabList[3].ck=false
  255. this.tabList[4].ck=false
  256. this.getData();
  257. this.typeSHow=false;
  258. },
  259. typeLineCk(num){
  260. this.typeLineIndex=num;
  261. console.log(this.typeLineIndex)
  262. if(num){
  263. this.sheetTypeList=num
  264. }
  265. if(num==0){
  266. this.sheetTypeList=''
  267. }
  268. },
  269. typeLineCk2(item){
  270. /* if(item.name=='全部'){
  271. item.ck=true;
  272. this.tabList[1].ck=false
  273. this.tabList[2].ck=false
  274. this.tabList[3].ck=false
  275. this.tabList[4].ck=false
  276. }else{
  277. this.tabList[0].ck=false
  278. item.ck=!item.ck;
  279. } */
  280. },
  281. screenSHowBtn(){
  282. this.screenSHow=true;
  283. },
  284. screenHide(){
  285. this.screenSHow=false;
  286. },
  287. bindDateChange1(e){
  288. console.log(e)
  289. this.date1=e.detail.value
  290. },
  291. bindDateChange2(e){
  292. this.date2=e.detail.value
  293. },
  294. bindPickerChange(e){
  295. console.log(e)
  296. this.shopName=this.pickerarray[e.detail.value].shopName
  297. this.shopId=this.pickerarray[e.detail.value].id;
  298. this.getData();
  299. },
  300. getShopinfo(){
  301. this.$http('openH5SetTheGuest/getShopInfo',{},'GET').then(res => {
  302. this.shopName=res.data.shopName;
  303. this.mrshopId=res.data.id;
  304. this.mrshopName=res.data.shopName;
  305. this.shopId=this.mrshopId
  306. this.getShopList();
  307. this.getData()
  308. })
  309. },
  310. getShopList(){
  311. this.$http('openH5SetTheGuest/getShopList', {
  312. },'GET').then(res => {
  313. this.pickerarray=res.data;
  314. /* this.pickerarray.forEach((item,index)=>{
  315. if(this.mrshopId==item.id){
  316. this.pickerindex=index;
  317. }
  318. }) */
  319. //console.log(this.pickerarray[this.pickerindex])
  320. })
  321. },
  322. goback(){
  323. //app交互
  324. var standalone = window.navigator.standalone
  325. var userAgent = window.navigator.userAgent.toLowerCase()
  326. var safari = /safari/.test(userAgent)
  327. var ios = /iphone|ipod|ipad|mac/.test(userAgent)
  328. var android = /android/.test(userAgent)
  329. if (ios) {
  330. if ( true) {//!standalone&& !safari
  331. window.webkit.messageHandlers.goMyNav.postMessage(null)
  332. }
  333. } else if (android) {
  334. window.android.postMessage()
  335. }
  336. },
  337. tabClick(num) {
  338. this.tabIndex = num;
  339. this.page = 1;
  340. this.getData()
  341. },
  342. goDetail(item) {
  343. uni.navigateTo({
  344. url: "rescueOrderDetail?id=" + item.ID+'&back=1'
  345. })
  346. },
  347. searchCf(){
  348. this.items=[]
  349. this.getData()
  350. },
  351. getData() {
  352. uni.showLoading({
  353. title: '加载中'
  354. });
  355. this.isload = false;
  356. var createTimeStart='';
  357. var createTimeEnd='';
  358. if(this.date1){
  359. createTimeStart=this.date1+ ' 00:00:00'
  360. }
  361. if(this.date1){
  362. createTimeEnd=this.date2+ ' 23:59:59'
  363. }
  364. var padata = {
  365. page: this.page,
  366. limit: 10,
  367. sheetState: this.tabIndex > -1 ? this.tabIndex : '',
  368. search:this.name,
  369. createTimeStart:createTimeStart,
  370. createTimeEnd:createTimeEnd,
  371. helpType:this.sheetTypeList,
  372. shopID:this.shopId,
  373. }
  374. this.$http('openH5ShopHelpSheetOrder/getOpenShopHelpSheetOrderList', padata, 'GET').then(res => {
  375. uni.hideLoading();
  376. this.isload = true;
  377. var list = res.data.Items;
  378. if (this.page == 1) {
  379. this.items = list
  380. } else {
  381. this.items = this.items.concat(list)
  382. }
  383. })
  384. },
  385. },
  386. onReachBottom() {
  387. this.page++;
  388. this.getData()
  389. },
  390. onPullDownRefresh() {
  391. this.page = 1;
  392. this.getData()
  393. setTimeout(function() {
  394. uni.stopPullDownRefresh();
  395. }, 1000);
  396. }
  397. }
  398. </script>
  399. <style scoped>
  400. .screen{
  401. display: flex;justify-content: space-around;
  402. background: #FFFFFF;position: relative;
  403. }
  404. .tuiBtns {
  405. display: flex;justify-content: space-around;
  406. padding: 40rpx 20rpx ;
  407. }
  408. .btn {
  409. width: 288rpx;
  410. height: 70rpx;
  411. background: #F4F5F7;
  412. border-radius: 10rpx;
  413. margin-right: 22rpx;
  414. font-size: 30rpx;
  415. font-weight: 500;
  416. color: #3C3C3C;
  417. line-height: 70rpx;
  418. text-align: center;
  419. }
  420. .btn2 {
  421. width: 288rpx;
  422. height: 70rpx;
  423. background: #3F90F7;
  424. border-radius: 10rpx;
  425. font-size: 30rpx;
  426. font-weight: 500;
  427. color: #FFFFFF;
  428. line-height: 70rpx;
  429. text-align: center;
  430. }
  431. .orderTimesxBox{
  432. position: absolute;
  433. left: 0;
  434. top: 70rpx;
  435. background: #fff;
  436. width: 750rpx;
  437. }
  438. .screenLineSpan{
  439. color: #3C3C3C;font-size: 26rpx;line-height: 70rpx;
  440. }
  441. .screenLine{
  442. display: flex;
  443. }
  444. .screenLineImg{
  445. width: 24rpx;height: 24rpx;margin-top: 23rpx;margin-left: 10rpx;
  446. }
  447. .screenBox{
  448. width: 100%;
  449. height: 100%;
  450. position: fixed;
  451. left: 0;
  452. top: 0;
  453. background: rgba(0 ,0,0,0.5);
  454. z-index: 999;
  455. }
  456. .screenBottom{
  457. width: 750rpx;
  458. height: 120rpx;
  459. background: #FFFFFF;
  460. display: flex;
  461. justify-content: space-around;
  462. }
  463. .screenCz{
  464. width: 291rpx;text-align: center;margin-top: 22rpx;
  465. height: 74rpx;line-height: 74rpx;
  466. background: #F4F5F7;color: #000000;
  467. border-radius: 37rpx;font-size: 28rpx;
  468. }
  469. .screenY{
  470. width: 291rpx;text-align: center;margin-top: 22rpx;
  471. height: 74rpx;line-height: 74rpx;
  472. background: #D53533;color: #FFFFFF;
  473. border-radius: 37rpx;font-size: 28rpx;
  474. }
  475. .screenCont{
  476. width: 650rpx;
  477. height: 100%;
  478. background: #FFFFFF;
  479. margin-left: 100rpx;
  480. }
  481. .screenTitle{
  482. font-weight: 400;font-size: 24rpx;padding-top: 70rpx;padding-left: 20rpx;
  483. color: #333333;
  484. }
  485. .screenBt{
  486. font-weight: 400;font-size: 24rpx;
  487. color: #333333;padding-left: 20rpx;padding-top: 30rpx;
  488. }
  489. .iconShai{
  490. width: 36rpx;height: 39rpx;margin-top: 17rpx;
  491. margin-left: 30rpx;
  492. }
  493. .iconSimg{
  494. width: 40rpx;height: 40rpx;margin-top: 16rpx;margin-left: 20rpx;
  495. }
  496. .searchBox{
  497. display: flex;background: #FFFFFF;padding: 24rpx;
  498. left: 0;padding-bottom: 0rpx;
  499. }
  500. .typeLine{
  501. width: 178rpx;color: #3C3C3C;
  502. height: 64rpx;font-size: 24rpx;
  503. background: #F4F5F7;margin-top: 20rpx;
  504. border-radius: 36rpx;margin-right: 30rpx;
  505. text-align: center;
  506. line-height: 64rpx;
  507. }
  508. .typeactive{
  509. border: 2rpx solid #D53533;height: 60rpx;color: #D53533;background: #FFFFFF;width: 174rpx;
  510. }
  511. .typelineBox{
  512. display: flex;flex-wrap: wrap;padding-left: 20rpx;
  513. }
  514. .uniPicker{
  515. width: 606rpx;
  516. height: 64rpx;
  517. background: #F4F5F7;font-size: 24rpx;
  518. border-radius: 36rpx;color: #3C3C3C;
  519. display: flex;justify-content: space-between;
  520. margin-top: 20rpx;margin-left: 20rpx;
  521. }
  522. .jtShopImg{
  523. width: 24rpx;height: 24rpx;margin-top: 20rpx;margin-right: 26rpx;
  524. }
  525. .uniPickerName{
  526. padding-left: 20rpx;line-height: 64rpx;
  527. overflow:hidden;
  528. white-space: nowrap;
  529. text-overflow: ellipsis;
  530. -o-text-overflow:ellipsis;
  531. width: 500rpx;
  532. }
  533. .dateinput{
  534. width: 270rpx;color: #999999;
  535. height: 64rpx;font-size: 24rpx;line-height: 64rpx;
  536. background: #F4F5F7;padding-left: 20rpx;
  537. border-radius: 36rpx;
  538. }
  539. .sdTimeBox{
  540. display: flex;justify-content: center;
  541. padding-top: 20rpx;
  542. }
  543. .timeHx{
  544. font-weight: 400;line-height: 64rpx;padding: 0 4rpx;
  545. color: #DDDDDD;font-size: 24rpx;
  546. }
  547. .newtop{
  548. position: fixed;z-index: 11;
  549. }
  550. .searchInputBox{
  551. width: 702rpx;
  552. height: 72rpx;
  553. background: #F4F5F7;
  554. border-radius: 36rpx;
  555. display: flex;
  556. }
  557. .searchInput{
  558. font-size: 28rpx;padding-left: 16rpx;height: 72rpx;line-height: 72rpx;
  559. width: 550rpx;
  560. }
  561. .box {
  562. min-height: 100vh;
  563. background: #F4F5F7;
  564. }
  565. .zdyNavBox {
  566. width: 100vw;
  567. background: #FFFFFF;
  568. position: fixed;
  569. top: 0;
  570. left: 0;
  571. z-index: 99;
  572. }
  573. .zdyNav {
  574. height: 44px;
  575. display: flex;
  576. justify-content: space-between;
  577. align-items: center;
  578. }
  579. .backImg {
  580. width: 44rpx;
  581. height: 44rpx;
  582. margin-left: 10rpx;
  583. margin-right: 20rpx;
  584. }
  585. .homeImg {
  586. width: 44rpx;
  587. height: 44rpx;
  588. }
  589. .zdyNavLeft {
  590. display: flex;
  591. align-items: center;
  592. }
  593. .zdyNavTitle {
  594. height: 44px;
  595. background: #FFFFFF;
  596. text-align: center;
  597. font-size: 34rpx;
  598. line-height: 44px;
  599. }
  600. .tab {
  601. background: #FFFFFF;
  602. display: flex;
  603. justify-content: space-between;
  604. line-height: 92rpx;
  605. /* position: fixed; */
  606. width: calc(100vw - 100rpx);
  607. padding-left: 50rpx;
  608. padding-right: 50rpx;
  609. height: 92rpx;
  610. z-index: 11;
  611. border-top: 1px solid #EEEEEE;
  612. }
  613. .tabLine {
  614. font-size: 28rpx;
  615. color: #333333;
  616. text-align: center;
  617. }
  618. .tabActive {
  619. color: #FF0000;
  620. font-weight: bold;
  621. border-bottom: 4rpx solid #FF0000;
  622. }
  623. .main {
  624. padding-top: 260rpx;
  625. padding-bottom: 20rpx;
  626. background-color: #F4F5F7;
  627. }
  628. .itemBg {
  629. margin: 20rpx 24rpx;
  630. background-color: #FFFFFF;
  631. border-radius: 10rpx;
  632. padding: 20rpx;
  633. }
  634. .itemTop {
  635. display: flex;
  636. justify-content: space-between;
  637. }
  638. .itemType {
  639. color: #999999;
  640. font-size: 24rpx;
  641. }
  642. .itemSheetState {
  643. font-size: 24rpx;
  644. color: #999999
  645. }
  646. .redColor {
  647. color: #FF0000;
  648. }
  649. .orangeColor {
  650. color: #F19D01;
  651. }
  652. .greenColor {
  653. color: #00A040;
  654. }
  655. .itemShopBg {
  656. display: flex;
  657. justify-content: space-between;
  658. margin-top: 20rpx;
  659. }
  660. .shopName {
  661. color: #333333;
  662. font-size: 30rpx;
  663. font-weight: bold;
  664. /* 隐藏文字显示 ...不换行 */
  665. overflow: hidden;
  666. text-overflow: ellipsis;
  667. white-space: nowrap;
  668. }
  669. .price {
  670. color: #333333;
  671. font-weight: bold;
  672. font-size: 32rpx;
  673. }
  674. .itemName {
  675. color: #666666;
  676. font-size: 24rpx;
  677. padding-top: 16rpx;
  678. height: 30rpx;
  679. overflow: hidden;
  680. text-overflow: ellipsis;
  681. white-space: nowrap;
  682. }
  683. .plateBg {
  684. display: flex;
  685. justify-content: space-between;
  686. align-items: center;
  687. }
  688. .plateNumber {
  689. color: #666666;
  690. font-size: 24rpx;
  691. margin-bottom: 20rpx;
  692. display: flex;
  693. }
  694. .itemLineBottom {
  695. display: flex;
  696. justify-content: flex-end;
  697. }
  698. .itemBtn1 {
  699. width: 150rpx;
  700. height: 56rpx;
  701. border-radius: 36rpx;
  702. border: 2rpx solid #DDDDDD;
  703. text-align: center;
  704. line-height: 56rpx;
  705. font-size: 28rpx;
  706. color: #3C3C3C;
  707. margin-left: 40rpx;
  708. }
  709. .itemBtn2 {
  710. width: 150rpx;
  711. height: 56rpx;
  712. border-radius: 36rpx;
  713. border: 2rpx solid #FF4F00;
  714. text-align: center;
  715. line-height: 56rpx;
  716. font-size: 28rpx;
  717. color: #FF4F00;
  718. margin-left: 40rpx;
  719. }
  720. .orderState {
  721. color: #F19D01;
  722. font-size: 24rpx;
  723. padding-left: 20rpx;
  724. }
  725. .renBox{
  726. color: #1A1A1A;
  727. background: #F7F7F7;
  728. border-radius: 10rpx;
  729. display: flex;
  730. padding: 20rpx;font-size: 24rpx;
  731. line-height: 30rpx;
  732. margin-top: 16rpx;
  733. }
  734. .renimg{
  735. width: 30rpx;height: 30rpx;
  736. }
  737. .renMobilePhone{
  738. padding-left: 13rpx;
  739. }
  740. .itemaddress{
  741. font-size: 24rpx;display: flex;
  742. color: #3C3C3C;padding-top: 16rpx;
  743. line-height: 33rpx;
  744. }
  745. .addressDD{
  746. width: 10rpx;
  747. height: 10rpx;
  748. background: #FF0000;
  749. border-radius: 50%;
  750. margin-top: 10rpx;
  751. margin-right: 5rpx;
  752. }
  753. .sschahao{
  754. width: 40rpx;
  755. height: 40rpx;
  756. padding-top: 16rpx;
  757. }
  758. </style>