This commit is contained in:
2025-06-02 13:32:49 -06:00
parent c574183cee
commit 46a92a4415
19 changed files with 728 additions and 379 deletions

View File

@@ -112,7 +112,7 @@ if (!($_SESSION['usuario_id'] ?? false)) {
<label class="form-label">Archivo CSV *</label>
<input type="file" name="csv" accept=".csv" class="form-control" required>
</div>
<p>Descarga la plantilla y llena las columnas: <code>vehiculo, identificador_fiscal, id_transportista</code>.</p>
<p>Descarga la plantilla y llena las columnas: <code>contenedor, identificador_fiscal, id_transportista</code>.</p>
<a href="/IMPORTADORES/public/downloads/transportes_masivo_template.csv" class="btn btn-outline-secondary mb-3">
📥 Descargar plantilla
</a><br>
@@ -120,9 +120,8 @@ if (!($_SESSION['usuario_id'] ?? false)) {
</form>
</div>
</div>
</body>
</html>
<script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const Toast = Swal.mixin({
toast: true,
@@ -148,4 +147,7 @@ if (!($_SESSION['usuario_id'] ?? false)) {
});
});
});
</script>
</script>
</body>
</html>