1
yangle
2024-04-23 ac59880eecc91d254fd02c3e1f1b7b230ec68ecc
WebAPI/Controllers/Sc_MouldRepairInBillListController.cs
@@ -1013,8 +1013,8 @@
                    oItemSub.HCloseType = false;   //关闭类型
                    oItemSub.HSourceInterID = 0;     // 源单主内码
                    oItemSub.HSourceEntryID = 0;   //源单子内码
                    //oItemSub.HSourceInterID = 0;     // 源单主内码
                    //oItemSub.HSourceEntryID = 0;   //源单子内码
                    oBill.DetailColl.Add(oItemSub);
@@ -1065,7 +1065,7 @@
        }
        #endregion
        #region 其他入库单 编辑页面初始化
        #region 直接调拨单 编辑页面初始化
        [Route("Kf_MoveStockBill/Kf_MoveStockBillEdit")]
        [HttpGet]
        public object Kf_MoveStockBillEdit(long HInterID)
@@ -1105,7 +1105,7 @@
        }
        #endregion
        #region 其它入库单审核/反审核功能
        #region 直接调拨单 审核/反审核功能
        [Route("Kf_MoveStockBill/CheckKf_MoveStockBill")]
        [HttpGet]
        public object CheckKf_MoveStockBill(string HInterID, int Type, string user)
@@ -1303,7 +1303,7 @@
        }
        #endregion
        #region 其它入库单关闭/反关闭功能
        #region 直接调拨单 关闭/反关闭功能
        [Route("Kf_MoveStockBill/CloseKf_MoveStockBill")]
        [HttpGet]
        public object CloseKf_MoveStockBill(string HInterID, int Type, string user)
@@ -1409,7 +1409,7 @@
        }
        #endregion
        #region 其他入库单 作废/反作废功能
        #region 直接调拨单 作废/反作废功能
        [Route("Kf_MoveStockBill/DropKf_MoveStockBill")]
        [HttpGet]
        public object DropKf_MoveStockBill(string HInterID, int Type, string user)
@@ -1539,8 +1539,7 @@
        }
        #endregion
        #region 调拨单列表
        #region 直接调拨单列表
        /// <summary>
        /// 调拨单列表
        /// </summary>
@@ -1589,7 +1588,7 @@
        }
        #endregion
        #region 调拨单  删除
        #region 直接调拨单  删除
        [Route("Kf_MoveStockBill/DelteteGetMoveStockBill")]
        [HttpGet]
        public object DelteteGetMoveStockBill(string HInterID, string user)
@@ -1632,6 +1631,10 @@
                //==================================================================================  
                oCN.BeginTran();
                //分布式调入单新增回填分布式调出单关联数量
                oCN.RunProc("exec h_p_Kf_UpDateRelation_MoveStockRequestToPOStockIn_Del " + HInterID);
                oCN.RunProc("Delete From Kf_ICStockBillMain where HInterID = " + HInterID);
                oCN.RunProc("Delete From Kf_ICStockBillSub where HInterID = " + HInterID);