WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/SCGL/日计划管理/JIT_DayPlanPlatFormImportController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/仓存管理/条码生成/Sc_BarCodeController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/JHGL/Gy_RoutingBillController.cs
@@ -2392,5 +2392,54 @@ } #endregion #region å·¥èºè·¯çº¿ æ¹é驳å [Route("Gy_Routing/RejectAllCheckFlow")] [HttpGet] public object RejectAllCheckFlow(string HInterIDS,string CurUserID) { try { //å¤çå符串 if (!string.IsNullOrEmpty(HInterIDS)) { int[] idArray = Array.ConvertAll(HInterIDS.Split(','), int.Parse); // å¤çidArray... for (int i = 0; i < idArray.Length; i++) { objJsonResult = (json)RejectCheckFlow(idArray[i].ToString(),CurUserID);//å®¡æ ¸æ§è¡ if (objJsonResult.count == 0) { objJsonResult.Message += "第" + (i + 1) + "è¡åºç°é®é¢æ æ³ç»§ç»å®æ"; return objJsonResult; } } } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "è¯·éæ©æ£ç¡®è¡"; objJsonResult.data = null; return objJsonResult; } objJsonResult.code = CodeConstant.SUCCEED; objJsonResult.count = CountConstant.SUCCEED; objJsonResult.Message = "æ§è¡æåï¼"; objJsonResult.data = null; return objJsonResult; } catch (Exception e) { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å®¡æ ¸æåå®¡æ ¸å·¥èºè·¯çº¿å¤±è´¥ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion } } WebAPI/Controllers/SCGL/Èռƻ®¹ÜÀí/JIT_DayPlanPlatFormImportController.cs
@@ -71,8 +71,16 @@ { row[j] = ExcelDs.Tables[0].Rows[i][j].ToString(); } //å¦æè¡¨æ ¼ç¬¬iè¡ç第ä¸å为空ï¼åå¤æä¸ºè¿ä¸è¡çæ°æ®ä¸ºç©ºï¼è·³åºå¾ªç¯å¹¶ä¸ä¸ææ°æ®åå ¥ tb2 if (ExcelDs.Tables[0].Rows[i][0].ToString() == "" && ExcelDs.Tables[0].Rows[i][1].ToString() == "") { continue; } else { tb2.Rows.Add(row); } } var error = ""; var ErrorResult = ""; WebAPI/Controllers/²Ö´æ¹ÜÀí/ÌõÂëÉú³É/Sc_BarCodeController.cs
@@ -1288,6 +1288,10 @@ { HBarCodeType = "å¯ä¸æ¡ç "; } if (CampanyName == "ä¹è±") { HBarCode = HBarCode + ClsPub.isStrNull(ListRows[i].HMTONo2); } // HMaterID = ClsPub.isLong(ListRows[i].HMaterID2); HEntryID = ClsPub.isLong(ListRows[i].HEntryID2); WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml.user
@@ -294,10 +294,10 @@ <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>11/07/2024 18:43:55</publishTime> <publishTime>11/13/2024 14:11:29</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>11/07/2024 18:43:55</publishTime> <publishTime>11/13/2024 14:11:29</publishTime> </File> <File Include="bin/WebAPI.XmlSerializers.dll"> <publishTime>08/16/2024 16:55:28</publishTime>