You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
24 KiB
Plaintext

1 year ago
<wxs src="../../../common.wxs" module="dateUtil"></wxs>
<view><view class="{{[(showDialog?'ohide':'')+' '+(iosDialog2?'hasHigh':'')]}}" style="{{('overflow: '+(iosDialog2?'hidden':''))}}"><view class="weui-cells__group weui-cells__group_form" style="padding-top:10px;"><view class="weui-cells weui-cells_form" style="margin-top:10px;"><view class="display-flex mt12" style="padding:0 16px;"><view class="c6" style="width:100px;">报名时间</view><view class="flex-1 tr">{{userinfo.createTime||'-'}}</view></view><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">面试时间</view><view class="flex-1 c3 tr">{{userinfo.interviewTime||'-'}}</view></view><view style="clear:both;height:1rpx;width:100%;background-color:var(--weui-FG-3);transform:scaleY(0.5);position:relative;"></view><block wx:if="{{false}}"><block><block wx:if="{{userinfo.status==10||userinfo.status==20}}"><view class="display-flex mt12" style="padding:0 16px;"><view class="c6" style="width:100px;">预计到达时间</view><view class="flex-1 c3 tr">{{userinfo.receptionTime||'-'}}</view></view></block><block wx:if="{{userinfo.status==30}}"><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">预约入职时间</view><view class="flex-1 c3 tr">{{userinfo.willEntryTime||'-'}}</view></view></block><block wx:if="{{userinfo.status==40}}"><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">入职时间</view><view class="flex-1 c3 tr">{{userinfo.entryTime||'-'}}</view></view></block><block wx:if="{{userinfo.status==48}}"><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">预约离职时间</view><view class="flex-1 c3 tr">{{userinfo.willLeaveTime||'-'}}</view></view></block><block wx:if="{{userinfo.status==50}}"><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">离职时间</view><view class="flex-1 c3 tr">{{userinfo.leaveTime||'-'}}</view></view></block><block wx:if="{{userinfo.status==21||userinfo.status==26||userinfo.status==35||userinfo.status==45}}"><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">工单完成时间</view><view class="flex-1 c3 tr">{{userinfo.updateTime||'-'}}</view></view></block></block></block><block wx:if="{{false}}"><block><block wx:if="{{userinfo.status==10||userinfo.status==20||userinfo.status==25}}"><block><view class="display-flex mt12" style="padding:0 16px;"><view class="c6" style="width:100px;">预计到达时间</view><view class="flex-1 c3 tr"><picker style="color:#333;" mode="multiSelector" value="{{dateTime}}" range="{{dateTimeArray}}" data-event-opts="{{[['change',[['changeDateTime',['$event']]]],['columnchange',[['changeDateTimeColumn',['$event']]]]]}}" bindchange="__e" bindcolumnchange="__e">{{''+(!!currentTime?currentTime:'----')+''}}<view class="iconfont icon-rili f16 ml4 dib pr c9 _i" style="line-height:1;"></view></picker></view></view></block></block><block wx:else><block><view class="display-flex mt12" style="padding:0 16px;"><view class="c6" style="width:100px;">预计到达时间</view><view class="flex-1 c3 tr">{{userinfo.receptionTime||'-'}}</view></view></block></block><block wx:if="{{userinfo.status==25||userinfo.status==30||userinfo.status==35||userinfo.status==40||userinfo.status==45||userinfo.status==48||userinfo.status==50}}"><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">接到时间</view><view class="flex-1 c3 tr">{{userinfo.interviewOperateTime||'-'}}</view></view></block><block wx:if="{{userinfo.status==10||userinfo.status==20||userinfo.status==25}}"><block><view class="display-flex mt12 mb10" style="padding:0 16px;"><view class="c6" style="width:100px;">面试时间</view><view class="flex-1 c3 tr"><picker style="color:#333;" mode="multiSelector" value="{{dateTime2}}" range="{{dateTimeArray}}" data-event-opts="{{[['change',[['changeDateTime2',['$event']]]],['columnchange',[['changeDateTimeColumn2',['$event']]]]]}}" bindchange=