ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundOrderDetailService.cs
@@ -98,7 +98,7 @@ if (!stockInfos.Any()) { throw new Exception($"ç©æ[{item.MaterielCode}]æ¹æ¬¡[{item.BatchNo}]æªæ¾å°å¯åé åºå"); throw new Exception($"ç©æ[{item.MaterielCode}]æ¹æ¬¡[{item.BatchNo}]ä¾åºå[{item.SupplyCode}]æªæ¾å°å¯åé åºå"); } // åé åºåï¼æå è¿å åºï¼ @@ -417,6 +417,7 @@ // æ´æ°æç»çå·²åé æ°é detail.AllocatedQuantity += assignQuantity; detail.LockQuantity = detail.AllocatedQuantity; remainingAllocate -= assignQuantity; allocatedQuantity += assignQuantity; }