From 1fb30a418afed6f1ff0d88c63d896ea73941e080 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期一, 05 二月 2024 15:36:18 +0800
Subject: [PATCH] 调整仓库管理显示页面
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index d2f3540..bf70ee5 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -5,6 +5,7 @@
using System.Text;
using Model.ModelVm.PdaVm;
using Model.ModelDto.PdaDto;
+using WMS.Entity.BllAsnEntity;
namespace WMS.IBLL.IPdaServer
{
@@ -25,6 +26,9 @@
// 鏍规嵁绠辩爜鎴栨墭鐩樺彿鑾峰彇绠辨敮淇℃伅
List<BoxInfoDto> GetBoxInfos(BoxInfoVm model);
+ // 鏍规嵁鎵樼洏鍙锋垨绠辩爜鑾峰彇鎵樼洏淇℃伅
+ List<PalletBindDto> GetPalletBindInfo(BllPalletBind model);
+
// 缁戝畾鐗╂枡鎵樼洏
void BindPallet(PdaPalletBindVm model,int userId, string origin);
@@ -42,6 +46,9 @@
// 鍒犻櫎宸茬粍淇℃伅
string DelBoxInfo(BoxInfoVm model);
+ // 鍒犻櫎宸茬粍淇℃伅
+ string DelPalletBind(BllPalletBind model);
+
// 骞冲簱瀹屾垚鍏ュ簱鎿嶄綔
string CompleteInStock(PalletBindVm model);
@@ -53,5 +60,14 @@
//闆剁鍏ュ簱
void CompleteInStockLing(PdaLingAsnVm model, int userId);
+
+ // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
+ List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
+
+ //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
+ List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);
+
+ //骞冲簱纭鍏ュ簱
+ void ConfirmInStock(PalletBindVm model);
}
}
--
Gitblit v1.8.0