salix/print/templates/reports/item-label/item-label.html

28 lines
1.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2019-10-31 11:43:04 +00:00
<html v-bind:lang="locale">
<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>
</section>
<section class="size">{{item.size}}</section>
</section>
</section>
</section>
</section>
</body>
</html>