| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Common; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.Helper; |
| | | using WIDESEA_ISquareCabinServices; |
| | |
| | | { |
| | | 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>() |
| | | }; |
| | |
| | | { |
| | | batch_num = item.batch_num, |
| | | goods_no = item.goods_no, |
| | | order_qty = item.order_qty, |
| | | order_qty = Math.Abs(item.order_qty), |
| | | exp_date = item.exp_date, |
| | | }; |
| | | upstramOutOrderInfo.details.Add(detail); |
| | |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #region è·åERPåºåºå |
| | | static string SearchOutOrderDate = "2025-11-01 00:00:00"; |
| | | public WebResponseContent GetOutOrder() |