Files
coupon/pages/reforderdetail/reforderdetail.wxml
2023-02-22 23:52:12 +08:00

143 lines
6.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<view style=" height:340rpx;position: relative;background: #ffffff;margin-top:8rpx;">
<view style="height:66rpx;padding: 0 24rpx;">
<text class="time_msg"></text>
<text wx:if="{{infro.status==1}}" class="status_msg">未核销</text>
<text wx:if="{{infro.status==2}}" class="status_msg">已核销</text>
</view>
<view class="details_box">
<image src="../image/userimg.png" style="width:230rpx;height:230rpx;"></image>
<view style="margin-left: 31rpx;">
<view class="title">{{"专业陪护服务"}}</view>
<view class="detail_number">数量x{{infro.num}}</view>
<view class="money">实付款:<text
style="font-size: 30rpx;color: #FF4A4A;font-family: PingFang SC;font-weight: bold;">¥{{infro.total_money}}</text></view>
</view>
</view>
</view>
<view class="contact" wx:if="{{infro.status==2}}">
<view style="margin-bottom: 30rpx;">
<text class="information_title">核销时间</text>
<text class="information_title" style="position: absolute;right: 0rpx;">{{infro.jurisdiction_time}}</text>
</view>
<view style="margin-bottom: 30rpx;">
<text class="information_title">操作人</text>
<text class="information_title" style="position: absolute;right: 0rpx;display: flex;">{{infro.jurisdiction_name}}</text>
</view>
</view>
<view wx:if="{{type==2}}" style=" height:161rpx;position: relative;background: #ffffff;margin-top:8rpx;" >
<view style="padding-top: 22rpx;margin-left: 24rpx;">
<text class="" style="color: #DB1F2B;font-size: 38rpx;font-weight: bold;">退款成功</text>
</view>
<view style="margin-left: 24rpx;">
<text style="font-size: 24rpx;color: #686868;margin-top: 18rpx;">退款金额已原路返回</text>
</view>
</view>
<view wx:if="{{type==1}}" style=" height:161rpx;position: relative;background: #ffffff;margin-top:8rpx;" >
<view style="padding-top: 22rpx;margin-left: 24rpx;">
<text class="" style="color: #DB1F2B;font-size: 38rpx;font-weight: bold;">退款失败,请修改申请</text>
</view>
<view style="margin-left: 24rpx;">
<text style="font-size: 24rpx;color: #686868;margin-top: 18rpx;">失败原因:请重新填写您的退款申请</text>
</view>
</view>
<view wx:if="{{type==3||type==2||type==1||type==4}}" class="informationtwo">
<!-- <view class="contact_title" style="height: 10rpx; font-size: 10rpx;font-weight: bold;line-height: 36rpx;color: #333333;">
</view> -->
<view style="margin-bottom: 30rpx; border-bottom: 1rpx solid #eee;line-height: 88rpx;">
<text class="information_title">退款原因:</text>
<text class="information_title" style="width: 300rpx;">{{refund_name}}</text>
<text class="information_title" wx:if="{{type==3||type==1}}" style=" position: absolute;right: 24rpx;" bindtap="select">请选择></text>
</view>
<view style="margin-bottom: -30rpx;">
<text class="information_title">退款金额:</text>
<text class="information_title" style="color:#FF4A4A;">¥{{infro.total_money}}</text>
</view>
<view style="margin-bottom: 30rpx; border-bottom: 1rpx solid #eee;line-height: 78rpx;">
<text class="information_title" style="font-size: 20rpx;">不可修改最多¥99</text>
</view>
<view style="margin-bottom: 30rpx;">
<text class="information_title">退款说明:</text>
<text class="information_title">选填</text>
</view>
<!-- <view class="peisong-way" style="margin-bottom: 30rpx;">
<input model:value="{{refund_remark}}" style="font-size: 26rpx;padding-left: 19rpx;padding-top: 19rpxx;" placeholder="填写补充说明,有利于您的售后哦~"/>
<view class="textarea-wrp">
<textarea auto-focus="true" style="height: 228rpx;" />
</view>
</view> -->
<view class="textarea-wrp">
<textarea model:value="{{refund_remark}}"style="font-size: 26rpx;height: 228rpx;background-color: #F6F6F6;" maxlength="-1" placeholder="填写补充说明,有利于您的售后哦~" />
</view>
<!-- <view style="margin-bottom: 30rpx;">
<text class="information_title">上传凭证</text>
</view> -->
<!-- <view class="row-box">
<van-uploader file-list="{{fileListtwo}}"max-count="3" deletable="{{ true }}" bind:after-read="afterReadtwo" bind:delete="deletetwo"/>
</view>
<view wx:if="{{type==1||type==2||type==3||type==4}}" style="margin-bottom: 30rpx; line-height: 88rpx;">
<text class="information_title">订单编号:</text>
<text class="information_title" style="width: 400rpx;position: absolute;">{{infro.order_id}}</text>
</view> -->
<view wx:if="{{type==1||type==2||type==4}}" style="margin-bottom: 30rpx;">
<text class="information_title">申请时间:</text>
<text class="information_title" style="width: 400rpx;position: absolute;">{{refund.check_time}}</text>
</view>
</view>
<view wx:if="{{type==3}}" style="font-size: 26rpx;color: #7B7B7B;margin-top: 26rpx;text-align: center;">退款申请提交后,支付款项将原路退回</view>
<view wx:if="{{type==3}}" style="font-size: 26rpx;color: #7B7B7B;text-align: center;">退款时间1-5个工作日</view>
<view wx:if="{{type==3}}" class="addperson" bindtap="addperson" style="margin-top: 77rpx;">
<view class="text" style="background-color: #FF4C00;border-radius: 85px;margin-bottom: 48rpx;"bindtap="commit">提交申请</view>
</view>
<view wx:if="{{type==1}}" class="addperson" bindtap="addperson" style="margin-top: 77rpx;">
<view class="text" style="background-color: #FF4C00;border-radius: 85px;margin-bottom: 48rpx;"bindtap="commit">修改申请</view>
</view>
<!-- 蒙层 -->
<view class="mengceng" wx:if="{{mengceng}}" bindtap="mengceng"></view>
<!-- 退款弹窗 -->
<view wx:if="{{refund_box}}" class="refund_box" style="z-index: 2;">
<view class="gang" bindtap="gang"></view>
<view class="refund_title">
退款原因</view>
<scroll-view scroll-y style="height: 700rpx;">
<radio-group bindchange="radioChange">
<view wx:for="{{reason}}" class="list_box">
<view>{{item.reason}}</view>
<view>
<radio value="{{item.id}}" checked=""/>
</view>
</view>
</radio-group>
<view style="height:50rpx;"></view>
</scroll-view>
<!-- <button type="primary" plain="true" style="margin-bottom:20rpx" bindtap="isok">完成</button> -->
</view>