From 219a08427376efdd304e9b11e481ccd8276018bb Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期六, 18 十月 2025 11:14:29 +0800
Subject: [PATCH] 巷道形式存取放物料
---
Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs b/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs
index aa4329b..1b5c77e 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,9 +13,9 @@
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,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);
@@ -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>
/// 娓呮礂鏈哄彨鏂欑姸鎬�
--
Gitblit v1.8.0