|
|
@ -9,6 +9,7 @@ |
|
|
|
></itemCompareQty> |
|
|
|
<!-- :objTextStyle="{'fontWeight':'bold','fontSize':'40rpx'}" --> |
|
|
|
<div class="u-p-l-10"> |
|
|
|
<goodsShelves v-if="isShowGoodsShelves && dataContent.itemGroup" :goodsShelves="dataContent.itemGroup"></goodsShelves> |
|
|
|
<pack v-if="isShowPack && dataContent.packingNumber" :packingCode="dataContent.packingNumber"> |
|
|
|
</pack> |
|
|
|
<batch v-if="isShowBatch && dataContent.batch" :batch="dataContent.batch"></batch> |
|
|
@ -33,6 +34,7 @@ |
|
|
|
import toLocation from '@/mycomponents/balance/toLocation.vue' |
|
|
|
import batch from '@/mycomponents/balance/batch.vue' |
|
|
|
import intoDeliNo from '@/mycomponents/balance/intoDeliNo.vue' |
|
|
|
import goodsShelves from '@/mycomponents/balance/goodsShelves.vue' |
|
|
|
import itemCompareQty from '@/mycomponents/item/itemCompareQty.vue' |
|
|
|
import level from '@/mycomponents/balance/level.vue' |
|
|
|
|
|
|
@ -44,7 +46,8 @@ |
|
|
|
batch, |
|
|
|
intoDeliNo, |
|
|
|
itemCompareQty, |
|
|
|
level |
|
|
|
level, |
|
|
|
goodsShelves |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return {}; |
|
|
@ -91,6 +94,10 @@ |
|
|
|
type: Boolean, |
|
|
|
default: false |
|
|
|
}, |
|
|
|
isShowGoodsShelves:{ |
|
|
|
type:Boolean, |
|
|
|
default:false |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|