diff --git a/src/pages/Claim/Card/ClaimAction.vue b/src/pages/Claim/Card/ClaimAction.vue index b2c99bcb6..85a30600c 100644 --- a/src/pages/Claim/Card/ClaimAction.vue +++ b/src/pages/Claim/Card/ClaimAction.vue @@ -135,21 +135,21 @@ async function regularizeClaim() { message: t('globals.dataSaved'), type: 'positive', }); - if (claim.value.responsibility >= Math.ceil(DEFAULT_MAX_RESPONSABILITY) / 2) { - quasar - .dialog({ - component: VnConfirm, - componentProps: { - title: t('confirmGreuges'), - message: ` - - `, - data: { inputId: 'multiplicatorValue' }, - promise: onUpdateGreugeAccept, - }, - }) - .onOk(async () => await onUpdateGreugeAccept()); - } + // if (claim.value.responsibility >= Math.ceil(DEFAULT_MAX_RESPONSABILITY) / 2) { + // quasar + // .dialog({ + // component: VnConfirm, + // componentProps: { + // title: t('confirmGreuges'), + // message: ` + // + // `, + // data: { inputId: 'multiplicatorValue' }, + // promise: onUpdateGreugeAccept, + // }, + // }) + // .onOk(async () => await onUpdateGreugeAccept()); + // } } async function onUpdateGreugeAccept({ return: multiplicatorValue }) { @@ -275,11 +275,12 @@ async function importToNewRefundTicket() { name="multiplicatorValue" min="0" max="50" - disable=" - claim.value.responsibility >= - Math.ceil(DEFAULT_MAX_RESPONSABILITY) / 2 - " + v-model="multiplicatorValue" /> + @@ -521,4 +522,5 @@ es: Id item: Id artículo confirmGreuges: ¿Desea insertar greuges? confirmGreugesMessage: Insertar greuges en la ficha del cliente + Apply Greuges: Aplicar Greuges