1 line
6.4 KiB
Plaintext
1 line
6.4 KiB
Plaintext
<view class="main data-v-50f48f45"><view class="mainTop data-v-50f48f45" style="{{'height:'+(menu.bottom+'px')+';'+('padding-top:'+(menu.top+'px')+';')}}"><image class="backIcon data-v-50f48f45" src="https://eshangtech.com/caiyunyiImg/backIcon.png" data-event-opts="{{[['tap',[['handleBack',['$event']]]]]}}" bindtap="__e"></image><view data-event-opts="{{[['tap',[['handleGoOrderSearch',['$event']]]]]}}" class="searchBox data-v-50f48f45" bindtap="__e"><image class="searchIcon data-v-50f48f45" src="/static/images/home/searchIcon.svg"></image><text style="color:#999999;font-size:28rpx;" class="data-v-50f48f45">搜索我的订单</text></view></view><view class="tabTypeBox data-v-50f48f45"><block wx:for="{{bigTabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handleBigTab',['$0'],[[['bigTabList','',index,'value']]]]]]]}}" class="{{['data-v-50f48f45',selectBigTab===item.value?'bigTabItem selectBigTabItem':'bigTabItem']}}" bindtap="__e">{{''+item.label+''}}</view></block></view><view class="smallTypeBox data-v-50f48f45" scroll-x="{{true}}"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handleTab',['$0'],[[['tabList','',index,'value']]]]]]]}}" class="{{['data-v-50f48f45',currentTab===item.value?'smallTabItem selectSmallTabItem':'smallTabItem']}}" style="{{'background:'+(item.value===7&&selectBigTab===3?'transparent':'')+';'}}" bindtap="__e"><block wx:if="{{item.value===7&&selectBigTab===3?false:true}}">{{''+item.label+''}}<block wx:if="{{currentTab===item.value}}"><image class="closeIcon data-v-50f48f45" src="https://eshangtech.com/caiyunyiImg/closeIcon.png"></image></block></block></view></block></view><scroll-view class="orderListBox data-v-50f48f45" style="{{'height:'+('calc(100vh - '+menu.bottom+'px - 42px - 35px - 35px)')+';'}}" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['handleScrollTolower',['$event']]]]]}}" bindscrolltolower="__e"><view class="data-v-50f48f45"><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goEvaluate',['$0'],[[['orderList','',index]]]]]]]}}" class="orderItem data-v-50f48f45" bindtap="__e"><view class="orderItemTop data-v-50f48f45"><view class="orderItemTopLeft data-v-50f48f45"><image class="orderItemIcon data-v-50f48f45" src="https://eshangtech.com/caiyunyiImg/storeIcon.png"></image><view class="orderItemLabel data-v-50f48f45">{{item.$orig.SHOPNAME||""}}</view></view><view class="orderItemTopRight data-v-50f48f45"><view class="statusBox data-v-50f48f45">{{item.$orig.SALEBILL_STATE_TEXT||""}}</view></view></view><block wx:for="{{item.l0}}" wx:for-item="subItem" wx:for-index="subIndex" wx:key="subIndex"><view class="orderItemCenter data-v-50f48f45"><view data-event-opts="{{[['tap',[['handleGoShopDetail',['$0',subIndex],[[['orderList','',index]]]]]]]}}" class="orderItemCenterLeft data-v-50f48f45" catchtap="__e"><image class="orderItemShopImg data-v-50f48f45" src="{{subItem.$orig.IMAGE_URL?subItem.g0[0]:'https://eshangtech.com/ShopICO/no-picture.png'}}"></image></view><view class="orderItemCenterRight data-v-50f48f45"><view class="orderItemCenterRightLeft data-v-50f48f45"><view class="orderItemRightLeftLabel data-v-50f48f45">{{subItem.$orig.COMMODITY_NAME||""}}</view><view class="orderItemRightLeftSpecifications data-v-50f48f45"></view></view><view class="orderItemCenterRightRight data-v-50f48f45"><view class="unitPrice data-v-50f48f45">{{"¥"+(subItem.$orig.AVERAGE_PRICE||'-')}}</view><view class="orderItemQuantity data-v-50f48f45">{{"x"+(subItem.$orig.ORDER_COUNT||'-')}}</view></view></view></view></block><block wx:if="{{item.g1>5}}"><view data-event-opts="{{[['tap',[['handleClickShowMoreShop',['$0'],[[['orderList','',index]]]]]]]}}" class="is_more _div data-v-50f48f45" catchtap="__e"><image class="arrow_icon _img data-v-50f48f45" src="{{item.$orig.isShowMore?'/static/images/home/up_arrow.png':'/static/images/home/down_arrow.png'}}" alt></image>{{'共'+item.g2+'个品项'}}</view></block><view class="orderItemMoneyBox data-v-50f48f45"><label class="orderItemUnit _span data-v-50f48f45">实付款:</label><label class="orderItemMoney _span data-v-50f48f45">{{"¥"+(item.$orig.PAY_AMOUNT||"")}}</label></view><view class="orderItemBottom data-v-50f48f45"><view class="orderItemBottomLeft data-v-50f48f45"><block wx:if="{{false}}"><view class="orderItemBottomLeftMore data-v-50f48f45">更多</view></block></view><view class="orderItemBottomRight data-v-50f48f45"><block wx:if="{{item.$orig.SALEBILL_STATE>3000&&item.$orig.SALEBILL_STATE<=5000}}"><view class="orderItemBottomRightEvaluate data-v-50f48f45">评价</view></block><block wx:if="{{item.$orig.SALEBILL_STATE===1005}}"><view data-event-opts="{{[['tap',[['goEvaluate',['$0'],[[['orderList','',index]]]]]]]}}" class="orderItemBottomRightBuyAgain data-v-50f48f45" catchtap="__e">去付款</view></block><block wx:if="{{item.$orig.SALEBILL_STATE===2010}}"><view data-event-opts="{{[['tap',[['handleConfirmReceipt',['$0'],[[['orderList','',index]]]]]]]}}" class="orderItemBottomRightBuyAgain data-v-50f48f45" catchtap="__e">确认收货</view></block><block wx:if="{{item.$orig.SALEBILL_STATE===3000}}"><view data-event-opts="{{[['tap',[['handleInvoiceApplication',['$0'],[[['orderList','',index]]]]]]]}}" class="orderItemBottomRightBuyAgain data-v-50f48f45" catchtap="__e">开票申请</view></block></view></view></view></block></view><block wx:if="{{pageMsg.isOver}}"><view class="inBottom data-v-50f48f45"><text class="bottomText data-v-50f48f45">我是有底线的</text></view></block></scroll-view><uni-popup vue-id="64c44b3e-1" data-ref="billPopup" class="data-v-50f48f45 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="billPopup data-v-50f48f45"><view class="qrCodeBox data-v-50f48f45"><block wx:if="{{!qrcodeImg}}"><canvas style="height:80vw;width:80vw;" canvas-id="qrcode" class="data-v-50f48f45"></canvas></block><block wx:if="{{qrcodeImg}}"><image style="height:80vw;width:80vw;" src="{{qrcodeImg}}" class="data-v-50f48f45"></image></block></view><view class="notice data-v-50f48f45">由于微信小程序安全策略限制,请先将截图当前悬浮框存储到手机,再使用微信扫一扫识别完成当前订单的发票开具。</view><view class="errorNotice data-v-50f48f45">*此二维码仅限本订单使用,仅能开具本次交易的发票,无法用于其他订单。</view></view></uni-popup></view> |