| | |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="padding: 8px 15px 8px 15px">库区:</label> |
| | | <div class="layui-input-inline"> |
| | | <input name="parent_name" class="layui-input" placeholder="输入商品编号"/> |
| | | <input name="parent_name" class="layui-input" placeholder="输入库区编号"/> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="padding: 8px 15px 8px 15px">库位号:</label> |
| | | <div class="layui-input-inline"> |
| | | <input name="name" class="layui-input" placeholder="输入库位编号"/> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline">  |
| | |
| | | <!-- 模板1 --> |
| | | <script type="text/template" id="templatePreview1" class="template-barcode"> |
| | | {{#each data}} |
| | | <table class="contain" width="400px" style="overflow: hidden;font-size: xx-small;table-layout: fixed;"> |
| | | <table class="contain" width="400px" style="overflow: hidden;font-size: xx-large;table-layout: fixed; color:#000;"> |
| | | <tr style="height: 150px; border: none"> |
| | | <td class="barcode" colspan="12" align="center" scope="col" style=" border: none"> |
| | | <img class="template-code template-barcode" src="{{this.barcodeUrl}}" width="90%;"> |
| | |
| | | <!-- 模板2 --> |
| | | <script type="text/template" id="templatePreview2" class="template-barcode"> |
| | | {{#each data}} |
| | | <table class="contain" width="400px" style="overflow: hidden;table-layout: fixed; border: none; font-size: xx-large"> |
| | | <table class="contain" width="400px" style="overflow: hidden;table-layout: fixed; border: none; font-size: xxx-large; color:#000;"> |
| | | <tr style="height: 150px"> |
| | | <td class="barcode" colspan="9" align="center" scope="col" style="border: none"> |
| | | <img class="template-code template-barcode" src="{{this.barcodeUrl}}" width="90%;"> ↓ |
| | | <div style="letter-spacing: 2px;margin-top: 1px; text-align: center; font-size: xx-small"> |
| | | <div style="letter-spacing: 2px;margin-top: 1px; text-align: center; font-size: xx-large"> |
| | | <span>{{this.item}}</span> |
| | | </div> |
| | | </td> |