WebAPI/WebServer.cs
@@ -7994,5 +7994,12 @@ return dal.GetKf_ICStockBillList(sHBillType, HMaker, HOrgID); } //返回缓存列表查询已上传列表信息 public DataSet GetQueryBillUpdateLoad_Json(string BillType, string HBillNo, string HSourceBillNo) { DAL.ClsKF_PonderationBillMain_Temp_View dal = new DAL.ClsKF_PonderationBillMain_Temp_View(); return dal.GetKf_ICStockBillQueryList(BillType, HBillNo, HSourceBillNo); } } }