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.
 
 
 

1 lines
2.8 KiB

<view><view class="edgeInsetTop"></view><view class="bg-white padding-bj flex"><view class="cu-avatar xl margin-right-bj" style="{{'background-image:'+('url('+$root.g0+')')+';'}}"></view><view class="text-sm" style="width:calc(100% - 128rpx);"><view class="margin-bottom-xs"><view class="text-cut-2">{{''+refund.goods.title+''}}</view></view><view class="wanl-gray">{{'规格:'+refund.goods.difference+''}}</view></view></view><view class="margin-top-bj"><view class="cu-form-group"><view class="title">物流状态</view><picker value="{{refund.expressType}}" range="{{expressList}}" data-event-opts="{{[['change',[['expressChange',['$event']]]]]}}" bindchange="__e"><view class="picker">{{''+expressList[refund.expressType]+''}}</view></picker></view><view class="cu-form-group"><view class="title">退款类型</view><picker value="{{refund.type}}" range="{{typeList}}" data-event-opts="{{[['change',[['typeChange',['$event']]]]]}}" bindchange="__e"><view class="picker">{{''+typeList[refund.type]+''}}</view></picker></view><view class="cu-form-group"><view class="title">退款原因</view><picker value="{{refund.reason}}" range="{{reasonList}}" data-event-opts="{{[['change',[['reasonChange',['$event']]]]]}}" bindchange="__e"><view class="picker">{{''+reasonList[refund.reason]+''}}</view></picker></view><view class="cu-form-group margin-top-bj"><view class="title">退款金额<text class="text-price margin-left-xs"></text></view><input type="digit" placeholder="{{amount.info}}" disabled="{{amount.total==0}}" data-event-opts="{{[['input',[['moneyInput',['$event']]]]]}}" value="{{refund.price}}" bindinput="__e"/></view><view class="bg-white margin-top-bj"><view class="cu-form-group"><view class="title">上传凭证</view></view><view class="grid col-4 grid-square flex-sub padding-lr"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['viewImage',[index]]]]]}}" class="bg-img" bindtap="__e"><image src="{{item.g1}}" mode="aspectFill"></image><view data-event-opts="{{[['tap',[['delImg',[index]]]]]}}" class="cu-tag bg-red" catchtap="__e"><text class="wlIcon-31guanbi"></text></view></view></block><block wx:if="{{$root.g2<4}}"><view data-event-opts="{{[['tap',[['chooseImage',['$event']]]]]}}" class="dashed" bindtap="__e"><text class="wlIcon-31paishe"></text></view></block></view></view><view class="cu-form-group margin-top-bj"><view class="title">退款理由</view><input placeholder="选填" data-event-opts="{{[['input',[['__set_model',['$0','refund_content','$event',[]],['refund']]]]]}}" value="{{refund.refund_content}}" bindinput="__e"/></view></view><view class="edgeInsetBottom"></view><view class="wanlian cu-bar tabbar foot flex flex-direction"><button data-event-opts="{{[['tap',[['addData',['$event']]]]]}}" class="cu-btn wanl-bg-orange lg" bindtap="__e">确认</button></view></view>