630 lines
23 KiB
Plaintext
630 lines
23 KiB
Plaintext
<view>
|
||
<view class="basic-info">
|
||
<view class="meeting-name">
|
||
<text>会议名称</text>
|
||
<text>{{meetingInfo.meetingName}}</text>
|
||
</view>
|
||
<view>
|
||
<text>会议类型</text>
|
||
<text>{{meetingTypeText}}</text>
|
||
</view>
|
||
<view>
|
||
<text>负责人</text>
|
||
<text>{{meetingInfo.directorName}}</text>
|
||
</view>
|
||
<view wx:for="{{meetingInfo.meetingContactsList}}" wx:key="item">
|
||
<text>会议联系人及手机号</text>
|
||
<text>{{item.meetingContactsName + (item.meetingContactsName ?':':'') + item.meetingContactsPhone + ' '}}</text>
|
||
</view>
|
||
<view class="sign-in">
|
||
<text>召开时间</text>
|
||
<text wx:if="{{meetingInfo.startTime}}" class="sign-in-text">{{meetingInfo.startTime + '至' + meetingInfo.endTime}}</text>
|
||
</view>
|
||
<view class="sign-in">
|
||
<text>召开地点</text>
|
||
<text wx:if="{{meetingInfo.venue}}" class="sign-in-text">{{meetingInfo.venue + '/' + meetingInfo.address}}</text>
|
||
</view>
|
||
<view>
|
||
<text>报名截止时间</text>
|
||
<text>{{meetingInfo.registerDeadline}}</text>
|
||
</view>
|
||
<view>
|
||
<text>会议费用</text>
|
||
<text>{{meetingInfo.meetingCosts}}元</text>
|
||
</view>
|
||
<view>
|
||
<text>年份</text>
|
||
<text>{{meetingInfo.particularYear}}</text>
|
||
</view>
|
||
<!-- 标协会议才有 -->
|
||
<view wx:if="{{meetingInfo.meetingType === '2' }}">
|
||
<text>会议费用(标协会员)</text>
|
||
<text>{{meetingInfo.meetingCostsVip}}</text>
|
||
</view>
|
||
<!-- 分标委会议 -->
|
||
<view wx:if="{{meetingInfo.meetingType === '5' }}">
|
||
<text>所属分标委</text>
|
||
<text>{{meetingInfo.caseCommitteeName}}</text>
|
||
</view>
|
||
<!-- 工作组会议 -->
|
||
<view wx:if="{{meetingInfo.meetingType === '1' }}">
|
||
<text>所属工作组</text>
|
||
<text>{{meetingInfo.workingGroupName}}</text>
|
||
</view>
|
||
<view wx:if="{{meetingInfo.meetingType === '6' }}">
|
||
<text>所属理事会</text>
|
||
<text>{{meetingInfo.councilName || ''}}</text>
|
||
</view>
|
||
<view wx:if="{{meetingInfo.paymentQrCode}}" style="height:auto">
|
||
<text>收费二维码</text>
|
||
<image src="{{paymentQrCodeSrc}}" class="paymnet-qrcode-img"></image>
|
||
</view>
|
||
<view class="sign-in">
|
||
<text>会议内容</text>
|
||
<text class="sign-in-text">{{meetingInfo.meetingContent}}</text>
|
||
</view>
|
||
<view class="meeting-files">
|
||
<text>会议通知</text>
|
||
<view class="file-name" wx:for="{{meetingFilesList}}" wx:key="item">
|
||
<view>
|
||
<image src="../../assets/images/pdf.png"></image>
|
||
<text>{{item.name}}</text>
|
||
</view>
|
||
<text class="look-file" bindtap="previewFile" data-file='{{item}}'>查看</text>
|
||
</view>
|
||
</view>
|
||
<view class="meeting-files" style="margin-top: 0;">
|
||
<!-- 只有报名且审核通过的用户才可下载会议资料 -->
|
||
<text>会议文件</text>
|
||
<view class="warning-text">
|
||
<image src="../../assets/images/warn.png"></image>
|
||
<text>单个账号会议文件只可发送五次</text>
|
||
</view>
|
||
<view class="file-name" wx:for="{{meetingDataList}}" wx:key="item">
|
||
<view>
|
||
<image src="../../assets/images/pdf.png"></image>
|
||
<text>{{item.name}}</text>
|
||
</view>
|
||
<text class="look-file" bindtap="previewFileMeetingData" data-file='{{item}}'>查看</text>
|
||
</view>
|
||
<view class="center" wx:if="{{ meetingDataList.length === 0 }}"> <text style="color:#999">暂无</text></view>
|
||
</view>
|
||
<view class="meeting-files" style="margin-top: 0;">
|
||
<!-- 只有报名并审核通过的成员才可进行下载(不需要花钱的可直接下载)、查看操作。否则提示:会议报名并审核通过后才可查看文件。 -->
|
||
<text>会议纪要</text>
|
||
<view class="file-name" wx:for="{{meetingJiyaoList}}" wx:key="item">
|
||
<view>
|
||
<image src="../../assets/images/pdf.png"></image>
|
||
<text>{{item.name}}</text>
|
||
</view>
|
||
<text class="look-file" bindtap="previewFileMeetingData" data-file='{{item}}'>查看</text>
|
||
</view>
|
||
<view class="center" wx:if="{{ meetingJiyaoList.length === 0 }}"> <text style="color:#999">暂无</text></view>
|
||
</view>
|
||
</view>
|
||
<!-- 酒店信息begin -->
|
||
<view class="hotel-info basic-info">
|
||
<view class="title to-signup">
|
||
<text>酒店信息</text>
|
||
</view>
|
||
<view>
|
||
<text style="min-width:160rpx">酒店名称</text>
|
||
<text>{{meetingInfo.hotelName || ''}}</text>
|
||
</view>
|
||
<view>
|
||
<text style="min-width:160rpx">酒店地址</text>
|
||
<text>{{meetingInfo.hotelAddress || ''}}</text>
|
||
</view>
|
||
<view wx:for="{{meetingInfo.hotelContactsList}}" wx:key='item' style="height:auto">
|
||
<text style="min-width:160rpx">酒店联系人</text>
|
||
<text>{{item.hotelContacts + (item.hotelContactsPhone ?':':'') + item.hotelContactsPhone + ' '}}</text>
|
||
</view>
|
||
</view>
|
||
<!-- 酒店信息end -->
|
||
<!-- 报名信息begin -->
|
||
<view class="basic-info" style="margin-top: 10px;"
|
||
wx:if="{{!(meetingInfo.meetingType == '3' && singInPersonInfo.identity === 1)}}">
|
||
<view class="title to-signup">
|
||
<text>报名信息</text>
|
||
|
||
</view>
|
||
<view>
|
||
<text>参会单位</text>
|
||
<text>{{singInPersonInfo.companyName}}</text>
|
||
</view>
|
||
<view>
|
||
<text>参会人</text>
|
||
<text>{{singInPersonInfo.companyContactName}}</text>
|
||
</view>
|
||
|
||
<view>
|
||
<text>身份</text>
|
||
<text>{{singInPersonInfo.identity_dictText}}</text>
|
||
</view>
|
||
|
||
<view>
|
||
<text>手机号</text>
|
||
<text>{{singInPersonInfo.phone}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{!!singInPersonInfo.checkInHotel_dictText}}">
|
||
<text>是否住酒店</text>
|
||
<text>{{singInPersonInfo.checkInHotel_dictText}}</text>
|
||
</view>
|
||
<view wx:if="{{!!singInPersonInfo.arrivalTime}}">
|
||
<text>抵达时间</text>
|
||
<text>{{singInPersonInfo.arrivalTime === null ? '' : singInPersonInfo.arrivalTime}}</text>
|
||
</view>
|
||
<view wx:if="{{!!singInPersonInfo.departureTime}}">
|
||
<text>离开时间</text>
|
||
<text>{{singInPersonInfo.departureTime === null ? '' : singInPersonInfo.departureTime}}</text>
|
||
</view>
|
||
<!-- -->
|
||
<view wx:if="{{!!singInPersonInfo.postContactName && singInPersonInfo.identity === 2}}">
|
||
<text>邮寄联系人</text>
|
||
<text>{{singInPersonInfo.postContactName === null ? '' :singInPersonInfo.postContactName}}</text>
|
||
</view>
|
||
<!-- 参会人才显示 -->
|
||
<view wx:if="{{!!singInPersonInfo.payMode_dictText && singInPersonInfo.identity === 2}}">
|
||
<text>缴费方式</text>
|
||
<text>{{singInPersonInfo.payMode_dictText === null ? '':singInPersonInfo.payMode_dictText }}</text>
|
||
</view>
|
||
<view wx:if="{{!!singInPersonInfo.needInvoice_dictText && singInPersonInfo.identity === 2}}">
|
||
<text>是否需要发票</text>
|
||
<text>{{singInPersonInfo.needInvoice_dictText === null ? '': singInPersonInfo.needInvoice_dictText}}</text>
|
||
</view>
|
||
<view class="sign-in" wx:if="{{!!singInPersonInfo.postContactAddress && singInPersonInfo.identity === 2}}">
|
||
<text>邮寄地址</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.postContactAddress === null ? '' :
|
||
singInPersonInfo.postContactAddress}}</text>
|
||
</view>
|
||
<view wx:if="{{!!singInPersonInfo.postCode && singInPersonInfo.identity === 2}}">
|
||
<text>邮编</text>
|
||
<text>{{singInPersonInfo.postCode === null ? '' :singInPersonInfo.postCode}}</text>
|
||
</view>
|
||
</view>
|
||
<!-- 报名信息国际研讨会嘉宾 -->
|
||
<view class="basic-info" style="margin-top: 10px;"
|
||
wx:if="{{meetingInfo.meetingType == '3' && singInPersonInfo.identity === 1}}">
|
||
<view class="title">
|
||
<text>报名信息</text>
|
||
<text wx:if="{{singInPersonInfo.signUpStatus === 6}}" bindtap="editSignupInfo">编辑报名信息</text>
|
||
</view>
|
||
|
||
<view>
|
||
<text>参会单位</text>
|
||
<text>{{singInPersonInfo.companyName}}</text>
|
||
</view>
|
||
<view>
|
||
<text>参会人</text>
|
||
<text>{{singInPersonInfo.companyContactName}}</text>
|
||
</view>
|
||
<view>
|
||
<text>身份</text>
|
||
<text>{{singInPersonInfo.identity_dictText}}</text>
|
||
</view>
|
||
|
||
<view>
|
||
<text>手机号</text>
|
||
<text>{{singInPersonInfo.phone}}</text>
|
||
</view>
|
||
|
||
<!-- vip显示 begin -->
|
||
<view wx:if="{{singInPersonInfo.guestType == 1}}" class="sign-in">
|
||
<text>演讲题目</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.speechTopic || ''}}</text>
|
||
</view>
|
||
|
||
<view class="meeting-files" wx:if="{{singInPersonInfo.guestType == 1}}" >
|
||
<text>演讲PPT</text>
|
||
<view class="file-name" wx:for="{{speechPptList}}" wx:key="item">
|
||
<view>
|
||
<image src="../../assets/images/pdf.png"></image>
|
||
<text>{{item.name}}</text>
|
||
</view>
|
||
<text class="look-file" bindtap="previewFile" data-file='{{item}}'>查看</text>
|
||
</view>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && !!singInPersonInfo.photo}}" style="height:auto">
|
||
<text>照片</text>
|
||
<image style='margin-right:30px' class="back-img" src="{{photoSrc}}"></image>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1}}" class="sign-in-text">
|
||
<text>个人简介</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.profile || ''}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1}}">
|
||
<text>是否用餐</text>
|
||
<text>{{singInPersonInfo.haveMeals_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.haveMeals === 1}}">
|
||
<text>是否回民</text>
|
||
<text>{{singInPersonInfo.huiPeople_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1}}">
|
||
<text>是否住酒店</text>
|
||
<text>{{singInPersonInfo.checkInHotel_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.checkInHotel == 1}}">
|
||
<text>入住酒店时间</text>
|
||
<text>{{singInPersonInfo.inHotelTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.checkInHotel == 1}}">
|
||
<text>离店时间</text>
|
||
<text>{{singInPersonInfo.outHotelTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.checkInHotel == 1}}">
|
||
<text>房型</text>
|
||
<text>{{singInPersonInfo.roomLayout}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1}}">
|
||
<text>是否需要接站</text>
|
||
<text>{{singInPersonInfo.pickUp_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.pickUp == 1}}">
|
||
<text>抵达时间</text>
|
||
<text>{{singInPersonInfo.arrivalTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.pickUp == 1}}">
|
||
<text>到达站</text>
|
||
<text>{{singInPersonInfo.destination}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.pickUp == 1}}">
|
||
<text>到达班次</text>
|
||
<text>{{singInPersonInfo.arrivalShift}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1}}">
|
||
<text>是否需要送站</text>
|
||
<text>{{singInPersonInfo.deliveryStation_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开时间</text>
|
||
<text>{{singInPersonInfo.departureTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开站</text>
|
||
<text>{{singInPersonInfo.departureStation}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开班次</text>
|
||
<text>{{singInPersonInfo.departureShift}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && !!singInPersonInfo.peer}}" class="sign-in">
|
||
<text>同行人</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.peer}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 1 && !!singInPersonInfo.remark}}" class="sign-in">
|
||
<text>备注</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.remark}}</text>
|
||
</view>
|
||
|
||
<!-- vip显示 end -->
|
||
|
||
<!-- 演讲嘉宾显示begin -->
|
||
<view wx:if="{{singInPersonInfo.guestType == 2}}" class="sign-in">
|
||
<text>演讲题目</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.speechTopic}}</text>
|
||
</view>
|
||
|
||
<view class="meeting-files" wx:if="{{singInPersonInfo.guestType == 2}}">
|
||
<text>演讲PPT</text>
|
||
<view class="file-name" wx:for="{{speechPptList}}" wx:key="item">
|
||
<view>
|
||
<image src="../../assets/images/pdf.png"></image>
|
||
<text>{{item.name}}</text>
|
||
</view>
|
||
<text class="look-file" bindtap="previewFile" data-file='{{item}}'>查看</text>
|
||
</view>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && !!singInPersonInfo.photo}}" style="height:auto">
|
||
<text>照片</text>
|
||
<image style='margin-right:30px' class="back-img" src="{{photoSrc}}"></image>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2}}" class="sign-in">
|
||
<text>个人简介</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.profile}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2}}">
|
||
<text>是否用餐</text>
|
||
<text>{{singInPersonInfo.haveMeals_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && singInPersonInfo.haveMeals === 1}}">
|
||
<text>是否回民</text>
|
||
<text>{{singInPersonInfo.huiPeople_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2}}">
|
||
<text>是否需要接站</text>
|
||
<text>{{singInPersonInfo.pickUp_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && singInPersonInfo.pickUp == 1}}">
|
||
<text>抵达时间</text>
|
||
<text>{{singInPersonInfo.arrivalTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && singInPersonInfo.pickUp == 1}}">
|
||
<text>到达站</text>
|
||
<text>{{singInPersonInfo.destination}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && singInPersonInfo.pickUp == 1}}">
|
||
<text>到达班次</text>
|
||
<text>{{singInPersonInfo.arrivalShift}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2}}">
|
||
<text>是否需要送站</text>
|
||
<text>{{singInPersonInfo.deliveryStation_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开时间</text>
|
||
<text>{{singInPersonInfo.departureTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开站</text>
|
||
<text>{{singInPersonInfo.departureStation}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开班次</text>
|
||
<text>{{singInPersonInfo.departureShift}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && !!singInPersonInfo.peer}}" class="sign-in">
|
||
<text>同行人</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.peer}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 2 && !!singInPersonInfo.remark}}" class="sign-in">
|
||
<text>备注</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.remark}}</text>
|
||
</view>
|
||
<!-- 演讲嘉宾end -->
|
||
|
||
<!-- 特邀嘉宾begin -->
|
||
<view wx:if="{{singInPersonInfo.guestType == 3}}">
|
||
<text>是否用餐</text>
|
||
<text>{{singInPersonInfo.haveMeals_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && singInPersonInfo.haveMeals === 1}}">
|
||
<text>是否回民</text>
|
||
<text>{{singInPersonInfo.huiPeople_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3}}">
|
||
<text>是否需要接站</text>
|
||
<text>{{singInPersonInfo.pickUp_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && singInPersonInfo.pickUp == 1}}">
|
||
<text>抵达时间</text>
|
||
<text>{{singInPersonInfo.arrivalTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && singInPersonInfo.pickUp == 1}}">
|
||
<text>到达站</text>
|
||
<text>{{singInPersonInfo.destination}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && singInPersonInfo.pickUp == 1}}">
|
||
<text>到达班次</text>
|
||
<text>{{singInPersonInfo.arrivalShift}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3}}">
|
||
<text>是否需要送站</text>
|
||
<text>{{singInPersonInfo.deliveryStation_dictText}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开时间</text>
|
||
<text>{{singInPersonInfo.departureTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开站</text>
|
||
<text>{{singInPersonInfo.departureStation}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && singInPersonInfo.deliveryStation == 1}}">
|
||
<text>离开班次</text>
|
||
<text>{{singInPersonInfo.departureShift}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 3 && !!singInPersonInfo.peer}}" class="sign-in">
|
||
<text>同行人</text>
|
||
<text class="sign-in-text">{{singInPersonInfo.peer}}</text>
|
||
</view>
|
||
<!-- 特邀嘉宾end -->
|
||
|
||
<!-- 合作伙伴begin -->
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 4 }}">
|
||
<text>抵达时间</text>
|
||
<text>{{singInPersonInfo.arrivalTime}}</text>
|
||
</view>
|
||
|
||
<view wx:if="{{singInPersonInfo.guestType == 4 }}">
|
||
<text>离开时间</text>
|
||
<text>{{singInPersonInfo.departureTime}}</text>
|
||
</view>
|
||
<!-- 合作伙伴end -->
|
||
|
||
|
||
</view>
|
||
<!-- 会议状态未可报名 并且未超过截止时间 -->
|
||
<view class="join-meeting" wx:if="{{meetingInfo.meetingSignUpType === 1 && !isMoreTime}}">
|
||
<text bindtap='joinMeeting'>报名</text>
|
||
</view>
|
||
|
||
|
||
|
||
|
||
<!-- 缴费凭证 begin -->
|
||
<view class="payment-record" wx:if="{{singInPersonInfo.payMode === 2 || singInPersonInfo.payMode === 1 && meetingInfo.meetingStatus +'' !== '4' }}">
|
||
<view class="p-20" wx:if="{{meetingInfo.meetingStatus +'' !== '4'}}">
|
||
<text class="validate">缴费凭证</text>
|
||
<!-- 未审核的显示 -->
|
||
<view class="payment-text" wx:if="{{singInPersonInfo.checkResult !== 1 && meetingInfo.meetingStatus +'' !== '4' }}">
|
||
<image-upload bindgetIds='getImagesId' maxLength='1' initImgsList="{{singInPersonInfo.paymentRecord}}" id="img">
|
||
</image-upload>
|
||
</view>
|
||
<!-- 审核通过的显示 -->
|
||
<view class="payment-text" wx:if="{{singInPersonInfo.checkResult === 1}}">
|
||
<image src="{{payRecordImgSrc}}" class="back-img"></image>
|
||
</view>
|
||
|
||
</view>
|
||
<view class="line"></view>
|
||
|
||
<!-- 缴费方式为线上的显示 -->
|
||
<view class="p-20" wx:if="{{singInPersonInfo.payMode === 2 && singInPersonInfo.checkResult !== 1 && meetingInfo.meetingStatus +'' !== '4' }}">
|
||
<text class="validate">缴费订单号后四位数</text>
|
||
<input class="input" maxlength="4" placeholder="请输入缴费订单号后四位数" value="{{ordeCode}}" bindblur="setOrdeCode" />
|
||
</view>
|
||
<!-- 审核通过后的订单后四位 -->
|
||
<view class="p-20" wx:if="{{ singInPersonInfo.checkResult === 1 && !!singInPersonInfo.orderCode }}">
|
||
<text class="validate">缴费订单号后四位数:{{singInPersonInfo.orderCode}}</text>
|
||
|
||
</view>
|
||
<view class="tip" wx:if="{{singInPersonInfo.payMOde === 2 }}">请在会议期间内上传缴费凭证和缴费订单号后四位</view>
|
||
</view>
|
||
<!-- 参会人的付款凭证审核状态 0 未审核 1已通过 2拒绝 -->
|
||
<!-- 未审核不显示 -->
|
||
<view class="p-20 base"
|
||
wx:if="{{singInPersonInfo.paymentRecord && (singInPersonInfo.payMode === 1 || singInPersonInfo.payMode === 2)}}">
|
||
<text>缴费凭证状态:</text>
|
||
<text
|
||
wx:if="{{singInPersonInfo.checkResult === 0 && singInPersonInfo.paymentRecord}}">{{singInPersonInfo.checkResult_dictText}}</text>
|
||
<text wx:if="{{singInPersonInfo.checkResult === 1}}">{{singInPersonInfo.checkResult_dictText}}</text>
|
||
<text
|
||
wx:if="{{singInPersonInfo.checkResult === 2}}">{{singInPersonInfo.checkResult_dictText}}({{singInPersonInfo.checkRemark}})</text>
|
||
</view>
|
||
<!-- 缴费凭证 end -->
|
||
<!-- 报名信息end -->
|
||
|
||
<!-- 签到信息begin -->
|
||
<!-- 有签到信息才显示 -->
|
||
<view class="basic-info" style="margin-top: 10px;" wx:if="{{singInPersonInfo.checkIn === 1}}">
|
||
<view class="title">
|
||
<text>签到信息</text>
|
||
</view>
|
||
<view>
|
||
<text>签到时间</text>
|
||
<text>{{singInPersonInfo.checkInTime}}</text>
|
||
</view>
|
||
<view style='width:100%;height:120px;display:flex;padding-right:30rpx;box-sizing:border-box'>
|
||
<text>签到信息</text>
|
||
<image class="back-img" src="{{signImgSrc}}"></image>
|
||
</view>
|
||
</view>
|
||
<!-- 签到信息end -->
|
||
|
||
<!-- 开票邮寄信息 begin -->
|
||
<view class="basic-info" style="margin-top: 10px;" wx:if="{{singInPersonInfo.checkResult !== 0 }}">
|
||
<view class="title">
|
||
<text>到账信息</text>
|
||
</view>
|
||
<view style="padding: 0 15px;" wx:for="{{form.paymentRecord}}" wx:key="item">
|
||
<text
|
||
wx:if="{{form.paymentRecord && form.paymentRecord.length}}">{{item.paymentDate}}到账{{item.amountReceived}}元</text>
|
||
</view>
|
||
<text class="no-data" style="height: 50px;" wx:if="{{!form.paymentRecord}}">暂无到账记录!</text>
|
||
</view>
|
||
|
||
<view class="basic-info" style="margin-top: 10px;" wx:if="{{singInPersonInfo.checkResult !== 0 }}">
|
||
<view class="title">
|
||
<text>开票邮寄信息</text>
|
||
</view>
|
||
<view wx:for="{{form.mailBill}}" wx:key='item' class="way-box">
|
||
<view class="way">
|
||
<image wx:if='{{item.sendMethod === 2}}' src="../../assets/images/sf.png"></image>
|
||
<image wx:if='{{item.sendMethod === 1}}' src="../../assets/images/ems.png"></image>
|
||
<text>{{item.sendMethod_dictText ? item.sendMethod_dictText : '未邮寄'}}</text>
|
||
</view>
|
||
<view class="way project-name">
|
||
<text>项目名称:</text>
|
||
<text>{{item.projectName}}</text>
|
||
</view>
|
||
<view class="way-info">
|
||
<view class="way-left">
|
||
<text class="way-left-text green">票</text>
|
||
<view class="way-center">
|
||
<text>开票人:{{item.realName}}</text>
|
||
<text>开票时间:{{item.billDate}}</text>
|
||
</view>
|
||
</view>
|
||
<text class="way-right">开票号:{{item.billNo}}</text>
|
||
</view>
|
||
<view class="way-info">
|
||
<view class="way-left">
|
||
<text class="way-left-text blue">邮</text>
|
||
<view class="way-center">
|
||
<text>邮寄人:{{item.mailName ? item.mailName : '无'}}</text>
|
||
<text>邮寄时间:{{item.sendDate ? item.sendDate : '无'}}</text>
|
||
</view>
|
||
</view>
|
||
<text class="way-right">快递号:{{item.postNo ? item.postNo : '无'}}</text>
|
||
</view>
|
||
<view class="look-progress">
|
||
<text>金额:{{item.invoiceAmount}}元</text>
|
||
<text wx:if="{{item.postStatus == 1}}" bindtap="lookProgress" data-progress="{{item}}">查看物流</text>
|
||
</view>
|
||
</view>
|
||
<text class="no-data" style="height: 50px;" wx:if="{{!form.mailBill}}">暂无邮寄记录!</text>
|
||
</view>
|
||
|
||
<!-- 开票邮寄信息end -->
|
||
|
||
<!-- 会议状态begin -->
|
||
<!-- 进行中 -->
|
||
<image wx:if="{{meetingInfo.meetingStatus === 3}}" class="img" src="../../assets/images/ing.png"></image>
|
||
<!-- 未开始 -->
|
||
<image wx:if="{{meetingInfo.meetingStatus === 2}}" class="img" src="../../assets/images/no-start.png"></image>
|
||
<!-- 已结束 -->
|
||
<image wx:if="{{meetingInfo.meetingStatus === 4}}" class="img" src="../../assets/images/end.png"></image>
|
||
<!-- 会议状态end -->
|
||
|
||
<view class="sign-up-empty"></view>
|
||
<!-- 签到 -->
|
||
<!-- 只有审核通过的状态不显示 -->
|
||
<!-- 线上缴费的只有在会议期间可以上传 -->
|
||
<!-- 打包的不显示 确定按钮 -->
|
||
<!-- 会议状态不能是已结束 -->
|
||
<view class="sign-up"
|
||
wx:if="{{singInPersonInfo.checkResult !== 1 && singInPersonInfo.payMode && singInPersonInfo.payMode !== 3 && meetingInfo.meetingStatus +'' !== '4' }}">
|
||
<text bindtap="editPayRecord">确定 </text>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="join-meeting" style="margin-bottom:20px" wx:if="{{showSignInBtn}}">
|
||
<!-- 不需要花钱的会议、打包的会议 报名完显示 花钱的会议 现场缴费需要审核凭证通过显示 汇款的报完名显示 并被会议不能是已结束 -->
|
||
<text bindtap="toSignUp">去签到</text>
|
||
</view>
|