dengjunjie
4 天以前 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs
@@ -152,6 +152,28 @@
        {
            return _taskService.ModifyBarcode(barcode,newBarcode);
        }
        /// <summary>
        /// ä¿®æ”¹æ‰˜ç›˜ä¸Šè¢‹æ•°
        /// </summary>
        /// <param name="palletCode"></param>
        /// <param name="qty"></param>
        /// <returns></returns>
        [HttpPost, Route("ModifyQty")]
        public WebResponseContent ModifyQty(string palletCode, int qty)
        {
            return _taskService.ModifyQty(palletCode, qty);
        }
        /// <summary>
        /// è´¨æ£€å‡ºåº“
        /// </summary>
        /// <param name="batchNo"></param>
        /// <param name="qty"></param>
        /// <returns></returns>
        [HttpPost, Route("OutQC")]
        public WebResponseContent OutQC(string batchNo, int qty)
        {
            return _taskService.OutQC(batchNo, qty);
        }
        /// <summary>
        /// ç©ºæ‰˜å…¥åº“
@@ -161,7 +183,8 @@
        [HttpPost, Route("InEmpty")]
        public WebResponseContent InEmpty(string barcode,string station)
        {
            return _inboundService.InbounOrderService.PdaAddEmptyStockInfo(barcode,station);
            return WebResponseContent.Instance.Error("无使用权限");
            //return _inboundService.InbounOrderService.PdaAddEmptyStockInfo(barcode, station);
        }
        /// <summary>
@@ -172,7 +195,8 @@
        [HttpPost, Route("OutEmpty")]
        public WebResponseContent OutEmpty()
        {
            return _outboundService.OutboundOrderService.PdaOutEmpty();
            return WebResponseContent.Instance.Error("无使用权限");
            //return _outboundService.OutboundOrderService.PdaOutEmpty();
        }
        /// <summary>
        /// æŸ¥è¯¢å…¥åº“单
@@ -181,9 +205,9 @@
        /// <param name="orderNo"></param>
        /// <returns></returns>
        [HttpPost, Route("QueryOrderInfo")]
        public WebResponseContent QueryOrderInfo(int pageNo, string orderNo)
        public WebResponseContent QueryOrderInfo(int pageNo, string orderNo, int orderType)
        {
            return _inboundService.InbounOrderService.QueryOrderInfo(pageNo, orderNo);
            return _inboundService.InbounOrderService.QueryOrderInfo(pageNo, orderNo, orderType);
        }
        /// <summary>
        /// æŸ¥è¯¢å…¥åº“单详æƒ