From 590ffa097029620655bf57947738df85dc8f5572 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 13 八月 2025 09:22:56 +0800 Subject: [PATCH] 申请入库接口增加托盘重量 --- Admin.NET/WCS.Application/Util/HttpService.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Admin.NET/WCS.Application/Util/HttpService.cs b/Admin.NET/WCS.Application/Util/HttpService.cs index d2e284f..8a24de8 100644 --- a/Admin.NET/WCS.Application/Util/HttpService.cs +++ b/Admin.NET/WCS.Application/Util/HttpService.cs @@ -32,8 +32,10 @@ /// <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) @@ -51,7 +53,8 @@ HouseNo = "W01", TaskModel = taskModel, PalletHeight = palletHeight, - StartLocat = startLocat + StartLocat = startLocat, + PalletWeight = palletWeight }; string url = Urls.WMSAddress + ":" + Urls.WMSPort; -- Gitblit v1.8.0