From 5f7d52703546ba5219791b9fb9d0cb64291fb5ea Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期一, 18 十月 2021 08:41:56 +0800
Subject: [PATCH] 动态菜单

---
 WebAPI/Controllers/ProductInController.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/ProductInController.cs b/WebAPI/Controllers/ProductInController.cs
index 03e4b12..c648fca 100644
--- a/WebAPI/Controllers/ProductInController.cs
+++ b/WebAPI/Controllers/ProductInController.cs
@@ -219,6 +219,10 @@
                 {
                     ds = webserver.GetSc_ICMOBillList(sWhere + "  ");
                 }
+                if (HSourceBillType == "3711")
+                {
+                    ds = webserver.GetSc_ICMOReportBillList(sWhere + "  ");
+                }
                 else
                 {
                     objJsonResult.code = "0";

--
Gitblit v1.9.1