wxw
2025-06-24 8a7469560023a6efa8178f17542f4be4005b33af
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Model.ModelDto;
using Model.ModelDto.BllCheckDto;
using Model.ModelDto.PdaDto;
using WMS.Entity.DataEntity;
@@ -155,7 +156,22 @@
        #region 箱码拆箱贴标
        //箱码拆箱添加标签信息
        void AddLableByDevanning(string boxNo,decimal devanQty, int userId);
        BoxListInfoDto 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