|
@@ -0,0 +1,118 @@
|
|
|
|
+<!--pages/sorting/enter/enter.wxml-->
|
|
|
|
+<view class="contioner flex ju-b b-bottom">
|
|
|
|
+ <view class="le">
|
|
|
|
+ <view class="title m-bottom-15 m-top-15">封签号:12-345678</view>
|
|
|
|
+ <view class="message t-text-ellipsis2">客户备注:备注信息备注信息备注信息备注信息最多两232212212</view>
|
|
|
|
+ <view class="les flex m-top-40">
|
|
|
|
+ <image src="/image/icon/search.png" class="icon"></image>
|
|
|
|
+ <text>查看订单(多包裹订单)</text>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="lr ">
|
|
|
|
+ <view class="flex ju-b">
|
|
|
|
+ <view class="box flex ju-c m-right-15">
|
|
|
|
+ <view class="num"> <text>2</text>/5 </view>
|
|
|
|
+ <view class="tips">应收件数</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="box flex ju-c">
|
|
|
|
+ <view class="num">5</view>
|
|
|
|
+ <view class="tips">拣出配件</view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <view class="lrs flex m-top-50">
|
|
|
|
+ <image src="/image/icon/error.png" class="icon"></image>
|
|
|
|
+ <text>存在分拣差异</text>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<view class="contioner flex ju-b al-s">
|
|
|
|
+ <view class="left">
|
|
|
|
+ <view class="flex m-bottom-25">
|
|
|
|
+ <view class="tit m-right-25">洗护标准</view>
|
|
|
|
+ <view class="content">单烫不洗 普通洗涤</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="flex">
|
|
|
|
+ <view class="tit m-right-25">增值服务</view>
|
|
|
|
+ <view class="content">防水处理 塑封包膜</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="right">(注意核实下单信息进行区分)</view>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<view class="list">
|
|
|
|
+ <view class="item">
|
|
|
|
+ <view class="title b-bottom flex ju-b">
|
|
|
|
+ <view class="le flex">
|
|
|
|
+ <view class="tit m-right-10">3.裤类-西裤</view>
|
|
|
|
+ <view class="color m-right-10"></view>
|
|
|
|
+ <view class="col">灰色</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="lr">水洗码:1234567</view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="boxs b-bottom flex">
|
|
|
|
+ <view class="le m-right-20">瑕疵</view>
|
|
|
|
+ <view>起球;磨亮;拉链掉漆</view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="boxs b-bottom flex ju-b ">
|
|
|
|
+ <view>
|
|
|
|
+ <view class=" flex m-bottom-25">
|
|
|
|
+ <view class="le m-right-20">洗护标准</view>
|
|
|
|
+ <view>普通洗涤</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class=" flex">
|
|
|
|
+ <view class="le m-right-20">增值服务</view>
|
|
|
|
+ <view>塑封包膜</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="rightTips flex ju-c">
|
|
|
|
+ <image class="icon m-right-10" src="/image/icon/error-red.png"></image>
|
|
|
|
+ <view class="error">不加工</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="footerBox flex ju-b">
|
|
|
|
+ <view class="foots ju-c flex">
|
|
|
|
+ <image class="icon" src="/image/sorting/add.png"></image>
|
|
|
|
+ <view class="tips blue">配件</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="line"></view>
|
|
|
|
+ <view class="foots ju-c flex">
|
|
|
|
+ <image class="icon" src="/image/sorting/copy.png"></image>
|
|
|
|
+ <view class="tips blue">复制</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="line"></view>
|
|
|
|
+ <view class="foots ju-c flex">
|
|
|
|
+ <image class="icon" src="/image/sorting/exit.png"></image>
|
|
|
|
+ <view class="tips blue">编辑</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="line"></view>
|
|
|
|
+ <view class="foots ju-c flex">
|
|
|
|
+ <image class="icon" src="/image/sorting/delete.png"></image>
|
|
|
|
+ <view class="tips red">删除</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+</view>
|
|
|
|
+
|
|
|
|
+<view class="footer flex ju-b">
|
|
|
|
+ <view class="btn btn-border flex ju-c">
|
|
|
|
+ <image src="/image/icon/add.png" class="icon m-right-10"></image>
|
|
|
|
+ <text>添加</text>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <view class="btn btn-border flex ju-c">
|
|
|
|
+ <image src="/image/icon/service.png" class="icon m-right-10"></image>
|
|
|
|
+ <text>联系用户</text>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="btn btn-sky" bindtap="toResult">提交</view>
|
|
|
|
+</view>
|