VENDEDOR EN PEDIDO Y EN ADMINISTRADOR

This commit is contained in:
2026-06-11 14:08:03 -05:00
parent ad3911d3c3
commit e4588b75db
14 changed files with 758 additions and 187 deletions
+8 -2
View File
@@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="estilos.css?v=6">
<link rel="stylesheet" href="estilos.css?v=7">
</head>
<body>
@@ -163,6 +163,12 @@
<label for="orderDireccion">Dirección</label>
<input type="text" id="orderDireccion" required placeholder="Tu dirección">
</div>
<div class="form-group">
<label for="orderVendedor">Vendedor</label>
<select id="orderVendedor" required>
<option value="">Selecciona un vendedor</option>
</select>
</div>
<div class="form-error" id="orderError" role="alert"></div>
</form>
</div>
@@ -178,6 +184,6 @@
</div>
</div>
<script src="app.js?v=7"></script>
<script src="app.js?v=8"></script>
</body>
</html>