{"version":3,"sources":["webpack:///src/views/app/resourceFlow/conciliedByCompany.vue","webpack:///./src/views/app/resourceFlow/conciliedByCompany.vue?d497","webpack:///./src/views/app/resourceFlow/conciliedByCompany.vue"],"names":["components","ListDonationsCashFlow","props","pageOptions","data","paymentMethod","PaymentMethod","PayrollDeduction","cashFlowPagesEnum","pageSize","statusConciliation","DonationConciliationStatus","PayRollCompanyTransferedToAuc","created","CashFlowPages","$emit","ConciliedByCompany","render","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","_v","_s","$route","params","order","name","id","model","value","callback","$$v","expression","staticRenderFns","__vue_template_functional__","__vue_styles__","__vue_scopeId__","__vue_module_identifier__","Component"],"mappings":"6KAkDe,GACfA,WAAA,CACAC,8BAEAC,MAAA,CACAC,YAAA,MAEAC,KAAA,WACA,OACAC,cAAAC,OAAAC,iBACAC,kBAAA,GACAC,SAAA,GACAC,mBACAC,OAAAC,gCAGAC,QAAA,WACA,KAAAL,kBAAAM,OACA,KAAAC,MAAA,aAAAD,OAAAE,sBCpEIC,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACA,EAAG,MAAM,CAACE,YAAY,YAAY,CAACF,EAAG,WAAW,CAACG,MAAM,CAAC,eAAe,KAAK,CAACH,EAAG,OAAO,CAACJ,EAAIQ,GAAG,IAAIR,EAAIS,GAAGT,EAAIU,OAAOC,OAAOC,UAAUZ,EAAIQ,GAAG,KAAKJ,EAAG,SAAS,CAACG,MAAM,CAAC,KAAO,KAAK,CAACH,EAAG,KAAK,CAACJ,EAAIQ,GAAG,eAAeR,EAAIS,GAAGT,EAAIU,OAAOC,OAAOE,MAAM,gBAAgBT,EAAG,UAAUJ,EAAIQ,GAAG,KAAKJ,EAAG,SAAS,CAACG,MAAM,CAAC,cAAc,GAAG,OAAS,MAAMP,EAAIQ,GAAG,KAAKJ,EAAG,SAAS,CAACG,MAAM,CAAC,OAAS,KAAK,CAACH,EAAG,cAAc,CAACE,YAAY,OAAOC,MAAM,CAAC,MAAQ,CAChhB,CAAEO,GAAI,GAAID,KAAM,IAChB,CAAEC,GAAI,GAAID,KAAM,IAChB,CAAEC,GAAI,GAAID,KAAM,IAChB,CAAEC,GAAI,IAAKD,KAAM,MAAQ,eAAiB,KAAK,cAAgB,QAAQE,MAAM,CAACC,MAAOhB,EAAY,SAAEiB,SAAS,SAAUC,GAAMlB,EAAIT,SAAS2B,GAAKC,WAAW,eAAe,IAAI,IAAI,GAAGnB,EAAIQ,GAAG,KAAKJ,EAAG,wBAAwB,CAACG,MAAM,CAAC,gBAAiB,EAAM,wBAAyB,EAAK,mBAAoB,EAAK,qBAAsB,EAAM,MAAQ,EAAE,cAAgBP,EAAIb,cAAc,SAAWa,EAAIT,SAAS,mBAAqBS,EAAIR,mBAAmB,WAAaQ,EAAIV,kBAAkBQ,mBAAmB,0BAA2B,EAAM,6BAA8B,MAAU,IACnkBsB,EAAkB,G,YCClBC,GAA8B,EAE9BC,EAAiB,KAEjBC,EAAkB,KAElBC,EAA4B,KAE5BC,EAAY,eACd,EACA,EACA,EACAJ,EACAC,EACAC,EACAC,GAGa,aAAAC,EAAiB","file":"assets/js/chunk-2d0af29e.js","sourcesContent":["<template>\n <div>\n <!-- page title ################### -->\n <div class=\"big-head\">\n <v-layout align-center>\n <span>#{{ $route.params.order }}</span>\n <v-flex grow>\n <h1>\n {{ $route.params.name }}\n <em></em>\n </h1>\n </v-flex>\n <v-flex blue-select shrink></v-flex>\n <v-flex shrink>\n <InputSelect\n class=\"ml-3\"\n :items=\"[\n { id: 10, name: 10 },\n { id: 20, name: 20 },\n { id: 50, name: 50 },\n { id: 100, name: 100 },\n ]\"\n valueAttribute=\"id\"\n textAttribute=\"name\"\n v-model=\"pageSize\"\n />\n </v-flex>\n </v-layout>\n </div>\n <ListDonationsCashFlow\n :enableCheckbox=\"false\"\n :enableDownloadExcelCsv=\"true\"\n :enableModalLevel2=\"true\"\n :enableOpenModalUser=\"false\"\n :level=\"2\"\n :paymentMethod=\"paymentMethod\"\n :pageSize=\"pageSize\"\n :statusConciliation=\"statusConciliation\"\n :pageNumber=\"cashFlowPagesEnum.ConciliedByCompany\"\n :showTaxProjectIncentived=\"false\"\n :showTaxProjectNotIncentived=\"false\"\n ></ListDonationsCashFlow>\n </div>\n</template>\n<script type=\"plain/text\">\nimport ListDonationsCashFlow from \"@/views/app/resourceFlow/ListDonationsCashFlow.vue\";\nimport PaymentMethod from \"@/scripts/models/enums/paymentMethod.enum\";\nimport { CashFlowPages } from \"@/scripts/models/enums/cashFlowPages.enum\";\nimport DonationConciliationStatus from \"@/scripts/models/enums/donationConciliationStatus.enum\";\n\nexport default {\n components: {\n ListDonationsCashFlow,\n },\n props: {\n pageOptions: null,\n },\n data() {\n return {\n paymentMethod: PaymentMethod.PayrollDeduction,\n cashFlowPagesEnum: \"\",\n pageSize: 10,\n statusConciliation:\n DonationConciliationStatus.PayRollCompanyTransferedToAuc,\n };\n },\n created() {\n this.cashFlowPagesEnum = CashFlowPages;\n this.$emit(\"pageActive\", CashFlowPages.ConciliedByCompany);\n },\n};\n</script>\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:\"big-head\"},[_c('v-layout',{attrs:{\"align-center\":\"\"}},[_c('span',[_vm._v(\"#\"+_vm._s(_vm.$route.params.order))]),_vm._v(\" \"),_c('v-flex',{attrs:{\"grow\":\"\"}},[_c('h1',[_vm._v(\"\\n \"+_vm._s(_vm.$route.params.name)+\"\\n \"),_c('em')])]),_vm._v(\" \"),_c('v-flex',{attrs:{\"blue-select\":\"\",\"shrink\":\"\"}}),_vm._v(\" \"),_c('v-flex',{attrs:{\"shrink\":\"\"}},[_c('InputSelect',{staticClass:\"ml-3\",attrs:{\"items\":[\n { id: 10, name: 10 },\n { id: 20, name: 20 },\n { id: 50, name: 50 },\n { id: 100, name: 100 } ],\"valueAttribute\":\"id\",\"textAttribute\":\"name\"},model:{value:(_vm.pageSize),callback:function ($$v) {_vm.pageSize=$$v},expression:\"pageSize\"}})],1)],1)],1),_vm._v(\" \"),_c('ListDonationsCashFlow',{attrs:{\"enableCheckbox\":false,\"enableDownloadExcelCsv\":true,\"enableModalLevel2\":true,\"enableOpenModalUser\":false,\"level\":2,\"paymentMethod\":_vm.paymentMethod,\"pageSize\":_vm.pageSize,\"statusConciliation\":_vm.statusConciliation,\"pageNumber\":_vm.cashFlowPagesEnum.ConciliedByCompany,\"showTaxProjectIncentived\":false,\"showTaxProjectNotIncentived\":false}})],1)}\nvar staticRenderFns = []\nexport { render, staticRenderFns }","/* script */\nexport * from \"!!babel-loader!../../../../node_modules/vue-loader/lib/selector?type=script&index=0!./conciliedByCompany.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../../node_modules/vue-loader/lib/selector?type=script&index=0!./conciliedByCompany.vue\"\n/* template */\nimport {render as __vue_render__, staticRenderFns as __vue_static_render_fns__} from \"!!../../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-73931e8c\\\",\\\"hasScoped\\\":false,\\\"optionsId\\\":\\\"0\\\",\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../../node_modules/vue-loader/lib/selector?type=template&index=0!./conciliedByCompany.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = null\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nimport normalizeComponent from \"!../../../../node_modules/vue-loader/lib/runtime/component-normalizer\"\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_render__,\n __vue_static_render_fns__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n"],"sourceRoot":""}