ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundService.cs
@@ -901,8 +901,15 @@ lockInfo.SortedQuantity = lockInfo.SortedQuantity + actualOutboundQuantity; if (lockInfo.SortedQuantity == lockInfo.AssignQuantity) { _outboundLockInfoService.Repository.DeleteAndMoveIntoHty(lockInfo, WIDESEA_Core.Enums.OperateTypeEnum.èªå¨å®æ); } else { // æ´æ°éå®è®°å½ _outboundLockInfoService.Repository.UpdateData(lockInfo); } // æ´æ°åºåºåæç»çå·²åºåºæ°é _detailService.Repository.UpdateData(updateDetails);