From 5232d8b5939cb832c3d17c2aa1d6eaf66e5acb74 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期四, 25 十二月 2025 14:11:05 +0800
Subject: [PATCH] 出入库历史 +月结管理 按钮权限+sql
---
src/main/webapp/views/orderPakinLog/order.html | 24 ++++++++++++++++++++++--
1 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/orderPakinLog/order.html b/src/main/webapp/views/orderPakinLog/order.html
index 96b51a1..e99606c 100644
--- a/src/main/webapp/views/orderPakinLog/order.html
+++ b/src/main/webapp/views/orderPakinLog/order.html
@@ -25,6 +25,26 @@
.layui-timeline:first-child .layui-timeline-item {
margin-top: 30px;
}
+
+ .btn-add {
+ display: none;
+ }
+
+ .btn-edit {
+ display: none;
+ }
+
+ .btn-complete {
+ display: none;
+ }
+
+ .btn-delete {
+ display: none;
+ }
+
+ .btn-view {
+ display: none;
+ }
</style>
</head>
@@ -66,7 +86,7 @@
</div>
</div>
<div class="layui-inline">
- <button class="layui-btn icon-btn" lay-filter="tbSearch" lay-submit>
+ <button class="layui-btn icon-btn btn-view" lay-filter="tbSearch" lay-submit>
<i class="layui-icon"></i>鎼滅储
</button>
</div>
@@ -92,7 +112,7 @@
<!-- 鎿嶄綔鍒� -->
<script type="text/html" id="operate">
{{# if(!d.monthlySettleId || d.monthlySettleId == 0){ }}
- <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="editOrderTime">淇敼涓氬姟鏃堕棿</a>
+ <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="editOrderTime">淇敼涓氬姟鏃堕棿</a>
{{# } }}
</script>
<script type="text/html" id="orderNoTpl">
--
Gitblit v1.9.1