From 16865166b741233bad83756ab30899440ecc0dd3 Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期六, 19 四月 2025 08:15:30 +0800 Subject: [PATCH] 修改问题 --- Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs index 9c0210f..aaa18a1 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs @@ -156,6 +156,21 @@ #region 绠辩爜鎷嗙璐存爣 //绠辩爜鎷嗙娣诲姞鏍囩淇℃伅 void AddLableByDevanning(string boxNo,decimal devanQty, int userId); + + + /// <summary> + /// 鏍规嵁鏀惰揣鎵樼洏鑾峰彇鍑哄簱鍗曚俊鎭� + /// </summary> + /// <param name="palletNo"></param> + string GetReceiptSoNoByPallet(string palletNo); + + /// <summary> + /// 杞﹂棿鏀惰揣 + /// </summary> + /// <param name="palletNo"></param> + /// <param name="userId"></param> + void ConfirmReceipt(string palletNo, int userId); + #endregion -- Gitblit v1.8.0