| | |
| | | LinId = inboundOrderDet.LinId, //SerialNumber = targetCodes[2].ToString(), //包号 |
| | | //BatchNoName = dt_Int.OrderNo, |
| | | StockQuantity = inboundOrderDet.OrderQuantity, //重量 |
| | | OutboundQuantity = 1, //序列号 |
| | | //OutboundQuantity = 1, //序列号 |
| | | Status = (int)StockStatusEmun.组盘暂存, |
| | | Creater = "WMS", |
| | | CreateDate = DateTime.Now, |
| | |
| | | locationInfo.LocationStatus = LocationStatusEnum.Lock.ObjToInt(); |
| | | _basicService.LocationInfoService.UpdateLocationLock(locationInfo, task.TaskNum, StockChangeType.Inbound.ObjToInt(), false); |
| | | } |
| | | //下发入库任务至WCS |
| | | var responses = HttpHelper.Post<WebResponseContent>(ReceiveWMSTask, task, "下发任务入库"); |
| | | dt_Int.OrderStatus = InboundStatusEnum.入库中.ObjToInt(); |
| | | _inboundService.InbounOrderService.Repository.UpdateData(dt_Int); |
| | | _basicService.LocationInfoService.Repository.UpdateData(locationInfo); |