|  |  | 
 |  |  |                             </div> | 
 |  |  |                         </div> | 
 |  |  |                         <div class="layui-inline">  | 
 |  |  |                             <button class="layui-btn icon-btn" lay-filter="search" lay-submit> | 
 |  |  |                             <button class="layui-btn icon-btn" id="search" lay-filter="search" lay-submit> | 
 |  |  |                                 <i class="layui-icon"></i>搜索 | 
 |  |  |                             </button> | 
 |  |  |                             <button class="layui-btn icon-btn" lay-filter="reset" lay-submit> | 
 |  |  | 
 |  |  |                         <tr style="height: 74px"> | 
 |  |  |                             <td align="center" colspan="3">商品</td> | 
 |  |  |                             <td align="center" colspan="5">xxxxxx-xx/xx</td> | 
 |  |  |                             <td align="center" colspan="2">备注</td> | 
 |  |  |                             <td align="center" colspan="2">规格</td> | 
 |  |  |                             <td align="center" colspan="2">xx</td> | 
 |  |  |                         </tr> | 
 |  |  |                     </table> | 
 |  |  | 
 |  |  |                             <td align="center" width="80%" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">xxxxxxx</td> | 
 |  |  |                         </tr> | 
 |  |  |                         <tr style="height: 30px"> | 
 |  |  |                             <td align="center" width="20%">备注</td> | 
 |  |  |                             <td align="center" width="20%">规格</td> | 
 |  |  |                             <td align="center" width="80%">xxxxxxxx</td> | 
 |  |  |                         </tr> | 
 |  |  |                         <tr style="height: 75px;"> | 
 |  |  | 
 |  |  |                             </td> | 
 |  |  |                         </tr> | 
 |  |  |                         <tr style="height: 74px"> | 
 |  |  |                             <td align="center" colspan="1">备注</td> | 
 |  |  |                             <td align="center" colspan="1">规格</td> | 
 |  |  |                             <td align="center" colspan="1" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">xxxxxxx</td> | 
 |  |  |                         </tr> | 
 |  |  |                     </table> | 
 |  |  | 
 |  |  |         <tr style="height: 74px"> | 
 |  |  |             <td align="center" colspan="3">商品</td> | 
 |  |  |             <td align="center" colspan="5" style="overflow: hidden; white-space: nowrap;text-overflow: ellipsis;">{{this.maktx}}</td> | 
 |  |  |             <td align="center" colspan="2">备注</td> | 
 |  |  |             <td align="center" colspan="2">{{this.memo}}</td> | 
 |  |  |             <td align="center" colspan="2">规格</td> | 
 |  |  |             <td align="center" colspan="2">{{this.specs}}</td> | 
 |  |  |         </tr> | 
 |  |  |     </table> | 
 |  |  |     {{/each}} | 
 |  |  | 
 |  |  |             <td align="center" width="80%" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.maktx}}</td> | 
 |  |  |         </tr> | 
 |  |  |         <tr style="height: 35px"> | 
 |  |  |             <td align="center" width="20%">备注</td> | 
 |  |  |             <td align="center" width="80%">{{this.memo}}</td> | 
 |  |  |             <td align="center" width="20%">规格</td> | 
 |  |  |             <td align="center" width="80%">{{this.specs}}</td> | 
 |  |  |         </tr> | 
 |  |  |         <tr style="height: 79px;"> | 
 |  |  |             <td align="center" colspan="2" width="100%" style="border: none"> | 
 |  |  | 
 |  |  |         <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; | 
 |  |  |                     "> | 
 |  |  | 
 |  |  |             </td> | 
 |  |  |         </tr> | 
 |  |  |         <tr style="height: 74px"> | 
 |  |  |             <td align="center" colspan="1">备注</td> | 
 |  |  |             <td align="center" colspan="1" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.memo}}</td> | 
 |  |  |             <td align="center" colspan="1">规格</td> | 
 |  |  |             <td align="center" colspan="1" style=" | 
 |  |  |                 overflow:hidden; | 
 |  |  |                 text-overflow:ellipsis; | 
 |  |  |                 -webkit-line-clamp: 3; | 
 |  |  |                 -webkit-box-orient: vertical; | 
 |  |  |             ">{{this.specs}}</td> | 
 |  |  |         </tr> | 
 |  |  |     </table> | 
 |  |  |     {{/each}} |