From 248480fdc506ca158db89617d2440dd5702f7e69 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期四, 14 四月 2022 09:29:36 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- DAL/WMS/ClsKF_PonderationBillMain_Temp_View.cs | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/DAL/WMS/ClsKF_PonderationBillMain_Temp_View.cs b/DAL/WMS/ClsKF_PonderationBillMain_Temp_View.cs index 3a02151..768cd97 100644 --- a/DAL/WMS/ClsKF_PonderationBillMain_Temp_View.cs +++ b/DAL/WMS/ClsKF_PonderationBillMain_Temp_View.cs @@ -89,7 +89,7 @@ return Ds; } } - + //缂撳瓨鍒楄〃宸蹭笂浼犲垪琛� public DataSet GetKf_ICStockBillList(string sHBillType, string sHMaker, Int64 sHOWNERID) { SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); @@ -103,6 +103,20 @@ return Ds; } } + //缂撳瓨鍒楄〃宸蹭笂浼犳煡璇� + public DataSet GetKf_ICStockBillQueryList(string BillType,string HBillNo, string HSourceBillNo) + { + SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); + DataSet Ds = oCn.RunProcReturn("exec h_p_Kf_ICStockBillQueryList '" + BillType + "','" + HBillNo + "','" + HSourceBillNo+"'", "h_p_Kf_ICStockBillQueryList"); + if (Ds == null || Ds.Tables[0].Rows.Count == 0) + { + return null; + } + else + { + return Ds; + } + } //鎵弿鏉$爜杩斿洖鍑哄叆搴撴潯鐮佷复鏃惰〃淇℃伅 public DataSet GetInfoByID_View(long HInterID, string sBillType, string sWhere) -- Gitblit v1.9.1