123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- <!--pages/index/index.wxml-->
- <view class="container listMain">
- <block wx:if="{{roleCodeList.length==0||roleCodeList == 'driver'||roleCodeList == 'customer'}}">
- <block wx:if="{{loginStatus}}">
- <view url="" class="addBtn" catch:tap="changeAdd" hover-class="none" catchtouchmove="buttonMove" bindtouchstart="buttonStart" bindtouchend="buttonEnd" style="top:{{buttonTop}}px;left:{{buttonLeft}}px;">
- <van-icon name="scan" size="30px" />
- </view>
- <van-sticky>
- <view class="topFilter">
- <view class="topSeach">
- <view class="rightBox" style="position: relative;">
- <van-search value="{{ searchVal }}" shape="round" placeholder="请输入车牌号码" bind:change="onChange" bind:search="onSearch" bind:cancel="onCancel" use-action-slot>
- <view slot="label" style="width:160rpx;margin-right: 20rpx;">
- <van-field label="" input-align="center" style="width: 100%;">
- <view slot="input" style="width: 100%;">
- <picker bindchange="bindPickerChange" value="{{appointmentStatusIndex}}" range="{{appointmentStatusArray}}" range-key="dictLabel" data-pickername='appointmentStatus'>
- <view wx:if="{{appointmentStatusArray[appointmentStatusIndex].dictLabel}}" style="font-size: 12px;white-space: nowrap;"> {{appointmentStatusArray[appointmentStatusIndex].dictLabel}}</view>
- <view wx:else class="selectPlaceholder" style="font-size: 12px;white-space: nowrap;">{{defaultText}}</view>
- </picker>
- </view>
- <view slot="right-icon">
- <van-icon name="arrow-down" />
- </view>
- </van-field>
- </view>
- <van-icon slot="action" class-prefix="iconfont" name="arrow3-right_fill" size="28px" color="#4B70EA" bind:tap="toSearch" />
- </van-search>
- </view>
- </view>
- <!-- 导航 -->
- <!-- <van-tabs active="{{ setIndex }}" ellipsis="{{ false }}" color="#4B70EA" border="{{ fasle }}" bind:click='clickScroll'>
- <block wx:for="{{ applyData }}" wx:key="index">
- <van-tab title="{{ item.label }}"></van-tab>
- </block>
- </van-tabs> -->
- <!-- <view class="filterStatus">
- <view class="first {{registStatus==''?'active':''}}" data-status="" bindtap="statusFun">全部</view>
- <view class="{{registStatus=='1'?'active':''}}" data-status="1" bindtap="statusFun">待入场 <van-tag round wx:if="{{registStatusdrc>0}}" type="danger">{{registStatusdrc}}</van-tag></view>
- <view class="{{registStatus=='3'?'active':''}}" data-status="3" bindtap="statusFun">过磅中 <van-tag round wx:if="{{registStatusgbz>0}}" type="danger">{{registStatusgbz}}</van-tag></view>
- <view class="{{registStatus=='7'?'active':''}}" data-status="7" bindtap="statusFun">已出场 <van-tag round wx:if="{{registStatusycc>0}}" type="danger">{{registStatusycc}}</van-tag></view>
- </view> -->
- </view>
- </van-sticky>
- <view class="width710">
- <block wx:if="{{!requestStatu}}">
- <block wx:if="{{resData.length>0}}">
- <block wx:for="{{resData}}" wx:key="index">
- <navigator url="info?id={{item.id}}&name={{item.name}}&account={{item.account}}&index={{index}}" class="listItem">
- <view class="title van-ellipsis">
- <van-icon class='iconfont' name='/images/licensePlate.png' size="36rpx"></van-icon><text>{{item.licenseNumber}}</text><!--<text class="queueNumber">排队号:{{item.queueNumber}}</text>-->
- <text wx:if="{{item.status}}" class="status status{{item.status}}">{{item.statusName}}</text>
- </view>
- <view class="info" wx:if="{{ item.appointmentType =='1' }}">
- <text>订单编号:{{item.orderNumber?item.orderNumber:'未填写'}}</text>
- </view>
- <view class="info">
- <text decode="{{true}}">司{{str+str}}机:{{item.driverName?item.driverName:'未填写'}} {{item.driverMobile?item.driverMobile:'司机电话'}}</text>
- </view>
- <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>
- <view class="time" wx:if="{{ item.appointmentType =='2' }}"><text>预约分类:{{ filters.codeAnalysis(appointmentClassifyArray,item.appointmentClassify, 'value', 'label') }}</text></view>
- <view class="bottomBtn" wx:if="{{ item.status == '2' || item.status == '4' || item.status == '8' || (item.status == '10' && item.orderType == '1') }}">
- <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>
- <van-button type="danger" size="small" data-id="{{item.id}}" data-license-number="{{item.licenseNumber}}" catchtap="delFun" wx:if="{{ item.status == '2' }}">删除</van-button>
- <van-button type="warning" size="small" data-id="{{item.id}}" data-license-number="{{item.licenseNumber}}" catchtap="cancelFun" wx:if="{{ item.status == '4' }}">取消预约</van-button>
- <van-button data-index="{{index}}" type="info" data-url="sign?id={{item.recordId}}" catchtap="toLink" size="small" wx:if="{{ item.status == '8' }}">司机确认</van-button>
- <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>
- </view>
- </navigator>
- </block>
- <!-- 底部加载动画 -->
- <view class='more'>
- <block wx:if="{{more}}">
- <van-loading size="24px" color="#1989fa">加载中...</van-loading>
- </block>
- <block wx:else>{{nomore}}</block>
- </view>
- <view style="height: 200rpx;"> </view>
- </block>
- <block wx:else>
- <van-empty description="未搜索到预约记录" image="/images/null1.png" />
- </block>
- </block>
- </view>
- </block>
- <block wx:else>
- <view>
- <van-empty image="/images/loginNull.png">
- <view slot="description" style="text-align: center;">
- <text style="display:block;margin-bottom: 20rpx;">您还未登录,登录后查看更多~</text>
- <van-button type="info" bindtap="toLogin">立即登录</van-button>
- </view>
- </van-empty>
- </view>
- </block>
- </block>
- <block wx:else>
- <view class="loadingMain">
- <view class="loading">
- <image class="logo" src="/images/logo.png" mode="widthFix" />
- <view class="titleBox">
- <view class="title">湖南泽禹</view>
- <view class="smallTit">智能物料系统</view>
- </view>
- </view>
- </view>
- </block>
- </view>
- <!-- 弹窗 -->
- <van-popup show="{{ show }}" position="bottom" round closeable custom-style="width:100%;padding:0rpx 30rpx 160rpx;" bind:close="onClose">
- <view style="height: 90rpx;line-height: 90rpx;text-align: center;">审核</view>
- <form bindsubmit="formSubmit">
- <view class="part">
- <view class="height20"> </view>
- <view class="height20"> </view>
- <input name="id" value='{{id}}' hidden='true' />
- <van-field label="审核结果" name="auditFlag" value="{{ auditFlag }}" required input-align="right" class="radioHeight fieldAutoHeight">
- <view slot="input" class="radioHeightBx">
- <radio-group class="radio-group" bindchange="dangerStatusChange" data-radioType="auditFlag">
- <label class="radio">
- <radio value="false" checked="{{auditFlag=='false'}}" color="#4B70EA" />通过
- </label>
- <label class="radio">
- <radio value="true" checked="{{auditFlag=='true'}}" color="#4B70EA" />不通过
- </label>
- </radio-group>
- </view>
- </van-field>
- <!-- <van-field label="审核备注" required="{{auditFlag=='true'}}" name="auditReason" value="{{ auditReason }}" type="textarea" input-align="right" placeholder="请输入审核备注" autosize></van-field> -->
- </view>
- <view class="submitBtn">
- <view style="padding-top: 60rpx;">
- <van-button block round type="info" form-type="submit" color="#0396FF">确认</van-button>
- </view>
- </view>
- </form>
- </van-popup>
- <wxs module="filters" src="../../utils/filter.wxs"></wxs>
|