| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Common; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.Helper; |
| | | using WIDESEA_ISquareCabinServices; |
| | |
| | | else if (order.order_type == "3")//å
¥åºéæ |
| | | { |
| | | #region 转æ¢ä¸ºåºåºå |
| | | UpstramOutOrderInfo upstramOutOrderInfo = new UpstramOutOrderInfo() |
| | | UpstramOutOrderInfo upstramOutOrderInfo = new UpstramOutOrderInfo() |
| | | { |
| | | order_no = order.order_no, |
| | | order_type = order.order_type, |
| | | client_no=order.supplier_no, |
| | | client_name=order.supplier_name, |
| | | account_time=order.account_time, |
| | | client_no = order.supplier_no, |
| | | client_name = order.supplier_name, |
| | | account_time = order.account_time, |
| | | warehouse_no = order.warehouse_no, |
| | | details = new List<UpstreamOutOrderDetail>() |
| | | }; |
| | |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #region è·åERPåºåºå |
| | | static string SearchOutOrderDate = "2025-11-01 00:00:00"; |
| | | public WebResponseContent GetOutOrder() |