提交 aa681c62 编写于 作者: ibizdev's avatar ibizdev

ibiz4j 发布系统代码

上级 61e248c2
......@@ -1180,7 +1180,12 @@ export default class IBZDepartmentGridViewBase extends Vue {
if(args.length >0){
Object.assign(curViewParam,args[0]);
}
const deResParameters: any[] = [];
let deResParameters: any[] = [];
if(curViewParam.ibzorganization && true){
deResParameters = [
{ pathName: 'ibzorganizations', parameterName: 'ibzorganization' },
]
}
const parameters: any[] = [
{ pathName: 'ibzdepartments', parameterName: 'ibzdepartment' },
];
......@@ -1224,7 +1229,12 @@ export default class IBZDepartmentGridViewBase extends Vue {
if(args.length >0){
Object.assign(curViewParam,args[0]);
}
const deResParameters: any[] = [];
let deResParameters: any[] = [];
if(curViewParam.ibzorganization && true){
deResParameters = [
{ pathName: 'ibzorganizations', parameterName: 'ibzorganization' },
]
}
const parameters: any[] = [
{ pathName: 'ibzdepartments', parameterName: 'ibzdepartment' },
];
......
......@@ -1119,7 +1119,12 @@ export default class IBZDeptMemberGridViewBase extends Vue {
if(args.length >0){
Object.assign(curViewParam,args[0]);
}
const deResParameters: any[] = [];
let deResParameters: any[] = [];
if(curViewParam.ibzemployee && true){
deResParameters = [
{ pathName: 'ibzemployees', parameterName: 'ibzemployee' },
]
}
const parameters: any[] = [
{ pathName: 'ibzdeptmembers', parameterName: 'ibzdeptmember' },
];
......
......@@ -1223,7 +1223,12 @@ export default class IBZEmployeeGridViewBase extends Vue {
if(args.length >0){
Object.assign(curViewParam,args[0]);
}
const deResParameters: any[] = [];
let deResParameters: any[] = [];
if(curViewParam.ibzdepartment && true){
deResParameters = [
{ pathName: 'ibzdepartments', parameterName: 'ibzdepartment' },
]
}
const parameters: any[] = [
{ pathName: 'ibzemployees', parameterName: 'ibzemployee' },
];
......@@ -1267,7 +1272,12 @@ export default class IBZEmployeeGridViewBase extends Vue {
if(args.length >0){
Object.assign(curViewParam,args[0]);
}
const deResParameters: any[] = [];
let deResParameters: any[] = [];
if(curViewParam.ibzdepartment && true){
deResParameters = [
{ pathName: 'ibzdepartments', parameterName: 'ibzdepartment' },
]
}
const parameters: any[] = [
{ pathName: 'ibzemployees', parameterName: 'ibzemployee' },
];
......
......@@ -38,5 +38,6 @@ export const PageComponents = {
Vue.component('sys-user-pickup-grid-view', () => import('@pages/uaa/sys-user-pickup-grid-view/sys-user-pickup-grid-view.vue'));
Vue.component('wfuser-pickup-view', () => import('@pages/workflow/wfuser-pickup-view/wfuser-pickup-view.vue'));
Vue.component('ibzdepartment-grid-view', () => import('@pages/ou/ibzdepartment-grid-view/ibzdepartment-grid-view.vue'));
Vue.component('sys-permission-mpickup-view', () => import('@pages/uaa/sys-permission-mpickup-view/sys-permission-mpickup-view.vue'));
}
};
\ No newline at end of file
.sys-permission-mpickup-view{
position: relative;
}
.pickup-view {
>.translate-contant {
flex-grow: 1;
display: flex;
justify-content: flex-end;
height: calc(100% - 64px);
.translate-buttons {
width: 80px;
display: flex;
align-items: center;
text-align: center;
button {
margin-bottom: 5px;
}
}
.left, .right {
width: 300px;
}
.right {
border: 1px solid #e9e9e9;
.mpicker-select {
font-family: helvetica, sans-serif;
font-size: 16px;
text-align: justify;
word-spacing: -3.8pt;
line-height: 1.6;
font-weight: bold;
word-spacing: 10px;
height: 100%;
overflow: auto;
}
.mpicker-select > div {
padding: 3px 10px;
font-size: 14px;
color: rgba(0, 0, 0, 0.85);
font-weight: initial;
cursor: pointer;
min-height: 28px;
border: 1px solid #e9e9e9;
margin: 4px 4px;
transition: all .3s;
}
.mpicker-select > div:hover {
background: #ecf6fd;
}
.mpicker-select > .select{
color: #108ee9;
background: #ecf6fd;
}
}
.center{
width: calc(100% - 380px);
.pickupviewpanel {
width: 100%;
height: 100%;
}
}
}
>.footer {
height: 64px;
}
}
\ No newline at end of file
.sys-permission-pickup-grid-view{
position: relative;
}
.sys-permission-pickup-grid-view{
width:100%;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册