| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Common; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.Helper; |
| | | using WIDESEA_ISquareCabinServices; |
| | |
| | | WebResponseContent content = new WebResponseContent(); |
| | | try |
| | | { |
| | | var url = "http://121.37.118.63:80/GYZ2/95fck/inOrder"; |
| | | //var url = "http://121.37.118.63:80/GYZ2/95fck/inOrder"; |
| | | var url = "http://127.0.0.1:4523/m2/5660322-5340849-default/363009261"; |
| | | string GetOutOrderDate = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); |
| | | if (string.IsNullOrEmpty(SearchInOrderDate)) SearchInOrderDate = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); |
| | | var requestData = new { searchDate = SearchInOrderDate }; |
| | |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #region è·åERPåºåºå |
| | | static string SearchOutOrderDate = "2025-11-01 00:00:00"; |
| | | public WebResponseContent GetOutOrder() |