yxk_pc_mdh/gyhl/static/js/271.def83ad914358cc4788c.js

1 line
3.4 KiB
JavaScript
Raw Normal View History

2025-08-28 15:26:35 +08:00
webpackJsonp([271],{"B0X+":function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=e("bzuE"),n={data:function(){return{total:0,pageSizes:[10,20,50],search_data:{pageno:1,pagesize:10},time:"",tableData:[],pictLoading:!1,dialogLoading:!1,typeList:[],config:i.a}},mounted:function(){this.getList()},watch:{time:function(t){t?(this.search_data.startTime=t[0],this.search_data.endTime=t[1]):(this.search_data.startTime="",this.search_data.endTime="")}},methods:{back:function(){this.$router.push({path:"/interviewManagement/interviewManagement_index",query:{t:Date.now()}})},getList:function(){var t=this;this.pictLoading=!0,this.$api.interviewManagementAPI.myselfPlan(this.search_data).then(function(a){t.pictLoading=!1,a.data?(t.total=a.data.totalRows,t.tableData=a.data.datas?a.data.datas:[]):(t.total=0,t.tableData=[])}).catch(function(a){t.pictLoading=!1,console.log(a)})},search:function(){this.search_data.pageno=1,this.getList()},handleCurrentChange:function(t){this.search_data.pageno=t,this.getList()},handleSizeChange:function(t){this.search_data.pagesize=t,this.getList()}}},s={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"sys-task sys-box"},[e("div",{staticClass:"sys-operate"},[e("el-button",{attrs:{type:"primary"},on:{click:function(a){return t.back()}}},[t._v("返回")])],1),t._v(" "),e("div",{staticClass:"sys-search"},[e("el-form",{staticClass:"form_item_search_out",attrs:{inline:""}},[e("div",{staticClass:"form_item_input_out"},[e("el-form-item",{staticClass:"form_item-inline",staticStyle:{width:"33%"},attrs:{label:"面试日期"}},[e("el-date-picker",{attrs:{type:"daterange",format:"yyyy-MM-dd","value-format":"yyyy-MM-dd HH:mm:ss","range-separator":"—","start-placeholder":"开始时间","end-placeholder":"结束时间"},model:{value:t.time,callback:function(a){t.time=a},expression:"time"}})],1)],1),t._v(" "),e("div",{staticClass:"class='form_item_btn_out'"},[e("el-form-item",[e("el-button",{attrs:{type:"primary"},on:{click:function(a){return t.search()}}},[t._v("查询")])],1)],1)])],1),t._v(" "),e("div",{staticClass:"sys-table"},[e("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.pictLoading,expression:"pictLoading"}],ref:"tb",attrs:{border:"",data:t.tableData,"header-cell-style":{fontWeight:"normal",textAlign:"center",backgroundColor:"#eceff4",color:"#222"}}},[e("el-table-column",{attrs:{prop:"interviewDate",align:"center",label:"面试时间"}}),t._v(" "),e("el-table-column",{attrs:{prop:"candidateName",align:"center",label:"候选人姓名"}}),t._v(" "),e("el-table-column",{attrs:{prop:"postName",align:"center",label:"应聘岗位"}}),t._v(" "),e("el-table-column",{attrs:{prop:"highestEducationName",align:"center",label:"最高学历"}}),t._v(" "),e("el-table-column",{attrs:{prop:"major",align:"center",label:"所学专业"}}),t._v(" "),e("el-table-column",{attrs:{prop:"graduateSchool",align:"center",label:"毕业院校"}})],1)],1),t._v(" "),e("div",{staticClass:"sys-pagination"},[e("el-pagination",{attrs:{"current-page":t.search_data.pageno,"page-sizes":t.pageSizes,"page-size":t.search_data.pagesize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1)])},staticRenderFns:[]};var r=e("VU/8")(n,s,!1,function(t){e("rKo5")},"data-v-e3532aea",null);a.default=r.exports},rKo5:function(t,a){}});