| | |
| | | } |
| | | return (true, "鎴愬姛"); |
| | | } |
| | | public (List<Dt_StockInfo>, List<Dt_OutStockLockInfo>, List<Dt_LocationInfo>) AssignStockOutbound(Dt_OutboundOrder outboundOrder, List<StockSelectViewDTO> stockSelectViews) |
| | | { |
| | | List<Dt_StockInfo> outStocks = null; |
| | | List<Dt_OutStockLockInfo> outStockLockInfos = _outStockLockInfoService.GetOutStockLockInfos(outboundOrder, outboundOrder.Details.First(), outStocks); |
| | | |
| | | List<Dt_LocationInfo> locationInfos = _basicService.LocationInfoService.Repository.GetLocationInfos(outStocks.Select(x => x.LocationCode).ToList()); |
| | | |
| | | return (outStocks, outStockLockInfos, locationInfos); |
| | | } |
| | | /// <summary> |
| | | /// 鍒嗛厤鍑哄簱搴撳瓨 |
| | | /// </summary> |