bklLiudl
2024-09-02 1b86f1120560fbfcad792606064a9bef15d42827
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>