| | |
| | | /// <param name="stationCode"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("DeviceRequestInboundTaskSimple"), AllowAnonymous] |
| | | public WebResponseContent DeviceRequestInboundTaskSimple(string stationCode) |
| | | public WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string startPoint = "") |
| | | { |
| | | return Service.DeviceRequestInboundTaskSimple(stationCode); |
| | | return Service.DeviceRequestInboundTaskSimple(stationCode, startPoint); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | /// <param name="ids"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("CreateSGManualTasks"), AllowAnonymous] |
| | | [HttpPost, Route("CreateProDeliveryManualTasks"), AllowAnonymous] |
| | | public WebResponseContent CreateProDeliveryTasks([FromBody] List<int> ids) |
| | | { |
| | | return Service.CreateProDeliveryTasks(ids); |
| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("BoxingInBound"), AllowAnonymous] |
| | | public WebResponseContent BoxingInBound(string stationCode, [FromBody] List<string> barCodes) |
| | | public WebResponseContent BoxingInBound(string stationCode,int heightNum, [FromBody] List<string> barCodes, int type = 0) |
| | | { |
| | | return Service.BoxingInBound(stationCode, barCodes); |
| | | return Service.BoxingInBound(stationCode, heightNum, barCodes,type); |
| | | } |
| | | /// <summary> |
| | | /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鎵樼洏鏉$爜 |
| | |
| | | { |
| | | return Service.SemiProIn(barcode, palletCode, address); |
| | | } |
| | | /// <summary> |
| | | /// 浜屾ゼ鎴愬搧PDA鎵爜鏍¢獙 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("CodeAnalysis"), AllowAnonymous] |
| | | public WebResponseContent CodeAnalysis(string barcode) |
| | | { |
| | | return Service.CodeAnalysis(barcode); |
| | | } |
| | | } |
| | | } |