123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532 |
- <view class='detailsCard-index {{className}}' style='{{style}}' ref='saveChildRef0'>
- <import-sjs from='../../utils/util/util.sjs' name='util'>
- </import-sjs>
- <view class='card card-padding'>
- <view class='card-cont'>
- <image class='triangle' src='/static/comment/triangle.svg'>
- </image>
- <image a:if='{{status != null}}' class='audit' src='../../static/comment/{{imageUrl}}.png'>
- </image>
- <view class='title'>
- <text>
- {{title}}
- </text>
- </view>
- <view a:if='{{type}}' class='cont'>
- <block>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title="{{language=='ch'?msg[0].label_ch:msg[0].label_en}}"
- ref='saveChildRef1'
- >
- <text>
- {{userInfo.createTime}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title="{{language=='ch'?msg[1].label_ch:msg[1].label_en}}"
- ref='saveChildRef2'
- >
- <text>
- {{userInfo.username}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title="{{language=='ch'?msg[3].label_ch:msg[3].label_en}}"
- ref='saveChildRef3'
- >
- <text>
- {{util.desensitization(userInfo.idNumber, 6, 14)}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title="{{language=='ch'?msg[2].label_ch:msg[2].label_en}}"
- ref='saveChildRef4'
- >
- <text>
- {{util.desensitization(userInfo.phone, 3, 7)}}
- </text>
- </van-cell>
- <van-cell
- a:if="{{item.type === 'photo'}}"
- title-class='text-gray'
- value-class='text-black'
- border='{{ false }}'
- title="{{language=='ch'?item.label_ch:item.label_en}}"
- ref='saveChildRef5'
- >
- <image class='photo' src='{{item.value}}'>
- </image>
- </van-cell>
- <block a:if='{{regularList.reviewStatus==3}}'>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.PassageEntry[language]}}'
- ref='saveChildRef6'
- >
- <text>
- {{regularList.snAddr|| ''}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.TimeEntry[language]}}'
- ref='saveChildRef7'
- >
- <text>
- {{regularList.inTime || ''}}
- </text>
- </van-cell>
- <van-cell
- title-class='text-gray'
- value-class='text-black'
- border='{{ false }}'
- title='{{international.EntrancePhotos[language]}}'
- ref='saveChildRef8'
- >
- <image class='photo' src='{{regularList.inPhoto}}'>
- </image>
- </van-cell>
- </block>
- <view a:if="{{item.type === 'cutLine'}}" class='cut-line-dash'>
- </view>
- </block>
- <block a:if='{{type||(regularList.reviewStatus==2&&!isRegular)}}'>
- <view class='qrcode-area'>
- <view>
- <image src='/static/comment/qrcode.png' class='img'>
- </image>
- </view>
- <text>
- {{international.click_QRcode[language]}}
- </text>
- </view>
- <view class='tip'>
- <text>
- {{international.scanning[language]}}
- </text>
- </view>
- </block>
- </view>
- <view a:else class='cont'>
- <block>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.start_time[language]}}'
- ref='saveChildRef9'
- >
- <text>
- {{regularList.startTime}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.end_time[language]}}'
- ref='saveChildRef10'
- >
- <text>
- {{regularList.endTime}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Visit_for[language]}}'
- ref='saveChildRef11'
- >
- <text>
- {{regularList.reason || '暂未接受'}}
- </text>
- </van-cell>
- <van-cell
- a:if='{{regularList.remark}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.remark[language]}}'
- ref='saveChildRef12'
- >
- <text>
- {{regularList.remark || ''}}
- </text>
- </van-cell>
- <block a:if='{{regularList.reviewStatus==3}}'>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.PassageEntry[language]}}'
- ref='saveChildRef13'
- >
- <text>
- {{regularList.snAddr|| ''}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.TimeEntry[language]}}'
- ref='saveChildRef14'
- >
- <text>
- {{regularList.inTime || ''}}
- </text>
- </van-cell>
- <van-cell
- title-class='text-gray'
- value-class='text-black'
- border='{{ false }}'
- title='{{international.EntrancePhotos[language]}}'
- ref='saveChildRef15'
- >
- <image class='photo' src='{{regularList.inPhoto}}'>
- </image>
- </van-cell>
- </block>
- <block a:if='{{type||(regularList.reviewStatus==2&&!isRegular)}}'>
- <view class='qrcode-area'>
- <image a:if='{{qrCodeType===1}}' src='/static/appointment_my/qrCodeLose.png'>
- </image>
- <image a:if='{{qrCodeType===2}}' src='/static/appointment_my/noTime.png'>
- </image>
- <view
- a:if='{{qrCodeType===3}}'
- onTap='antmoveAction'
- data-antmove-tap='getVisitorQrcodeId'
- >
- <image src='{{qrCode}}' class='img'>
- </image>
- <canvas
- class='canvas-code'
- style='background:#fff;width:176px;height: 176px; display:block; left:-800rpx;position:absolute;'
- id='myQrcode'
- >
- </canvas>
- </view>
- <text>
- {{international.click_QRcode[language]}}
- </text>
- </view>
- <view class='tip'>
- <text>
- {{international.scanning[language]}}
- </text>
- </view>
- </block>
- <view class='cut-line-dash'>
- </view>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Name_Visitor[language]}}'
- ref='saveChildRef16'
- >
- <text>
- {{regularList.name || '暂未接受'}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.phone_Visitor[language]}}'
- ref='saveChildRef17'
- >
- <text>
- {{regularList.phone}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Visiting_unit[language]}}'
- ref='saveChildRef18'
- >
- <text>
- {{regularList.company || '暂未接受'}}
- </text>
- </van-cell>
- <van-cell
- a:if='{{regularList.photo}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Visitor_photo[language]}}'
- ref='saveChildRef19'
- >
- <image class='photo' src='{{regularList.photo}}'>
- </image>
- </van-cell>
- <van-cell
- a:if='{{regularList.jkm}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- ref='saveChildRef20'
- >
- <view slot='title'>
- {{international.healthCode[language]}}
- <van-icon
- name='checked'
- style='color:#2dcb92'
- size='30rpx'
- ref='saveChildRef21'
- >
- </van-icon>
- </view>
- <text>
- {{regularList.jkm}}
- </text>
- </van-cell>
- <van-cell
- a:if='{{regularList.jkmPhoto}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.HealthCodeScreenshot[language]}}'
- ref='saveChildRef22'
- >
- <image
- class='photo'
- src='{{regularList.jkmPhoto}}'
- data-src='{{regularList.jkmPhoto}}'
- onTap='antmoveAction'
- data-antmove-tap='preview'
- >
- </image>
- </van-cell>
- <van-cell
- a:if='{{regularList.hs}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- ref='saveChildRef23'
- >
- <view slot='title'>
- {{international.Nucleate[language]}}
- <van-icon
- name='checked'
- style='color:#2dcb92'
- size='30rpx'
- ref='saveChildRef24'
- >
- </van-icon>
- </view>
- <text>
- {{regularList.hs}}
- </text>
- </van-cell>
- <van-cell
- a:if='{{regularList.hsPhoto}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.NucleicScreenshots[language]}}'
- ref='saveChildRef25'
- >
- <image
- class='photo'
- src='{{regularList.hsPhoto}}'
- data-src='{{regularList.hsPhoto}}'
- onTap='antmoveAction'
- data-antmove-tap='preview'
- >
- </image>
- </van-cell>
- <van-cell
- a:if='{{regularList.xc==1}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- ref='saveChildRef26'
- >
- <view slot='title'>
- {{international.TourCode[language]}}
- <van-icon
- name='checked'
- style='color:#2dcb92'
- size='30rpx'
- ref='saveChildRef27'
- >
- </van-icon>
- </view>
- <text>
- 未去过高风险地区
- </text>
- </van-cell>
- <van-cell
- a:if='{{regularList.xcPhoto}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.ScreenshoCode[language]}}'
- ref='saveChildRef28'
- >
- <image
- class='photo'
- src='{{regularList.xcPhoto}}'
- data-src='{{regularList.xcPhoto}}'
- onTap='antmoveAction'
- data-antmove-tap='preview'
- >
- </image>
- </van-cell>
- <view
- a:for='{{regularList.contents}}'
- a:if='{{regularList.contents}}'
- ref-numbers='{{regularList.contents}}'
- >
- <van-cell
- a:if='{{item.isShow==1}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{item.customName}}'
- ref='saveChildRef29'
- >
- <image
- a:if="{{item.customType=='图片'}}"
- class='photo'
- src='{{item.customNameVal}}'
- data-src='{{item.customNameVal}}'
- onTap='antmoveAction'
- data-antmove-tap='preview'
- >
- </image>
- <text a:else>
- {{item.customNameVal}}
- </text>
- </van-cell>
- </view>
- <van-cell
- a:if='{{regularList.reviewStatus==2}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Passable_passage[language]}}'
- ref='saveChildRef30'
- >
- <text>
- {{regularList.throughList || ''}}
- </text>
- </van-cell>
- <van-cell
- a:if='{{regularList.personnelType!=null}}'
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Personnel_type[language]}}'
- ref='saveChildRef31'
- >
- <text a:if='{{regularList.personnelType== 0}}'>
- 访客
- </text>
- <text a:if='{{regularList.personnelType== 1}}'>
- 同事
- </text>
- <text a:if='{{regularList.personnelType== 2}}'>
- 亲属
- </text>
- </van-cell>
- <van-cell
- a:if="{{item.type === 'photo'}}"
- title-class='text-gray'
- value-class='text-black'
- border='{{ false }}'
- title="{{language=='ch'?item.label_ch:item.label_en}}"
- ref='saveChildRef32'
- >
- <image class='photo' src='{{item.value}}'>
- </image>
- </van-cell>
- <view class='cut-line-dash'>
- </view>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Name_nterviewee[language]}}'
- ref='saveChildRef33'
- >
- <text>
- {{regularList.visiteeXm}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.number_person_interviewed[language]}}'
- ref='saveChildRef34'
- >
- <text>
- {{regularList.visiteePhone}}
- </text>
- </van-cell>
- <van-cell
- custom-class='van-cell'
- title-class='text-gray'
- value-class='text-black flex-sm'
- border='{{ false }}'
- title='{{international.Of_unit[language]}}'
- ref='saveChildRef35'
- >
- <text>
- {{regularList.visiteeCompany || ''}}
- </text>
- </van-cell>
- </block>
- </view>
- </view>
- </view>
- </view>
|