From 2a08c89712ca00adfe38c63fb9750f9295791441 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 24 五月 2023 13:19:25 +0800
Subject: [PATCH] 权限

---
 src/main/webapp/views/wmsWrk/wmsWrk.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/wmsWrk/wmsWrk.html b/src/main/webapp/views/wmsWrk/wmsWrk.html
index 1705cc7..c01ca7e 100644
--- a/src/main/webapp/views/wmsWrk/wmsWrk.html
+++ b/src/main/webapp/views/wmsWrk/wmsWrk.html
@@ -58,11 +58,11 @@
         <button class="layui-btn layui-btn-primary layui-border-black icon-btn layui-btn-sm"><i class="layui-icon layui-icon-shrink-right"></i></button>
         <ul class="dropdown-menu-nav" style="margin-left: -35px">
             {{#if (d.wmsStatus === 1 || d.wmsStatus === 0) { }}
-            <li><a lay-event="distribute">娲惧彂</a></li>
+            <li><a id="btn-distribute" lay-event="distribute">娲惧彂</a></li>
             {{# } }}
-            <li><a lay-event="wrkMastShow">鏌ョ湅浠诲姟</a></li>
-            <li><a lay-event="complete">瀹岀粨</a></li>
-            <li><a lay-event="cancel">鍙栨秷</a></li>
+            <li><a id="btn-wrkMastShow" lay-event="wrkMastShow">鏌ョ湅浠诲姟</a></li>
+            <li><a id="btn-complete" lay-event="complete">瀹岀粨</a></li>
+            <li><a id="btn-cancel" lay-event="cancel">鍙栨秷</a></li>
         </ul>
     </div>
 </script>

--
Gitblit v1.9.1