1 |
- <view class="repair-detail-box _div"><view class="{{['_div','repair-content',detailStatus==='unAcceptance'?'fixed-page-content':'page-content']}}"><view class="white-box page-1 _div"><view class="cell-item _div"><view class="label _p">当前企业</view><view class="tit _p">{{detail.companyName}}</view></view><view class="cell-item _div"><view class="label _p">快捷选择</view><view class="tit _div">{{detail.serviceType}}</view></view><view class="block-cell-item _div"><view class="label _p">工单描述</view><view class="tit _div"><view class="textarea _div">{{''+(!detail.description?"暂无":detail.description)+''}}</view></view></view></view><view class="white-box page-2 _div"><view class="block-cell-item _div"><view class="label _p">补充说明</view><view class="tit _div"><van-uploader class="infoUpload" vue-id="492659a6-1" file-list="{{explainAnnexList}}" disabled="{{true}}" data-com-type="wx" bind:__l="__l"></van-uploader></view></view><view class="cell-item flex-item _div"><view class="label _p">联系方式</view><view class="tit tel-box _p"><label class="_span">{{detail.contact}}</label><block wx:if="{{$root.g0}}"><tel-num vue-id="492659a6-2" num="{{detail.contact}}" showTel="{{false}}" bind:__l="__l"></tel-num></block></view></view><view class="cell-item flex-item _div"><view class="label _p">报事人</view><view class="tit tel-box _p"><label class="_span">{{detail.reporter}}</label></view></view><view class="cell-item _div"><view class="label _p">报事时间</view><view class="tit _p">{{detail.createdAt}}</view></view></view><view class="white-box page-3 form-part _div" style="padding-bottom:120px;"><view class="custom-item-tit _div"><view class="tit _div"><view style="padding-left:15rpx;" class="_div">处理情况</view></view></view><view class="block-cell-item _div"><view class="label _p">处理进展</view><view class="_div"><van-steps vue-id="492659a6-3" active="{{stepActive}}" active-color="#6600FF" steps="{{processSteps}}" data-com-type="wx" bind:__l="__l"></van-steps></view></view><view class="block-cell-item _div"><view class="label _p">备注</view><view class="tit _div"><view class="textarea _div">{{''+(detail.remark=="null"||detail.remark=="undefind"?"暂无":detail.remark)+''}}</view></view></view><view class="block-cell-item _div"><view class="label _p">{{'处理后拍照'+detail.status}}<label class="tips _span">(支持图片上传限20M内,最多6张)</label></view><view class="tit _div"><van-uploader vue-id="492659a6-4" file-list="{{handleUrlList}}" max-count="{{6}}" disabled="{{detail.status==3}}" show-upload="{{true}}" data-event-opts="{{[['^delete',[['deleteRYXXZP']]],['^afterRead',[['afterRead']]]]}}" data-com-type="wx" bind:delete="__e" bind:afterRead="__e" bind:__l="__l"></van-uploader></view></view><view class="custom-item-tit _div"><view class="tit _div"><view style="margin-left:15rpx;" class="_div">处理说明</view></view></view><view class="custom-textarea-box _div"><uni-easyinput bind:input="__e" class="bgcF9F9F9 height218rpx" vue-id="492659a6-5" disabled="{{detail.status!=='1'}}" type="textarea" autoHeight="{{true}}" placeholder="请填写" show-word-limit="{{true}}" value="{{detail.handleExplain}}" data-event-opts="{{[['^input',[['__set_model',['$0','handleExplain','$event',[]],['detail']]]]]}}" bind:__l="__l"></uni-easyinput></view><view class="cell-item _div"><view class="label _p">结案人</view><view class="tit _p">{{handleUserId2}}</view></view><view class="cell-item _div"><view class="label _p">结案时间</view><view class="tit _p">{{detail.handleTime?detail.handleTime:""}}</view></view><view class="custom-item-tit _div"><view class="tit _div"><view style="margin-left:15rpx;" class="_div">服务确认</view></view></view><view class="_div"><view style="margin-bottom:15rpx;" class="_div"><van-radio-group vue-id="492659a6-6" value="{{confirmForm.status}}" disabled="{{detail.status==3||detail.status==4}}" direction="horizontal" bind:change="__e" data-event-opts="{{[['^change',[['getConfirmFormStatus']]]]}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><van-radio vue-id="{{('492659a6-7')+','+('492659a6-6')}}" name="3" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">通过</van-radio><van-radio vue-id="{{('492659a6-8')+','+('492659a6-6')}}" name="4" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">退回</van-radio></van-radio-group></view><view class="custom-textarea-box _div"><uni-easyinput bind:input="__e" class="bgcF9F9F9 height218rpx" vue-id="492659a6-9" type="textarea" disabled="{{detail.status==3||detail.status==4}}" autoHeight="{{true}}" placeholder="请填写" show-word-limit="{{true}}" value="{{confirmForm.confirmRemark}}" data-event-opts="{{[['^input',[['__set_model',['$0','confirmRemark','$event',[]],['confirmForm']]]]]}}" bind:__l="__l"></uni-easyinput></view></view></view></view><view class="repair-bottom bottom-button _div"><block wx:if="{{detail.status==2}}"><button data-event-opts="{{[['tap',[['onConfirm',['$event']]]]]}}" class=" btn" bindtap="__e">提交</button></block></view></view>
|