|
|
@ -2,8 +2,8 @@ |
|
|
|
<view class="std_pack" v-if="dataContent.packQty!=undefined"> |
|
|
|
<text> |
|
|
|
<!-- {{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}/{{getPackUnitName(dataContent.packUnit)}} --> |
|
|
|
{{getPackUnitName(dataContent.packUnit)}}({{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}) |
|
|
|
|
|
|
|
<!-- {{getPackUnitName(dataContent.packUnit)}}({{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}) --> |
|
|
|
{{dataContent.packUnit}}({{Number(dataContent.packQty)}}{{getUomInfo(dataContent.uom)}}) |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|