aa
This commit is contained in:
@@ -7,8 +7,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Links</h1>
|
||||
<a href="{{ route('qtanegativa', ['id' => 1]) }}">Mostra i Libri con Quantità negativa</a>
|
||||
<br>
|
||||
<a href="{{ route('checkPreOrder', ['id' => 1]) }}">Verifica Prevendita Articolo 1</a>
|
||||
<form method="GET" action="{{ route('handleArticleActionPao') }}">
|
||||
<label for="article_id">Inserisci l'ID dell'articolo:</label>
|
||||
<input type="text" id="article_id" name="id" />
|
||||
<select name="action">
|
||||
<option value="search">Cerca Articolo</option>
|
||||
<option value="checkPreOrder">Verifica Preordine</option>
|
||||
</select>
|
||||
<button type="submit">Esegui Azione</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user