| | |
| | | import com.vincent.rsf.server.manager.service.LocService; |
| | | import com.vincent.rsf.server.manager.service.TaskItemService; |
| | | import com.vincent.rsf.server.manager.service.TaskService; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | |
| | | |
| | | Map<String, Object> map = new LinkedHashMap<>(); |
| | | map.put("taskNo", param.getTaskNo()); |
| | | map.put("barcode", task.getBarcode()); |
| | | map.put("ioType", task.getTaskType()); |
| | | map.put("wrkDetls", wrkDetls); |
| | | return R.ok().add(map); |