| | |
| | | PalletCode = outStock.PalletCode, |
| | | AssignQuantity = assignQuantity, |
| | | MaterielCode = ouMESOrder.MaterialCode, |
| | | BatchNo = ouMESOrder.MaterialLot, |
| | | BatchNo = outStock.BatchNo, |
| | | LocationCode = outStock.LocationCode, |
| | | MaterielName = outStock.MaterielName, |
| | | OrderDetailId = ouMESOrder.OutDetailId, |
| | | OrderNo = ouMESOrder.OutMESOrderNo, |
| | | MakeCode = ouMESOrder.MakeCode, |
| | | MachineName=ouMESOrder.MakeArea.ToString(), |
| | | OrderType=OutOrderTypeEnum.OutMESPick.ObjToInt(), |
| | | MaterielId = outStock.MaterielId, |
| | | OriginalQuantity = outStock.StockLength, |
| | | Status = taskNum == null ? OutLockStockStatusEnum.å·²åé
.ObjToInt() : OutLockStockStatusEnum.åºåºä¸.ObjToInt(), |
| | | StockId = outStock.Id, |
| | | TaskNum = taskNum, |
| | | OrderQuantity = ouMESOrder.ReqQuantity, |
| | | Unit = outStock.Unit |
| | | Unit = outStock.Unit, |
| | | AssistUnit= ouMESOrder.AssistUnitCode |
| | | }; |
| | | |
| | | return outStockLockInfo; |