From 03b0ea7369dcba72b560ec80f941f9d29ff7b9a5 Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期五, 06 十二月 2024 16:21:47 +0800
Subject: [PATCH] 修复库位类型字段错误并优化工作档状态检查逻辑
---
src/main/webapp/views/wrkMastDetlLog/wrkMastDetlLog.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/wrkMastDetlLog/wrkMastDetlLog.html b/src/main/webapp/views/wrkMastDetlLog/wrkMastDetlLog.html
index 5b88bbf..f9f34b2 100644
--- a/src/main/webapp/views/wrkMastDetlLog/wrkMastDetlLog.html
+++ b/src/main/webapp/views/wrkMastDetlLog/wrkMastDetlLog.html
@@ -91,7 +91,7 @@
<button class="layui-btn icon-btn" lay-filter="reset" lay-submit>
<i class="layui-icon"></i>閲嶇疆
</button>
- <div style="float:right;margin-left: 10px;margin-top:4px;" id="countData">鏁伴噺</div>
+<!-- <div style="float:right;margin-left: 10px;margin-top:4px;" id="countData">鏁伴噺</div>-->
</div>
</div>
</div>
@@ -110,6 +110,8 @@
<button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData"
style="float: right">瀵煎嚭
</button>
+ <button class="layui-btn layui-btn-primary layui-btn-sm" style="float:right;" id="countData">鏁伴噺</button>
+
</div>
</script>
@@ -122,7 +124,7 @@
<script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
-<script type="text/javascript" src="../../static/js/wrkMastDetlLog/wrkMastDetlLog.js?v=8" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/wrkMastDetlLog/wrkMastDetlLog.js?v=9" charset="utf-8"></script>
</body>
<!-- 琛ㄥ崟寮圭獥 -->
<script type="text/html" id="editDialog">
--
Gitblit v1.9.1