wangxinhui
2025-03-06 2f8a8a7b31c7e311d1824c76e2a67e2a128bc65b
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -252,6 +252,13 @@
        MesResponseContent QueryPpByWidth(QueryPpByWidthModel model);
        /// <summary>
        /// 鎴愬搧杩斿伐鎻愬簱
        /// </summary>
        /// <param name="model"></param>
        /// <returns></returns>
        MesResponseContent RworkTask(RworkTaskModel model);
        /// <summary>
        /// 
        /// </summary>
        /// <param name="roadwayNos"></param>
@@ -307,5 +314,39 @@
        WebResponseContent GeneratePKOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews);
        /// <summary>
        /// MES鎴愬搧鍐呭寘淇℃伅鎺ユ敹
        /// </summary>
        /// <returns></returns>
        MesResponseContent BagInfoSync(MesBagInfoModel bagInfoModel);
        /// <summary>
        /// MES鎴愬搧澶栧寘淇℃伅鎺ユ敹
        /// </summary>
        /// <param name="boxInfoModel"></param>
        /// <returns></returns>
        MesResponseContent BoxStockin(MesBoxInfoModel boxInfoModel);
        /// <summary>
        /// MES鎴愬搧鍑哄簱鎺ュ彛璋冪敤
        /// </summary>
        /// <returns></returns>
        WebResponseContent ShipmentOrderSync(MesShipmentOrderSync model);
        /// <summary>
        /// 鐢熸垚MESPP澶у嵎鍑哄簱浠诲姟
        /// </summary>
        /// <param name="keys"></param>
        /// <returns></returns>
        WebResponseContent MESPPGenerateOutboundTasks(int[] keys);
        /// <summary>
        /// 鐢熸垚MESPP灏忓嵎鍑哄簱浠诲姟
        /// </summary>
        /// <param name="keys"></param>
        /// <returns></returns>
        //WebResponseContent PPCutOutGenerateOutboundTasks(int[] keys);
        WebResponseContent PPCutOutGenerateOutboundTasks(int orderDetailId, List<PPStockSelectViewDTO> stockSelectViews);
        WebResponseContent PPGeneratePKOutboundTask(int orderDetailId, List<PPStockSelectViewDTO> stockSelectViews);
    }
}