zhaowei
2025-07-12 59d872915ad6b8c5efe9271eb60886d84332296f
src/views/system/UserList.vue
@@ -6,22 +6,27 @@
      <a-form layout="inline" @keyup.enter.native="searchQuery">
        <a-row :gutter="24">
          <a-col :md="6" :sm="12">
            <a-form-item label="账号">
              <!--<a-input placeholder="请输入账号查询" v-model="queryParam.username"></a-input>-->
              <j-input placeholder="输入账号模糊查询" v-model="queryParam.username"></j-input>
          <a-col :md="4" :sm="6">
            <a-form-item label="用户账号">
              <j-input placeholder="输入用户账号模糊查询" v-model="queryParam.username"/>
            </a-form-item>
          </a-col>
          <a-col :md="6" :sm="8">
            <a-form-item label="真实名字">
              <a-input placeholder="请输入真实名字" v-model="queryParam.realname"></a-input>
          <a-col :md="4" :sm="6">
            <a-form-item label="用户姓名">
              <a-input placeholder="请输入用户姓名" v-model="queryParam.realname"/>
            </a-form-item>
          </a-col>
          <a-col :md="6" :sm="8">
          <a-col :md="4" :sm="6">
            <a-form-item label="岗位">
              <j-dict-select-tag v-model="queryParam.post" placeholder="请选择岗位" dict-code="sys_position,name,code"/>
            </a-form-item>
          </a-col>
          <a-col :md="4" :sm="6">
            <a-form-item label="用户状态">
              <a-select v-model="queryParam.status" placeholder="请选择">
              <a-select v-model="queryParam.status" placeholder="请选择用户状态">
                <a-select-option value="">请选择</a-select-option>
                <a-select-option value="1">正常</a-select-option>
                <a-select-option value="2">冻结</a-select-option>
@@ -29,13 +34,12 @@
            </a-form-item>
          </a-col>
          <a-col :md="6" :sm="8">
          <a-col :md="4" :sm="6">
            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
            </span>
          </a-col>
        </a-row>
      </a-form>
    </div>
@@ -44,10 +48,12 @@
    <div class="table-operator" style="border-top: 5px">
      <a-button @click="handleAdd" type="primary" icon="plus" >添加用户</a-button>
      <a-button type="primary" icon="download" @click="handleExportXls('用户信息')">导出</a-button>
      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"
                @change="handleImportExcel">
        <a-button type="primary" icon="import">导入</a-button>
      </a-upload>
      <j-third-app-button biz-type="user" :selected-row-keys="selectedRowKeys" syncToApp syncToLocal @sync-finally="onSyncFinally"/>
      <j-third-app-button biz-type="user" :selected-row-keys="selectedRowKeys" syncToApp syncToLocal
                          @sync-finally="onSyncFinally"/>
      <a-button type="primary" icon="hdd" @click="recycleBinVisible=true">回收站</a-button>
      <a-dropdown v-if="selectedRowKeys.length > 0">
        <a-menu slot="overlay" @click="handleMenuClick">
@@ -75,7 +81,8 @@
    <!-- table区域-begin -->
    <div>
      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
        <i class="anticon anticon-info-circle ant-alert-icon"></i>已选择&nbsp;<a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项&nbsp;&nbsp;
        <i class="anticon anticon-info-circle ant-alert-icon"></i>已选择&nbsp;<a style="font-weight: 600">{{
        selectedRowKeys.length }}</a>项&nbsp;&nbsp;
        <a style="margin-left: 24px" @click="onClearSelected">清空</a>
      </div>
@@ -158,10 +165,10 @@
  import UserModal from './modules/UserModal'
  import PasswordModal from './modules/PasswordModal'
  import {putAction,getFileAccessHttpUrl} from '@/api/manage';
  import { putAction, getFileAccessHttpUrl } from '@/api/manage'
  import {frozenBatch} from '@/api/api'
  import {JeecgListMixin} from '@/mixins/JeecgListMixin'
  import SysUserAgentModal from "./modules/SysUserAgentModal";
  import SysUserAgentModal from './modules/SysUserAgentModal'
  import JInput from '@/components/jeecg/JInput'
  import UserRecycleBinModal from './modules/UserRecycleBinModal'
  import JSuperQuery from '@/components/jeecg/JSuperQuery'
