diff --git a/ZR.Service/mes/wms/WMentryWarehousing_productService.cs b/ZR.Service/mes/wms/WMentryWarehousing_productService.cs index 3a6176e9..48a623b9 100644 --- a/ZR.Service/mes/wms/WMentryWarehousing_productService.cs +++ b/ZR.Service/mes/wms/WMentryWarehousing_productService.cs @@ -213,7 +213,7 @@ namespace ZR.Service.mes.wms } string urlBase = "http://gam.com.cn:8054/"; ERP_WMS_interactiveService _eRP_WMS_InteractiveService = new(); - ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.inbounded( + ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.Inbounded( urlBase, u8PackageList ); diff --git a/ZR.Service/mes/wms/WmGoodsOutProductionService.cs b/ZR.Service/mes/wms/WmGoodsOutProductionService.cs index b47cd2c4..25539dec 100644 --- a/ZR.Service/mes/wms/WmGoodsOutProductionService.cs +++ b/ZR.Service/mes/wms/WmGoodsOutProductionService.cs @@ -188,7 +188,7 @@ namespace ZR.Service.mes.wms } string urlBase = "http://gam.com.cn:8054/"; ERP_WMS_interactiveService _eRP_WMS_InteractiveService = new(); - ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.outbounded( + ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.Outbounded( urlBase, u8PackageList ); @@ -419,7 +419,7 @@ namespace ZR.Service.mes.wms } string urlBase = "http://gam.com.cn:8054/"; ERP_WMS_interactiveService _eRP_WMS_InteractiveService = new(); - ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.outbounded( + ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.Outbounded( urlBase, u8PackageList ); diff --git a/ZR.Service/mes/wms/WmOutOrderService.cs b/ZR.Service/mes/wms/WmOutOrderService.cs index 99871b93..97a648a0 100644 --- a/ZR.Service/mes/wms/WmOutOrderService.cs +++ b/ZR.Service/mes/wms/WmOutOrderService.cs @@ -622,7 +622,7 @@ namespace ZR.Service.mes.wms } string urlBase = "http://gam.com.cn:8054/"; ERP_WMS_interactiveService _eRP_WMS_InteractiveService = new(); - ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.outbounded( + ERP_WMS_interactiveModelResult u8ErpResult = _eRP_WMS_InteractiveService.Outbounded( urlBase, u8PackageList );