From 131347ad63bb534b5abb6dbc979f0a47d780d8ff Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期三, 15 一月 2025 15:06:05 +0800
Subject: [PATCH] ·
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index a032bf4..e826d99 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -51,7 +51,21 @@
void BindPalletByJc23(PdaPalletBindVm model, int userId, string origin);
//JC23缁戝畾鐗╂枡鎵樼洏鍗冲鍔犲簱瀛�
- public void BindPalletStock(PdaPalletBindVm model, int userId, string origin);
+ void BindPalletStock(PdaPalletBindVm model, int userId, string origin);
+
+ ///// <summary>
+ ///// JC26缁戝畾鎵樼洏 璐存爣鐗╂枡
+ ///// </summary>
+ ///// <param name="model"></param>
+ ///// <param name="userId"></param>
+ void BindPalletPasteCode(PdaPalletBindVm model, int userId);
+
+ /// <summary>
+ /// JC26缁戝畾鎵樼洏 涓嶈创鏍囩墿鏂�
+ /// </summary>
+ /// <param name="model"></param>
+ /// <param name="userId"></param>
+ void BindPalletNoPasteCode(PdaPalletBindVm model, int userId);
// 缁戝畾绌烘墭鐩�
string BindNullPallet(PalletBindVm model);
@@ -98,6 +112,9 @@
//骞冲簱纭鍏ュ簱
void ConfirmInStock(PalletBindVm model);
+ //鏍规嵁绠辩爜鍚戣拷婧郴缁熻姹傜淇℃伅
+ List<BoxInfoDto> GetFMBindBoxInfos(string boxno);
+
#region JC23鍙栨牱涓氬姟鎺ュ彛
/// <summary>
--
Gitblit v1.8.0