\n \n\n \n \n Not Onboarded\n \n \n Active\n \n Not Active \n \n\n \n \n \n \n
\n
\n\n\n\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ListDepartments.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ListDepartments.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ListDepartments.vue?vue&type=template&id=59681070\"\nimport script from \"./ListDepartments.vue?vue&type=script&lang=js\"\nexport * from \"./ListDepartments.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","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"px-4 lg:px-9 py-10\"},[_c('h4',{staticClass:\"text-idBlued text-lg font-bold\"},[_vm._v(\"Staff Upload\")]),_c('section',{staticClass:\"flex flex-col lg:flex-row lg:justify-between gap-7\"},[_c('form',{staticClass:\"w-full lg:w-2/3\",on:{\"submit\":function($event){$event.preventDefault();return _vm.proceed.apply(null, arguments)}}},[_c('div',{staticClass:\"mt-4\"},[_vm._m(0),_c('v-select',{directives:[{name:\"uppercase\",rawName:\"v-uppercase\"}],attrs:{\"id\":\"staffType\",\"label\":\"slug\",\"reduce\":(b) => b,\"options\":_vm.$store.state.admin.staffTypes,\"placeholder\":\"-- select --\"},model:{value:(_vm.form.staffType),callback:function ($$v) {_vm.$set(_vm.form, \"staffType\", $$v)},expression:\"form.staffType\"}})],1),_c('div',{staticClass:\"mt-4\"},[_vm._m(1),_c('v-select',{attrs:{\"id\":\"mda\",\"label\":\"name\",\"reduce\":(b) => b,\"options\":_vm.$store.state.staff.mdas,\"placeholder\":\"-- select --\"},model:{value:(_vm.form.mda),callback:function ($$v) {_vm.$set(_vm.form, \"mda\", $$v)},expression:\"form.mda\"}})],1),_c('div',{staticClass:\"mt-5\"},[_vm._m(2),_c('v-select',{attrs:{\"id\":\"department\",\"label\":\"departmentName\",\"reduce\":(b) => b,\"options\":_vm.departments,\"filterable\":false,\"placeholder\":\"-- type here --\"},on:{\"search\":_vm.searchDepartments},scopedSlots:_vm._u([{key:\"no-options\",fn:function({ search, searching }){return [(searching)?[_vm._v(\" No results found for \"),_c('em',[_vm._v(_vm._s(search))]),_vm._v(\". \")]:_c('span',{attrs:{\"clas\":\"text-gray-400 lowercase text-xs\"}},[_vm._v(\" Start typing to search for a department \")])]}}]),model:{value:(_vm.form.department),callback:function ($$v) {_vm.$set(_vm.form, \"department\", $$v)},expression:\"form.department\"}})],1),_c('div',{staticClass:\"mt-5\"},[_vm._m(3),_c('v-select',{directives:[{name:\"uppercase\",rawName:\"v-uppercase\"}],attrs:{\"id\":\"bank\",\"label\":\"bankName\",\"reduce\":(b) => b,\"options\":_vm.$store.state.staff.banks,\"placeholder\":\"-- select --\"},model:{value:(_vm.form.bank),callback:function ($$v) {_vm.$set(_vm.form, \"bank\", $$v)},expression:\"form.bank\"}})],1),_c('div',{staticClass:\"mt-4\"},[_vm._m(4),_c('input',{ref:\"fileUpload\",staticClass:\"block w-full border border-gray-400 py-1 px-2 rounded\",attrs:{\"type\":\"file\",\"name\":\"fileUpload\",\"id\":\"fileUpload\",\"accept\":\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\"},on:{\"change\":_vm.reviewFile}}),(_vm.showFileError)?_c('small',{staticClass:\"text-red-600 font-bold\"},[_vm._v(\" \"+_vm._s(_vm.fileError)+\" \")]):_vm._e()]),_c('div',{staticClass:\"mt-7\"},[_c('button',{staticClass:\"w-full bg-idBlued text-white flex gap-3 py-2.5 justify-center rounded\",attrs:{\"disabled\":!_vm.formReady || _vm.proceeding,\"type\":\"submit\"}},[_c('span',[_vm._v(\"Upload\")]),(_vm.proceeding)?_c('spinner'):_vm._e()],1)])]),_c('div',{staticClass:\"w-full lg:w-1/3 px-3 py-2\"},[_c('div',{staticClass:\"bg-blue-100 rounded-lg text-idBlued px-3 py-2\"},[_c('h3',{staticClass:\"font-bold text-xl\"},[_vm._v(\"Instructions\")]),_c('ol',{staticClass:\"text-sm mt-2\"},[_c('li',[_vm._v(\" 1. Make sure to use the provided excel template and adhere strictly to its column format. Click to \"),_c('a',{staticClass:\"font-bold underline\",attrs:{\"href\":_vm.EXCEL_UPLOAD_TEMPLATE,\"download\":\"Staff Onboard Template\"}},[_vm._v(\" Download template \")])]),_vm._m(5),_c('li',[_vm._v(\" 3. If an MDA is not on the MDA dropdown, use the \"),_c('router-link',{staticClass:\"font-bold underline\",attrs:{\"to\":{ name: 'Admin MDA List' }}},[_vm._v(\" MDA List Here \")]),_vm._v(\" to add it \")],1),_c('li',[_vm._v(\" 4. If a Department is not on the Department dropdown, use the \"),_c('router-link',{staticClass:\"font-bold underline\",attrs:{\"to\":{ name: 'Admin Department List' }}},[_vm._v(\" Department List Here \")]),_vm._v(\" to add it \")],1),_c('li',[_vm._v(\" 5. If a Bank is not on the Bank dropdown, use the \"),_c('router-link',{staticClass:\"font-bold underline\",attrs:{\"to\":{ name: 'Admin Bank List' }}},[_vm._v(\" Bank List Here \")]),_vm._v(\" to add it \")],1)])])])])])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('label',{attrs:{\"for\":\"mda\"}},[_vm._v(\" Select Staff type \"),_c('span',{staticClass:\"req\"},[_vm._v(\"*\")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('label',{attrs:{\"for\":\"mda\"}},[_vm._v(\" Select MDA \"),_c('span',{staticClass:\"req\"},[_vm._v(\"*\")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('label',{staticClass:\"text-sm\",attrs:{\"for\":\"department\"}},[_vm._v(\" Select Department \"),_c('span',{staticClass:\"req\"},[_vm._v(\"*\")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('label',{staticClass:\"text-sm\",attrs:{\"for\":\"department\"}},[_vm._v(\" Select Bank \"),_c('span',{staticClass:\"req\"},[_vm._v(\"*\")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('label',{attrs:{\"for\":\"fileUpload\"}},[_vm._v(\" Select Excel File \"),_c('span',{staticClass:\"req\"},[_vm._v(\"*\")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('li',[_vm._v(\" 2. Make sure the file size is less than \"),_c('span',{staticClass:\"font-bold\"},[_vm._v(\"2mb\")])])\n}]\n\nexport { render, staticRenderFns }","\n
\n
Staff Upload
\n\n \n \n\n
\n
\n
Instructions
\n\n \n
\n 1. Make sure to use the provided excel template and adhere\n strictly to its column format. Click to\n \n Download template\n \n
\n
\n 2. Make sure the file size is less than\n 2mb\n
\n
\n 3. If an MDA is not on the MDA dropdown, use the\n \n MDA List Here\n \n to add it\n
\n
\n 4. If a Department is not on the Department dropdown, use the\n \n Department List Here\n \n to add it\n
\n
\n 5. If a Bank is not on the Bank dropdown, use the\n \n Bank List Here\n \n to add it\n
\n \n
\n
\n \n
\n\n\n\n\n\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StaffUpload.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StaffUpload.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./StaffUpload.vue?vue&type=template&id=5ae3faa4&scoped=true\"\nimport script from \"./StaffUpload.vue?vue&type=script&lang=js\"\nexport * from \"./StaffUpload.vue?vue&type=script&lang=js\"\nimport style0 from \"./StaffUpload.vue?vue&type=style&index=0&id=5ae3faa4&prod&scoped=true&lang=css\"\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 \"5ae3faa4\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}