WebAPI/Controllers/POStockInBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/ProductInController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/WebServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/POStockInBillController.cs
@@ -213,7 +213,7 @@ } else if (HSourceBillType == "1103") { ds = webserver.GetCg_PoInStockBillList(sWhere + " and isnull(HBillSubType,0)=12510 "); ds = webserver.GetCg_PoInStockBillList(sWhere + ""); } else { WebAPI/Controllers/ProductInController.cs
@@ -219,6 +219,10 @@ { ds = webserver.GetSc_ICMOBillList(sWhere + " "); } if (HSourceBillType == "3711") { ds = webserver.GetSc_ICMOReportBillList(sWhere + " "); } else { objJsonResult.code = "0"; WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -162,10 +162,10 @@ <publishTime>11/24/2014 11:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>07/05/2021 13:46:25</publishTime> <publishTime>07/13/2021 19:36:38</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>07/05/2021 13:46:25</publishTime> <publishTime>07/13/2021 19:36:38</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/17/2013 17:03:52</publishTime> @@ -333,7 +333,7 @@ <publishTime>05/10/2021 09:27:02</publishTime> </File> <File Include="Web.config"> <publishTime>07/05/2021 13:46:40</publishTime> <publishTime>07/13/2021 19:36:45</publishTime> </File> </ItemGroup> </Project> WebAPI/WebServer.cs
@@ -4645,7 +4645,19 @@ //DAL.Cls_S_IF_ICMOBill_Lite dal = new DAL.Cls_S_IF_ICMOBill_Lite(); //return dal.DisSourceBillList(sWhere); } /// <summary> /// 返回生产汇报单列表 源单 /// </summary> /// <param name="sWhere">过滤条件</param> /// <returns></returns> public DataSet GetSc_ICMOReportBillList(string sWhere) { WebS.WebService1 oWebs = new WebS.WebService1(); BLL.ClsKf_ProductInBill bll = new BLL.ClsKf_ProductInBill(); return oWebs.GetSc_ICMOReportBillList (sWhere); //DAL.Cls_S_IF_ICMOBill_Lite dal = new DAL.Cls_S_IF_ICMOBill_Lite(); //return dal.DisSourceBillList(sWhere); } /// <summary> /// 生成产品入库单K3