Browse Source

auto commit

gcz 3 years ago
parent
commit
2dfe5a25e4

+ 53 - 5
src/components/applys.vue

@@ -32,7 +32,12 @@
     </dl>
     <section class="job-list applys-list">
       <Empty v-if="applyList.length < 1" text="暂无应聘信息" />
-      <div class="job-item" v-for="item in applyList" :key="item.id">
+      <div
+        class="job-item"
+        v-for="item in applyList"
+        :key="item.id"
+        @click="goDetails(item)"
+      >
         <div class="left">
           <div class="name">
             {{ item.postName
@@ -41,7 +46,8 @@
             >
           </div>
           <div class="position">
-            {{ item.memberName }}<span>{{ item.memberCityName }}</span>
+            {{ item.memberName || item.createBy
+            }}<span>{{ item.memberCityName }}</span>
           </div>
           <div class="resume">使用简历:<span>在线简历</span></div>
         </div>
@@ -137,7 +143,7 @@
 </template>
 
 <script>
-import { getApplyList, getDicData } from "@/utils/api";
+import { getApplyList, updateStatus, getDicData } from "@/utils/api";
 import Empty from "@/components/empty.vue";
 export default {
   name: "",
@@ -247,7 +253,12 @@ export default {
     },
     filterData(item) {
       this.filterIndex = item.dictValue;
-      this.queryParams.status = item.dictValue;
+      if (item.dictValue == "-1") {
+        this.queryParams.status = "";
+      } else {
+        this.queryParams.status = item.dictValue;
+      }
+
       this.handlegetApplyList();
     },
     edit(item) {
@@ -267,7 +278,43 @@ export default {
     },
     handleCurrentChange(val) {
       this.handlegetApplyList();
-      console.log(`当前页: ${val}`);
+      // console.log(`当前页: ${val}`);
+    },
+    goDetails(item) {
+      console.log("item", item);
+      let that = this;
+      if (item.status == "0") {
+        console.log("goDetails", "1");
+        updateStatus({ id: item.id, status: "10" }).then((res) => {
+          this.$message({
+            message: res.msg,
+            type: "success",
+            duration: 1000,
+            onClose: function () {
+              that.$router.push({
+                path: "/applicant",
+                query: {
+                  veteMemberId: item.veteMemberId,
+                  postId: item.postId,
+                  status: item.status,
+                  applyId: item.id,
+                },
+              });
+            },
+          });
+          // console.log("updateStatus", res);
+        });
+      } else {
+        this.$router.push({
+          path: "/applicant",
+          query: {
+            veteMemberId: item.veteMemberId,
+            postId: item.postId,
+            status: item.status,
+            applyId: item.id,
+          },
+        });
+      }
     },
   },
 };
@@ -319,6 +366,7 @@ export default {
       line-height: 20px;
       span {
         color: #979797;
+        margin-left: 10px;
       }
     }
     .resume {

+ 2 - 1
src/components/jobs.vue

@@ -99,8 +99,9 @@
           >
             <el-col :span="24">
               <text-edit
+                placeholder="'111"
                 :minHeight="jobForm.description.minHeight"
-                :show-tool="1"
+                :show-tool="0"
                 v-model="form.description"
               ></text-edit>
             </el-col>

+ 5 - 0
src/router/index.js

@@ -31,6 +31,11 @@ const routes = [
     name: 'Register',
     component: () => import('../views/register.vue')
   },
+  {
+    path: '/applicant',
+    name: 'Applicant',
+    component: () => import('../views/applicant.vue')
+  },
   {
     path: '/login',
     name: 'Login',

+ 18 - 0
src/utils/api.js

@@ -152,6 +152,15 @@ export function getApplyList(data) {
   })
 }
 
+// 应聘-修改投递状态
+export function updateStatus(data) {
+  return request({
+    url: '/memberDel/update/status',
+    method: 'post',
+    data: data
+  })
+}
+
 // 政策法规
 export function getPolicyList(params) {
   return request({
@@ -170,6 +179,15 @@ export function getPolicyInfo(id) {
   })
 }
 
+// 应聘-获取投递人的简历
+export function getapplicantInfo(params) {
+  return request({
+    url: '/memberDel/member/info/' + params.memberId,
+    method: 'get',
+    // params: params
+  })
+}
+
 
 
 

+ 17 - 21
src/views/Home.vue

@@ -4,7 +4,13 @@
     <Mainmenu />
     <section class="company-card">
       <div class="company wrap">
-        <img class="logo" :src="companyLogo" alt="" />
+        <img v-if="companyLogo" class="logo" :src="companyLogo" alt="" />
+        <img
+          v-else
+          class="logo"
+          src="../../static/images/default-logo.png"
+          alt=""
+        />
         <div class="content">
           <div class="name">{{ companyInfo.companyName }}</div>
           <div class="addr">
@@ -79,7 +85,7 @@
               </el-tooltip>
             </div>
           </div>
-          <div class="edit-btn"><i class="icon el-icon-edit"></i>编辑</div>
+          <!-- <div class="edit-btn"><i class="icon el-icon-edit"></i>编辑</div> -->
         </div>
       </div>
     </section>
@@ -121,27 +127,14 @@
             <p>电话:{{ companyInfo.linkPhone }}</p>
           </div>
 
-          <div class="environment">
+          <div class="environment" v-if="companyImg.length > 0">
             <div class="company-details-til">工作环境</div>
             <div class="img-wrap">
               <el-image
+                v-for="item in companyImg"
+                :key="item.id"
                 class="img"
-                src="https://www.sf-express.com/.gallery/index/upgrade2020-08-27/delivery-service-3.png"
-                fit="cover"
-              ></el-image>
-              <el-image
-                class="img"
-                src="https://www.sf-express.com/.gallery/index/upgrade2020-08-27/delivery-service-2.png"
-                fit="cover"
-              ></el-image>
-              <el-image
-                class="img"
-                src="https://www.sf-express.com/.gallery/index/upgrade2020-08-27/delivery-service-3.png"
-                fit="cover"
-              ></el-image>
-              <el-image
-                class="img"
-                src="https://www.sf-express.com/.gallery/index/upgrade2020-08-27/delivery-service-2.png"
+                :src="item.filesUrl"
                 fit="cover"
               ></el-image>
             </div>
@@ -202,10 +195,11 @@ export default {
   },
   data() {
     return {
-      companyLogo: "https://www.sf-express.com/resource/images/index/sf.png",
+      companyLogo: "",
       activeName: "second",
       companymenuIndex: "1",
       companyInfo: {},
+      companyImg: [],
       companyTotal: {},
       trade: [],
       scope: [],
@@ -254,8 +248,10 @@ export default {
       getCompanyInfo()
         .then((res) => {
           this.companyInfo = res.data;
-          console.log("fetchList", res);
+          console.log("getCompanyInfo", res);
           this.$mc.vuex("vuex_name", res.data.userName);
+          this.companyLogo = res.data.logoFileList[0]?.filesUrl;
+          this.companyImg = res.data.companyfileList;
         })
         .catch((err) => {
           console.log("fetchList err", err);

+ 235 - 0
src/views/applicant.vue

@@ -0,0 +1,235 @@
+<template>
+  <div class="">
+    <Header />
+    <Mainmenu />
+    <div class="gap"></div>
+    <section class="wrap">
+      <section class="left">
+        <div class="base-info">
+          <img
+            class="portrait"
+            src="../../static/images/default-logo.png"
+            alt=""
+          />
+          <div class="text">
+            <div class="name">郝爱国</div>
+            <div class="sex">男</div>
+            <div class="lable">退役军人 / 36岁 / 群众 / 本科</div>
+            <div class=""><i class="el-icon-mobile"></i>13682277063</div>
+          </div>
+        </div>
+        <!-- base-info end -->
+        <div class="block">
+          <div class="title">求职意向</div>
+          <p>武装押运员,贵阳<span>4000-8000元</span></p>
+          <p>银行 / 生物科学 / 精密仪器</p>
+        </div>
+        <div class="block">
+          <div class="title">自我介绍</div>
+          <p>
+            本人综合素质佳,能够吃苦耐劳,忠诚稳重,坚守诚信正直原则,勇于挑战自我开发自身潜力。善于学习,勤奋务实,刻苦钻研,具备广泛的兴趣和很丰富的知识,适应能力强,能够在很短时间内融入一个新的领域,适应它并且把它做好。
+          </p>
+        </div>
+        <div class="block">
+          <div class="title">工作经历</div>
+          <el-timeline :reverse="false">
+            <el-timeline-item timestamp="2020/03-至今" placement="top">
+              <el-card>
+                <h4>贵州威振押运有限公司</h4>
+                <p>武装押运员</p>
+                <p>
+                  本人综合素质佳,能够吃苦耐劳,忠诚稳重,坚守诚信正直原则,勇于挑战自我开发自身潜力。善于学习,勤奋务实,刻苦钻研,具备广泛的兴趣和很丰富的知识,适应能力强,能够在很短时间内融入一个新的领域,适应它并且把它做好。
+                </p>
+              </el-card>
+            </el-timeline-item>
+            <el-timeline-item timestamp="2018/4-2020/2" placement="top">
+              <el-card>
+                <h4>贵州威振押运有限公司</h4>
+                <p>武装押运员</p>
+                <p>
+                  本人综合素质佳,能够吃苦耐劳,忠诚稳重,坚守诚信正直原则,勇于挑战自我开发自身潜力。善于学习,勤奋务实,刻苦钻研,具备广泛的兴趣和很丰富的知识,适应能力强,能够在很短时间内融入一个新的领域,适应它并且把它做好。
+                </p>
+              </el-card>
+            </el-timeline-item>
+            <el-timeline-item timestamp="2016/4-2018/1" placement="top">
+              <el-card>
+                <h4>贵州威振押运有限公司</h4>
+                <p>武装押运员</p>
+                <p>
+                  本人综合素质佳,能够吃苦耐劳,忠诚稳重,坚守诚信正直原则,勇于挑战自我开发自身潜力。善于学习,勤奋务实,刻苦钻研,具备广泛的兴趣和很丰富的知识,适应能力强,能够在很短时间内融入一个新的领域,适应它并且把它做好。
+                </p>
+              </el-card>
+            </el-timeline-item>
+          </el-timeline>
+        </div>
+        <div class="block">
+          <div class="title">培训与教育经历</div>
+          <el-timeline :reverse="false">
+            <el-timeline-item timestamp="2020/03-至今" placement="top">
+              <el-card>
+                <h4>贵州威振押运有限公司</h4>
+                <p>武装押运员</p>
+                <p>
+                  本人综合素质佳,能够吃苦耐劳,忠诚稳重,坚守诚信正直原则,勇于挑战自我开发自身潜力。善于学习,勤奋务实,刻苦钻研,具备广泛的兴趣和很丰富的知识,适应能力强,能够在很短时间内融入一个新的领域,适应它并且把它做好。
+                </p>
+              </el-card>
+            </el-timeline-item>
+            <el-timeline-item timestamp="2018/4-2020/2" placement="top">
+              <el-card>
+                <h4>贵州威振押运有限公司</h4>
+                <p>武装押运员</p>
+                <p>
+                  本人综合素质佳,能够吃苦耐劳,忠诚稳重,坚守诚信正直原则,勇于挑战自我开发自身潜力。善于学习,勤奋务实,刻苦钻研,具备广泛的兴趣和很丰富的知识,适应能力强,能够在很短时间内融入一个新的领域,适应它并且把它做好。
+                </p>
+              </el-card>
+            </el-timeline-item>
+            <el-timeline-item timestamp="2016/4-2018/1" placement="top">
+              <el-card>
+                <h4>贵州威振押运有限公司</h4>
+                <p>武装押运员</p>
+                <p>
+                  本人综合素质佳,能够吃苦耐劳,忠诚稳重,坚守诚信正直原则,勇于挑战自我开发自身潜力。善于学习,勤奋务实,刻苦钻研,具备广泛的兴趣和很丰富的知识,适应能力强,能够在很短时间内融入一个新的领域,适应它并且把它做好。
+                </p>
+              </el-card>
+            </el-timeline-item>
+          </el-timeline>
+        </div>
+      </section>
+      <!-- left end -->
+      <section class="right">
+        <div class="btn">邀请面试</div>
+        <div class="btn refused" @click="refused">不合适</div>
+      </section>
+    </section>
+  </div>
+</template>
+
+<script>
+import Header from "@/components/header.vue";
+import Mainmenu from "@/components/mainmenu.vue";
+import { getapplicantInfo, updateStatus } from "@/utils/api";
+export default {
+  name: "",
+  components: {
+    Header,
+    Mainmenu,
+  },
+  data() {
+    return {
+      veteMemberId: "",
+      postId: "",
+      applyId: "",
+      applicantInfo: [],
+      status: "",
+    };
+  },
+  created() {
+    this.veteMemberId = this.$route.query.veteMemberId;
+    this.postId = this.$route.query.postId;
+    this.status = this.$route.query.status;
+    this.applyId = this.$route.query.applyId;
+    this.handelGetapplicantInfo();
+  },
+  methods: {
+    handelGetapplicantInfo() {
+      getapplicantInfo({ memberId: this.veteMemberId })
+        .then((res) => {
+          console.log("getapplicantInfo", res);
+          this.applicantInfo = res.data;
+        })
+        .catch((err) => {
+          console.log("getapplicantInfo err", err);
+        });
+    },
+    refused() {
+      let that = this;
+      this.$confirm("确认不合适?")
+        .then((res) => {
+          console.log("res", res);
+          updateStatus({ id: this.postId, status: "10" }).then((res) => {
+            this.$message({
+              message: res.msg,
+              type: "success",
+              duration: 1000,
+              onClose: function () {},
+            });
+            // console.log("updateStatus", res);
+          });
+        })
+        .catch((err) => {
+          console.log("err", err);
+        });
+    },
+  },
+};
+</script>
+
+<style lang='scss' scoped>
+.gap {
+  height: 15px;
+  background: #eee;
+}
+.wrap {
+  padding-top: 63px;
+  .left {
+    width: 675px;
+    float: left;
+    .base-info {
+      overflow: hidden;
+      margin-bottom: 44px;
+      .portrait {
+        width: 80px;
+        height: 80px;
+        float: left;
+      }
+      .text {
+        float: left;
+        margin-left: 20px;
+        color: #6f6f6f;
+        font-size: 14px;
+        div {
+          margin: 5px 0;
+        }
+        .name {
+          font-size: 24px;
+          font-weight: 400;
+          color: #262626;
+          line-height: 33px;
+        }
+      }
+    }
+    .block {
+      margin-bottom: 30px;
+      line-height: 1.5;
+      .title {
+        margin-bottom: 10px;
+        font-size: 18px;
+        font-weight: 500;
+        color: #1c1c1c;
+        line-height: 25px;
+      }
+    }
+  }
+  .right {
+    width: 358px;
+    float: right;
+    .btn {
+      height: 67px;
+      line-height: 67px;
+      background: #4aad78;
+      border-radius: 5px;
+      text-align: center;
+      color: #fff;
+      font-size: 20px;
+      cursor: pointer;
+      margin-bottom: 10px;
+      box-sizing: border-box;
+      &.refused {
+        background: transparent;
+        border: 2px solid #f56c6c;
+        color: #f56c6c;
+      }
+    }
+  }
+}
+</style>

+ 22 - 2
src/views/jobdetails.vue

@@ -19,9 +19,12 @@
     </section>
     <section class="page-con wrap">
       <div class="left-content">
-        <div class="job-details">
+        <div class="job-details ql-snow">
           <div class="big-title">职位描述:</div>
-          <div v-html="jobdetails.description"></div>
+          <div
+            class="description ql-editor"
+            v-html="jobdetails.description"
+          ></div>
           <!-- <div class="block">
             <div class="title">岗位职责</div>
             <ul>
@@ -98,6 +101,10 @@
 <script>
 import Header from "@/components/header.vue";
 import Mainmenu from "@/components/mainmenu.vue";
+// import Quill from "quill";
+import "quill/dist/quill.core.css";
+import "quill/dist/quill.snow.css";
+import "quill/dist/quill.bubble.css";
 import {
   getCompanyInfo,
   getJobdetails,
@@ -324,4 +331,17 @@ export default {
     }
   }
 }
+.description {
+  /deep/ p {
+    margin-bottom: 10px;
+  }
+  /deep/ ul {
+    li {
+      font-size: 14px;
+      font-weight: 400;
+      color: #464646;
+      line-height: 30px;
+    }
+  }
+}
 </style>

+ 2 - 0
src/views/login.vue

@@ -114,6 +114,8 @@ export default {
       form: {
         username: "ry123456",
         password: "asd123fsadf@$!~",
+        // username: "ceshi001",
+        // password: "Py6z99qNy8BKf4",
         code: "",
         uuid: "",
       },

+ 1 - 1
src/views/register.vue

@@ -688,7 +688,7 @@ export default {
 //@import url()
 .full-body {
   overflow: hidden;
-  background: url(https://w.wallhaven.cc/full/v9/wallhaven-v9djdl.jpg) no-repeat;
+  background: url(http://down.momen.vip/2021/11/04/4aa913fb8f6cb.jpg) no-repeat;
   background-size: cover;
 }
 .register-wrap {

BIN
static/images/default-logo.png


+ 11 - 0
vue.config.js

@@ -1,4 +1,15 @@
+
 module.exports = {
+  chainWebpack: config => {
+    config
+      .plugin('html')
+      .tap(args => {
+        args[0].title = '退役军人'
+        return args
+      })
+  },
+  outputDir: 'dist',
+  assetsDir: 'static',
   css: {
     loaderOptions: {
       sass: {