index.vue 9.37 KB
<template>
  <div class="timedTask from-clues">
    <div class="from-clues-header">
      <el-form ref="ruleForm" :model="form" label-width="100px">
        <el-row class="mb-5">
          <!-- 按钮操作 -->
          <el-col :span="2" class="btnColRight">
            <el-form-item>
              <btn nativeType="cx" @click="handleAdd">添加人员</btn>
              <!-- <btn nativeType="cx" @click="resetPassword(selectionRows)"
                >重置密码</btn
              >
              <btn nativeType="cx" @click="resetSearch()">重置</btn> -->
            </el-form-item>
          </el-col>
        </el-row>
      </el-form>
    </div>
    <div class="from-clues-content">
      <lb-table
        :page-size="pageData.size"
        :current-page.sync="pageData.current"
        :total="pageData.total"
        @size-change="handleSizeChange"
        @p-current-change="handleCurrentChange"
        :column="tableData.columns"
        :data="tableData.data"
      >
      </lb-table>
    </div>
    <edit-dialog ref="dialogForm" />
  </div>
</template>
<script>
// 定时任务
import data from "./data";
import sjsbTask from "@/api/sjsbTask.js";
import tableMixin from "@/mixins/tableMixin.js";
import EditDialog from "./edit-dialog.vue";
export default {
  name: "menus",
  mixins: [tableMixin],
  components: {
    EditDialog,
  },
  data() {
    return {
      taskData: null,
      form: {
        job_name: "",
        currentPage: 1,
      },
      queryParam: {},
      selectType: "0",
      queryName: "",
      organizationId: "", // 组织机构ID
      departmentId: "", // 部门ID
      departmentList: [], // 部门列表
      levelList: [], // 职务级别
      tableData: [],
      sexList: [],
      typeOptions: [
        {
          value: "0",
          label: "姓名",
        },
        {
          value: "1",
          label: "工号",
        },
        {
          value: "2",
          label: "部门",
        },
        {
          value: "3",
          label: "机构",
        },
      ],

      selectionList: [],
      tableData: {
        columns: [
          {
            label: "序号",
            type: "index",
            width: "50",
            index: this.indexMethod,
          },
        ]
          .concat(data.columns())
          .concat([
            {
              label: "排序",
              width: 380,
              render: (h, scope) => {
                return <div></div>;
              },
            },
            {
              label: "操作",
              width: 380,
              render: (h, scope) => {
                return (
                  <div>
                    <el-button
                      type="text"
                      size="mini"
                      icon="el-icon-edit"
                      onClick={() => {
                        this.updateLock(scope.row, scope.row.name);
                      }}
                    >
                      解锁
                    </el-button>
                    <el-button
                      type="text"
                      size="mini"
                      icon="el-icon-video-pause"
                      onClick={() => {
                        this.resetPassword(scope.row.id);
                      }}
                    >
                      重置
                    </el-button>
                    <el-button
                      type="text"
                      size="mini"
                      icon="el-icon-edit"
                      onClick={() => {
                        this.handleEdit(scope.row);
                      }}
                    >
                      修改
                    </el-button>
                    <el-button
                      type="text"
                      size="mini"
                      icon="el-icon-delete"
                      style="color:#F56C6C"
                      onClick={() => {
                        this.handleDelete(scope.row.id, scope.row.name);
                      }}
                    >
                      删除
                    </el-button>
                  </div>
                );
              },
            },
          ]),
        data: [],
      },
      pageData: {
        total: 5,
        pageSize: 15,
        current: 1,
      },
    };
  },
  methods: {
    handleAdd() {
      this.taskData = null;
      this.$refs.dialogForm.add();
      this.$refs.dialogForm.title = "添加";
    },
    featchData() {
      this.tableData.data = [
        {
          id: "6a269fa4-49ee-40ed-be72-302ebdf7b9d6",
          name: "组件开发模板测试用户",
          sort: 67,
          loginName: "wgs-template-test",
          email: null,
          lastLoginTime: null,
          mobilePhone: null,
          isLocked: false,
          status: "ACTIVE",
          passwordChangeTime: "2022-06-29T01:59:18.123+0000",
          idCard: null,
          departmentId: "dcce05ff-7747-4c19-b31f-c018ec8d8f0c",
          departmentName: "科室一",
          organizationId: "e9e830f0-38f4-4fb2-90ad-496c4e1314aa",
          sex: "0",
          isDuty: null,
          code: "adfasfd",
          jobLevel: null,
          telephone: null,
          address: null,
          _X_ROW_KEY: "row_42",
          switch: true,
        },
        {
          id: "acebbaf3-81d0-4b0f-a426-feafa7ea1bed",
          name: "饿肚肚",
          sort: 36,
          loginName: "吃饭",
          email: null,
          lastLoginTime: null,
          mobilePhone: null,
          isLocked: false,
          status: "ACTIVE",
          passwordChangeTime: "2021-08-24T02:04:39.132+0000",
          idCard: "43423441242134    ",
          departmentId: "dcce05ff-7747-4c19-b31f-c018ec8d8f0c",
          departmentName: "科室一",
          organizationId: "e9e830f0-38f4-4fb2-90ad-496c4e1314aa",
          sex: null,
          isDuty: null,
          code: "2323",
          jobLevel: null,
          telephone: null,
          address: null,
          _X_ROW_KEY: "row_43",
          switch: true,
        }
      ];
    },
    // 重置搜索
    // resetSearch() {
    //   this.selectType = "0";
    //   this.queryName = "";
    //   this.queryParam = {
    //     organizationId: this.organizationId,
    //     departmentId: this.departmentId
    //   }
    // },

    // 更新用户解锁状态
    updateLock(id, name) {
      this.$confirm(
        `<div  class="customer-message-wrapper">
              <h5 class="title">确定要更新用户解锁状态吗</h5>
               <p class="result">执行后,数据将
                 <span >无法恢复</span>
                </p>
        </div>`,
        "执行确认",
        {
          dangerouslyUseHTMLString: true,
          customClass: "customer-delete",
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning",
        }
      )
        .then(() => {
          // updateLock(id).then((res) => {
          //   if (res.status === 1) {
          //     this.$message.success({ message: res.message, showClose: true })
          //     this.getTableList()
          //   } else {
          //     this.$message.error({ message: res.message, showClose: true })
          //   }
          // })
        })
        .catch(() => {});
    },
    // 重置用户密码
    resetPassword(data) {
      const ids = [];
      if (data instanceof Array) {
        data.forEach((item) => {
          ids.push(item.id);
        });
      } else {
        ids.push(data);
      }
      console.log(ids, "ids");
      if (ids.length === 0) {
        this.$message({
          message: "请选择需要重置密码的用户!",
          showClose: true,
        });
        return;
      }
      this.$confirm(
        `<div  class="customer-message-wrapper">
              <h5 class="title">确定要重置密码吗</h5>
               <p class="result">执行后,数据将
                 <span >无法恢复</span>
                </p>
        </div>`,
        "执行确认",
        {
          dangerouslyUseHTMLString: true,
          customClass: "customer-delete",
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning",
        }
      )
        .then(() => {
          // resetPassword(ids).then((res) => {
          //   if (res.status === 1) {
          //     this.$message.success({ message: res.message, showClose: true })
          //     this.getTableList()
          //   } else {
          //     this.$message.error({ message: res.message, showClose: true })
          //   }
          // })
        })
        .catch(() => {});
    },
    // 修改人员信息
    handleEdit(row) {
      this.$refs.dialogForm.edit(row);
      this.$refs.dialogForm.title = "修改";
    },
    // 删除
    handleDelete(id, content) {
      this.$confirm("此操将进行删除操作, 是否继续?", "提示", {
        confirmButtonText: "确定",
        cancelButtonText: "取消",
        type: "warning",
      })
        .then(() => {
          // deleteAction(`${api.users}/${id}`).then((res) => {
          //   if (res.status === 1) {
          //     this.$message.success({ message: res.message, showClose: true })
          //   } else {
          //     this.$message.error({ message: res.message, showClose: true })
          //   }
          //   this.getTableList()
          // })
        })
        .catch(() => {});
    },
  },
};
</script>
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
@import "~@/styles/public.scss";
</style>