CLOUDWEB/WebService1.asmx.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CLOUDWEB/WebService1.asmx.cs
@@ -28662,6 +28662,22 @@ } } //已上传查询界面,根据单据号、源单号查询已上传单据信息 [WebMethod] public DataSet GetKf_ICStockBillQueryList(string sHBillType, string sBillNo, string sSourceBillNo) { SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); DataSet Ds = oCn.RunProcReturn("exec h_p_Kf_ICStockBillQueryList '" + sHBillType + "','" + sBillNo + "','" + sSourceBillNo + "'", "h_p_Kf_ICStockBillQueryList"); if (Ds == null || Ds.Tables[0].Rows.Count == 0) { return null; } else { return Ds; } } #endregion #region 查询条码库存 *