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 line
3.7 KiB

<view><topnav vue-id="4fb6422e-1" title="{{pageTitle}}" data-event-opts="{{[['^tohome',[['tohome']]]]}}" bind:tohome="__e" bind:__l="__l"></topnav><view class="content"><orderinfo vue-id="4fb6422e-2" info="{{order}}" bind:__l="__l"></orderinfo><view class="pageTitle">请选择收款金额</view><view class="moneyBox" style="margin-top:30rpx;"><view class="moneyBoxLeft"><block wx:for="{{moneyArr}}" wx:for-item="item" wx:for-index="index"><block><view class="{{['moneyItem',item.checked?'moneyItemOn':'']}}" data-index="{{index}}" data-event-opts="{{[['tap',[['bindClickMoney',['$event']]]]]}}" bindtap="__e"><text>{{"¥"+item.amt+"元"}}</text></view></block></block></view><view class="moneyBoxRight"><view data-event-opts="{{[['tap',[['bindinputotheramt',['$event']]]]]}}" class="{{['btnOther',selectOtherAmt?'btnOther-on':'']}}" bindtap="__e"><text>其它金额</text></view></view></view><view class="payList"><view class="l-box"><block wx:for="{{paylist}}" wx:for-item="item" wx:for-index="index"><block><view class="l-box-info" data-index="{{index}}" data-event-opts="{{[['tap',[['tochange',['$event']]]]]}}" bindtap="__e"><view class="l-box-info-left" data-index="{{index}}"><view class="l-box-info-left-logo"><image class="icon_logo" src="{{item.img}}"></image></view><view class="l-box-info-left-rinfo"><view class="l-box-info-left-title">{{''+item.name+''}}</view><view class="l-box-info-left-ftitle">{{''+item.comment+''}}</view></view></view><view class="l-box-info-right"><block wx:if="{{item.chekced}}"><text class="iconfont icon-check icon-check-in"></text></block><block wx:else><text class="iconfont icon-check"></text></block></view></view></block></block></view></view><view class="payBox"><view class="listBox mp-20"><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred"></view>备注</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="text" placeholder-class="listBoxItemInputPlaceholder" placeholder="请输入" data-event-opts="{{[['input',[['bindChangeComment',['$event']]]],['confirm',[['bindPay',['$event']]]]]}}" bindinput="__e" bindconfirm="__e"/></view></view></view></view></view><view class="bottom"><view class="bottomLeft"><text class="priceTitle">收款金额:</text><text class="priceInfo">{{"¥"+totalPrice}}</text></view><view class="bottomRight"><view data-event-opts="{{[['tap',[['bindPay',['$event']]]]]}}" class="btnSubmit btn" bindtap="__e">确认收款</view></view></view><uni-popup class="vue-ref" vue-id="4fb6422e-3" type="bottom" data-ref="popup" data-event-opts="{{[['^change',[['bindPopChange']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="popupbox-amt" style="{{('width:'+0.8*windowWidth+'px;top:-'+(windowHeight/2+150)+'px;'+'left:'+(windowWidth-0.8*windowWidth)/2+'px')}}"><view class="popupbox-header"><view class="popupbox-header-tag"></view><view class="popupbox-header-title">请填写金额</view></view><view class="popupbox-body"><view class="listBox mp-20"><view class="listBoxItem"><view class="listBoxItemLeft"><view class="vred">*</view>金额</view><view class="listBoxItemRight"><input class="listBoxItemInput" type="number" placeholder-class="listBoxItemInputPlaceholder" focus="{{focusAmtSet}}" placeholder="请输入" data-event-opts="{{[['input',[['bindChangeMoney',['$event']]]],['confirm',[['bindPopOk',['$event']]]]]}}" bindinput="__e" bindconfirm="__e"/></view></view></view></view><view class="popupbox-bottom"><view data-event-opts="{{[['tap',[['closePop',['$event']]]]]}}" class="popupbox-btn popupbox-btn-cancel" bindtap="__e"><text class="popupbox-btn-txt">取消</text></view><view data-event-opts="{{[['tap',[['bindPopOk',['$event']]]]]}}" class="popupbox-btn" bindtap="__e"><text class="popupbox-btn-txt">确定</text></view></view></view></uni-popup></view>