From 142cb106fb3c50c480bf2e871667e0d9edcac256 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 16 七月 2021 17:41:55 +0800
Subject: [PATCH] 20210716v1

---
 WebAPI/WebServer.cs |   33 ++++++++++++++++++++++++---------
 1 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/WebAPI/WebServer.cs b/WebAPI/WebServer.cs
index c51f650..c89a8b0 100644
--- a/WebAPI/WebServer.cs
+++ b/WebAPI/WebServer.cs
@@ -4645,7 +4645,19 @@
             //DAL.Cls_S_IF_ICMOBill_Lite dal = new DAL.Cls_S_IF_ICMOBill_Lite();
             //return dal.DisSourceBillList(sWhere);
         }
-
+        /// <summary>
+        /// 杩斿洖鐢熶骇姹囨姤鍗曞垪琛�   婧愬崟
+        /// </summary>
+        /// <param name="sWhere">杩囨护鏉′欢</param>
+        /// <returns></returns>
+        public DataSet GetSc_ICMOReportBillList(string sWhere)
+        {
+            WebS.WebService1 oWebs = new WebS.WebService1();
+            BLL.ClsKf_ProductInBill bll = new BLL.ClsKf_ProductInBill();
+            return  oWebs.GetSc_ICMOReportBillList (sWhere);
+            //DAL.Cls_S_IF_ICMOBill_Lite dal = new DAL.Cls_S_IF_ICMOBill_Lite();
+            //return dal.DisSourceBillList(sWhere);
+        }
 
         /// <summary>
         /// 鐢熸垚浜у搧鍏ュ簱鍗昁3
@@ -5224,18 +5236,21 @@
              DAL.Cls_S_IF_SellOutBill_Lite dal = new DAL.Cls_S_IF_SellOutBill_Lite();
              return dal.DisSourceBillList(sWhere);
          }
-         #endregion
+
+
+       
+        #endregion
 
         #region   濮斿鍏ュ簱
 
 
-         /// <summary>
-         /// 鐢熸垚濮斿鍏ュ簱鍗昁3
-         /// </summary>
-         /// <param name="oMain"></param>
-         /// <param name="sErrMsg"></param>
-         /// <returns></returns>
-         public bool SaveEntrustInBill_K3(Model.ClsKf_EntrustInBillMain oMain, string sHSourceType, Pub_Class.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg)
+        /// <summary>
+        /// 鐢熸垚濮斿鍏ュ簱鍗昁3
+        /// </summary>
+        /// <param name="oMain"></param>
+        /// <param name="sErrMsg"></param>
+        /// <returns></returns>
+        public bool SaveEntrustInBill_K3(Model.ClsKf_EntrustInBillMain oMain, string sHSourceType, Pub_Class.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg)
          {
              SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
              DAL.ClsKf_EntrustInBill dal = new DAL.ClsKf_EntrustInBill();

--
Gitblit v1.9.1