From 7fba108547c985f3a9e1736b32dc028bad3b63a1 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期二, 21 一月 2025 16:12:57 +0800 Subject: [PATCH] 页面优化 --- src/main/webapp/views/agvLocMast/locMast.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/agvLocMast/locMast.html b/src/main/webapp/views/agvLocMast/locMast.html index 155831b..fb576ba 100644 --- a/src/main/webapp/views/agvLocMast/locMast.html +++ b/src/main/webapp/views/agvLocMast/locMast.html @@ -30,6 +30,11 @@ </div> </div> <div class="layui-inline"> + <div class="layui-input-inline"> + <input class="layui-input" type="text" name="barcode" placeholder="璐ф灦鐮�" autocomplete="off"> + </div> + </div> + <div class="layui-inline"> <div class="layui-input-inline cool-auto-complete"> <input id="locSts" class="layui-input" type="text" style="display: none" name="loc_sts"> <input id="locSts$" placeholder="搴撲綅鐘舵��" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" onfocus=this.blur()> -- Gitblit v1.9.1