From 44b01cb2dc2bd64771b7533f650403da1433fb7a Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期四, 04 五月 2023 08:20:50 +0800
Subject: [PATCH] 采购入库扫源单带仓库
---
WebTM/views/PublicPage/SupplierInformation.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebTM/views/PublicPage/SupplierInformation.html b/WebTM/views/PublicPage/SupplierInformation.html
index 57d124d..409f22f 100644
--- a/WebTM/views/PublicPage/SupplierInformation.html
+++ b/WebTM/views/PublicPage/SupplierInformation.html
@@ -194,6 +194,7 @@
}
});
sWhere1 = "";//璋冪敤鎺ュ彛鍚庢竻绌簊Where缂撳瓨
+ sWhere1 = " where HStopFlag=0 and HEndFlag=1 and HUSEORGID = " + sessionStorage["OrganizationID"] + " "; //鍒楄〃
});
//浠ヤ笂鏄痩ayui妯″潡
--
Gitblit v1.9.1