ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/extension/inbound/extend/AllocatedPallet.vue
@@ -892,7 +892,8 @@ barcodes: barcode, locationTypeDesc: this.currentLocationDesc, locationType: this.form.locationType, // æ·»å ä»åºåºåä¿¡æ¯ warehouseType:this.form.warehouseType warehouseType:this.form.warehouseType, orderTypes: 117 } ); ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/extension/inbound/extend/PickingRetuenPallet.vue
@@ -834,7 +834,8 @@ barcodes: barcode, locationTypeDesc: this.currentLocationDesc, locationType: this.form.locationType, // æ·»å ä»åºåºåä¿¡æ¯ warehouseType: this.form.warehouseType warehouseType: this.form.warehouseType, orderTypes: 116 } ); ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_DTO/Inbound/MaterielGroupDTO.cs
@@ -38,6 +38,8 @@ public string WarehouseType { get; set; } public string locationTypeDesc { get; set; } public int orderTypes { get; set; } } [ModelValidate] ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundPickingService.cs
@@ -2024,16 +2024,16 @@ materialCode = group.Key.MaterielCode, lineNo = group.Key.lineNo, warehouseCode = group.Key.WarehouseCode, qty = group.Sum(x => x.PickedQty), currentDeliveryQty = group.Sum(x => x.PickedQty), qty = group.Sum(x => x.BarcodeQty), currentDeliveryQty = group.Sum(x => x.BarcodeQty), unit = group.Key.Unit, barcodes = group.Select(row => new WIDESEA_DTO.Outbound.BarcodesModel { barcode = row.CurrentBarcode, supplyCode = row.SupplyCode, batchNo = row.BatchNo, unit = row.Unit, qty = row.PickedQty unit = row.BarcodeUnit, qty = row.BarcodeQty }).ToList() }).ToList(); @@ -2828,7 +2828,7 @@ var detailModel = new FeedbackOutboundDetailsModel { materialCode = detail.MaterielCode, lineNo = detail.lineNo, // 注æï¼è¿éå¯è½éè¦è°æ´å段å lineNo = detail.lineNo, warehouseCode = detail.WarehouseCode, qty = detail.OverOutQuantity, // 使ç¨è®¢åæç»çå·²åºåºæ°é currentDeliveryQty = detail.OverOutQuantity, @@ -2838,8 +2838,8 @@ barcode = lockInfo.CurrentBarcode, supplyCode = lockInfo.SupplyCode, batchNo = lockInfo.BatchNo, unit = lockInfo.Unit, qty = lockInfo.PickedQty // æ¡ç 级å«çæ°éä»ç¨éå®è®°å½ unit = lockInfo.BarcodeUnit, qty = lockInfo.BarcodeQty // }).ToList() }; @@ -2968,9 +2968,9 @@ InboundOrderNo = dbinboundOrderDetails.First()?.OrderNo, UpperOrderNo = dbinboundOrderDetails.First()?.OrderNo, SupplierId = dbinboundOrderDetails.First()?.SupplyCode, OrderType = InOrderTypeEnum.InternalAllocat.ObjToInt(), OrderType = materielGroupDTO.orderTypes, BusinessType = InOrderTypeEnum.InternalAllocat.ObjToInt().ToString(), BusinessType = materielGroupDTO.orderTypes.ToString(), FactoryArea = dbinboundOrderDetails.First()?.FactoryArea, Remark = "", ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs
@@ -330,6 +330,9 @@ else if (inboundOrder.OrderType == InOrderTypeEnum.InternalAllocat.ObjToInt()) //æºä»è°æºä» { _logger.LogInformation($"InboundTaskCompleted ååMES : {inboundOrder.InboundOrderNo } ,ordertype: {InOrderTypeEnum.InternalAllocat.ObjToInt()} " ); } else { @@ -725,8 +728,8 @@ barcode = lockInfo.CurrentBarcode, supplyCode = lockInfo.SupplyCode, batchNo = lockInfo.BatchNo, unit = lockInfo.Unit, qty = lockInfo.PickedQty // æ¡ç 级å«çæ°éä»ç¨éå®è®°å½ unit = lockInfo.BarcodeUnit, qty = lockInfo.BarcodeQty // æ¡ç 级å«çæ°éä»ç¨éå®è®°å½ }).ToList() };