12
yangle
2022-03-18 d248a308a7f7ff9088c1511c0bf19398bc91800e
WebAPI/Controllers/SCGL/Sc_CallGoodsBackRequestBillController.cs
@@ -76,14 +76,14 @@
        }
        #endregion
        #region 退料申请单 删除
        #region 退料申请单 删除
        [Route("Sc_CallGoodsBackRequestBill/DelCallGoodsBackRequestBill")]
        [HttpGet]
        public object DelCallGoodsBackRequestBill(string HInterID, string HEntryID, string user)
        {
            try
            {
                //判断是否有查询权限
                //判断是否有查询权限
                if (!DBUtility.ClsPub.Security_Log("JIT_ComplementGoods_Drop", 1, false, user))
                {
                    objJsonResult.code = "0";