From 9fe582401399f2db8fcf570a9784beee396e02dc Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期六, 13 九月 2025 14:48:54 +0800
Subject: [PATCH] 1
---
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_MaterialHanding.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_MaterialHanding.html b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_MaterialHanding.html
index ca3d11f..d90cfc8 100644
--- a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_MaterialHanding.html
+++ b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_MaterialHanding.html
@@ -193,6 +193,9 @@
// 鏌ヨ
function get_Display(sWhere) {
var ajaxLoad = layer.load();
+ if (sessionStorage["HSupIDs"].length < 1000) {
+ sWhere += " and HSupID in (" + sessionStorage["HSupIDs"] + ")";
+ }
$.ajax({
url: GetWEBURL() + '/MaterialHandingController/GetMaterialHandingList',
type: "GET",
--
Gitblit v1.9.1