ultimos cambios
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<strong>Inscripción a servicios de CeDeTec</strong>
|
||||
</h2>
|
||||
|
||||
<h2 class="is-size-4"><strong>período 2022-2</strong></h2>
|
||||
<h2 class="is-size-4"><strong>período 2023-1</strong></h2>
|
||||
</div>
|
||||
|
||||
<b-field label="Número de cuenta" :type="error">
|
||||
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async inscribir() {
|
||||
if (this.dropFiles.length > 0 && !this.folio) {
|
||||
if (this.dropFiles.length > 0 || !this.folio || this.monto) {
|
||||
if (!this.fechaTicket) {
|
||||
return this.imprimirError({
|
||||
message:
|
||||
|
||||
Reference in New Issue
Block a user