|  |  | 
 |  |  |             color: black; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         #templatePreview3 { | 
 |  |  |             color: black; | 
 |  |  |             border-color: black; | 
 |  |  |             border-collapse: collapse; /* 折叠边框 */ | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         /* 将样式只应用到具有特定id的table、th、td */ | 
 |  |  |         #templatePreview3, #myTable th, #myTable td { | 
 |  |  |             color: black; | 
 |  |  |             border: 2px solid black; /* 2像素黑色边框 */ | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         #templatePreview3 th, #myTable td { | 
 |  |  |             color: black; | 
 |  |  |             border-color: black; | 
 |  |  |             text-align: left; | 
 |  |  |             padding: 8px; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |     </style> | 
 |  |  | </head> | 
 |  |  | <body> | 
 |  |  | 
 |  |  |                             </select> | 
 |  |  |                         </div> | 
 |  |  |                     </div> | 
 |  |  | <!--                    <div class="layui-inline">--> | 
 |  |  | <!--                        <div class="layui-input-inline">--> | 
 |  |  | <!--                            <input class="layui-input" type="text" name="ownerId" placeholder="货主" autocomplete="off">--> | 
 |  |  | <!--                        </div>--> | 
 |  |  | <!--                    </div>--> | 
 |  |  |                     <div class="layui-inline">  | 
 |  |  |                         <button class="layui-btn icon-btn" lay-filter="search" lay-submit> | 
 |  |  |                             <i class="layui-icon"></i>搜索 | 
 |  |  | 
 |  |  |                             <option value="1">未打印</option> | 
 |  |  |                             <option value="2">已打印</option> | 
 |  |  |                         </select> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="layui-form-item"> | 
 |  |  |                     <label class="layui-form-label">货主编号: </label> | 
 |  |  |                     <div class="layui-input-block"> | 
 |  |  |                         <input class="layui-input" name="owner" placeholder="请输入货主编号"> | 
 |  |  |                     </div> | 
 |  |  |                 </div> | 
 |  |  |                 <div class="layui-form-item"> | 
 |  |  | 
 |  |  |             <td colspan="2"><strong>{{this.maktx}}</strong></td> | 
 |  |  |             <td colspan="3" rowspan="4" class="barcode-section" style="white-space: normal; "> | 
 |  |  |                 <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" alt="Barcode Image"> | 
 |  |  |                 <div><span >{{this.matnr}}</span></div> | 
 |  |  |                 <div><span >{{this.owner}}</span></div> | 
 |  |  |             </td> | 
 |  |  |         </tr> | 
 |  |  |         <tr> | 
 |  |  | 
 |  |  |             <th>库位</th> | 
 |  |  |             <td colspan="2"><strong>{{this.locNo}}</strong></td> | 
 |  |  |         </tr> | 
 |  |  |         <tr> | 
 |  |  |             <th>品号</th> | 
 |  |  |             <td colspan="5"><strong>{{this.matnr}}</strong></td> | 
 |  |  |         </tr> | 
 |  |  |     </table> | 
 |  |  |     {{/each}} | 
 |  |  | </script> |