wangxinhui
2025-11-18 b513ce3a4527e998da66c6f179a279472c7262a8
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -77,13 +77,13 @@
        /// </summary>
        /// <param name="palletCode"></param>
        /// <returns></returns>
        WebResponseContent YLPurchaseBoxing(string palletCode, decimal weight = 0, decimal thickness = 0, decimal wide = 0);
        WebResponseContent YLPurchaseBoxing(string palletCode, decimal weight = 0, decimal thickness = 0, decimal wide = 0,string stationCode = "");
        /// <summary>
        /// 鍘熸枡閲囪喘缁戝畾RFID
        /// </summary>
        /// <param name="palletCode">绾稿嵎鏉$爜</param>
        /// <returns></returns>
        WebResponseContent PurchaseBoxing(string palletCode);
        WebResponseContent PurchaseBoxing(string palletCode, int orderType = 0);
        /// <summary>
        /// 鍒嗛厤鍘熸枡宸烽亾
@@ -136,9 +136,9 @@
        /// <param name="task"></param>
        /// <returns></returns>
        WebResponseContent UpdateTaskInfo(WCSTaskDTO task);
        /// <summary>
        /// 鎴愬搧绌烘鍥炲簱
        /// 鎴愬搧绌烘墭鍥炲簱
        /// </summary>
        /// <param name="barCode"></param>
        /// <param name="startPoint"></param>
@@ -150,6 +150,12 @@
        /// </summary>
        /// <returns></returns>
        WebResponseContent InboundFLOrCPTask(string barCode, string startPoint, string matCode, int matCount,int oneCount);
        /// <summary>
        /// 杈呮枡(鎴愬搧)閲囪喘/鏈熷垵鍏ュ簱
        /// </summary>
        /// <returns></returns>
        WebResponseContent InboundOrderInTask(string bindCode, string barCode, string startPoint, int orderType = 0);
        /// <summary>
        /// 鎴愬搧鍑哄簱
@@ -210,12 +216,6 @@
        /// <returns></returns>
        WebResponseContent PrintInbound(SaveModel saveModel);
        /// <summary>
        /// 鍒涘缓鍘熺焊鐢熶骇鎺掔▼鍑哄簱浠诲姟
        /// </summary>
        /// <param name="keys"></param>
        /// <returns></returns>
        WebResponseContent CreateBSTOutboundTasks(int[] keys);
        /// <summary>
        /// 鍒涘缓鍘熺焊鐢熺鍑哄簱浠诲姟
        /// </summary>
        /// <param name="keys"></param>
@@ -241,6 +241,24 @@
        /// </summary>
        /// <returns></returns>
        WebResponseContent ReceiveReturnIssue(List<MESReturnIssueDTO> returnIssueDTOs);
        /// <summary>
        /// 娣诲姞鐢熺
        /// </summary>
        /// <param name="outOrderDTOs"></param>
        /// <returns></returns>
        WebResponseContent AddOutSGOrder(List<SGOutOrderDTO> outOrderDTOs);
        /// <summary>
        /// BST棰嗘枡淇℃伅鍚屾
        /// </summary>
        /// <param name="bSTPickInfoDTO"></param>
        /// <returns></returns>
        WebResponseContent ReceivePicking(List<BSTPickInfoDTO> bSTPickInfoDTOs);
        /// <summary>
        /// 鍒涘缓鐢熺鎵嬪姩鍑哄簱
        /// </summary>
        /// <param name="ids"></param>
        /// <returns></returns>
        WebResponseContent CreateSGManualTasks(List<int> ids);
    }
}