From 1a17bc2be4866a45ea3dac3bdf921b302963372e Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 19 一月 2022 18:01:25 +0800
Subject: [PATCH] 条码拆码+工时单+器具权限

---
 WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs |  192 +----------------------------------------------
 1 files changed, 5 insertions(+), 187 deletions(-)

diff --git a/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs b/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs
index 6a850d8..d6e7724 100644
--- a/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs
@@ -231,11 +231,11 @@
                 bool HEndFlag = list[0].HEndFlag;
 
                 //鍒ゆ柇鏉冮檺
-                if (!ClsPub.Security_Log(msg4, 1, false, msg3))
+                if (!DBUtility.ClsPub.Security_Log(msg4, 1, false, msg3))
                 {
                     objJsonResult.code = "0";
                     objJsonResult.count = 0;
-                    objJsonResult.Message = "娌℃湁鎵惧埌璇ュ姛鑳芥ā鍧楋紒";
+                    objJsonResult.Message = "娌℃湁淇濆瓨鏉冮檺锛�";
                     objJsonResult.data = null;
                     return objJsonResult;
                 }
@@ -316,11 +316,11 @@
                 string HUseFlag = list[0].HUseFlag;
 
                 //鍒ゆ柇鏉冮檺
-                if (!ClsPub.Security_Log(msg5, 1, false, msg4))
+                if (!DBUtility.ClsPub.Security_Log(msg5, 1, false, msg4))
                 {
                     objJsonResult.code = "0";
                     objJsonResult.count = 0;
-                    objJsonResult.Message = "娌℃湁鎵惧埌璇ュ姛鑳芥ā鍧楋紒";
+                    objJsonResult.Message = "娌℃湁淇濆瓨鏉冮檺";
                     objJsonResult.data = null;
                     return objJsonResult;
                 }
@@ -439,188 +439,6 @@
         }
         #endregion
 
