| | |
| | | <view class="item"> |
| | | <view class="label">预计入/离园时间</view> |
| | | <view class="value" v-if="info.starttime" |
| | | >{{ info.starttime.slice(0, 16) }} 至 |
| | | {{ info.endtime.slice(0, 16) }}</view |
| | | >{{ info.starttime.slice(5, 16) }} 至 |
| | | {{ info.endtime.slice(5, 16) }}</view |
| | | > |
| | | </view> |
| | | <view class="emyty"></view> |
| | |
| | | <view class="label">随车人数</view> |
| | | <view class="value">{{ info.memberNum }}人</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="label">访客单位</view> |
| | | <view class="value">{{ info.companyName }}人</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="label">来访事由</view> |
| | | <view class="value">{{ info.reason }}</view> |
| | |
| | | " |
| | | /> |
| | | <image |
| | | v-if="item.status == 1" |
| | | class="status" |
| | | src="@/static/staff/liucheng_success@2x.png" |
| | | mode="widthFix" |
| | | /> |
| | | <image |
| | | v-if="item.status == 2" |
| | | class="status" |
| | | src="@/static/staff/liucheng_fail@2x.png" |
| | | mode="widthFix" |
| | | /> |
| | | </view> |
| | | <view class="content"> |
| | | <view class="head"> |
| | | <view class="event">{{ item.title }}</view> |
| | | <view class="time">{{ item.checkDate }}</view> |
| | | <view class="time" v-if="item.createDate">{{ item.createDate.slice(0, 16) }}</view> |
| | | </view> |
| | | <view class="name_wrap"> |
| | | <view class="name_wrap" v-if="item.type == 0"> |
| | | <text |
| | | >{{ item.memberName |
| | | }}<text class="status" v-if="item.statusInfo" |
| | |
| | | item.checkInfo |
| | | }}</view> |
| | | <!-- 抄送人 --> |
| | | <view v-if="item.approveType == 1" class="children"> |
| | | <view class="children"> |
| | | <view |
| | | class="child" |
| | | v-for="child in item.approveList" |
| | |
| | | </view> |
| | | </view> |
| | | <view class="emyty"></view> |
| | | <view v-if="info.approveDateVO!=null&& info.approveDateVO.canBeApproved!=null && info.approveDateVO.canBeApproved ==1" class="main_footer"> |
| | | <view |
| | | v-if=" |
| | | info.approveDateVO != null && |
| | | info.approveDateVO.canBeApproved != null && |
| | | info.approveDateVO.canBeApproved == 1 |
| | | " |
| | | class="main_footer" |
| | | > |
| | | <view class="btn" @click="handleSub(3)">拒绝</view> |
| | | <view class="btn agree" @click="handleSub(2)">同意</view> |
| | | </view> |
| | |
| | | padding: 30rpx 0; |
| | | |
| | | .flow_title { |
| | | font-weight: 500; |
| | | font-weight: 600; |
| | | font-size: 32rpx; |
| | | color: #222222; |
| | | margin-bottom: 24rpx; |
| | |
| | | padding: 30rpx 0; |
| | | |
| | | .name { |
| | | font-weight: 500; |
| | | font-weight: 600; |
| | | font-size: 32rpx; |
| | | margin-bottom: 20rpx; |
| | | color: #222222; |
| | |
| | | justify-content: space-between; |
| | | width: 100%; |
| | | left: 0; |
| | | padding: 30rpx 10rpx 60rpx; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | background: #ffffff; |
| | |
| | | padding: 36rpx 30rpx 0; |
| | | |
| | | .title { |
| | | font-weight: 500; |
| | | font-weight: 600; |
| | | font-size: 32rpx; |
| | | color: #222222; |
| | | margin-bottom: 40rpx; |