From 926b3c3913f0451d99ae698dea287aa1e6d11cb5 Mon Sep 17 00:00:00 2001 From: 沈泽 <211959439@qq.com> Date: 星期一, 08 十一月 2021 16:39:10 +0800 Subject: [PATCH] 新增核算记录模块 --- WebAPI/WebServer.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebServer.cs b/WebAPI/WebServer.cs index 97255aa..29f5db2 100644 --- a/WebAPI/WebServer.cs +++ b/WebAPI/WebServer.cs @@ -1122,6 +1122,7 @@ #endregion + #region 澶栬喘閫�鏂� 澶栬喘鍏ュ簱锛堢孩瀛楋級 * public bool set_SavePOStockInBackBill_New(WebAPI.WebS.ClsKf_ICStockBillMain oMain, string sHSourceType, ref string sErrMsg) @@ -7770,5 +7771,20 @@ } #endregion + #region [鑾峰彇鎵撳嵃妯℃澘] + /// <summary> + /// 鎵撳嵃妯℃澘鍒楄〃 + /// </summary> + /// <param name="sWhere"></param> + /// <param name="sErr"></param> + /// <returns></returns> + public DataSet GetOpenTmpList(string sWhere, ref string sErr) + { + SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); + DataSet ds = new DataSet(); + ds = oCn.RunProcReturn("select * from h_v_IF_OpenTmpList " + sWhere, "h_v_IF_OpenTmpList"); + return ds; + } + #endregion } } \ No newline at end of file -- Gitblit v1.9.1