\r\n \r\n \r\n \r\n \r\n Destinatarios para firmar\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n 0\" @click=\"eliminar_destinatario(index)\" style=\"margin-top: 20px;\">\r\n mdi-delete\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n Cerrar \r\n Nuevo destinatario \r\n \r\n Enviar \r\n \r\n \r\n \r\n \r\n
\r\n\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vuetify-loader/lib/loader.js??ref--19-0!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ModalSolicitudFirma.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vuetify-loader/lib/loader.js??ref--19-0!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ModalSolicitudFirma.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ModalSolicitudFirma.vue?vue&type=template&id=58736037&\"\nimport script from \"./ModalSolicitudFirma.vue?vue&type=script&lang=js&\"\nexport * from \"./ModalSolicitudFirma.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports\n\n/* vuetify-loader */\nimport installComponents from \"!../../../node_modules/vuetify-loader/lib/runtime/installComponents.js\"\nimport { VBtn } from 'vuetify/lib/components/VBtn';\nimport { VCard } from 'vuetify/lib/components/VCard';\nimport { VCardActions } from 'vuetify/lib/components/VCard';\nimport { VCardText } from 'vuetify/lib/components/VCard';\nimport { VCardTitle } from 'vuetify/lib/components/VCard';\nimport { VCheckbox } from 'vuetify/lib/components/VCheckbox';\nimport { VCol } from 'vuetify/lib/components/VGrid';\nimport { VDialog } from 'vuetify/lib/components/VDialog';\nimport { VForm } from 'vuetify/lib/components/VForm';\nimport { VIcon } from 'vuetify/lib/components/VIcon';\nimport { VRow } from 'vuetify/lib/components/VGrid';\nimport { VSpacer } from 'vuetify/lib/components/VGrid';\nimport { VTextField } from 'vuetify/lib/components/VTextField';\ninstallComponents(component, {VBtn,VCard,VCardActions,VCardText,VCardTitle,VCheckbox,VCol,VDialog,VForm,VIcon,VRow,VSpacer,VTextField})\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',{attrs:{\"fluid\":\"\"}},[_c('v-dialog',{attrs:{\"persistent\":\"\",\"max-width\":\"700px\"},model:{value:(_vm.dialog_firmantes),callback:function ($$v) {_vm.dialog_firmantes=$$v},expression:\"dialog_firmantes\"}},[_c('v-card',[_c('v-card-title',{staticClass:\"headline\"},[_vm._v(\"Rubricas\")]),_c('v-card-text',[_c('v-row',_vm._l((_vm.array_rubricas),function(rubrica_,r1){return (rubrica_.tipo == 'Imagen')?_c('v-col',{attrs:{\"cols\":\"12\",\"md\":\"3\",\"dark\":\"\"},on:{\"click\":function($event){return _vm.seleccionarFirma(rubrica_)}}},[_c('v-card',{staticClass:\"mx-auto\",class:(\"firmas firma_\" + (rubrica_.id)),attrs:{\"height\":\"150\",\"hover\":true}},[_c('div',{staticStyle:{\"height\":\"100px\",\"overflow\":\"hidden\"}},[(rubrica_.tipo == 'Imagen')?_c('img',{attrs:{\"src\":rubrica_.base_64}}):_vm._e()]),_c('v-card-subtitle',{staticClass:\"pb-0\"},[_vm._v(\" \"+_vm._s(rubrica_.nombre)+\" \")]),_c('v-card-actions',[_c('v-spacer')],1)],1)],1):_vm._e()}),1)],1),_c('v-card-actions',[_c('v-btn',{attrs:{\"color\":\"blue darken-1\",\"text\":\"\"},on:{\"click\":function($event){_vm.dialog_firmantes = false}}},[_vm._v(\" Cerrar \")]),_c('v-spacer')],1)],1)],1),_c('v-row',[_c('v-col',{attrs:{\"cols\":\"12\"}},[_c('h1',{staticClass:\"headline mb-1\"},[_vm._v(_vm._s(_vm.$store.state.user.expediente.nombre))])])],1),_c('v-row',[_c('v-col',[_c('v-stepper',{attrs:{\"vertical\":\"\"},model:{value:(_vm.paso),callback:function ($$v) {_vm.paso=$$v},expression:\"paso\"}},[_c('v-stepper-step',{attrs:{\"color\":_vm.paso > 0 ? '#4CAF50' : '#1976D2',\"complete\":_vm.paso > 0,\"step\":\"0\"}},[_vm._v(\"Selección de flujo\")]),_c('v-stepper-content',{attrs:{\"step\":\"0\"}},[_c('v-row',[_c('v-col',{attrs:{\"cols\":\"12\",\"md\":\"6\"}},[_c('v-select',{attrs:{\"items\":_vm.array_flujos,\"item-value\":\"id\",\"item-text\":\"nombre\",\"label\":\"Nombre del flujo\"},model:{value:(_vm.flujo_id),callback:function ($$v) {_vm.flujo_id=$$v},expression:\"flujo_id\"}}),_c('v-btn',{staticClass:\"mr-4\",attrs:{\"small\":\"\",\"color\":\"default\"},on:{\"click\":function($event){_vm.flujo_id = ''}}},[_vm._v(\" Borrar \")]),_c('v-btn',{staticClass:\"mr-4\",attrs:{\"small\":\"\",\"disabled\":_vm.flujo_id =='',\"color\":\"primary\"},on:{\"click\":function($event){_vm.paso = 1}}},[_vm._v(\" Continuar \")])],1)],1)],1),_c('v-stepper-step',{attrs:{\"color\":_vm.paso > 1 ? '#4CAF50' : '#1976D2',\"complete\":_vm.paso > 1,\"step\":\"1\"}},[_vm._v(\"Carga de documento\")]),_c('v-stepper-content',{attrs:{\"step\":\"1\"}},[_c('v-row',[_c('v-col',{attrs:{\"cols\":\"12\",\"md\":\"6\"}},[_c('v-form',{ref:\"form\",attrs:{\"enctype\":\"multipart/form-data\",\"lazy-validation\":\"\"},model:{value:(_vm.valid),callback:function ($$v) {_vm.valid=$$v},expression:\"valid\"}},[_c('input',{attrs:{\"type\":\"file\",\"accept\":\"application/pdf\"},on:{\"change\":_vm.cargaDeDocumentosMultipart}}),_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.formInline.validation_files),expression:\"formInline.validation_files\"}],staticClass:\"input_hidden\",attrs:{\"type\":\"text\",\"readonly\":\"\"},domProps:{\"value\":(_vm.formInline.validation_files)},on:{\"input\":function($event){if($event.target.composing){ return; }_vm.$set(_vm.formInline, \"validation_files\", $event.target.value)}}})]),_c('p'),_c('v-spacer'),_c('v-btn',{staticClass:\"mr-4\",attrs:{\"small\":\"\",\"color\":\"default\"},on:{\"click\":function($event){_vm.paso = 0}}},[_vm._v(\" Cambiar flujo \")])],1)],1)],1),_c('v-stepper-step',{attrs:{\"color\":_vm.paso > 2 ? '#4CAF50' : '#1976D2',\"complete\":_vm.paso > 2,\"step\":\"2\"}},[(_vm.$route.name == 'expediente_documento')?_c('span',[_vm._v(\"Vista del documento\")]):_vm._e(),(_vm.$route.name == 'expediente_documento_edit')?_c('span',[_vm._v(\"Firmar\")]):_vm._e()]),_c('v-stepper-content',{attrs:{\"step\":\"2\"}},[_c('v-row',{attrs:{\"id\":\"wrapper_coordenadas\"}},[_c('v-col',{attrs:{\"cols\":\"12\",\"md\":\"12\"}},[_c('v-dialog',{attrs:{\"persistent\":\"\",\"max-width\":\"700px\"},model:{value:(_vm.dialog),callback:function ($$v) {_vm.dialog=$$v},expression:\"dialog\"}},[_c('v-card',[_c('v-form',{ref:\"formFirma\",attrs:{\"lazy-validation\":\"\"},on:{\"submit\":function($event){$event.preventDefault();return _vm.firmarDocumentoRequest($event)}},model:{value:(_vm.validForm),callback:function ($$v) {_vm.validForm=$$v},expression:\"validForm\"}},[_c('v-card-title',[_c('span',{staticClass:\"headline\"},[_vm._v(\"Firmar el documento\")])]),_c('v-card-text',[_c('v-alert',{attrs:{\"dense\":\"\",\"text\":\"\",\"type\":\"info\"}},[_c('ul',[_c('li',[_vm._v(\"La contraseña a ingresar es la de su firma electrónica.\")]),_c('li',[_vm._v(\"El lugar puede ser la empresa/oficina o ciudad.\")])])]),_c('v-row',[_c('v-col',{attrs:{\"cols\":\"12\",\"md\":\"6\"}},[_c('v-text-field',{attrs:{\"type\":\"password\",\"rules\":[_vm.rules.required],\"type\":_vm.show_pass ? 'text' : 'password',\"label\":\"Contraseña\",\"id\":\"inputPass1\",\"append-icon\":_vm.show_pass ? 'mdi-eye' : 'mdi-eye-off',\"required\":\"\"},on:{\"click:append\":function($event){_vm.show_pass = !_vm.show_pass}},model:{value:(_vm.credenciales.password_firmante),callback:function ($$v) {_vm.$set(_vm.credenciales, \"password_firmante\", $$v)},expression:\"credenciales.password_firmante\"}})],1),_c('v-col',{attrs:{\"cols\":\"12\",\"md\":\"6\"}},[_c('v-text-field',{attrs:{\"rules\":[_vm.rules.required, _vm.rules.max],\"label\":\"Lugar\",\"maxlength\":\"50\",\"counter\":\"\",\"required\":\"\"},model:{value:(_vm.credenciales.lugar),callback:function ($$v) {_vm.$set(_vm.credenciales, \"lugar\", $$v)},expression:\"credenciales.lugar\"}})],1)],1)],1),_c('v-card-actions',[_c('v-btn',{attrs:{\"color\":\"blue\",\"text\":\"\"},on:{\"click\":_vm.cancelarFirma}},[_vm._v(\"Cerrar\")]),_c('v-spacer'),(_vm.array_cordenadas.length > 0)?_c('v-btn',{attrs:{\"type\":\"submit\",\"color\":\"primary\",\"disabled\":!_vm.validForm,\"id\":\"button-firma\"}},[_vm._v(\" Firmar \")]):_vm._e()],1)],1)],1)],1),(_vm.$route.name == 'expediente_documento_edit' && _vm.paso == 2)?_c('div',{staticClass:\"firma_div\"},[(_vm.show_button_firma)?_c('v-btn',{staticClass:\"mb-4 mr-5\",attrs:{\"color\":\"primary\",\"dark\":\"\",\"large\":\"\"},on:{\"click\":function($event){_vm.dialog = true}}},[_c('v-icon',{attrs:{\"color\":\"lighten-1\"}},[_vm._v(\"mdi-draw\")]),_vm._v(\" Firmar documento \")],1):_vm._e(),(_vm.show_button_firma)?_c('v-btn',{staticClass:\"mb-4 mr-5\",attrs:{\"color\":\"success\",\"dark\":\"\",\"large\":\"\"},on:{\"click\":function($event){_vm.dialog_firmantes = true}}},[_c('v-icon',{attrs:{\"color\":\"lighten-1\"}},[_vm._v(\"mdi-pencil-box-outline\")]),_vm._v(\" Rubricas \")],1):_vm._e()],1):_vm._e(),_c('CanvasSimple',{attrs:{\"array_files_params\":_vm.array_files_params}})],1)],1),_c('v-btn',{attrs:{\"text\":\"\",\"color\":\"blue darken-1\",\"to\":{ name: 'home'}}},[_c('v-icon',{attrs:{\"color\":\"lighten-1\"}},[_vm._v(\"mdi-home\")]),_vm._v(\" Inicio \")],1)],1),(_vm.$route.name == 'expediente_documento_edit')?_c('v-stepper-step',{attrs:{\"color\":\"#4CAF50\",\"complete\":_vm.paso == 3,\"step\":\"3\"}},[_vm._v(\" Documento firmado \")]):_vm._e(),_c('v-stepper-content',{attrs:{\"step\":\"3\"}},[(_vm.documentos_firmados)?_c('DocumentosFirmadosSimple',{attrs:{\"paqueteId\":_vm.$route.params.id}}):_vm._e()],1)],1)],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","