| | |
| | | Status = 0, |
| | | OrderNo = inboundOrder.InboundOrderNo, |
| | | BusinessType = inboundOrder.BusinessType, |
| | | ProductionDate=DateTime.Now.ToString("yyyy-mm-dd HH:mm:ss") |
| | | }); |
| | | |
| | | item.ReceiptQuantity = item.BarcodeQty; |
| | |
| | | { |
| | | inboundOrder.OrderStatus = InOrderStatusEnum.å
¥åºä¸.ObjToInt(); |
| | | } |
| | | |
| | | inboundOrder.Operator = App.User.UserName; |
| | | content = MaterielGroupUpdateData(inboundOrder, dbinboundOrderDetails, stockInfo); |
| | | if (content.Status) |
| | | { |
| | |
| | | return content.Error("SumQuantity ç»è®¡åºåæ°é失败ï¼è®¢åå·ï¼{OrderNo}"); |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |