wangxinhui
3 天以前 a0a0df2e824b6fe7e5a3c0afce78127fecf84fc9
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -77,7 +77,7 @@
        /// </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>
@@ -210,12 +210,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 +235,17 @@
        /// </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(BSTPickInfoDTO bSTPickInfoDTO);
    }
}