From 7578bc1bc60fe8cbed874733ad7c5dce133f57ce Mon Sep 17 00:00:00 2001 From: LSH Date: 星期六, 16 十二月 2023 10:27:38 +0800 Subject: [PATCH] # --- src/main/webapp/views/locInPrintMat/locInPrintMat.html | 36 +++++++++++++++++++++++++++++++++++- 1 files changed, 35 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/locInPrintMat/locInPrintMat.html b/src/main/webapp/views/locInPrintMat/locInPrintMat.html index 4464d21..bc4d442 100644 --- a/src/main/webapp/views/locInPrintMat/locInPrintMat.html +++ b/src/main/webapp/views/locInPrintMat/locInPrintMat.html @@ -53,6 +53,25 @@ color: black; } + #templatePreview3 { + color: black; + border-color: black; + border-collapse: collapse; /* 鎶樺彔杈规 */ + } + + /* 灏嗘牱寮忓彧搴旂敤鍒板叿鏈夌壒瀹歩d鐨則able銆乼h銆乼d */ + #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> @@ -78,6 +97,11 @@ </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>鎼滅储 @@ -132,6 +156,12 @@ <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"> @@ -327,7 +357,7 @@ <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> @@ -342,6 +372,10 @@ <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> -- Gitblit v1.9.1