yxj
2022-03-24 f12e902740ee3222696a74868af867379187234c
新增已上传单据查询调用方法
1个文件已修改
16 ■■■■■ 已修改文件
CLOUDWEB/WebService1.asmx.cs 16 ●●●●● 补丁 | 查看 | 原始文档 | 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 查询条码库存   *