send-code.wxml 2.5 KB

1
  1. <view class="code data-v-825f4af4"><view class="info_box data-v-825f4af4"><block wx:if="{{userInfo}}"><view class="user flexS data-v-825f4af4"><text class="data-v-825f4af4">客户:</text><view class="data-v-825f4af4">{{$root.f0||''}}</view><block wx:if="{{userInfo.phone!=userInfo.nickname}}"><view class="data-v-825f4af4">{{userInfo.phone||''}}</view></block></view></block><view class="info flexS data-v-825f4af4" style="border-top:2rpx solid #eee;"><view class="top_left data-v-825f4af4"><text class="data-v-825f4af4">款式</text><text class="data-v-825f4af4">状态</text></view><view class="data-v-825f4af4">纯棉版</view><view class="data-v-825f4af4">精装版</view><view class="data-v-825f4af4">老人版</view><view class="data-v-825f4af4">简约版</view><view class="data-v-825f4af4">总计</view></view><view class="info order_num flexS data-v-825f4af4"><view style="line-height:7vh;" class="data-v-825f4af4">应发货</view><view class="data-v-825f4af4">{{cottonNum}}</view><view class="data-v-825f4af4">{{hardNum}}</view><view class="data-v-825f4af4">{{oldNum}}</view><view class="data-v-825f4af4">{{simpleNum}}</view><view class="data-v-825f4af4">{{orderTotal}}</view></view><view class="info num flexS data-v-825f4af4"><view style="line-height:7vh;" class="data-v-825f4af4">已扫码</view><view class="data-v-825f4af4">{{cotton}}</view><view class="data-v-825f4af4">{{hard}}</view><view class="data-v-825f4af4">{{old}}</view><view class="data-v-825f4af4">{{simple}}</view><view class="data-v-825f4af4">{{total}}</view></view></view><view class="scroll data-v-825f4af4"><scroll-view scroll-y="true" class="data-v-825f4af4"><view class="code_box data-v-825f4af4"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="idx" wx:key="idx"><view class="code_info flexB data-v-825f4af4"><text class="data-v-825f4af4">{{item.$orig.security_code}}</text><text class="data-v-825f4af4">{{item.f1}}</text><view data-event-opts="{{[['tap',[['delCode',['$0',idx],[[['codeList','',idx,'id']]]]]]]}}" class="search_btn data-v-825f4af4" bindtap="__e">删除</view></view></block></view></scroll-view></view><view class="fixed_box flexB data-v-825f4af4"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" bindtap="__e" class="data-v-825f4af4">重新扫描</view><view data-event-opts="{{[['tap',[['scanCode']]]]}}" class="scan_code flexC data-v-825f4af4" bindtap="__e">扫描</view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" bindtap="__e" class="data-v-825f4af4">确认发货</view></view></view>