From a2f5749ef7d496ae8e1bad20deb48d87e632069b Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期二, 15 二月 2022 17:36:05 +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