index.wxml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <!--pages/index/index.wxml-->
  2. <view class="container listMain">
  3. <block wx:if="{{loginStatus}}">
  4. <view url="" class="addBtn" catch:tap="changeAdd" hover-class="none" catchtouchmove="buttonMove"
  5. wx:if="{{ appointmentType == '6' }}" bindtouchstart="buttonStart" bindtouchend="buttonEnd" style="top:{{buttonTop}}px;left:{{buttonLeft}}px;">
  6. <van-icon name="plus" 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. <input name="transactionType" value='{{typeArray[typeIndex].value}}' hidden='true' />
  17. <picker bindchange="bindPickerChange" value="{{typeIndex}}" range="{{typeArray}}" range-key="name" data-pickername='type'>
  18. <view wx:if="{{typeArray[typeIndex].name}}" style="font-size: 12px;white-space: nowrap;"> {{typeArray[typeIndex].name}}</view>
  19. <view wx:else class="selectPlaceholder" style="font-size: 12px;white-space: nowrap;">{{defaultText}}</view>
  20. </picker>
  21. </view>
  22. <view slot="right-icon">
  23. <van-icon name="arrow-down" />
  24. </view>
  25. </van-field>
  26. </view>
  27. <van-icon slot="action" class-prefix="iconfont" name="arrow3-right_fill" size="28px" color="#4B70EA" bind:tap="toSearch" /> -->
  28. </van-search>
  29. </view>
  30. </view>
  31. <!-- 导航 -->
  32. <!-- <van-tabs active="{{ setIndex }}" ellipsis="{{ false }}" color="#4B70EA" border="{{ fasle }}" bind:click='clickScroll'>
  33. <block wx:for="{{ applyData }}" wx:key="index">
  34. <van-tab title="{{ item.label }}"></van-tab>
  35. </block>
  36. </van-tabs> -->
  37. <!-- <view class="filterStatus">
  38. <view class="first {{registStatus==''?'active':''}}" data-status="" bindtap="statusFun">全部</view>
  39. <view class="{{registStatus=='1'?'active':''}}" data-status="1" bindtap="statusFun">待入场 <van-tag round wx:if="{{registStatusdrc>0}}" type="danger">{{registStatusdrc}}</van-tag></view>
  40. <view class="{{registStatus=='3'?'active':''}}" data-status="3" bindtap="statusFun">过磅中 <van-tag round wx:if="{{registStatusgbz>0}}" type="danger">{{registStatusgbz}}</van-tag></view>
  41. <view class="{{registStatus=='7'?'active':''}}" data-status="7" bindtap="statusFun">已出场 <van-tag round wx:if="{{registStatusycc>0}}" type="danger">{{registStatusycc}}</van-tag></view>
  42. </view> -->
  43. <view class="filterStatus">
  44. <view class="first {{appointmentType==''?'active':''}}" data-type="" bindtap="typeFun">全部预约</view>
  45. <view class="{{appointmentType=='1'?'active':''}}" data-type="1" bindtap="typeFun">砂石<van-tag round wx:if="{{appointmentTypeSha>0}}" type="danger">{{appointmentTypeSha}}</van-tag></view>
  46. <view class="{{appointmentType=='3'?'active':''}}" data-type="3" bindtap="typeFun">起卸<van-tag round wx:if="{{appointmentTypeQi>0}}" type="danger">{{appointmentTypeQi}}</van-tag></view>
  47. <view class="{{appointmentType=='4'?'active':''}}" data-type="4" bindtap="typeFun">充电桩<van-tag round wx:if="{{appointmentTypeGuan>0}}" type="danger">{{appointmentTypeGuan}}</van-tag></view>
  48. <view class="{{appointmentType=='5'?'active':''}}" data-type="5" bindtap="typeFun">管桩<van-tag round wx:if="{{appointmentTypeChong>0}}" type="danger">{{appointmentTypeChong}}</van-tag></view>
  49. <view class="{{appointmentType=='6'?'active':''}}" data-type="6" bindtap="typeFun">其他<van-tag round wx:if="{{appointmentTypeOther>0}}" type="danger">{{appointmentTypeOther}}</van-tag></view>
  50. </view>
  51. </view>
  52. </van-sticky>
  53. <view class="width710">
  54. <block wx:if="{{!requestStatu}}">
  55. <block wx:if="{{resData.length>0}}">
  56. <block wx:for="{{resData}}" wx:key="index">
  57. <navigator url="info?id={{item.id}}&name={{item.name}}&account={{item.account}}&index={{index}}" class="listItem">
  58. <view class="title van-ellipsis">
  59. <van-icon class='iconfont' name='/images/licensePlate.png' size="36rpx"></van-icon><text>{{item.licenseNumber}}</text><!--<text class="queueNumber">排队号:{{item.queueNumber}}</text>-->
  60. <text wx:if="{{item.status}}" class="status status{{item.status}}">{{item.statusName}}</text>
  61. </view>
  62. <view class="info" wx:if="{{ item.appointmentType =='1' }}">
  63. <text>订单编号:{{item.orderNumber?item.orderNumber:'未填写'}}</text>
  64. </view>
  65. <view class="info" wx:if="{{ item.appointmentType =='3' }}">
  66. <text>起卸预约单号:{{item.loadNumber?item.loadNumber:'未填写'}}</text>
  67. </view>
  68. <view class="info" wx:if="{{ item.appointmentType =='5' }}">
  69. <text>计划单号:{{item.planNumber?item.planNumber:'未填写'}}</text>
  70. </view>
  71. <view class="info" wx:if="{{ item.appointmentType =='5' }}">
  72. <text>开始时间:{{item.beginTime?item.beginTime:'未填写'}}</text>
  73. </view>
  74. <view class="info" wx:if="{{ item.appointmentType =='5' }}">
  75. <text>结束时间:{{item.endTime?item.endTime:'未填写'}}</text>
  76. </view>
  77. <view class="info">
  78. <text decode="{{true}}">司{{str+str}}机:{{item.driverName?item.driverName:'未填写'}} {{item.driverMobile?item.driverMobile:'司机电话'}}</text>
  79. </view>
  80. <view class="time" wx:if="{{ item.appointmentType =='1' }}">
  81. <text>提货时间:{{item.beginTime?filters.tosubStr(item.beginTime,0,16):'提货开始时间'}} 至 {{item.endTime?filters.tosubStr(item.endTime,0,16):'提货结束时间'}}</text>
  82. </view>
  83. <view class="time">
  84. <text>预约类型:{{ filters.codeAnalysis(appointmentTypeArray,item.appointmentType, 'dictValue', 'dictLabel') }}</text>
  85. </view>
  86. <view class="bottomBtn" wx:if="{{ item.status == '1' || item.status == '4'|| item.status == '5' || item.status == '6' || item.status == '7' || item.status == '8' }}">
  87. <van-button type="info" size="small" data-id="{{item.id}}" data-type="{{item.appointmentType}}" data-approve-type="one" catchtap="showPopup" style="margin-right: 20rpx;" wx:if="{{ item.status == '1' }}">审核</van-button>
  88. <van-button type="warning" size="small" data-id="{{item.id}}" data-license-number="{{item.licenseNumber}}" catchtap="cancelFun" wx:if="{{ item.status == '4' }}" style="margin-right: 20rpx;">取消预约</van-button>
  89. <van-button type="primary" size="small" data-id="{{item.id}}" data-license-number="{{item.licenseNumber}}" catchtap="exitFun" wx:if="{{ item.appointmentType == '6' && (item.status=='5' || item.status=='6' || item.status=='7' || item.status=='8' || item.status=='9' || item.status=='16' || item.status=='17') }}" style="margin-right: 20rpx;">授权离场</van-button>
  90. <van-button type="danger" size="small" data-id="{{item.id}}" data-license-number="{{item.licenseNumber}}" catchtap="overFun" wx:if="{{ item.appointmentType != '6' && (item.status == '5' || item.status == '6' || item.status == '7' || item.status == '8') }}" style="margin-right: 20rpx;">强制结束</van-button>
  91. </view>
  92. </navigator>
  93. </block>
  94. <!-- 底部加载动画 -->
  95. <view class='more'>
  96. <block wx:if="{{more}}">
  97. <van-loading size="24px" color="#1989fa">加载中...</van-loading>
  98. </block>
  99. <block wx:else>{{nomore}}</block>
  100. </view>
  101. <view style="height: 180rpx;"> </view>
  102. </block>
  103. <block wx:else>
  104. <van-empty description="未搜索到预约记录" image="/images/null1.png" />
  105. </block>
  106. </block>
  107. </view>
  108. </block>
  109. <block wx:else>
  110. <view>
  111. <van-empty image="/images/loginNull.png">
  112. <view slot="description" style="text-align: center;">
  113. <text style="display:block;margin-bottom: 20rpx;">您还未登录,登录后查看更多~</text>
  114. <van-button type="info" bindtap="toLogin">立即登录</van-button>
  115. </view>
  116. </van-empty>
  117. </view>
  118. </block>
  119. </view>
  120. <!-- 弹窗 -->
  121. <van-popup show="{{ show }}" position="bottom" round closeable custom-style="width:100%;padding:0rpx 30rpx 160rpx;" bind:close="onClose">
  122. <view style="height: 90rpx;line-height: 90rpx;text-align: center;">审核</view>
  123. <form bindsubmit="formSubmit">
  124. <view class="part">
  125. <view class="height20"> </view>
  126. <view class="height20"> </view>
  127. <input name="id" value='{{id}}' hidden='true' />
  128. <van-field label="审核结果" name="auditFlag" value="{{ auditFlag }}" required input-align="right" class="radioHeight fieldAutoHeight">
  129. <view slot="input" class="radioHeightBx">
  130. <radio-group class="radio-group" bindchange="dangerStatusChange" data-radioType="auditFlag">
  131. <label class="radio">
  132. <radio value="false" checked="{{auditFlag=='false'}}" color="#4B70EA" />通过
  133. </label>
  134. <label class="radio">
  135. <radio value="true" checked="{{auditFlag=='true'}}" color="#4B70EA" />不通过
  136. </label>
  137. </radio-group>
  138. </view>
  139. </van-field>
  140. <van-field label="审核备注" required="{{auditFlag=='true'}}" name="appointmentReason" value="{{ appointmentReason }}" type="textarea" input-align="right" placeholder="请输入审核备注" autosize></van-field>
  141. </view>
  142. <view class="submitBtn">
  143. <view style="padding-top: 60rpx;">
  144. <van-button block round type="info" form-type="submit" color="#0396FF">确认</van-button>
  145. </view>
  146. </view>
  147. </form>
  148. </van-popup>
  149. <wxs module="filters" src="../../utils/filter.wxs"></wxs>