chengsc
2024-11-02 d567d9d6926abb103f3ab73402134daa6a09ef11
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -11,8 +11,11 @@
{
    public interface IPdaAsnServer
    {
        //获取单据明细显示的物料
        List<ArrivalNoticeDetailDto> GetArrivalNoticesInfo(ArrivalNoticeVm model);
        // 获取单据列表
        List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);
        List<string> GetArrivalNotices(ArrivalNoticeVm model);
        // 根据单据号获取单据明细列表
        List<ArrivalNoticeDetailDto> GetArrivalNoticeDetails(ArrivalNoticeVm model);
@@ -71,10 +74,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);
        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url, string fuMaTokenUrl);
        // 根据箱码获取标签最小追溯码信息
        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url, string fuMaTokenUrl);
        //根据单据号获取单据明细列表
        List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);