From 82b8c1133e96d7e4b9af4ddbc6ef7c6fb583aa5e Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期六, 31 八月 2024 10:12:42 +0800 Subject: [PATCH] # --- src/main/webapp/views/locInPrintMat/locInPrintMat.html | 46 ++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 40 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/views/locInPrintMat/locInPrintMat.html b/src/main/webapp/views/locInPrintMat/locInPrintMat.html index fbf9ac6..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>鎼滅储 @@ -95,7 +119,7 @@ <script type="text/html" id="toolbar"> <div class="layui-btn-container"> -<!-- <button class="layui-btn layui-btn-sm" id="btn-add" lay-event="addData">鏂板</button>--> + <button class="layui-btn layui-btn-sm" id="btn-add" lay-event="addData">鏂板</button> <button class="layui-btn layui-btn-sm layui-btn-danger" id="btn-delete" lay-event="deleteData">鍒犻櫎</button> <button class="layui-btn layui-btn-sm" id="btn-print-batch" lay-event="btnPrintBatch">鎵归噺鎵撳嵃</button> @@ -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> @@ -335,12 +365,16 @@ <td colspan="2"><strong>{{this.batch}}</strong></td> </tr> <tr> - <th>鏁伴噺</th> - <td colspan="2"><strong>{{this.anfme}}</strong></td> + <th>閲嶉噺</th> + <td colspan="2"><strong>{{this.anfme}}kg</strong></td> </tr> <tr> - <th>澶囨敞</th> - <td colspan="2"><strong>{{this.memo}}</strong></td> + <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}} -- Gitblit v1.9.1