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
3.1 KiB
1 lines
3.1 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">{{''+goods.title+''}}</view></view><view class="wanl-gray">{{'规格:'+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"><block wx:if="{{refund.expressType>-1}}"><text>{{expressList[refund.expressType]}}</text></block><block wx:else><text class="wanl-gray-light">是否收到货</text></block></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"><block wx:if="{{refund.type>-1}}"><text>{{typeList[refund.type]}}</text></block><block wx:else><text class="wanl-gray-light">选择退款类型</text></block></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"><block wx:if="{{refund.reason>-1}}"><text>{{reasonList[refund.reason]}}</text></block><block wx:else><text class="wanl-gray-light">退款的原因</text></block></view></picker></view><view class="cu-form-group margin-top-bj"><view class="title">退款金额</view><input type="digit" placeholder="{{amount.placeholder}}" disabled="{{amount.total==0}}" data-event-opts="{{[['input',[['moneyInput',['$event']]]]]}}" 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> |