From 9c60b98594f1e685f4d8f99efb4e84d21b3847f3 Mon Sep 17 00:00:00 2001 From: 仲国强 <519541279@qq.com> Date: 星期五, 15 十月 2021 11:29:55 +0800 Subject: [PATCH] 批量委外接收显示明细 --- WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs | 184 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 184 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs b/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs index 1110345..77dd97b 100644 --- a/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs +++ b/WebAPI/Controllers/BaseSet/Gy_ModelTypeController.cs @@ -438,5 +438,189 @@ } } #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, true, 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