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
15 KiB
1 line
15 KiB
3 months ago
|
<view class="data-v-7a7ff872"><nav-bar vue-id="cd2be9b6-1" titleText="订单详情" iconColor="{{iconColor}}" textColor="{{iconColor}}" isScrolling="{{isScrolling}}" showBack="{{true}}" class="data-v-7a7ff872" bind:__l="__l"></nav-bar><view class="headerBg data-v-7a7ff872"><view style="{{'height:'+(getHeight.barTop+'px')+';'}}" class="data-v-7a7ff872"></view><view style="{{'height:'+(getHeight.barHeight+'px')+';'}}" class="data-v-7a7ff872"></view><view class="inner data-v-7a7ff872"></view></view><view class="order-details pos-order-details data-v-7a7ff872"><view class="header data-v-7a7ff872"><view class="state data-v-7a7ff872">{{title}}</view><view class="data data-v-7a7ff872">{{'订单号:'+orderInfo.store_order_sn+''}}</view></view><block wx:if="{{goname!='looks'}}"><view data-event-opts="{{[['tap',[['modify',['1']]]]]}}" class="remarks acea-row row-middle data-v-7a7ff872" bindtap="__e"><text class="iconfont icon-ic_notes data-v-7a7ff872"></text><input class="line1 data-v-7a7ff872" style="text-align:left;" disabled="{{true}}" value="{{orderInfo.remark?orderInfo.remark:'订单未备注,点击添加备注信息'}}"/></view></block><view class="acea-row row-middle user-box data-v-7a7ff872"><block wx:if="{{orderInfo.uid}}"><image class="image data-v-7a7ff872" src="{{userInfo.avatar}}"></image></block><block wx:else><image class="image data-v-7a7ff872" src="/static/images/f.png"></image></block><view class="text data-v-7a7ff872"><view class="acea-row row-middle name data-v-7a7ff872">{{''+(orderInfo.uid?userInfo.nickname:'游客')+''}}<block wx:if="{{userInfo.isMember}}"><view class="svip data-v-7a7ff872">SVIP</view></block><block wx:if="{{userInfo.level_grade}}"><view class="grade acea-row row-middle data-v-7a7ff872"><text class="iconfont icon-huiyuandengji data-v-7a7ff872"></text>{{"V"+userInfo.level_grade}}</view></block></view><block wx:if="{{userInfo.phone}}"><view class="data-v-7a7ff872">{{userInfo.phone+"(ID:"+userInfo.uid+")"}}</view></block><block wx:else><view class="data-v-7a7ff872">{{"ID:"+(userInfo.uid||0)}}</view></block></view></view><block wx:for="{{orderInfo.split}}" wx:for-item="j" wx:for-index="indexw" wx:key="indexw"><block wx:if="{{$root.g0}}"><view class="data-v-7a7ff872"><view class="splitTitle acea-row row-between-wrapper data-v-7a7ff872"><view class="data-v-7a7ff872">{{"订单包裹"+(indexw+1)}}</view><view class="title data-v-7a7ff872">{{j._status._title}}</view></view><view class="pos-order-goods data-v-7a7ff872"><block wx:for="{{j.cartInfo}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator class="goods acea-row row-between-wrapper data-v-7a7ff872" url="{{'/pages/admin/orderDetail/index?id='+j.order_id+'&storeNum='+this.storeNum}}" hover-class="none"><view class="picTxt acea-row row-between-wrapper data-v-7a7ff872"><view class="pictrue data-v-7a7ff872"><image src="{{item.productInfo.attrInfo?item.productInfo.attrInfo.image:item.productInfo.image}}" class="data-v-7a7ff872"></image></view><view class="text acea-row row-between row-column data-v-7a7ff872"><view class="info line2 data-v-7a7ff872">{{''+item.productInfo.store_name+''}}</view><view class="attr data-v-7a7ff872">{{item.productInfo.attrInfo.suk}}</view></view></view><view class="money data-v-7a7ff872"><view class="x-money data-v-7a7ff872">{{"¥"+(item.productInfo.attrInfo?item.productInfo.attrInfo.price:item.productInfo.price)}}</view><view class="num data-v-7a7ff872">{{"x "+item.cart_num}}</view></view></navigator></block></view></view></block></block><block wx:if="{{$root.g1}}"><view class="pos-order-goods split data-v-7a7ff872"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><navigator class="goods acea-row data-v-7a7ff872" url="{{'/pages/goods_details/index?id='+item.$orig.product_id}}" hover-class="none"><view class="picTxt acea-row data-v-7a7ff872"><view class="pictrue data-v-7a7ff872"><image src="{{item.$orig.productInfo.attrInfo?item.$orig.productInfo.attrInfo.image:item.$orig.productInfo.image}}" class="data-v-7a7ff872"></image></view><view class="text data-v-7a7ff872
|