index.wxml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <!--pages/index/index.wxml-->
  2. <view class="container listMain">
  3. <block wx:if="{{roleCodeList.length==0||roleCodeList == 'driver'||roleCodeList == 'customer'}}">
  4. <block wx:if="{{loginStatus}}">
  5. <view url="" class="addBtn" catch:tap="changeAdd" hover-class="none" catchtouchmove="buttonMove" bindtouchstart="buttonStart" bindtouchend="buttonEnd" style="top:{{buttonTop}}px;left:{{buttonLeft}}px;">
  6. <van-icon name="scan" size="30px" />
  7. </view>
  8. <van-sticky>
  9. <view class="topFilter">
  10. <view class="topSeach">
  11. <view class="rightBox" style="position: relative;">
  12. <van-search value="{{ searchVal }}" shape="round" placeholder="请输入车牌号码" bind:change="onChange" bind:search="onSearch" bind:cancel="onCancel" use-action-slot>
  13. <view slot="label" style="width:160rpx;margin-right: 20rpx;">
  14. <van-field label="" input-align="center" style="width: 100%;">
  15. <view slot="input" style="width: 100%;">
  16. <picker bindchange="bindPickerChange" value="{{appointmentStatusIndex}}" range="{{appointmentStatusArray}}" range-key="dictLabel" data-pickername='appointmentStatus'>
  17. <view wx:if="{{appointmentStatusArray[appointmentStatusIndex].dictLabel}}" style="font-size: 12px;white-space: nowrap;"> {{appointmentStatusArray[appointmentStatusIndex].dictLabel}}</view>
  18. <view wx:else class="selectPlaceholder" style="font-size: 12px;white-space: nowrap;">{{defaultText}}</view>
  19. </picker>
  20. </view>
  21. <view slot="right-icon">
  22. <van-icon name="arrow-down" />
  23. </view>
  24. </van-field>
  25. </view>
  26. <van-icon slot="action" class-prefix="iconfont" name="arrow3-right_fill" size="28px" color="#4B70EA" bind:tap="toSearch" />
  27. </van-search>
  28. </view>
  29. </view>
  30. <!-- 导航 -->
  31. <!-- <van-tabs active="{{ setIndex }}" ellipsis="{{ false }}" color="#4B70EA" border="{{ fasle }}" bind:click='clickScroll'>
  32. <block wx:for="{{ applyData }}" wx:key="index">
  33. <van-tab title="{{ item.label }}"></van-tab>
  34. </block>
  35. </van-tabs> -->
  36. <!-- <view class="filterStatus">
  37. <view class="first {{registStatus==''?'active':''}}" data-status="" bindtap="statusFun">全部</view>
  38. <view class="{{registStatus=='1'?'active':''}}" data-status="1" bindtap="statusFun">待入场 <van-tag round wx:if="{{registStatusdrc>0}}" type="danger">{{registStatusdrc}}</van-tag></view>
  39. <view class="{{registStatus=='3'?'active':''}}" data-status="3" bindtap="statusFun">过磅中 <van-tag round wx:if="{{registStatusgbz>0}}" type="danger">{{registStatusgbz}}</van-tag></view>
  40. <view class="{{registStatus=='7'?'active':''}}" data-status="7" bindtap="statusFun">已出场 <van-tag round wx:if="{{registStatusycc>0}}" type="danger">{{registStatusycc}}</van-tag></view>
  41. </view> -->
  42. </view>
  43. </van-sticky>
  44. <view class="width710">
  45. <block wx:if="{{!requestStatu}}">
  46. <block wx:if="{{resData.length>0}}">
  47. <block wx:for="{{resData}}" wx:key="index">
  48. <navigator url="info?id={{item.id}}&name={{item.name}}&account={{item.account}}&index={{index}}" class="listItem">
  49. <view class="title van-ellipsis">
  50. <van-icon class='iconfont' name='/images/licensePlate.png' size="36rpx"></van-icon><text>{{item.licenseNumber}}</text><!--<text class="queueNumber">排队号:{{item.queueNumber}}</text>-->
  51. <text wx:if="{{item.status}}" class="status status{{item.status}}">{{item.statusName}}</text>
  52. </view>
  53. <view class="info" wx:if="{{ item.appointmentType =='1' }}">
  54. <text>订单编号:{{item.orderNumber?item.orderNumber:'未填写'}}</text>
  55. </view>
  56. <view class="info">
  57. <text decode="{{true}}">司{{str+str}}机:{{item.driverName?item.driverName:'未填写'}} {{item.driverMobile?item.driverMobile:'司机电话'}}</text>
  58. </view>
  59. <view class="time" wx:if="{{ item.appointmentType =='1' }}"><text>提货时间:{{item.beginTime?filters.tosubStr(item.beginTime,0,16):'提货开始时间'}} 至 {{item.endTime?filters.tosubStr(item.endTime,0,16):'提货结束时间'}}</text></view>
  60. <view class="time" wx:if="{{ item.appointmentType =='2' }}"><text>预约分类:{{ filters.codeAnalysis(appointmentClassifyArray,item.appointmentClassify, 'value', 'label') }}</text></view>
  61. <view class="bottomBtn" wx:if="{{ item.status == '2' || item.status == '4' || item.status == '8' || (item.status == '10' && item.orderType == '1') }}">
  62. <van-button type="info" size="small" data-index="{{ index }}" data-type="{{item.appointmentType}}" catchtap="toUpdate" wx:if="{{ item.status == '2' || item.status == '4' }}" style="margin-right: 20rpx;">修改</van-button>
  63. <van-button type="danger" size="small" data-id="{{item.id}}" data-license-number="{{item.licenseNumber}}" catchtap="delFun" wx:if="{{ item.status == '2' }}">删除</van-button>
  64. <van-button type="warning" size="small" data-id="{{item.id}}" data-license-number="{{item.licenseNumber}}" catchtap="cancelFun" wx:if="{{ item.status == '4' }}">取消预约</van-button>
  65. <van-button data-index="{{index}}" type="info" data-url="sign?id={{item.recordId}}" catchtap="toLink" size="small" wx:if="{{ item.status == '8' }}">司机确认</van-button>
  66. <van-button type="info" size="small" data-url="signFor?id={{item.recordId}}&index={{index}}" catchtap="toLink" wx:if="{{ item.status == '10' && item.orderType == '1' }}">司机回签</van-button>
  67. </view>
  68. </navigator>
  69. </block>
  70. <!-- 底部加载动画 -->
  71. <view class='more'>
  72. <block wx:if="{{more}}">
  73. <van-loading size="24px" color="#1989fa">加载中...</van-loading>
  74. </block>
  75. <block wx:else>{{nomore}}</block>
  76. </view>
  77. <view style="height: 200rpx;"> </view>
  78. </block>
  79. <block wx:else>
  80. <van-empty description="未搜索到预约记录" image="/images/null1.png" />
  81. </block>
  82. </block>
  83. </view>
  84. </block>
  85. <block wx:else>
  86. <view>
  87. <van-empty image="/images/loginNull.png">
  88. <view slot="description" style="text-align: center;">
  89. <text style="display:block;margin-bottom: 20rpx;">您还未登录,登录后查看更多~</text>
  90. <van-button type="info" bindtap="toLogin">立即登录</van-button>
  91. </view>
  92. </van-empty>
  93. </view>
  94. </block>
  95. </block>
  96. <block wx:else>
  97. <view class="loadingMain">
  98. <view class="loading">
  99. <image class="logo" src="/images/logo.png" mode="widthFix" />
  100. <view class="titleBox">
  101. <view class="title">湖南泽禹</view>
  102. <view class="smallTit">智能物料系统</view>
  103. </view>
  104. </view>
  105. </view>
  106. </block>
  107. </view>
  108. <!-- 弹窗 -->
  109. <van-popup show="{{ show }}" position="bottom" round closeable custom-style="width:100%;padding:0rpx 30rpx 160rpx;" bind:close="onClose">
  110. <view style="height: 90rpx;line-height: 90rpx;text-align: center;">审核</view>
  111. <form bindsubmit="formSubmit">
  112. <view class="part">
  113. <view class="height20"> </view>
  114. <view class="height20"> </view>
  115. <input name="id" value='{{id}}' hidden='true' />
  116. <van-field label="审核结果" name="auditFlag" value="{{ auditFlag }}" required input-align="right" class="radioHeight fieldAutoHeight">
  117. <view slot="input" class="radioHeightBx">
  118. <radio-group class="radio-group" bindchange="dangerStatusChange" data-radioType="auditFlag">
  119. <label class="radio">
  120. <radio value="false" checked="{{auditFlag=='false'}}" color="#4B70EA" />通过
  121. </label>
  122. <label class="radio">
  123. <radio value="true" checked="{{auditFlag=='true'}}" color="#4B70EA" />不通过
  124. </label>
  125. </radio-group>
  126. </view>
  127. </van-field>
  128. <!-- <van-field label="审核备注" required="{{auditFlag=='true'}}" name="auditReason" value="{{ auditReason }}" type="textarea" input-align="right" placeholder="请输入审核备注" autosize></van-field> -->
  129. </view>
  130. <view class="submitBtn">
  131. <view style="padding-top: 60rpx;">
  132. <van-button block round type="info" form-type="submit" color="#0396FF">确认</van-button>
  133. </view>
  134. </view>
  135. </form>
  136. </van-popup>
  137. <wxs module="filters" src="../../utils/filter.wxs"></wxs>