| | |
| | | [HttpPost, HttpGet, Route("EmptyBackTask"), AllowAnonymous] |
| | | public WebResponseContent EmptyBackTask(string barCode, string startPoint,int target) |
| | | { |
| | | return Service.EmptyBackTask(barCode, startPoint); |
| | | return Service.EmptyBackTask(barCode, startPoint, target); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | { |
| | | return Service.BoxingInBound(stationCode, barCodes); |
| | | } |
| | | /// <summary> |
| | | /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鎵樼洏鏉$爜 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("InBoundPalletCode"), AllowAnonymous] |
| | | public WebResponseContent InBoundPalletCode(int taskNum, string barCode) |
| | | { |
| | | return Service.InBoundPalletCode(taskNum, barCode); |
| | | } |
| | | } |
| | | } |