| | |
| | | <div style="width:100%;"> |
| | | <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print" style="width: 100%;height:100%;"> |
| | | <div style="display: flex;align-items: center;justify-content: center; height: 260px;"> |
| | | <table border="1" id="table" style="width: 90%; height:240px; text-align: center;border-collapse: collapse;table-layout: fixed;border:none"> |
| | | <table border="1" id="table" style="width: 90%; height:240px;border-collapse: collapse;table-layout: fixed;border:none"> |
| | | <tr> |
| | | <td class="font-size12">物料编号:</td> |
| | | <td id="SkuNo" class="font-size10"></td> |
| | | <td class="font-size12"> |
| | | 物料编号: |
| | | <table id="SkuNo" class="font-size12"></table> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="font-size12">物料名称:</td> |
| | | <td id="SkuName" class="font-size10"></td> |
| | | <td class="font-size12"> |
| | | 物料名称: |
| | | <table id="SkuName" class="font-size12"></table> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="font-size12">批次号:</td> |
| | | <td id="LotNo" class="font-size10"></td> |
| | | <td class="font-size12"> |
| | | 批次号: |
| | | <table id="LotNo" class="font-size12"></table> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="font-size12">生产日期:</td> |
| | | <td id="ProductionTime" class="font-size10"></td> |
| | | <td class="font-size12"> |
| | | 生产日期: |
| | | <table id="ProductionTime" class="font-size12"></table> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="font-size12">有效期:</td> |
| | | <td id="ExpirationTime" class="font-size10"></td> |
| | | <td class="font-size12"> |
| | | 有效期: |
| | | <table id="ExpirationTime" class="font-size12"></table> |
| | | </td> |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td colspan="2" style="padding: 5px 0px;"> |
| | | <img id="imgBar" style=" height: 40px;" /> |
| | | <td style="padding: 5px 0px;"> |
| | | <img id="imgBar" style=" height: 60px;" /> |
| | | </td> |
| | | </tr> |
| | | |