| | |
| | | return WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// PDA鐗堟湰 |
| | | /// </summary> |
| | | /// <param name="version"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("GetPDAVersion"), AllowAnonymous] |
| | | public WebResponseContent GetPDAVersion(string version) |
| | | { |
| | |
| | | { |
| | | return WebResponseContent.Instance.Error(ex.Message); |
| | | } |
| | | |
| | | } |
| | | |
| | | [HttpPost, Route("CallMateriel")] |
| | |
| | | { |
| | | return _inboundService.InbounOrderService.PdaAddStockInfo(materielGroupDTO); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 绌烘墭缁勭洏 |
| | | /// 绌烘墭鍏ュ簱 |
| | | /// </summary> |
| | | /// <param name="materielGroupDTO"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("PdaAddEmptyStockInfo")] |
| | | public WebResponseContent PdaAddEmptyStockInfo([FromBody] PdaMaterielGroupDTO materielGroupDTO) |
| | | [HttpPost, Route("InEmpty")] |
| | | public WebResponseContent InEmpty(string barcode) |
| | | { |
| | | return _inboundService.InbounOrderService.PdaAddEmptyStockInfo(materielGroupDTO); |
| | | return _inboundService.InbounOrderService.PdaAddEmptyStockInfo(barcode); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 绌烘墭鍑哄簱 |
| | | /// </summary> |
| | | /// <param name="materielGroupDTO"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("OutEmpty")] |
| | | public WebResponseContent OutEmpty() |
| | | { |
| | | return _outboundService.OutboundOrderService.PdaOutEmpty(); |
| | | } |
| | | |
| | | [HttpPost, Route("QueryOrderInfo")] |