|
|
@ -44,8 +44,8 @@ |
|
|
|
<uni-swipe-action ref="swipeAction"> |
|
|
|
<uni-swipe-action-item @click="swipeClick($event,item,index)" |
|
|
|
:right-options="item.scaned?scanOptions:detailOptions"> |
|
|
|
<recommend :detail="item" :isShowPack="isShowPack" :isShowBatch="isShowBatch" |
|
|
|
:isShowFromLocation="isShowLocation"></recommend> |
|
|
|
<recommend :detail="item" :isShowPack="true" :isShowBatch="isShowBatch" |
|
|
|
:isShowFromLocation="isShowLocation" style=' border-bottom: 0upx solid #fff;'></recommend> |
|
|
|
<view v-if="item.failedQty>0||item.crackQty>0" :class="item.scaned?'scan_view':''" |
|
|
|
style="font-size: 32rpx;padding-left: 2px;"> |
|
|
|
<view class="cell_box uni-flex uni-row"> |
|
|
@ -69,7 +69,7 @@ |
|
|
|
<view class="text_lightblue"> |
|
|
|
合格 |
|
|
|
</view> |
|
|
|
<view style="padding-left: 12rpx;color: #0A84FF"> |
|
|
|
<view style="padding-left: 12rpx;color: #34C759"> |
|
|
|
{{item.goodQty}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|