From 66278daab5ae847dc8b7f1117a221ba625569dae Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 05 十月 2023 15:29:33 +0800
Subject: [PATCH] 修改AGV页面展示数据

---
 src/main/webapp/views/agvWrkMast/wrkMast.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/agvWrkMast/wrkMast.html b/src/main/webapp/views/agvWrkMast/wrkMast.html
index fb8f6ca..2af8353 100644
--- a/src/main/webapp/views/agvWrkMast/wrkMast.html
+++ b/src/main/webapp/views/agvWrkMast/wrkMast.html
@@ -58,6 +58,11 @@
         </div>
     </div>
     <div class="layui-inline">
+        <div class="layui-input-inline">
+            <input class="layui-input" type="text" name="supp_code" placeholder="鏂欑鐮�" autocomplete="off">
+        </div>
+    </div>
+    <div class="layui-inline">
         <div class="layui-input-inline cool-auto-complete">
             <input id="wrkSts" class="layui-input" name="wrk_sts" type="text" placeholder="璇疯緭鍏�" autocomplete="off" style="display: none">
             <input id="wrkSts$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="宸ヤ綔鐘舵��" onfocus=this.blur()>

--
Gitblit v1.9.1