From 9bc716353df267ed1de8dc8b41fc0e5cfcbb8e35 Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期五, 05 十一月 2021 15:54:02 +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