bklLiudl
4 天以前 85321209305d0188314427ec2e392b47a48b28eb
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,9 +156,35 @@
        #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
        #region 托盘拆托换托
        void GetBoxInfo(string boxNo, string pallNo);
        void UpPalletByBox(string boxNo, string pallet, string palletNew, int userId);
        List<SelectSkuLotNo> GetSelectSkuLotNo(string palletNo);
        void UpPalletByQty(string palletNo, string palletNoNew, string detailId, decimal qty, int userId);
        #endregion
    }
}