llj
2025-11-03 4fbd6b89d15704bc094f87be5e7f37939d988a3f
添康导入
2个文件已修改
6 ■■■■ 已修改文件
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/基础资料/基础资料/Gy_PlanImplementation_ReportController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -4547,11 +4547,11 @@
                        }
                        else
                        {
                            tb2.Rows[i]["HWHID"] = ds.Tables[0].Rows[0]["HItemID"].ToString();
                            tb2.Rows[i]["HWHID"] = ds.Tables[0].Rows[0]["HSPGroupID"].ToString();
                        }
                        string HWHID = tb2.Rows[i]["HWHID"].ToString();
                        //鏌ヨ浠撲綅
                        ds = oCN.RunProcReturn("select * from Gy_StockPlace where  HName='" + HSPName + "'and HSPGroupID=" + HWHID+ "  and HUSEORGID=" + HORGid + "", "Gy_Warehouse");
                        ds = oCN.RunProcReturn("select * from Gy_StockPlace where  HName='" + HSPName + "'and HSPGroupID=" + HWHID+ "  and HUSEORGID=" + HORGid + "", "Gy_StockPlace");
                        if (ds.Tables[0].Rows.Count == 0)
                        {
WebAPI/Controllers/基础资料/基础资料/Gy_PlanImplementation_ReportController.cs
@@ -92,7 +92,7 @@
                }
                
                ds = oCN.RunProcReturn($"exec h_p_OperationBill '{HBeginDate}','{HEndDate}',''{HEquipmentNumber}", "h_p_OperationBill");
                ds = oCN.RunProcReturn($"exec h_p_OperationBill '{HBeginDate}','{HEndDate}','{HEquipmentNumber}'", "h_p_OperationBill");
                // 娣诲姞鍒楀悕
                foreach (DataColumn col in ds.Tables[0].Columns)
                {