| | |
| | | /// <param name="ceng"></param> |
| | | /// <param name="endLocat"></param> |
| | | /// <param name="taskNo"></param> |
| | | /// <param name="palletHeight"></param> |
| | | /// <param name="palletWeight"></param> |
| | | /// <returns></returns> |
| | | public string RequestRoadWay(string palletNo, string startLocat, string taskModel, string ceng, ref string endLocat, ref string taskNo, int palletHeight) |
| | | public string RequestRoadWay(string palletNo, string startLocat, string taskModel, string ceng, ref string endLocat, ref string taskNo, int palletHeight,string palletWeight) |
| | | { |
| | | Log.Information("调用WMS接口反馈任务接口-是否重复申请:" + palletNo); |
| | | lock (OLock) |
| | |
| | | HouseNo = "W01", |
| | | TaskModel = taskModel, |
| | | PalletHeight = palletHeight, |
| | | StartLocat = startLocat |
| | | StartLocat = startLocat, |
| | | PalletWeight = palletWeight |
| | | }; |
| | | |
| | | string url = Urls.WMSAddress + ":" + Urls.WMSPort; |