From 71d1dcdf796f08fa01cbc2d3faab86eea28b295b Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期三, 17 十二月 2025 08:59:03 +0800
Subject: [PATCH] 物料管理页面修改
---
Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs b/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs
index cdda1bb..29df1a9 100644
--- a/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs
+++ b/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs
@@ -2,6 +2,7 @@
using System;
using System.Collections.Generic;
using System.Text;
+using WMS.Entity.DataEntity;
using WMS.Entity.SysEntity;
namespace WMS.IBLL.IBllTransServer
@@ -12,12 +13,12 @@
List<SysStorageLocat> GetLocatByArea(string area);
List<DicModel> GetPlnStatusByArea(string area);
- List<string> GetSkuByStatus(string palletStatus);
+ List<DataStockDetail> GetSkuByStatus(string palletStatus);
List<string> GetLotNoBySku(string skuNo);
- List<string> GetSku();
+ List<SysMaterials> GetSku();
- void jiaoLiaoHopper(string areaNo, string endLocate, string plnStatus, string standard, string skuNo, string lotNo, string url, int userId);
- void jiaoCheHopper(string areaNo, string StartLocate, string plnNo, string plnStatus, decimal weight, string skuNo, string lotNo, string url, int userId);
+ void jiaoLiaoHopper(string areaNo, string endLocate, string plnStatus, string standard, string skuNo, string lotNo, string url,string bindUrl, int userId);
+ void jiaoCheHopper(string areaNo, string StartLocate, string plnNo, string plnStatus, decimal weight, string skuNo, string lotNo, string url, string bindUrl, int userId);
/// <summary>
/// 灏忚溅璧板嚭鍌ㄤ綅鍥炰紶浜嬩欢
@@ -25,7 +26,7 @@
/// <param name="taskNo"></param>
/// <param name="url"></param>
/// <exception cref="Exception"></exception>
- void OutBinAgv(string taskNo, string url);
+ void OutBinAgv(string taskNo, string url,string bindUrl);
/// <summary>
/// 灏忚溅鍙嶉浠诲姟瀹屾垚
@@ -35,7 +36,7 @@
/// <param name="comeFrom"></param>
/// <param name="userId"></param>
/// <exception cref="Exception"></exception>
- void RCSFinishTask(string taskNo, string status, string comeFrom, int userId = 0);
+ void RCSFinishTask(string taskNo, string locateNo, string status, string comeFrom, int userId = 0);
/// <summary>
/// 娓呮礂鏈哄彨鏂欑姸鎬�
@@ -44,6 +45,15 @@
/// <param name="deviceStation">鍙枡鐐逛綅锛氣�漣nput鈥�-鍏ュ彛锛堝彨鑴忔《锛夛紝鈥漮utput鈥�-鍑哄彛锛堝噣妗剁敵璇峰偍浣嶏級</param>
/// <param name="status"></param>
/// <exception cref="Exception"></exception>
- void RCSCleanRequest(string deviceID, string deviceStation, string status, string url);
+ void RCSCleanRequest(string deviceID, string deviceStation, string status, string url,string bindUrl);
+
+ /// <summary>
+ /// 鐐瑰鐐逛换鍔′笅鍙�
+ /// </summary>
+ /// <param name="id">鐢ㄦ埛ID</param>
+ /// <param name="beginLocate">璧峰浣�</param>
+ /// <param name="endLocate">缁堢偣浣�</param>
+ /// <exception cref="Exception"></exception>
+ void PointToPointRequest(string id,string beginLocate, string endLocate, string url, string bindUrl);
}
}
--
Gitblit v1.8.0