| | |
| | | @click="handleEdit(row = rowForm, OperationType = 3)">编辑</el-button> |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button type="primary" icon="el-icon-share" size="mini" :disabled="single" |
| | | @click="openQuery = true">权限</el-button> |
| | | <el-button type="primary" icon="el-icon-share" size="mini" :disabled="single" @click="queryClick">权限</el-button> |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button type="primary" icon="el-icon-delete" size="mini" :disabled="single" @click="handleDelete">删除 |
| | |
| | | :copyType="copyType" @editClose="editClose" v-if="editShow" /> |
| | | </el-dialog> |
| | | <el-dialog title="用户权限" :visible.sync="openQuery" width="1480px" append-to-body class="xsckdBox"> |
| | | <Query /> |
| | | <Query HSouceBillType="yh" @editQueryClose="editQueryClose" :linterid=this.rowForm.用户编码 v-if="queryShow" /> |
| | | </el-dialog> |
| | | </div> |
| | | </div> |
| | |
| | | import axios from 'axios' |
| | | import RowSettings from '@/views/component/rowSettings' |
| | | import Edit from '@/views/system/user/xtUserListEdit.vue' |
| | | import Query from '@/views/system/user/xtUserRightQuery.vue' |
| | | import Query from '@/views/system/user/powerInformation.vue' |
| | | |
| | | |
| | | export default { |
| | |
| | | activeSeach: '', |
| | | HModName: 'Xt_UserList', |
| | | editShow: false, |
| | | queryShow: false, |
| | | openEdit: false, |
| | | totalNameList: [], |
| | | tableShow: true, |
| | |
| | | open: false, |
| | | // 查询参数 |
| | | queryParams: { |
| | | HUSEORGID: null, |
| | | HUSEORGID: sessionStorage["OrganizationID"] - 0, |
| | | HName: null, |
| | | HNumber: null, |
| | | Comparator1: '', |
| | |
| | | if (this.pageSize == 0) { |
| | | this.pageSize = 50 |
| | | } |
| | | this.queryParams.HUSEORGID = sessionStorage["OrganizationID"] - 0 |
| | | // this.sWhere += " and HUSEORGID = '" + this.queryParams.HUSEORGID + "'" |
| | | //列表 |
| | | axios.get(this.baseURL + '/Xt_User/list', { |
| | |
| | | resetQuery() { |
| | | this.sWhere = '' |
| | | this.queryParams = { |
| | | // HOrgID: null, |
| | | HOrgID: null, |
| | | HName: null, |
| | | HNumber: null, |
| | | Comparator1: '', |
| | |
| | | //退出 |
| | | close() { |
| | | this.tableShow = true |
| | | this.single= true |
| | | this.openEdit = false |
| | | this.editShow = false |
| | | this.getList() |
| | |
| | | this.openEdit = true |
| | | this.editShow = true |
| | | }) |
| | | |
| | | }, |
| | | //打开修改组件弹窗 |
| | | handleEdit() { |
| | |
| | | editClose(val) { |
| | | this.editShow = false |
| | | this.openEdit = false |
| | | this.multiple = true |
| | | this.single= true |
| | | this.ids = [] |
| | | this.getList() |
| | | }, |
| | | queryClick() { |
| | | this.queryShow = true |
| | | this.openQuery = true |
| | | }, |
| | | editQueryClose(val) { |
| | | this.queryShow = false |
| | | this.openQuery = false |
| | | this.single= true |
| | | this.ids = [] |
| | | this.getList() |
| | | }, |
| | | /** 删除按钮操作 */ |