yusijie
2025-06-03 01685f3ab68f64b51b83eee40af90f4030866691
WebAPI/Controllers/CGGL/Kf_POStockInBackBillController.cs
@@ -238,16 +238,16 @@
                                 + ",HAddress='" + HAddress + "'where HInterID=" + HInterID;
                    oCN.RunProc(sql);
                    ////采购退料删除回填退料通知单关联数量
                    //oCN.RunProc("exec h_p_Kf_UpDateRelation_POStockInBackToPOInStockBack_Del " + HInterID);
                    //采购退料删除回填退料通知单关联数量
                    oCN.RunProc("exec h_p_Kf_UpDateRelation_POStockInBackToPOInStockBack_Del " + HInterID);
                    //删除子表
                    oCN.RunProc("delete from Kf_ICStockBillSub where HInterID='" + HInterID + "'");
                }
                //保存子表
                objJsonResult = AddBillSub(msg3, HInterID, OperationType, user);
                ////采购退料单新增回填退料通知单关联数量
                //oCN.RunProc("exec h_p_Kf_UpDateRelation_POStockInBackToPOInStockBack_Add " + HInterID);
                //采购退料单新增回填退料通知单关联数量
                oCN.RunProc("exec h_p_Kf_UpDateRelation_POStockInBackToPOInStockBack_Add " + HInterID);
                if (objJsonResult.code == "0")
                {