rescueOrder.vue 22 KB

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