@@ -169,7 +176,7 @@
  import {mapActions} from 'vuex'
  export default {
    name: "UserList",
    name: 'UserList',
    mixins: [JeecgListMixin],
    components: {
      JThirdAppButton,
@@ -188,47 +195,47 @@
        columns: [
          {
            title: '用户账号',
            align: "center",
            align: 'center',
            dataIndex: 'username',
            width: 120,
            sorter: true
          },
          {
            title: '用户姓名',
            align: "center",
            align: 'center',
            width: 100,
            dataIndex: 'realname',
            dataIndex: 'realname'
          },
          {
            title: '头像',
            align: "center",
            align: 'center',
            width: 80,
            dataIndex: 'avatar',
            scopedSlots: {customRender: "avatarslot"}
            scopedSlots: { customRender: 'avatarslot' }
          },
          {
            title: '部门',
            align: "center",
            align: 'center',
            width: 240,
            dataIndex: 'orgCodeTxt'
          },
          {
            title: '车间',
            align: "center",
            align: 'center',
            width: 240,
            dataIndex: 'productionName',
            ellipsis: true,
            ellipsis: true
          },
          {
            title: '维修部门',
            align: "center",
            align: 'center',
            width: 240,
            dataIndex: 'repairDepartName',
            ellipsis: true,
            ellipsis: true
          },
          {
            title: '状态',
            align: "center",
            align: 'center',
            width: 80,
            dataIndex: 'status_dictText'
          },
@@ -236,31 +243,31 @@
            title: '操作',
            dataIndex: 'action',
            scopedSlots: { customRender: 'action' },
            align: "center",
            align: 'center',
            width: 80
          },
          }
        ],
        isDepartType:'',
        superQueryFieldList: [
          { type: 'input', value: 'username', text: '用户账号', },
          { type: 'input', value: 'realname', text: '用户姓名', },
          { type: 'select', value: 'sex', dbType: 'int', text: '性别', dictCode: 'sex' },
          { type: 'input', value: 'username', text: '用户账号' },
          { type: 'input', value: 'realname', text: '用户姓名' },
          { type: 'select', value: 'sex', dbType: 'int', text: '性别', dictCode: 'sex' }
        ],
        url: {
          syncUser: "/act/process/extActProcess/doSyncUser",
          list: "/sys/user/list",
          delete: "/sys/user/delete",
          deleteBatch: "/sys/user/deleteBatch",
          exportXlsUrl: "/sys/user/exportXls",
          importExcelUrl: "sys/user/importExcel",
        },
          syncUser: '/act/process/extActProcess/doSyncUser',
          list: '/sys/user/list',
          delete: '/sys/user/delete',
          deleteBatch: '/sys/user/deleteBatch',
          exportXlsUrl: '/sys/user/exportXls',
          importExcelUrl: 'sys/user/importExcel'
        }
      }
    },
    computed: {
      importExcelUrl: function(){
        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`
      }
    },
      created() {
@@ -276,34 +283,33 @@
                this.columns=[
                  {
                    title: '用户账号',
                    align: "center",
                  align: 'center',
                    dataIndex: 'username',
                    width: 120,
                    sorter: true
                  },
                  {
                    title: '用户姓名',
                    align: "center",
                  align: 'center',
                    width: 100,
                    dataIndex: 'realname',
                  dataIndex: 'realname'
                  },
                  {
                    title: '头像',
                    align: "center",
                  title: '岗位',
                  align: 'center',
                    width: 80,
                    dataIndex: 'avatar',
                    scopedSlots: {customRender: "avatarslot"}
                  dataIndex: 'post_dictText'
                  },
                  {
                    title: '车间',
                    align: "center",
                  align: 'center',
                    width: 240,
                    dataIndex: 'productionName',
                    ellipsis: true,
                  ellipsis: true
                  },
                  {
                    title: '状态',
                    align: "center",
                  align: 'center',
                    width: 80,
                    dataIndex: 'status_dictText'
                  },
@@ -311,9 +317,9 @@
                    title: '操作',
                    dataIndex: 'action',
                    scopedSlots: { customRender: 'action' },
                    align: "center",
                  align: 'center',
                    width: 80
                  },
                }
                ]
@@ -321,46 +327,45 @@
                this.columns= [
                  {
                  title: '用户账号',
                  align: "center",
                  align: 'center',
                  dataIndex: 'username',
                  width: 120,
                  sorter: true
                },
                  {
                    title: '用户姓名',
                    align: "center",
                  align: 'center',
                    width: 100,
                    dataIndex: 'realname',
                  dataIndex: 'realname'
                  },
                  {
                    title: '头像',
                    align: "center",
                  title: '岗位',
                  align: 'center',
                    width: 80,
                    dataIndex: 'avatar',
                    scopedSlots: {customRender: "avatarslot"}
                  dataIndex: 'post_dictText'
                  },
                  {
                    title: '部门',
                    align: "center",
                  align: 'center',
                    width: 240,
                    dataIndex: 'orgCodeTxt'
                  },
                  {
                    title: '车间',
                    align: "center",
                  align: 'center',
                    width: 240,
                    dataIndex: 'productionName',
                    ellipsis: true,
                  ellipsis: true
                  },
                  {
                    title: '班组',
                    align: "center",
                  align: 'center',
                    width: 240,
                    dataIndex: 'teamId_dictText'
                  },
                  {
                    title: '状态',
                    align: "center",
                  align: 'center',
                    width: 80,
                    dataIndex: 'status_dictText'
                  },
@@ -368,7 +373,7 @@
                    title: '操作',
                    dataIndex: 'action',
                    scopedSlots: { customRender: 'action' },
                    align: "center",
                  align: 'center',
                    width: 80
                  }
              ]
@@ -377,7 +382,7 @@
              this.$notification.warning({
                message:'消息',
                description:res.message
              });
            })
            }
          }).finally(() =>{
          })
@@ -391,75 +396,75 @@
          // this.$message.warning('请选择一条记录!');
          this.$notification.warning({
            message:'消息',
            description:"请选择一条记录"
          });
          return false;
            description: '请选择一条记录'
          })
          return false
        } else {
          let ids = "";
          let that = this;
          let isAdmin = false;
          let ids = ''
          let that = this
          let isAdmin = false
          that.selectionRows.forEach(function (row) {
            if (row.username == 'admin') {
              isAdmin = true;
              isAdmin = true
            }
          });
          })
          if (isAdmin) {
            that.$message.warning('管理员账号不允许此操作,请重新选择!');
            return;
            that.$message.warning('管理员账号不允许此操作,请重新选择!')
            return
          }
          that.selectedRowKeys.forEach(function (val) {
            ids += val + ",";
          });
            ids += val + ','
          })
          that.$confirm({
            title: "确认操作",
            content: "是否" + (status == 1 ? "解冻" : "冻结") + "选中账号?",
            title: '确认操作',
            content: '是否' + (status == 1 ? '解冻' : '冻结') + '选中账号?',
            onOk: function () {
              frozenBatch({ids: ids, status: status}).then((res) => {
                if (res.success) {
                  that.$message.success(res.message);
                  that.loadData();
                  that.onClearSelected();
                  that.$message.success(res.message)
                  that.loadData()
                  that.onClearSelected()
                } else {
                  that.$message.warning(res.message);
                  that.$message.warning(res.message)
                }
              });
              })
            }
          });
          })
        }
      },
      handleMenuClick(e) {
        if (e.key == 1) {
          this.batchDel();
          this.batchDel()
        } else if (e.key == 2) {
          this.batchFrozen(2);
          this.batchFrozen(2)
        } else if (e.key == 3) {
          this.batchFrozen(1);
          this.batchFrozen(1)
        }
      },
      handleFrozen: function (id, status, username) {
        let that = this;
        let that = this
        //TODO 后台校验管理员角色
        if ('admin' == username) {
          that.$message.warning('管理员账号不允许此操作!');
          return;
          that.$message.warning('管理员账号不允许此操作!')
          return
        }
        frozenBatch({ids: id, status: status}).then((res) => {
          if (res.success) {
            that.$notification.success({
              message:'消息',
              description:res.message
            });
            that.loadData();
            })
            that.loadData()
          } else {
            that.$notification.warning({
              message:'消息',
              description:res.message
            });
            })
          }
        });
        })
      },
      handleChangePassword(username) {
        this.$refs.passwordmodal.show(username);
        this.$refs.passwordmodal.show(username)
      },
      passwordModalOk() {
        //TODO 密码修改完成 不需要刷新页面,可以把datasource中的数据更新一下
@@ -469,7 +474,7 @@
        if (isToLocal) {
          this.loadData()
        }
      },
      }
    }
  }