From 539d9ffc477d28a23a923b41fdeabc8c37c99ce6 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 23 九月 2024 14:43:31 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/locInPrintMat/locInPrintMat.html |   62 ++++++++++++++++++++++++++----
 1 files changed, 53 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/views/locInPrintMat/locInPrintMat.html b/src/main/webapp/views/locInPrintMat/locInPrintMat.html
index 521b438..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>
@@ -62,12 +81,27 @@
         <div class="layui-card-body">
             <div class="layui-form toolbar" id="search-box">
                 <div class="layui-form-item">
+<!--                    <div class="layui-inline">-->
+<!--                        <label class="layui-form-label">缂栧彿:</label>-->
+<!--                        <div class="layui-input-inline">-->
+<!--                            <input class="layui-input" type="text" name="id" placeholder="缂栧彿" autocomplete="off">-->
+<!--                        </div>-->
+<!--                    </div>-->
                     <div class="layui-inline">
-                        <label class="layui-form-label">缂栧彿:</label>
-                        <div class="layui-input-inline">
-                            <input class="layui-input" type="text" name="id" placeholder="缂栧彿" autocomplete="off">
+                        <label class="layui-form-label">鎵撳嵃鎯呭喌: </label>
+                        <div class="layui-input-block">
+                            <select name="status">
+                                <option value="">璇烽�夋嫨鎵撳嵃鎯呭喌</option>
+                                <option value="1">鏈墦鍗�</option>
+                                <option value="2">宸叉墦鍗�</option>
+                            </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">&emsp;
                         <button class="layui-btn icon-btn" lay-filter="search" lay-submit>
                             <i class="layui-icon">&#xe615;</i>鎼滅储
@@ -85,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>
 
@@ -122,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">
@@ -317,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>
@@ -325,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