chengsc
2024-10-16 98671d2b1473b1e3e55abbdd3304fc3cd8c33959
Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
@@ -15,7 +15,7 @@
        /// </summary>
        /// <param name="model">模型</param>
        /// <returns></returns>
        bool ErpAddExportNotice(SoInfo model);
        void HttpAddExportNotice(SoInfo model);
        /// <summary>
        /// 获取执行完成的单据发送至erp
        /// </summary>
@@ -49,7 +49,7 @@
        /// <param name="type">类型</param>
        /// <param name="msg">物流编码、名称、批次</param>
        /// <returns></returns>
        List<ExStockInfoDto> GetStockGroupList( string type, string msg);
        List<ExStockInfoDto> GetStockGroupList( string type, string ownerNo, string msg);
        /// <summary>
        /// 添加出库单
        /// </summary>
@@ -149,7 +149,7 @@
        /// <param name="userId">操作人</param> 
        /// <param name="url">下发路径</param> 
        /// <returns></returns>
        OutCommandDto AgainSendSoTask(string taskNo, int userId,string url);
        OutCommandDto AgainSendSoTask(string taskNo, string Receiver, int userId,string url);
        /// <summary>
        /// 手动取消出库任务
        /// </summary>