From cf729ec224d762a541dbbc8c575530c0179dbf9d Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期日, 28 四月 2024 15:41:45 +0800
Subject: [PATCH] AGV库存清除

---
 src/main/webapp/views/mat/mat.html |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/mat/mat.html b/src/main/webapp/views/mat/mat.html
index d42083c..8abe8e4 100644
--- a/src/main/webapp/views/mat/mat.html
+++ b/src/main/webapp/views/mat/mat.html
@@ -286,11 +286,16 @@
                         <input name="supp" placeholder="璇疯緭鍏ュ缓妗d汉" class="layui-input">
                     </div>
                 </div>
-
                 <div class="layui-form-item">
                     <label class="layui-form-label">澶囨敞</label>
                     <div class="layui-input-block">
                         <input name="memo" placeholder="璇疯緭鍏ュ娉�" class="layui-input">
+                    </div>
+                </div>
+                <div class="layui-form-item">
+                    <label class="layui-form-label">鐗╂枡棰戠巼</label>
+                    <div class="layui-input-block">
+                        <input name="beBatch" type="number" placeholder="1涓洪珮棰戯紝鍏朵粬鍧囦负浣庨" class="layui-input">
                     </div>
                 </div>
 
@@ -499,7 +504,7 @@
         <tr style="height: 50px;font-size: 18px; font-weight: 400" >
             <td width="50px" align="center" scope="col" colspan="1">鍟嗗搧</td>
             <td width="170px" align="center" scope="col" colspan="1">{{this.maktx}}</td>
-            <td align="center" scope="col" colspan="2" rowspan="2">
+            <td align="center" scope="col" colspan="3" rowspan="2">
                 <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%">
                 <div style="letter-spacing: 1px;margin-top: 1px; text-align: center; font-weight: 400">
                     <span>{{this.matnr}}</span>
@@ -519,6 +524,14 @@
                 -webkit-box-orient: vertical;
                 word-break: break-all;
             ">{{this.specs}}</td>
+            <td align="center" colspan="1" style="
+                overflow:hidden;
+                text-overflow:ellipsis;
+                -webkit-line-clamp: 3;
+                -webkit-box-orient: vertical;
+                word-break: break-all;
+                font-size: 11px;
+            ">{{this.date}}</td>
         </tr>
     </table>
     {{/each}}

--
Gitblit v1.9.1