ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_InboundService/InboundService.cs
@@ -182,6 +182,11 @@ { return content.Error($"该æç{palletDto.PalletCode}å·²ç»è¿è¡ç©ºæç»ç,ä¸è½å¨è¿è¡ç»ç"); } var outbundPallet = _stockInfoRepository.QueryFirst(x => x.StockStatus == (int)StockStatusEmun.åºåºå®æ && x.PalletCode == palletDto.PalletCode); if (outbundPallet != null) { return content.Error($"该æç{palletDto.PalletCode}æªè¿è¡å空箱,ä¸è½è¿è¡ç»ç"); } foreach (var item in details) { ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_OutboundService/OutboundService.cs
@@ -119,13 +119,13 @@ return WebResponseContent.Instance.Error(); } var printFormData = new PrintFromDataDTO { materialCode = detail.Barcode, materialCode = detail.MaterielCode, materialName = detail.MaterielName, materialSpec = detail.Unit, batchNo = detail.BatchNo, pruchaseOrderNo = inbound.UpperOrderNo, factoryArea = inbound.FactoryArea, suplierCode = inbound.SupplierId, suplierCode = detail.SupplyCode, quantity = detail.BarcodeQty };