You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
5.1 KiB
125 lines
5.1 KiB
<!--viewages/aftersales/aviewviewly.wxml-->
|
|
<view class="container">
|
|
<view wx:if="{{!return_suess}}" style="position: relative;overflow: hidden;">
|
|
<view class="order_goods">
|
|
<view class="order_two" wx:for="{{order}}" wx:key="index">
|
|
<image src="{{item.image}}" class="shopImage" />
|
|
<view class="order_two_a" bindtap="_goods(item.p_id,item.recycle,item.pluginId)">
|
|
<view class="order_p_name">{{ item.p_name }}</view>
|
|
<view class="price_num">
|
|
<view class="price">
|
|
<view class="price_symbol">¥{{item.p_price}}</view>
|
|
</view>
|
|
<view class="color_two">x{{ item.num }}</view>
|
|
</view>
|
|
<view class="color_one">{{ item.size }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="refund_pay">
|
|
<view class="right_d">
|
|
<view class="right_d_view">
|
|
<view class="leftText">
|
|
<view>售后类型:</view>
|
|
</view>
|
|
<view class="rightText" wx:if="{{refund_type==2}}">仅退款</view>
|
|
<view class="rightText" wx:if="{{refund_type==1}}">退货退款</view>
|
|
<view class="rightText" wx:if="{{refund_type==3}}">换货</view>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{r_status != 3 && refund_type != 3}}">
|
|
<view class="right_d">
|
|
<view class="right_d_view">
|
|
<view class="leftText">退款金额:</view>
|
|
<view class="refund_color font_red">¥</view>
|
|
<input class="refund_color font_red" type="number" value="{{re_price}}" bindinput="refundPriceInput" />
|
|
</view>
|
|
<view class="right_d_right">
|
|
<view class="refund_color yh-refund_color">最多¥{{ refund_price }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view wx:if="{{r_status == 3}}" style="display: flex;justify-content: start;">
|
|
<view class="leftText">
|
|
<view>退款说明:</view>
|
|
</view>
|
|
<view>ddfddf</view>
|
|
</view>
|
|
|
|
<view style="display:flex;">
|
|
<view class="leftText">
|
|
<view>{{ r_status != 3 ? ( refund_type != 3 ? '退款说明:' : '申请原因:' ) : '申请原因:' }}</view>
|
|
</view>
|
|
<view class="input">
|
|
<textarea class="input_text" rows="4" auto-height="true" placeholder="最多100字" placeholder-style="color:#b8b8b8" bindinput="remarkInput" />
|
|
<view class='words_num'>
|
|
<view>{{remark.length}}</view>/100
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="evaluat_imageBox">
|
|
<view class="yh-evaluat_view leftText">
|
|
<view>上传凭证:</view>
|
|
</view>
|
|
<view class="evaluat_view" wx:for="{{srcList}}" wx:key="index">
|
|
<image class="evaluat_image" src="{{item}}" bindtap="touchstartAct" />
|
|
<image class="image_dele" src="/images/delete.png" data-index="{{index}}" bindtap="deleteAct" />
|
|
</view>
|
|
<view class="uploadImage" bindtap="chooseImage" data-index="{{index}}" wx:if="{{srcList.length < 3 ? true : false}}">
|
|
<image class="xiangji" src="/images/xiangji.png" />
|
|
<view class="p">最多上传3张</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="yh-return_suess-view"></view>
|
|
<view class="bottom" bindtap="confirmAct">
|
|
<view>提交</view>
|
|
</view>
|
|
</view>
|
|
<!-- 申请成功 -->
|
|
<view class="return_end" wx:if="{{return_suess}}" style="position: relative;overflow: hidden;">
|
|
<view class="pic">
|
|
<image src="/images/gouhei.png" />
|
|
</view>
|
|
<view class="end_one">{{ refund_type != 3 ? '退款申请提交成功' : '换货申请提交成功'}}</view>
|
|
<view class="end_two">请耐心等待工作人员审核</view>
|
|
<view class="yh-return-end-view"></view>
|
|
<view class="return_message">{{ refund_type != 3 ? '退款信息' : '退货信息'}}</view>
|
|
<view class="end_msg_ul">
|
|
<view class="end_message">
|
|
<view class="end_lef">商品名称:</view>
|
|
<view class="detail">{{ order.product_title[0] }}</view>
|
|
</view>
|
|
<view class="end_message">
|
|
<view class="end_lef">订单号:</view>
|
|
<view class="detail">{{ order.sNo }}</view>
|
|
</view>
|
|
<view class="end_message">
|
|
<view class="end_lef">申请时间:</view>
|
|
<view class="detail">{{ order.time }}</view>
|
|
</view>
|
|
<view class="end_message">
|
|
<view class="end_lef">退款类型:</view>
|
|
<view class="detail">{{ refund_type == 3 ? '换货' : refund_type == 2 ? '仅退款' : '退货退款' }}</view>
|
|
</view>
|
|
<view class="end_message" wx:if="{{refund_type !== '3'}}">
|
|
<view class="end_lef">退款金额:</view>
|
|
<view class="detail">¥{{ re_price }}</view>
|
|
</view>
|
|
<view class="end_message">
|
|
<view class="end_lef">退款说明:</view>
|
|
<view class="detail">{{ remark }}</view>
|
|
</view>
|
|
<view class="end_message">
|
|
<view class="end_lef">上传凭证:</view>
|
|
<view class="flex">
|
|
<view class="re_photo" wx:for="{{srcList}}" wx:key='index'>
|
|
<image src="{{item}}" mode="" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|