ultimas correcciones

This commit is contained in:
Andres2908
2022-03-21 13:12:30 -06:00
parent 4d1619c09b
commit 87ff6c5269
6 changed files with 16 additions and 33 deletions
+1 -16
View File
@@ -3,7 +3,7 @@
<p class="pb-2"><b>Número de cuenta: </b> {{ numeroCuenta }}</p>
<b-field label="Ticket" horizontal grouped>
<b-input v-model="folioA" :disabled="switchFolio" maxlength="7"></b-input>
<b-input v-model="folioA" :disabled="switchFolio" maxlength="6"></b-input>
<p class="control">
<b-button
type="is-primary"
@@ -46,7 +46,6 @@
<div class="has-text-centered pb-2">
<b-button
:disabled="!habilitarBoton"
type="is-success"
@click="
imprimirWarning(
@@ -86,8 +85,6 @@ export default {
montoA: '',
fechaTicketA: null,
maxDate: new Date(),
habilitarBoton: false,
}
},
methods: {
@@ -130,7 +127,6 @@ export default {
})
},
bloquearBotones() {
this.habilitarBoton = false
this.switchFolio = true
this.switchMonto = true
this.switchFecha = true
@@ -143,17 +139,6 @@ export default {
)
},
},
watch: {
folioA() {
this.habilitarBoton = true
},
montoA() {
this.habilitarBoton = true
},
fechaTicketA() {
this.habilitarBoton = true
},
},
created() {
;(this.folioA = this.folio),
(this.montoA = this.monto),