徐桐章 4 years ago
parent
commit
ce3f683858

+ 16 - 16
src/views/candidateManage/candidateAll.vue

@@ -4,7 +4,7 @@
  * @Autor: XuTongZhang
  * @Date: 2020-07-30 10:17:25
  * @LastEditors: XuTongZhang
- * @LastEditTime: 2020-08-16 22:27:57
+ * @LastEditTime: 2020-08-17 15:57:05
 -->
 <template>
   <div class="indexPage">
@@ -90,7 +90,7 @@ export default {
           {
             label: '简历来源',
             props: 'resumeFrom',
-            options: ['51job', '智联招聘', '58同城']
+            options: ['51job', '智联招聘', '58同城', '平台']
           },
           {
             label: '招聘类型',
@@ -157,7 +157,7 @@ export default {
   },
   mounted () {
     this.queryData()
-    this.queryDownList()
+    // this.queryDownList()
   },
   methods: {
     queryData (form = {}) {
@@ -178,19 +178,19 @@ export default {
           })
         })
     },
-    queryDownList () {
-      this.$api
-        .post('/position/queryPositionList', {
-          reqdata: {}
-        })
-        .then((res) => {
-          this.list[4].options = res.list.map((item) => ({
-            value: item.id,
-            label: item.positionName
-          }))
-          this.downList1 = res.list
-        })
-    },
+    // queryDownList () {
+    //   this.$api
+    //     .post('/position/queryPositionList', {
+    //       reqdata: {}
+    //     })
+    //     .then((res) => {
+    //       this.list[4].options = res.list.map((item) => ({
+    //         value: item.id,
+    //         label: item.positionName
+    //       }))
+    //       this.downList1 = res.list
+    //     })
+    // },
     search (form) {
       this.queryData(form)
     },

+ 6 - 4
src/views/candidateManage/candidateList.vue

@@ -4,7 +4,7 @@
  * @Autor: XuTongZhang
  * @Date: 2020-07-28 15:25:06
  * @LastEditors: XuTongZhang
- * @LastEditTime: 2020-08-17 09:40:34
+ * @LastEditTime: 2020-08-17 15:53:24
 -->
 <template>
   <div class="candidateList">
@@ -246,7 +246,7 @@ export default {
           {
             label: '简历来源',
             props: 'resumeFrom',
-            options: ['51job', '智联招聘', '58同城']
+            options: ['51job', '智联招聘', '58同城', '平台']
           },
           {
             label: '招聘类型',
@@ -330,7 +330,7 @@ export default {
           {
             label: '简历来源',
             props: 'resumeFrom',
-            options: ['51job', '智联招聘', '58同城']
+            options: ['51job', '智联招聘', '58同城', '平台']
           },
           {
             label: '简历投递职位',
@@ -399,7 +399,7 @@ export default {
           {
             label: '简历来源',
             props: 'resumeFrom',
-            options: ['51job', '智联招聘', '58同城']
+            options: ['51job', '智联招聘', '58同城', '平台']
           },
           {
             label: '简历投递职位',
@@ -457,6 +457,8 @@ export default {
       this.searchForm = form
       let reqdata = form
       reqdata.interviewResult = this.isCollapse
+      reqdata.isPass = 1
+      reqdata.isSendInviteMail = 1
       this.$api
         .post('/resumeInfo/queryCandidateList', {
           reqdata,

+ 3 - 3
src/views/candidateManage/resumeList.vue

@@ -4,7 +4,7 @@
  * @Autor: XuTongZhang
  * @Date: 2020-07-30 09:53:19
  * @LastEditors: XuTongZhang
- * @LastEditTime: 2020-08-16 14:34:44
+ * @LastEditTime: 2020-08-17 15:53:36
 -->
 <template>
   <div class="indexPage">
@@ -172,7 +172,7 @@ export default {
           {
             label: '简历来源',
             props: 'resumeFrom',
-            options: ['51job', '智联招聘', '58同城']
+            options: ['51job', '智联招聘', '58同城', '平台']
           },
           {
             label: '简历投递时间',
@@ -243,7 +243,7 @@ export default {
           {
             label: '简历来源',
             props: 'resumeFrom',
-            options: ['51job', '智联招聘', '58同城']
+            options: ['51job', '智联招聘', '58同城', '平台']
           },
           {
             label: '简历投递时间',