| | |
| | | { |
| | | return _inboundService.InbounOrderService.PdaAddStockInfo(materielGroupDTO); |
| | | } |
| | | /// <summary> |
| | | /// ä¿®æ¹æçå· |
| | | /// </summary> |
| | | /// <param name="barcode"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("ModifyBarcode")] |
| | | public WebResponseContent ModifyBarcode(string barcode,string newBarcode) |
| | | { |
| | | return _taskService.ModifyBarcode(barcode,newBarcode); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 空æå
¥åº |
| | |
| | | /// <param name="materielGroupDTO"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("InEmpty")] |
| | | public WebResponseContent InEmpty(string barcode) |
| | | public WebResponseContent InEmpty(string barcode,string station) |
| | | { |
| | | return _inboundService.InbounOrderService.PdaAddEmptyStockInfo(barcode); |
| | | return _inboundService.InbounOrderService.PdaAddEmptyStockInfo(barcode,station); |
| | | } |
| | | |
| | | /// <summary> |