From 1e26a7575d9969e728b0aa01466f490409cb173c Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期五, 18 十月 2024 18:41:30 +0800
Subject: [PATCH] Merge branch 'master' into csc
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 30 +++++++++++++++++++++++++++++-
1 files changed, 29 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index 089a317..ab1606d 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -5,16 +5,23 @@
using System.Text;
using Model.ModelVm.PdaVm;
using Model.ModelDto.PdaDto;
+using WMS.Entity.BllAsnEntity;
namespace WMS.IBLL.IPdaServer
{
public interface IPdaAsnServer
{
+ //鑾峰彇鍗曟嵁鏄庣粏鏄剧ず鐨勭墿鏂�
+ List<ArrivalNoticeDetailDto> GetArrivalNoticesInfo(ArrivalNoticeVm model);
+
// 鑾峰彇鍗曟嵁鍒楄〃
- List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);
+ List<string> GetArrivalNotices(ArrivalNoticeVm model);
// 鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
List<ArrivalNoticeDetailDto> GetArrivalNoticeDetails(ArrivalNoticeVm model);
+
+ //鏍规嵁鍏ュ簱鍗曞彿鑾峰彇鍏ュ簱鎬诲崟淇℃伅
+ List<BllArrivalNotice> GetArrivalNotice(ArrivalNoticeVm model);
// 鏍规嵁鍗曟嵁鏄庣粏ID鑾峰彇鏄庣粏璇︽儏
ArrivalNoticeDetailDto GetArrivalNoticeDetail(ArrivalNoticeDetailVm model);
@@ -24,6 +31,9 @@
// 鏍规嵁绠辩爜鎴栨墭鐩樺彿鑾峰彇绠辨敮淇℃伅
List<BoxInfoDto> GetBoxInfos(BoxInfoVm model);
+
+ // 鏍规嵁鎵樼洏鍙锋垨绠辩爜鑾峰彇鎵樼洏淇℃伅
+ List<PalletBindDto> GetPalletBindInfo(BllPalletBind model);
// 缁戝畾鐗╂枡鎵樼洏
void BindPallet(PdaPalletBindVm model,int userId, string origin);
@@ -42,11 +52,21 @@
// 鍒犻櫎宸茬粍淇℃伅
string DelBoxInfo(BoxInfoVm model);
+ // 鍒犻櫎宸茬粍淇℃伅
+ string DelPalletBind(BllPalletBind model);
+
// 骞冲簱瀹屾垚鍏ュ簱鎿嶄綔
string CompleteInStock(PalletBindVm model);
//鏍规嵁鎵樼洏鍙疯幏鍙栧叆搴撳崟鍙�
string GetASNNoByPalletNo(string palletNo);
+
+ /// <summary>
+ /// 楠岃瘉鍌ㄤ綅鍦板潃(鍦扮爜)鏄惁鍙敤銆�
+ /// </summary>
+ /// <param name="LocatNo"></param>
+ /// <returns></returns>
+ string CheckLocatNo(string LocatNo);
//鏍规嵁绠辩爜鑾峰彇鐗╂枡銆佹壒娆°�佹暟閲忕瓑淇℃伅
PdaPalletNoCheckDto GetBoxInfoByBoxNo(string boxNo);
@@ -54,7 +74,15 @@
//闆剁鍏ュ簱
void CompleteInStockLing(PdaLingAsnVm model, int userId);
+ void GetBoxInfoByFuMa(string boxNo, string url);
+
// 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
+
+ //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
+ List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);
+
+ //骞冲簱纭鍏ュ簱
+ void ConfirmInStock(PalletBindVm model);
}
}
--
Gitblit v1.8.0