123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <view class="page">
- <!-- style="height: {{height}}rpx;" -->
- <view class="mod1">
- <view class="outer3">
- <view class="mod2">
- <text lines="1" class="info2" wx:if="{{check==false}}" style="margin-top: 0rpx;">封签号:{{content.seal_no?content.seal_no:'无'}}</text>
- <text lines="1" decode="true" class="info1">姓名:{{content.wx_nickname}} | 手机号:{{content.phone}}</text>
- <text lines="1" class="info2" wx:if="{{check}}">地址:{{content.address?content.address:'无'}}</text>
- </view>
- </view>
- <view class="outer4" wx:if="{{content.order_info.length>1}}">
- <view class="section1">
- <view class="group1">
- <view class="group2"></view>
- </view>
- <text lines="1" class="word3">此用户下了多单,请按单依次揽收,注意不要错分衣物</text>
- </view>
- </view>
- <block wx:if="{{check==true}}">
- <view class="outer5">
- <view class="section2">
- <text lines="1" class="info3">订单编号:{{content.order_no}}</text>
- <view class="outer6"></view>
- <view wx:for="{{content.order_info}}" wx:key="index" class="outer7">
- <view class="group3">
- <view class="wrap1">
- <image src="{{item.thumb==''?'/image/home/pic.png':item.thumb}}"></image>
- </view>
- </view>
- <view class="group4">
- <text lines="1" class="word4">{{item.title}}</text>
- <text lines="1" class="info4">x{{item.stock}}</text>
- </view>
- </view>
- </view>
- </view>
- <view wx:if="{{show}}" class="outer12">
- <view class="group5">
- <view class="layer4">
- <view class="bd2">
- <view class="group6"></view>
- <input class="word7" type="text" model:value="{{sealNo}}" placeholder="扫描或输入封签号"></input>
- <view hidden="true" class="group7">
- <view class="box3"></view>
- </view>
- </view>
- <view class="bd3">
- <view class="group8" catchtap="somao">
- <image src="/image/build/scan.png"></image>
- </view>
- </view>
- </view>
- <view class="layer5">
- <button bindtap="onClick" data-type="0" class="section3">
- <text lines="1" class="txt4">取消</text>
- </button>
- <button bindtap="onClick" data-type="1" class="section4">
- <text lines="1" class="txt5">绑定</text>
- </button>
- </view>
- </view>
- </view>
- <view wx:else class="layer5 sure">
- <button bindtap="onClick" data-type="0" class="section4">
- <text lines="1" class="txt5">绑定</text>
- </button>
- </view>
- </block>
- <view class="box71" wx:if="{{check==false}}">
- <view class="main11">
- <view class="layer11">
- <text lines="1" class="word41">衣物清单</text>
- <text lines="1" class="word51">共{{content.count}}件</text>
- </view>
- <view class="layer21"></view>
- <block wx:for="{{content.list}}" wx:key="index">
- <view class="layer31">
- <image src="{{img[item.title]}}" class="pic2"></image>
- <view class="main21">
- <text lines="1" class="word61">{{item.title}}-{{item.goods_title}}</text>
- <view class="layer41">
- <text lines="1" class="word71">颜色:</text>
- <view class="block31">
- <view class="group11">
- <view class="section11"></view>
- <view class="section21"></view>
- <view class="section31"></view>
- </view>
- <view class="group21">
- <view class="outer21"></view>
- <view class="outer31"></view>
- </view>
- <view class="group31">
- <view class="box81"></view>
- <view class="box91"></view>
- </view>
- <view class="group41"></view>
- <view class="group51"></view>
- </view>
- <text lines="1" class="word81">{{item.color}}</text>
- </view>
- </view>
- <text lines="1" class="info31">水洗码:{{item.wash_code}}</text>
- </view>
- <view class="layer51">
- <view class="mod4-0" wx:for="{{item.images}}" wx:for-item="val" wx:key="index">
- <image src="{{val}}" class="pic3-0"></image>
- </view>
-
-
- </view>
- <view class="layer61"></view>
- </block>
- </view>
- <view class="main81"></view>
- </view>
- <view class="box101" wx:if="{{check==false}}">
- <view class="box111">
- <button bindtap="summit" class="mod51" data-type="0">
- <text lines="1" class="txt31">取消</text>
- </button>
- <button bindtap="summit" class="mod61" data-type="1">
- <text lines="1" class="info61">确认</text>
- </button>
- </view>
- </view>
- </view>
- </view>
|