2019-10-21 09:09:18 +00:00
|
|
|
<!DOCTYPE html>
|
2019-10-31 11:43:04 +00:00
|
|
|
<html v-bind:lang="locale">
|
2019-10-21 09:09:18 +00:00
|
|
|
<body>
|
|
|
|
<section class="container" id="report">
|
|
|
|
<section class="label">
|
|
|
|
<section class="barcode">
|
|
|
|
<h1>{{item.id}}</h1>
|
|
|
|
<section class="image">
|
|
|
|
<img v-bind:src="barcode"/>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<section class="data">
|
|
|
|
<section class="header">{{item.name}}</section>
|
|
|
|
<section class="color">{{tags.color}}</section>
|
|
|
|
<section class="producer">{{tags.producer}}</section>
|
|
|
|
<section class="details">
|
|
|
|
<section class="package">
|
|
|
|
<section class="packing">{{packing()}}</section>
|
|
|
|
<section class="dated">{{dated}}</section>
|
2019-10-31 11:43:04 +00:00
|
|
|
<section class="labelNumber">{{labelPage}}</section>
|
2019-10-21 09:09:18 +00:00
|
|
|
</section>
|
|
|
|
<section class="size">{{item.size}}</section>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|