landing y Documents

This commit is contained in:
2025-08-11 07:53:27 -06:00
parent e9e3b38086
commit 7948deeed5
4 changed files with 7 additions and 1543 deletions

View File

@@ -363,6 +363,9 @@ export default function Documents() {
<option value="4">Pedimento Acuse</option>
<option value="5">Pedimento EDocument</option>
<option value="6">Estado Pedimento</option>
<option value="7">Acuse Cove</option>
<option value="8">Cove</option>
</select>
</div>
{/* Fecha de creación */}
@@ -475,6 +478,8 @@ export default function Documents() {
case '4': return 'Pedimento Acuse';
case '5': return 'Pedimento EDocument';
case '6': return 'Estado Pedimento';
case '7': return 'Acuse Cove';
case '8': return 'Cove';
default: return doc.document_type || '';
}
})()