Commit e69721c5 by xue_wengang

权限管理

parent a554c53b
......@@ -66,6 +66,83 @@ export default {
name: "applyManager",
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryUser",
label: "用户信息管理",
roles: ["F0101", "admin",'A0000'],
index: "queryUser",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryRole",
label: "角色信息管理",
roles: ["F0102", "admin",'A0000'],
index: "queryRole",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryMenu",
label: "菜单信息管理",
roles: ["F0103", "admin",'A0000'],
index: "queryMenu",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "applyManager",
label: "三员申报管理",
roles: ["F0104", "admin",'A0000'],
index: "applyManager",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "approvalManage",
label: "三员审批管理",
roles: ["F0105", "admin",'A0000'],
index: "approvalManage",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryPWhite",
label: "白名单管理",
roles: ["F0106", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryPWhite",
label: "用户白名单管理",
roles: ["F010601", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryCWhite",
label: "车辆白名单管理",
roles: ["F010602", "admin",'A0000'],
index: "queryCWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryTWhite",
label: "电话白名单管理",
roles: ["F010603", "admin",'A0000'],
index: "queryTWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
pageBs: "applyManager",
tableLoading: false,
tableData: [],
......@@ -90,6 +167,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
this.isPremission = JSON.parse(sessionStorage.getItem("userInfo"))
.permission.split(",")
.findIndex((item) => item == "A0000");
......
......@@ -45,6 +45,83 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryUser",
label: "用户信息管理",
roles: ["F0101", "admin",'A0000'],
index: "queryUser",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryRole",
label: "角色信息管理",
roles: ["F0102", "admin",'A0000'],
index: "queryRole",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryMenu",
label: "菜单信息管理",
roles: ["F0103", "admin",'A0000'],
index: "queryMenu",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "applyManager",
label: "三员申报管理",
roles: ["F0104", "admin",'A0000'],
index: "applyManager",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "approvalManage",
label: "三员审批管理",
roles: ["F0105", "admin",'A0000'],
index: "approvalManage",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryPWhite",
label: "白名单管理",
roles: ["F0106", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryPWhite",
label: "用户白名单管理",
roles: ["F010601", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryCWhite",
label: "车辆白名单管理",
roles: ["F010602", "admin",'A0000'],
index: "queryCWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryTWhite",
label: "电话白名单管理",
roles: ["F010603", "admin",'A0000'],
index: "queryTWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
Menu: [
{
id: "approvalManage",
......@@ -131,6 +208,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
this.isPremission = JSON.parse(sessionStorage.getItem("userInfo"))
.permission.split(",")
.findIndex((item) => item == "A0000");
......
......@@ -26,6 +26,83 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryUser",
label: "用户信息管理",
roles: ["F0101", "admin",'A0000'],
index: "queryUser",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryRole",
label: "角色信息管理",
roles: ["F0102", "admin",'A0000'],
index: "queryRole",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryMenu",
label: "菜单信息管理",
roles: ["F0103", "admin",'A0000'],
index: "queryMenu",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "applyManager",
label: "三员申报管理",
roles: ["F0104", "admin",'A0000'],
index: "applyManager",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "approvalManage",
label: "三员审批管理",
roles: ["F0105", "admin",'A0000'],
index: "approvalManage",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryPWhite",
label: "白名单管理",
roles: ["F0106", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryPWhite",
label: "用户白名单管理",
roles: ["F010601", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryCWhite",
label: "车辆白名单管理",
roles: ["F010602", "admin",'A0000'],
index: "queryCWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryTWhite",
label: "电话白名单管理",
roles: ["F010603", "admin",'A0000'],
index: "queryTWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
header: "车辆白名单管理",
pageBs: "queryCWhite",
cxFormData: {
......@@ -90,6 +167,7 @@ export default {
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_Header", this.header);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
this.isPremission = JSON.parse(sessionStorage.getItem("userInfo"))
.permission.split(",")
.findIndex((item) => item == "A0000");
......
......@@ -58,6 +58,83 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryUser",
label: "用户信息管理",
roles: ["F0101", "admin",'A0000'],
index: "queryUser",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryRole",
label: "角色信息管理",
roles: ["F0102", "admin",'A0000'],
index: "queryRole",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryMenu",
label: "菜单信息管理",
roles: ["F0103", "admin",'A0000'],
index: "queryMenu",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "applyManager",
label: "三员申报管理",
roles: ["F0104", "admin",'A0000'],
index: "applyManager",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "approvalManage",
label: "三员审批管理",
roles: ["F0105", "admin",'A0000'],
index: "approvalManage",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryPWhite",
label: "白名单管理",
roles: ["F0106", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryPWhite",
label: "用户白名单管理",
roles: ["F010601", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryCWhite",
label: "车辆白名单管理",
roles: ["F010602", "admin",'A0000'],
index: "queryCWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryTWhite",
label: "电话白名单管理",
roles: ["F010603", "admin",'A0000'],
index: "queryTWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
header: "菜单管理",
pageBs: "queryMenu",
cxFormData: {
......@@ -129,6 +206,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
this.isPremission = JSON.parse(sessionStorage.getItem("userInfo"))
.permission.split(",")
.findIndex((item) => item == "A0000");
......
......@@ -26,6 +26,83 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryUser",
label: "用户信息管理",
roles: ["F0101", "admin",'A0000'],
index: "queryUser",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryRole",
label: "角色信息管理",
roles: ["F0102", "admin",'A0000'],
index: "queryRole",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryMenu",
label: "菜单信息管理",
roles: ["F0103", "admin",'A0000'],
index: "queryMenu",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "applyManager",
label: "三员申报管理",
roles: ["F0104", "admin",'A0000'],
index: "applyManager",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "approvalManage",
label: "三员审批管理",
roles: ["F0105", "admin",'A0000'],
index: "approvalManage",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryPWhite",
label: "白名单管理",
roles: ["F0106", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryPWhite",
label: "用户白名单管理",
roles: ["F010601", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryCWhite",
label: "车辆白名单管理",
roles: ["F010602", "admin",'A0000'],
index: "queryCWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryTWhite",
label: "电话白名单管理",
roles: ["F010603", "admin",'A0000'],
index: "queryTWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
header: "用户白名单",
pageBs: "queryPWhite",
cxFormData: {
......@@ -90,6 +167,7 @@ export default {
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_Header", this.header);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
this.isPremission = JSON.parse(sessionStorage.getItem("userInfo"))
.permission.split(",")
.findIndex((item) => item == "A0000");
......
......@@ -65,6 +65,83 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryUser",
label: "用户信息管理",
roles: ["F0101", "admin",'A0000'],
index: "queryUser",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryRole",
label: "角色信息管理",
roles: ["F0102", "admin",'A0000'],
index: "queryRole",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryMenu",
label: "菜单信息管理",
roles: ["F0103", "admin",'A0000'],
index: "queryMenu",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "applyManager",
label: "三员申报管理",
roles: ["F0104", "admin",'A0000'],
index: "applyManager",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "approvalManage",
label: "三员审批管理",
roles: ["F0105", "admin",'A0000'],
index: "approvalManage",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryPWhite",
label: "白名单管理",
roles: ["F0106", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryPWhite",
label: "用户白名单管理",
roles: ["F010601", "admin",'A0000'],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryCWhite",
label: "车辆白名单管理",
roles: ["F010602", "admin",'A0000'],
index: "queryCWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryTWhite",
label: "电话白名单管理",
roles: ["F010603", "admin",'A0000'],
index: "queryTWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
header: "角色管理",
pageBs: "queryRole",
cxFormData: {
......@@ -145,6 +222,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
this.isPremission = JSON.parse(sessionStorage.getItem("userInfo"))
.permission.split(",")
.findIndex((item) => item == "A0000");
......
......@@ -26,13 +26,90 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryUser",
label: "用户信息管理",
roles: ["F0101", "admin", "A0000"],
index: "queryUser",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryRole",
label: "角色信息管理",
roles: ["F0102", "admin", "A0000"],
index: "queryRole",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryMenu",
label: "菜单信息管理",
roles: ["F0103", "admin", "A0000"],
index: "queryMenu",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "applyManager",
label: "三员申报管理",
roles: ["F0104", "admin", "A0000"],
index: "applyManager",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "approvalManage",
label: "三员审批管理",
roles: ["F0105", "admin", "A0000"],
index: "approvalManage",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryPWhite",
label: "白名单管理",
roles: ["F0106", "admin", "A0000"],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryPWhite",
label: "用户白名单管理",
roles: ["F010601", "admin", "A0000"],
index: "queryPWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryCWhite",
label: "车辆白名单管理",
roles: ["F010602", "admin", "A0000"],
index: "queryCWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryTWhite",
label: "电话白名单管理",
roles: ["F010603", "admin", "A0000"],
index: "queryTWhite",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
},
],
header: "电话白名单管理",
pageBs: "queryTWhite",
cxFormData: {
sqdxHm: "",
limit: 10,
page: 1,
sqdxLx:'02'
sqdxLx: "02",
},
cxQueryField: [
{
......@@ -90,6 +167,7 @@ export default {
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_Header", this.header);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.isPremission = JSON.parse(sessionStorage.getItem("userInfo"))
.permission.split(",")
.findIndex((item) => item == "A0000");
......
......@@ -53,6 +53,65 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryJz",
label: "卷宗列表",
roles: ["E0901", "admin",'A0000'],
index: "queryJz",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySqdlb",
label: "申请单列表",
roles: ["E0902", "admin",'A0000'],
index: "querySqdlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryXslb",
label: "线索列表",
roles: ["E0903", "admin",'A0000'],
index: "queryXslb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDwsp",
label: "待我审批",
roles: ["E0904", "admin",'A0000'],
index: "queryDwsp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryWysp",
label: "我已审批",
roles: ["E0905", "admin",'A0000'],
index: "queryWysp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySptj",
label: "审批统计",
roles: ["E0906", "admin",'A0000'],
index: "querySptj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDlr",
label: "代理人",
roles: ["E0907", "admin",'A0000'],
index: "queryDlr",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
dialogFormVisible: false,
agentUserPoliceId: '',
agentUserXm: '',
......@@ -106,6 +165,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
},
methods: {
add() {
......
......@@ -227,61 +227,10 @@ export default {
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
leftMenus2: [
//左侧导航(模块第一个页面需要)
{
id: "queryJz",
label: "卷宗列表",
newAuth: "M01",
index: "queryJz",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySqdlb",
label: "申请单列表",
newAuth: "M01",
index: "querySqdlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryXslb",
label: "线索列表",
newAuth: "M01",
index: "queryXslb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDwsp",
label: "待我审批",
newAuth: "M01",
index: "queryDwsp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryWysp",
label: "我已审批",
newAuth: "M01",
index: "queryWysp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySptj",
label: "审批统计",
newAuth: "M01",
index: "querySptj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDlr",
label: "代理人",
newAuth: "M01",
roles: ["E0907", "admin",'A0000'],
index: "queryDlr",
className: "iconfont icongongnengfuwu",
hasChildren: false,
......@@ -295,7 +244,6 @@ export default {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
this.$store.commit("user/SET_Header", this.header);
this.toGetUserQx()
},
methods: {
// 普通审批
......@@ -308,23 +256,6 @@ export default {
this.spData = data.row
this.spDialogFormVisible2 = true
},
// 获取用户权限(控制菜单)
toGetUserQx(scope) {
console.log('scope', scope)
const param = {
cxrJh: JSON.parse(sessionStorage.getItem("userInfo")).account
}
getUserQx(param).then(res => {
if(res.code == '200') {
// this.haveEjspqx = res.haveEjspqx
if(res.haveEjspqx) {
this.$store.commit("user/SET_LeftMenu", this.leftMenus2)
} else {
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
}
}
})
},
// 卷宗详情
showDetail(scope) {
console.log('scope', scope)
......
......@@ -314,6 +314,65 @@ export default {
components: {},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryJz",
label: "卷宗列表",
roles: ["E0901", "admin", "A0000"],
index: "queryJz",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySqdlb",
label: "申请单列表",
roles: ["E0902", "admin", "A0000"],
index: "querySqdlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryXslb",
label: "线索列表",
roles: ["E0903", "admin", "A0000"],
index: "queryXslb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDwsp",
label: "待我审批",
roles: ["E0904", "admin", "A0000"],
index: "queryDwsp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryWysp",
label: "我已审批",
roles: ["E0905", "admin", "A0000"],
index: "queryWysp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySptj",
label: "审批统计",
roles: ["E0906", "admin", "A0000"],
index: "querySptj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDlr",
label: "代理人",
roles: ["E0907", "admin", "A0000"],
index: "queryDlr",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
dialogFormVisible: false,
lcDialogFormVisible: false,
approveOrder: {},
......@@ -666,10 +725,10 @@ export default {
this.bztData[5].value = res.bzt.yjbhCount;
this.bztData[6].value = res.bzt.ejbhCount;
// this.zztCount = res.zztCount
res.zzt.forEach( item => {
this.zztX.push(item.createtime)
this.zztY.push(item.tjCount)
})
res.zzt.forEach((item) => {
this.zztX.push(item.createtime);
this.zztY.push(item.tjCount);
});
this.startMyEcharts();
this.loading.close();
}
......@@ -849,7 +908,6 @@ export default {
};
</script>
<style scoped lang="scss">
::v-deep .el-dialog__body {
padding: 10px !important;
.el-row {
......
......@@ -169,6 +169,65 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryJz",
label: "卷宗列表",
roles: ["E0901", "admin",'A0000'],
index: "queryJz",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySqdlb",
label: "申请单列表",
roles: ["E0902", "admin",'A0000'],
index: "querySqdlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryXslb",
label: "线索列表",
roles: ["E0903", "admin",'A0000'],
index: "queryXslb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDwsp",
label: "待我审批",
roles: ["E0904", "admin",'A0000'],
index: "queryDwsp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryWysp",
label: "我已审批",
roles: ["E0905", "admin",'A0000'],
index: "queryWysp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySptj",
label: "审批统计",
roles: ["E0906", "admin",'A0000'],
index: "querySptj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDlr",
label: "代理人",
roles: ["E0907", "admin",'A0000'],
index: "queryDlr",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
dialogFormVisible: false,
lcDialogFormVisible: false,
spDialogFormVisible: false,
......@@ -299,6 +358,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu)
this.$store.commit("user/SET_LeftMenu", this.leftMenus)
},
methods: {
// 普通审批
......
......@@ -140,6 +140,65 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryJz",
label: "卷宗列表",
roles: ["E0901", "admin",'A0000'],
index: "queryJz",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySqdlb",
label: "申请单列表",
roles: ["E0902", "admin",'A0000'],
index: "querySqdlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryXslb",
label: "线索列表",
roles: ["E0903", "admin",'A0000'],
index: "queryXslb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDwsp",
label: "待我审批",
roles: ["E0904", "admin",'A0000'],
index: "queryDwsp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryWysp",
label: "我已审批",
roles: ["E0905", "admin",'A0000'],
index: "queryWysp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySptj",
label: "审批统计",
roles: ["E0906", "admin",'A0000'],
index: "querySptj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDlr",
label: "代理人",
roles: ["E0907", "admin",'A0000'],
index: "queryDlr",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
dialogFormVisible: false,
lcDialogFormVisible: false,
header: "线索审批管理平台",
......@@ -256,7 +315,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
// this.$store.commit("user/SET_Header", this.header);
},
methods: {
......
......@@ -136,6 +136,65 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryJz",
label: "卷宗列表",
roles: ["E0901", "admin",'A0000'],
index: "queryJz",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySqdlb",
label: "申请单列表",
roles: ["E0902", "admin",'A0000'],
index: "querySqdlb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryXslb",
label: "线索列表",
roles: ["E0903", "admin",'A0000'],
index: "queryXslb",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDwsp",
label: "待我审批",
roles: ["E0904", "admin",'A0000'],
index: "queryDwsp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryWysp",
label: "我已审批",
roles: ["E0905", "admin",'A0000'],
index: "queryWysp",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "querySptj",
label: "审批统计",
roles: ["E0906", "admin",'A0000'],
index: "querySptj",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryDlr",
label: "代理人",
roles: ["E0907", "admin",'A0000'],
index: "queryDlr",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
],
dialogFormVisible: false,
lcDialogFormVisible: false,
header: "线索审批管理平台",
......@@ -263,7 +322,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
// this.$store.commit("user/SET_Header", this.header);
},
methods: {
......
......@@ -34,6 +34,109 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "zczl",
label: "工作指令流转",
roles: ["C0601", "admin",'A0000'],
index: "zczl",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "wfzdzczl",
label: "我负责的工作指令",
index: "wfzdzczl",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "wfqdzczl",
label: "我发起的工作指令",
index: "wfqdzczl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "xywspdzczl",
label: "需要我审批的工作指令",
index: "xywspdzczl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "xywspdfkxx",
label: "需要我审批的反馈信息",
index: "xywspdfkxx",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "bxqjsdzczl",
label: "本辖区接收的工作指令",
index: "bxqjsdzczl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "zczltj",
label: "工作指令工作评估",
index: "zczltj",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "dwtjtb",
label: "单位统计",
index: "dwtjtb",
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
},
{
id: "xxgl",
label: "信息管理",
roles: ["C0602", "admin",'A0000'],
index: "xxgl",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "llycx",
label: "联络员管理",
index: "llycx",
roles: ["C060201", "admin",'A0000'],
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "llygl",
label: "联络员查询",
roles: ["C060202", "admin",'A0000'],
index: "llygl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "sqqxgl",
label: "审批权限管理",
index: "sqqxgl",
roles: ["C060203", "admin",'A0000'],
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
},
],
header: "联络员管理",
pageBs: "xywspdzczl",
cxFormData: {
......@@ -108,6 +211,7 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
},
methods: {
settingPerson(scope, loading) {
......
......@@ -7,7 +7,6 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
ref="rightContent"
></right-content>
</div>
......@@ -23,6 +22,109 @@ export default {
},
data() {
return {
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "zczl",
label: "工作指令流转",
roles: ["C0601", "admin", "A0000"],
index: "zczl",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "wfzdzczl",
label: "我负责的工作指令",
index: "wfzdzczl",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "wfqdzczl",
label: "我发起的工作指令",
index: "wfqdzczl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "xywspdzczl",
label: "需要我审批的工作指令",
index: "xywspdzczl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "xywspdfkxx",
label: "需要我审批的反馈信息",
index: "xywspdfkxx",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "bxqjsdzczl",
label: "本辖区接收的工作指令",
index: "bxqjsdzczl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "zczltj",
label: "工作指令工作评估",
index: "zczltj",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "dwtjtb",
label: "单位统计",
index: "dwtjtb",
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
},
{
id: "xxgl",
label: "信息管理",
roles: ["C0602", "admin", "A0000"],
index: "xxgl",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "llycx",
label: "联络员管理",
index: "llycx",
roles: ["C060201", "admin", "A0000"],
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "llygl",
label: "联络员查询",
roles: ["C060202", "admin", "A0000"],
index: "llygl",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "sqqxgl",
label: "审批权限管理",
index: "sqqxgl",
roles: ["C060203", "admin", "A0000"],
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
},
],
header: "联络员查询",
pageBs: "llygl",
cxFormData: {
......@@ -105,10 +207,9 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
},
methods: {
},
methods: {},
mounted() {},
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment