From 055743022694b6fc1bb1864137e0c81b6ea658c5 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期四, 29 一月 2026 19:45:26 +0800
Subject: [PATCH] 盘点出库增加一个标记 可筛选可清除
---
src/main/webapp/views/report/locDetl.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/report/locDetl.html b/src/main/webapp/views/report/locDetl.html
index ed829a7..8cd5a65 100644
--- a/src/main/webapp/views/report/locDetl.html
+++ b/src/main/webapp/views/report/locDetl.html
@@ -49,6 +49,8 @@
}else {
$('#locNo').val(tmp);
}
+ var tmpMk = getQueryVariable("locMk")
+
// 鏁版嵁娓叉煋
tableIns = table.render({
--
Gitblit v1.9.1