-        //#region [妯″叿鍒嗙被瀹℃牳銆佸弽瀹℃牳]
-        //[Route("Gy_ModelType/ModelTypeCheck")]
-        //[HttpGet]
-        //public object ModelTypeCheck(int HInterID, int IsAudit, string CurUserName)
-        //{
-        //    string ModRightNameCheck = "Gy_MouldType_Check";
-        //    DBUtility.ClsPub.CurUserName = CurUserName;
-        //    try
-        //    {
-        //        //瀹℃牳鏉冮檺
-        //        if (!DBUtility.ClsPub.Security_Log(ModRightNameCheck, 1, false, CurUserName))
-        //        {
-        //            objJsonResult.code = "0";
-        //            objJsonResult.count = 0;
-        //            objJsonResult.Message = "瀹℃牳澶辫触锛佹棤鏉冮檺锛�";
-        //            objJsonResult.data = null;
-        //            return objJsonResult;
-        //        }
-        //        if (HInterID <= 0)
-        //        {
-        //            objJsonResult.code = "0";
-        //            objJsonResult.count = 0;
-        //            objJsonResult.Message = "HInterID灏忎簬0锛�";
-        //            objJsonResult.data = null;
-        //            return objJsonResult;
-        //        }
-        //        Int64 lngBillKey = 0;
-        //        lngBillKey = DBUtility.ClsPub.isLong(HInterID);
-        //        ds = oCN.RunProcReturn("Select * from Gy_MouldType Where HItemID=" + lngBillKey.ToString(), "Gy_MouldType");
-        //        if (ds.Tables[0].Rows.Count != 0)
-        //        {
-        //            string HCloseMan = ds.Tables[0].Rows[0]["HCloseMan"].ToString().Trim();
-        //            string HDeleteMan = ds.Tables[0].Rows[0]["HDeleteMan"].ToString().Trim();
-        //            string HChecker = ds.Tables[0].Rows[0]["HChecker"].ToString().Trim();
-        //            if (HCloseMan.Trim() != "")
-        //            {
-        //                objJsonResult.code = "0";
-        //                objJsonResult.count = 0;
-        //                objJsonResult.Message = "鍗曟嵁宸插叧闂�!涓嶈兘鍐嶆瀹℃牳锛�";
-        //                objJsonResult.data = null;
-        //                return objJsonResult;
-        //            }
-        //            if (HDeleteMan.Trim() != "")
-        //            {
-        //                objJsonResult.code = "0";
-        //                objJsonResult.count = 0;
-        //                objJsonResult.Message = "鍗曟嵁宸蹭綔搴�!涓嶈兘鍐嶆瀹℃牳锛�";
-        //                objJsonResult.data = null;
-        //                return objJsonResult;
-        //            }
-        //            if (IsAudit == 0)  //瀹℃牳鍒ゆ柇
-        //            {
-        //                if (HChecker.Trim() != "")
-        //                {
-        //                    objJsonResult.code = "0";
-        //                    objJsonResult.count = 0;
-        //                    objJsonResult.Message = "鍗曟嵁宸插鏍�!涓嶈兘鍐嶆瀹℃牳锛�";
-        //                    objJsonResult.data = null;
-        //                    return objJsonResult;
-        //                }
-        //            }
-        //            if (IsAudit == 1) //鍙嶅鏍稿垽鏂�
-        //            {
-        //                if (HChecker.Trim() == "")
-        //                {
-        //                    objJsonResult.code = "0";
-        //                    objJsonResult.count = 0;
-        //                    objJsonResult.Message = "鍗曟嵁鏈鏍�!涓嶉渶瑕佸弽瀹℃牳!";
-        //                    objJsonResult.data = null;
-        //                    return objJsonResult;
-        //                }
-        //            }
-        //        }
-        //        else
-        //        {
-        //            objJsonResult.code = "0";
-        //            objJsonResult.count = 0;
-        //            objJsonResult.Message = "鍗曟嵁涓嶅瓨鍦�!鍘熷洜:" + DBUtility.ClsPub.sExeReturnInfo;
-        //            objJsonResult.data = null;
-        //            return objJsonResult;
-        //        }
-
-        //        if (IsAudit == 0) //瀹℃牳鎻愪氦
-        //        {
-        //            //瀹℃牳鎻愪氦
-        //            if (CheckBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true)
-        //            {
-        //                objJsonResult.code = "1";
-        //                objJsonResult.count = 1;
-        //                objJsonResult.Message = "瀹℃牳鎴愬姛";
-        //                objJsonResult.data = null;
-        //                return objJsonResult;
-        //            }
-        //            else
-        //            {
-        //                objJsonResult.code = "0";
-        //                objJsonResult.count = 0;
-        //                objJsonResult.Message = "瀹℃牳澶辫触!鍘熷洜:" + DBUtility.ClsPub.sExeReturnInfo;
-        //                objJsonResult.data = null;
-        //                return objJsonResult;
-        //            }
-        //        }
-        //        if (IsAudit == 1) //鍙嶅鏍告彁浜�
-        //        {
-        //            //鍙嶅鏍告彁浜bandonCheck
-        //            if (AbandonCheck(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true)
-        //            {
-        //                objJsonResult.code = "1";
-        //                objJsonResult.count = 1;
-        //                objJsonResult.Message = "鍙嶅鏍告垚鍔�";
-        //                objJsonResult.data = null;
-        //                return objJsonResult;
-        //            }
-        //            else
-        //            {
-        //                objJsonResult.code = "0";
-        //                objJsonResult.count = 0;
-        //                objJsonResult.Message = "鍙嶅鏍稿け璐�!鍘熷洜:" + DBUtility.ClsPub.sExeReturnInfo;
-        //                objJsonResult.data = null;
-        //                return objJsonResult;
-        //            }
-        //        }
-        //        return objJsonResult;
-        //    }
-        //    catch (Exception e)
-        //    {
-        //        objJsonResult.code = "0";
-        //        objJsonResult.count = 0;
-        //        objJsonResult.Message = "瀹℃牳澶辫触鎴栬�呭弽瀹℃牳澶辫触锛�" + e.ToString();
-        //        objJsonResult.data = null;
-        //        return objJsonResult;
-        //    }
-        //}
-
-        ////瀹℃牳
-        //public bool CheckBill(Int64 lngBillKey, ref string sReturn)
-        //{
-        //    //妯″叿妗f鏈夋渚�
-        //    try
-        //    {
-        //        string HChecker = DBUtility.ClsPub.CurUserName;
-        //        string HCheckDate = DBUtility.ClsPub.GetServerDate(-1);
-        //        oCN.BeginTran();
-        //        oCN.RunProc(" Update " + MvarItemKey + " set HBillStatus='2',HChecker='" + HChecker + "',HCheckDate='" + HCheckDate + "' Where HInterID=" + lngBillKey.ToString());
-        //        oCN.Commit();
-        //        //鐢熸垚璋冩嫧鍗�
-        //        //寰楀埌璋冩嫧鍗� mainid 鍗曟嵁鍙�
-        //        //long NewInterID = DBUtility.ClsPub.CreateBillID("1207", ref DBUtility.ClsPub.sExeReturnInfo);
-        //        //string NewBillNo = DBUtility.ClsPub.CreateBillCode("1207", ref DBUtility.ClsPub.sExeReturnInfo, true);//寰楀埌鏂板崟鍙�
-        //        //oCn.RunProc("exec h_p_Kf_MoveStockBill_Add " + lngBillKey.ToString() + "," + NewInterID.ToString() + ",'" + NewBillNo + "','" + HChecker + "'");
-        //        //
-        //        sReturn = "瀹℃牳鍗曟嵁鎴愬姛锛�";
-        //        return true;
-        //    }
-        //    catch (Exception e)
-        //    {
-        //        sReturn = e.Message;
-        //        throw (e);
-        //    }
-        //}
-
-        ////鍙嶅鏍�
-        //public bool AbandonCheck(Int64 lngBillKey, ref string sReturn)
-        //{
-
-        //    try
-        //    {
-        //        string HChecker = DBUtility.ClsPub.CurUserName;
-        //        string HCheckDate = DBUtility.ClsPub.GetServerDate(-1);
-        //        oCN.BeginTran();
-        //        //杩樺師鍗曟嵁鐘舵�佷负鏈鏍哥姸鎬�
-        //        oCN.RunProc(" Update " + MvarItemKey + " set HBillStatus='1',HChecker='',HCheckDate='' Where HInterID=" + lngBillKey.ToString());
-        //        sReturn = "鍙嶅鏍稿崟鎹垚鍔燂紒";
-        //        oCN.Commit();
-        //        return true;
-        //    }
-        //    catch (Exception e)
-        //    {
-        //        sReturn = e.Message;
-        //        throw (e);
-        //    }
-        //}
-        //#endregion
+        
     }
 }

--
Gitblit v1.9.1