From cd93dd1fd57afa3437e43499236273c2e1df4423 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 19 十二月 2025 14:55:50 +0800
Subject: [PATCH] 车间出库页面车间增加1003车间一楼备件库
---
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs | 34 +++++++++++++++++++++++-----------
1 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index 88d203c..85bf998 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -1,11 +1,12 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading.Tasks;
-using Model.ModelDto;
+锘縰sing Model.ModelDto;
using Model.ModelDto.BllCheckDto;
using Model.ModelDto.DataDto;
using Model.ModelDto.PdaDto;
+using Model.ModelDto.SysDto;
+using System;
+using System.Collections.Generic;
+using System.Text;
+using System.Threading.Tasks;
using WMS.Entity.DataEntity;
using WMS.Entity.SysEntity;
@@ -28,7 +29,7 @@
/// <param name="crNo">鍗曟嵁鍙�</param>
/// <param name="palletNo">鎵樼洏鍙�</param>
/// <returns></returns>
- Task<List<StockCheckDetailDto>> GetStockCheckDetailList(string crNo,string palletNo);
+ Task<List<StockCheckDetailDto>> GetStockCheckDetailList(string crNo, string palletNo);
/// <summary>
/// 鑾峰彇瑕佺洏鐐圭殑绠辩爜淇℃伅锛堢洏鐐硅褰曚腑鏁版嵁锛�
@@ -39,7 +40,7 @@
/// <param name="boxNo">绠辩爜鍙�</param>
/// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
/// <returns></returns>
- Task<List<StockCheckLogDto>> GetStockCheckLogList(string crNo, string crDetail,string palletNo,string boxNo,string isContinue);
+ Task<List<StockCheckLogDto>> GetStockCheckLogList(string crNo, string crDetail, string palletNo, string boxNo, string isContinue);
/// <summary>
/// 鐩樼偣搴撳瓨
@@ -53,7 +54,7 @@
/// <param name="qty">鏁伴噺</param>
/// <param name="isContinue">鏄惁鏁伴噺鐩樼偣</param>
/// <param name="userId"></param>
- Task CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo,string boxNo3,string result, decimal? qty,string isContinue, int userId);
+ Task CrSetCheck(string crNo, string crDetail, string palletNo, string boxNo, string boxNo3, string result, decimal? qty, string isContinue, int userId);
#endregion
@@ -65,7 +66,7 @@
/// <param name="locatNo">鍌ㄤ綅缂栧彿</param>
/// <param name="palletNo">鎵樼洏鍙�</param>
/// <returns></returns>
- Task<List<DataStockDetail>> GetStockQueryList(string locatNo, string palletNo, string boxno);
+ List<StockDetailWithQtyDto> GetStockQueryList(string locatNo, string palletNo, string boxno);
#endregion
@@ -109,6 +110,17 @@
/// <param name="palletNo"></param>
/// <returns></returns>
Task<List<SysStorageArea>> GetStorageArea(string palletNo);
+
+
+ /// <summary>
+ /// 鏍规嵁鍖哄煙鍙疯幏鍙栧偍浣嶅湴鍧�闆嗗悎
+ /// </summary>
+ /// <param name="areaNo"></param>
+ /// <returns></returns>
+ /// <exception cref="Exception"></exception>
+ List<SysStorageLocatDto> GetLocatByArea(string areaNo);
+
+
/// <summary>
/// 鑾峰彇宸插垎閰嶇殑鍑哄簱鍗曟嵁
/// </summary>
@@ -133,7 +145,7 @@
/// <param name="areaNo"></param>
/// <param name="ruku"></param>
/// <param name="url"></param>
- Task AgvTransport(string palletNo, string areaNo, string ruku, string url, int userId);
+ Task AgvTransport(string palletNo, string areaNo, string locatNoEnd, string ruku, string url, int userId);
/// <summary>
/// 鍛煎彨agv杞繍绌烘墭鐩�
/// </summary>
@@ -168,7 +180,7 @@
#region 绠辩爜鎷嗙璐存爣
//绠辩爜鎷嗙娣诲姞鏍囩淇℃伅
- BoxListInfoDto AddLableByDevanning(string boxNo,decimal devanQty, int userId);
+ BoxListInfoDto AddLableByDevanning(string boxNo, decimal devanQty, int userId);
/// <summary>
--
Gitblit v1.8.0