| | |
| | | #region 鍏ュ簱瀹屾垚涓婃姤ERP |
| | | if (inboundOrder != null && inboundOrder.OrderStatus == InOrderStatusEnum.鍏ュ簱瀹屾垚.ObjToInt() && inboundOrder.OrderType != InOrderTypeEnum.Allocat.ObjToInt()) |
| | | { |
| | | if (inboundOrder.OrderType == InOrderTypeEnum.Return.ObjToInt()) |
| | | if (inboundOrder.OrderType == InOrderTypeEnum.Return.ObjToInt() || inboundOrder.OrderType == InOrderTypeEnum.BomReturn.ObjToInt()) |
| | | { |
| | | FeedbackReturnOrder(inboundOrder, returnOrder); |
| | | } |
| | |
| | | } |
| | | return palletTypeInfo.PalletType; |
| | | } |
| | | else if (warehouse.WarehouseCode == WarehouseEnum.HA60.ObjToString()) |
| | | { |
| | | return 4; |
| | | } |
| | | return -1; |
| | | } |
| | | /// <summary> |