Browse Source

制品发货扫描关闭按钮

wms3.0_pda
lijuncheng 8 months ago
parent
commit
dc9a488f0b
  1. 11
      pages/deliver/coms/comScanDeliverPack.vue

11
pages/deliver/coms/comScanDeliverPack.vue

@ -3,10 +3,17 @@
<uni-popup ref="popup" :maskClick='false'> <uni-popup ref="popup" :maskClick='false'>
<view class=""> <view class="">
<view class="popup_box"> <view class="popup_box">
<view class="pop_title"> <view class="pop_title uni-flex space-between">
<view class="" style="font-size: 35rpx;">
扫描箱码 扫描箱码
<text class="fr" @click="closeScanPopup()">关闭</text>
</view> </view>
<view class="">
<image class="fr icons_scan_close" src="/static/icons/icons_scan_close.svg"
@click="closeScanPopup()"></image>
</view>
</view>
<!-- <view class="uni-flex uni-row" style="align-items: center; <!-- <view class="uni-flex uni-row" style="align-items: center;
background-color: #fff; background-color: #fff;
margin-left: 20rpx; margin-left: 20rpx;

Loading…
Cancel
Save