|
|
@ -1,17 +1,17 @@ |
|
|
|
<template> |
|
|
|
<view :class="detail.scaned?'scan_view':''" style="background-color: #ffffff;"> |
|
|
|
<view :class="detail.scaned?'scan_view':''" style="background-color: #fff;"> |
|
|
|
<view class="uni-flex uni-row space-between center "> |
|
|
|
<view class="uni-flex uni-row center "> |
|
|
|
<view style=" width: 20px;color: #32C1E8;"> |
|
|
|
<view class="uni-flex uni-row " style="width: 60%;margin-left: 30rpx;" > |
|
|
|
<view style=" width: 25rpx;color: #32C1E8;"> |
|
|
|
推荐 |
|
|
|
</view> |
|
|
|
<view > |
|
|
|
<view style="word-break: break-all"> |
|
|
|
<pack v-if="isShowPack" :packingCode="detail.packingNumber"></pack> |
|
|
|
<batch v-if="isShowBatch" :batch="detail.batch"></batch> |
|
|
|
<location v-if="isShowLocation" :locationCode="detail.fromLocationCode"></location> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view > |
|
|
|
<view style="word-break: break-all"> |
|
|
|
<recommend-qty v-if="detail.Records==null || detail.Records.length==0" :dataContent="detail" |
|
|
|
:isShowStdPack="false" :isShowStatus="false"></recommend-qty> |
|
|
|
<compare-qty v-else :dataContent="detail" :recommendQty="Number( detail.qty)" |
|
|
|