|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<view :class="dataContent.scaned?'scan_view':''" style="background-color: #ffffff;"> |
|
|
|
<view class="uni-flex uni-row space-between"> |
|
|
|
<view class="uni-flex uni-row space-between" style="align-items: center"> |
|
|
|
<view> |
|
|
|
<pack v-if="isShowPack && dataContent.packingNumber" :packingCode="dataContent.packingNumber"></pack> |
|
|
|
<batch v-if="isShowBatch && dataContent.batch" :batch="dataContent.batch"></batch> |
|
|
|