zhaowc
2025-02-28 157abc191c34e57c1b958ae74fc3de6518ca8a30
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -29,6 +29,9 @@
        // 判断托盘号是否可用
        string IsEnablePalletNo(string palletNo);
        // 判断地码是否可用
        string IsEnableLocatNo(string locatNo);
        // 根据箱码或托盘号获取箱支信息
        List<BoxInfoDto> GetBoxInfos(BoxInfoVm model);
@@ -40,6 +43,9 @@
        // 绑定空托盘
        string BindNullPallet(PalletBindVm model);
        // 叠托机绑定空托盘跺
        string BindNullPallets(PalletsBind model);
        /// <summary>
        /// 解绑空托盘
@@ -74,12 +80,12 @@
        //零箱入库
        void CompleteInStockLing(PdaLingAsnVm model, int userId);
        void GetBoxInfoByFuMa(string boxNo, string url);
        void GetBoxInfoByFuMa(string boxNo, string url, string fuMaTokenUrl,string levelType);
        // 根据箱码获取标签箱码信息
        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url);
        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url, string fuMaTokenUrl);
        // 根据箱码获取标签最小追溯码信息
        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url);
        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url, string fuMaTokenUrl);
        //根据单据号获取单据明细列表
        List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);