647556386
4 天以前 696edbff3c8812e4b820f624d66a02ae6ddb1a06
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IOutboundService/IOutboundPickingService.cs
@@ -31,7 +31,7 @@
        /// </summary>
        /// <returns></returns>
        WebResponseContent GetAvailablePurchaseOrders();
        WebResponseContent GetAvailablePickingOrders();
        WebResponseContent GetAvailablePickingOrders(string outOrder);
        /// <summary>
        /// 鎵爜楠岃瘉
@@ -58,5 +58,7 @@
        /// <param name="barcode"></param>
        /// <returns></returns>
        public WebResponseContent GetPurchaseOrderByBarcode(string barcode);
        public WebResponseContent NoStockOutBatchInOrderFeedbackToMes(int id, List<string> barCodeList);
    }
}