|
|
@ -24,11 +24,11 @@ |
|
|
|
<recommend-balance style='margin-left: 20px;' :detail="batch" :isShowLocation="false" |
|
|
|
:isShowPack="batch.packingNumber!=null && batch.packingNumber!=''"> |
|
|
|
</recommend-balance> |
|
|
|
<view class="uni-flex uni-row" v-if='batch.Records.length>0'> |
|
|
|
<view class="center " style=" width: 20px; color: #0CC2B6; margin-left: 40px;"> |
|
|
|
实际 |
|
|
|
<view class="uni-flex uni-row " v-if='batch.Records.length>0'> |
|
|
|
<view class="center " style=" width: 20px;background-color: #0CC2B6; color: #fff; margin-left: 40px;padding: 0px 2px;"> |
|
|
|
扫描 |
|
|
|
</view> |
|
|
|
<view class="uni-flex uni-column" style="width: 100%;"> |
|
|
|
<view class="uni-flex uni-column scan_view" style="width: 100%;"> |
|
|
|
<view v-for="(record,index) in batch.Records"> |
|
|
|
<uni-swipe-action ref="swipeAction"> |
|
|
|
<uni-swipe-action-item @click="swipeClick($event,batch,record,index)" |
|
|
|