| | |
| | | } |
| | | #endregion |
| | | |
| | | #region ç产æ¥è®¡åå¹³å° äº¤æåå¸ |
| | | [Route("JIT_DayPlanPlatFormBill/PublishDate")] |
| | | [HttpGet] |
| | | public object PublishDate(string HDeptID) |
| | | { |
| | | try |
| | | { |
| | | //æ´æ°ç产订åçææ©å¼å·¥æ¥æ |
| | | oCN.RunProc($"exec h_p_JIT_PublishDate '{HDeptID}'"); |
| | | |
| | | objJsonResult.code = "1"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "订åå®å·¥æ¥æå叿åï¼"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "Exceptionï¼" + e.ToString(); |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | } |
| | | } |