| | |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" id="btn-export" lay-event="exportData" style="float: inherit">导出</button> |
| | | <button class="layui-btn layui-btn-sm" id="btn-into" lay-event="intoData">导入</button> |
| | | <button class="layui-btn layui-btn-danger layui-btn-sm" id="btn-print-batch" lay-event="btnPrintBatch">批量打印</button> |
| | | <button class="layui-btn layui-btn-sm" id="btn-add" lay-event="addData">新增</button> |
| | | <button class="layui-btn layui-btn-sm" id="btn-delete" lay-event="deleteData">删除</button> |
| | | </div> |
| | | </script> |
| | | |
| | |
| | | <tr style="height: 74px" > |
| | | <td align="center" scope="col" colspan="1">物料名称</td> |
| | | <td align="center" scope="col" colspan="1" style=" |
| | | |
| | | display: inline-block; |
| | | line-height: 20px; |
| | | vertical-align: middle; |
| | | |
| | | border: none; |
| | | border-top: 1px solid #000; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | display: -webkit-box; |
| | | -webkit-line-clamp: 3; |
| | | -webkit-box-orient: vertical;"> |
| | | display: inline-block; |
| | | line-height: 20px; |
| | | vertical-align: middle; |
| | | border: none; |
| | | border-top: 1px solid #000; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | display: -webkit-box; |
| | | -webkit-line-clamp: 3; |
| | | -webkit-box-orient: vertical; |
| | | "> |
| | | {{this.matName}} |
| | | </td> |
| | | <td align="center" scope="col" colspan="2" rowspan="2"> |