| | |
| | | |
| | | oItemSub.HCloseType = false; //关闭类型 |
| | | |
| | | oItemSub.HSourceInterID = 0; // 源单主内码 |
| | | oItemSub.HSourceEntryID = 0; //源单子内码 |
| | | //oItemSub.HSourceInterID = 0; // 源单主内码 |
| | | //oItemSub.HSourceEntryID = 0; //源单子内码 |
| | | |
| | | |
| | | oBill.DetailColl.Add(oItemSub); |
| | |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region 调拨单列表 |
| | | #region 直接调拨单列表 |
| | | /// <summary> |
| | | /// 调拨单列表 |
| | | /// </summary> |
| | |
| | | } |
| | | #endregion |
| | | |
| | | #region 调拨单 删除 |
| | | #region 直接调拨单 删除 |
| | | [Route("Kf_MoveStockBill/DelteteGetMoveStockBill")] |
| | | [HttpGet] |
| | | public object DelteteGetMoveStockBill(string HInterID, string user) |
| | |
| | | //================================================================================== |
| | | |
| | | 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); |
| | | |