方法名称修改
This commit is contained in:
parent
22b0637af0
commit
fcf68711fe
@ -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
|
||||
);
|
||||
|
||||
@ -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
|
||||
);
|
||||
|
||||
@ -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
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user