ch
2022-11-03 c761ba5bd72e9170c65fad44003e90a61e034b33
WebAPI/Controllers/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/Gy_StockCheckItemBillController.cs
@@ -290,7 +290,37 @@
        }
        #endregion
        #region ç›˜ç‚¹åˆ†æžåˆ—表 åˆ é™¤ ä¸éœ€è¦çš„æ•°æ®
        [Route("Gy_StockCheckItemBill/StockItemSubDel")]
        [HttpGet]
        public object StockItemSubDel(string sID)
        {
            try
            {
                SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();
                //oCn.BeginTran();
                //oCN.RunProc("exec h_p_StockItemSubDel " + sID);
                //oCn.Commit();
                objJsonResult.code = "1";
                objJsonResult.count = 1;
                objJsonResult.Message = "删除成功!";
                objJsonResult.data = null;
                return objJsonResult;
            }
            catch (Exception ex)
            {
                oCn.RollBack();
                objJsonResult.code = "0";
                objJsonResult.count = 0;
                objJsonResult.Message = "查询数据异常,请与管理员联系!" + ex.ToString();
                objJsonResult.data = null;
                return objJsonResult;
            }
        }
        #endregion
        #region ç›˜ç‚¹åˆ†æžåˆ—表
        [Route("Gy_StockCheckItemBill/Get_InventoryAnalysisList")]