Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzrt
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzrt
提交
da722af9
提交
da722af9
编写于
6月 24, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 部署微服务应用
上级
64c65c10
变更
11
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
3025 行增加
和
157 行删除
+3025
-157
package.json
app_Web/package.json
+1
-1
app-group-picker.vue
app_Web/src/components/app-group-picker/app-group-picker.vue
+22
-22
app-group-select.vue
app_Web/src/components/app-group-select/app-group-select.vue
+20
-20
ibzteam-members.ts
app_Web/src/mock/entity/ibzteam-members/ibzteam-members.ts
+1467
-112
ibzteam-member-grid-view-base.vue
...bzteam-member-grid-view/ibzteam-member-grid-view-base.vue
+7
-2
router.ts
app_Web/src/pages/rt/index/router.ts
+306
-0
ibzemployee-service-base.ts
app_Web/src/service/ibzemployee/ibzemployee-service-base.ts
+296
-0
ibzteam-member-service-base.ts
...src/service/ibzteam-member/ibzteam-member-service-base.ts
+250
-0
ibzteam-service-base.ts
app_Web/src/service/ibzteam/ibzteam-service-base.ts
+50
-0
main-form-base.vue
app_Web/src/widgets/ibzteam/main-form/main-form-base.vue
+1
-0
IBZTeamMemberResource.java
.../main/java/cn/ibizlab/api/rest/IBZTeamMemberResource.java
+605
-0
未找到文件。
app_Web/package.json
浏览文件 @
da722af9
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
"file-saver"
:
"^2.0.2"
,
"file-saver"
:
"^2.0.2"
,
"font-awesome"
:
"^4.7.0"
,
"font-awesome"
:
"^4.7.0"
,
"ibiz-gantt-elastic"
:
"^1.0.17"
,
"ibiz-gantt-elastic"
:
"^1.0.17"
,
"ibiz-vue-lib"
:
"^0.1.1
0
"
,
"ibiz-vue-lib"
:
"^0.1.1
3
"
,
"interactjs"
:
"^1.9.4"
,
"interactjs"
:
"^1.9.4"
,
"moment"
:
"^2.24.0"
,
"moment"
:
"^2.24.0"
,
"path-to-regexp"
:
"^6.1.0"
,
"path-to-regexp"
:
"^6.1.0"
,
...
...
app_Web/src/components/app-group-picker/app-group-picker.vue
浏览文件 @
da722af9
...
@@ -20,13 +20,13 @@ import { Component, Vue, Prop, Watch } from 'vue-property-decorator';
...
@@ -20,13 +20,13 @@ import { Component, Vue, Prop, Watch } from 'vue-property-decorator';
import
{
Subject
}
from
'rxjs'
;
import
{
Subject
}
from
'rxjs'
;
import
{
Http
}
from
'../../utils'
;
import
{
Http
}
from
'../../utils'
;
@
Component
({})
@
Component
({})
export
default
class
IBiz
GroupPicker
extends
Vue
{
export
default
class
App
GroupPicker
extends
Vue
{
/**
/**
* 视图上下文参数
* 视图上下文参数
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
@
Prop
()
viewdata
:
any
;
@
Prop
()
viewdata
:
any
;
...
@@ -34,7 +34,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -34,7 +34,7 @@ export default class IBizGroupPicker extends Vue {
* 视图参数
* 视图参数
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
@
Prop
()
viewparam
:
any
;
@
Prop
()
viewparam
:
any
;
...
@@ -42,7 +42,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -42,7 +42,7 @@ export default class IBizGroupPicker extends Vue {
* 多选
* 多选
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
multiple
:
boolean
=
false
;
protected
multiple
:
boolean
=
false
;
...
@@ -50,7 +50,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -50,7 +50,7 @@ export default class IBizGroupPicker extends Vue {
* 加载树url
* 加载树url
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
treeurl
:
any
;
protected
treeurl
:
any
;
...
@@ -58,7 +58,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -58,7 +58,7 @@ export default class IBizGroupPicker extends Vue {
* 加载人员url
* 加载人员url
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
url
:
any
;
protected
url
:
any
;
...
@@ -66,7 +66,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -66,7 +66,7 @@ export default class IBizGroupPicker extends Vue {
* 树数据集
* 树数据集
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
treeItems
:
any
[]
=
[];
protected
treeItems
:
any
[]
=
[];
...
@@ -74,7 +74,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -74,7 +74,7 @@ export default class IBizGroupPicker extends Vue {
* 分组表数据集
* 分组表数据集
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
cardItems
:
any
[]
=
[];
protected
cardItems
:
any
[]
=
[];
...
@@ -82,7 +82,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -82,7 +82,7 @@ export default class IBizGroupPicker extends Vue {
* 视图上下文参数对象
* 视图上下文参数对象
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
viewData
:
any
;
protected
viewData
:
any
;
...
@@ -90,7 +90,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -90,7 +90,7 @@ export default class IBizGroupPicker extends Vue {
* 视图参数对象
* 视图参数对象
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
viewParam
:
any
;
protected
viewParam
:
any
;
...
@@ -98,7 +98,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -98,7 +98,7 @@ export default class IBizGroupPicker extends Vue {
* 树选中值
* 树选中值
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
treeSelectVal
:
string
=
''
;
protected
treeSelectVal
:
string
=
''
;
...
@@ -106,7 +106,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -106,7 +106,7 @@ export default class IBizGroupPicker extends Vue {
* 分组表选中集合
* 分组表选中集合
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
cardSelctVal
:
any
=
[];
protected
cardSelctVal
:
any
=
[];
...
@@ -114,7 +114,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -114,7 +114,7 @@ export default class IBizGroupPicker extends Vue {
* 数据选中集合
* 数据选中集合
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
protected
selects
:
any
[]
=
[];
protected
selects
:
any
[]
=
[];
...
@@ -122,7 +122,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -122,7 +122,7 @@ export default class IBizGroupPicker extends Vue {
* 是否显示树
* 是否显示树
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
get
showTree
()
{
get
showTree
()
{
if
(
this
.
viewParam
)
{
if
(
this
.
viewParam
)
{
...
@@ -134,7 +134,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -134,7 +134,7 @@ export default class IBizGroupPicker extends Vue {
* 生命周期
* 生命周期
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
created
()
{
public
created
()
{
if
(
!
this
.
viewdata
||
!
this
.
viewparam
)
{
if
(
!
this
.
viewdata
||
!
this
.
viewparam
)
{
...
@@ -158,7 +158,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -158,7 +158,7 @@ export default class IBizGroupPicker extends Vue {
* 加载数据
* 加载数据
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
load
()
{
public
load
()
{
if
(
this
.
showTree
)
{
if
(
this
.
showTree
)
{
...
@@ -172,7 +172,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -172,7 +172,7 @@ export default class IBizGroupPicker extends Vue {
* 加载树数据
* 加载树数据
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
loadTree
()
{
public
loadTree
()
{
let
orgid
=
this
.
viewParam
.
filtervalue
;
let
orgid
=
this
.
viewParam
.
filtervalue
;
...
@@ -191,7 +191,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -191,7 +191,7 @@ export default class IBizGroupPicker extends Vue {
* 加载分组表数据
* 加载分组表数据
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
loadGroupData
(
key
:
string
)
{
public
loadGroupData
(
key
:
string
)
{
let
tempUrl
=
this
.
url
.
replace
(
'${selected-orgid}'
,
key
);
let
tempUrl
=
this
.
url
.
replace
(
'${selected-orgid}'
,
key
);
...
@@ -209,7 +209,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -209,7 +209,7 @@ export default class IBizGroupPicker extends Vue {
* 树选中
* 树选中
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
treeSelect
(
event
:
any
)
{
public
treeSelect
(
event
:
any
)
{
if
(
!
event
||
JSON
.
parse
(
event
).
length
==
0
)
{
if
(
!
event
||
JSON
.
parse
(
event
).
length
==
0
)
{
...
@@ -223,7 +223,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -223,7 +223,7 @@ export default class IBizGroupPicker extends Vue {
* 分组表选中
* 分组表选中
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
groupSelect
(
event
:
any
)
{
public
groupSelect
(
event
:
any
)
{
if
(
!
event
||
!
event
.
select
)
{
if
(
!
event
||
!
event
.
select
)
{
...
@@ -255,7 +255,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -255,7 +255,7 @@ export default class IBizGroupPicker extends Vue {
* 确认
* 确认
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
onOK
()
{
public
onOK
()
{
this
.
$emit
(
'close'
,
this
.
selects
);
this
.
$emit
(
'close'
,
this
.
selects
);
...
@@ -265,7 +265,7 @@ export default class IBizGroupPicker extends Vue {
...
@@ -265,7 +265,7 @@ export default class IBizGroupPicker extends Vue {
* 取消
* 取消
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupPicker
* @memberof
App
GroupPicker
*/
*/
public
onCancel
()
{
public
onCancel
()
{
this
.
$emit
(
'close'
);
this
.
$emit
(
'close'
);
...
...
app_Web/src/components/app-group-select/app-group-select.vue
浏览文件 @
da722af9
...
@@ -23,12 +23,12 @@ import { Component, Vue, Prop, Watch } from 'vue-property-decorator';
...
@@ -23,12 +23,12 @@ import { Component, Vue, Prop, Watch } from 'vue-property-decorator';
import
{
Subject
}
from
'rxjs'
;
import
{
Subject
}
from
'rxjs'
;
@
Component
({})
@
Component
({})
export
default
class
IBiz
GroupSelect
extends
Vue
{
export
default
class
App
GroupSelect
extends
Vue
{
/**
/**
* 名称标识
* 名称标识
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
name
!
:
string
;
@
Prop
()
name
!
:
string
;
...
@@ -36,7 +36,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -36,7 +36,7 @@ export default class IBizGroupSelect extends Vue {
* 树加载地址
* 树加载地址
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
treeurl
?:
boolean
;
@
Prop
()
treeurl
?:
boolean
;
...
@@ -44,7 +44,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -44,7 +44,7 @@ export default class IBizGroupSelect extends Vue {
* 数据接口地址
* 数据接口地址
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
url
!
:
string
;
@
Prop
()
url
!
:
string
;
...
@@ -52,7 +52,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -52,7 +52,7 @@ export default class IBizGroupSelect extends Vue {
* 多选
* 多选
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
({
default
:
false
})
multiple
?:
boolean
;
@
Prop
({
default
:
false
})
multiple
?:
boolean
;
...
@@ -60,7 +60,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -60,7 +60,7 @@ export default class IBizGroupSelect extends Vue {
* 数据对象
* 数据对象
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
data
:
any
;
@
Prop
()
data
:
any
;
...
@@ -68,7 +68,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -68,7 +68,7 @@ export default class IBizGroupSelect extends Vue {
* 过滤属性标识
* 过滤属性标识
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
filter
?:
string
;
@
Prop
()
filter
?:
string
;
...
@@ -76,7 +76,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -76,7 +76,7 @@ export default class IBizGroupSelect extends Vue {
* 是否启用
* 是否启用
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
disabled
?:
boolean
;
@
Prop
()
disabled
?:
boolean
;
...
@@ -84,7 +84,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -84,7 +84,7 @@ export default class IBizGroupSelect extends Vue {
* 值
* 值
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
value
:
any
;
@
Prop
()
value
:
any
;
...
@@ -92,7 +92,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -92,7 +92,7 @@ export default class IBizGroupSelect extends Vue {
* 上下文参数
* 上下文参数
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
context
:
any
;
@
Prop
()
context
:
any
;
...
@@ -100,7 +100,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -100,7 +100,7 @@ export default class IBizGroupSelect extends Vue {
* 关联属性
* 关联属性
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
valueitem
:
any
;
@
Prop
()
valueitem
:
any
;
...
@@ -108,7 +108,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -108,7 +108,7 @@ export default class IBizGroupSelect extends Vue {
* 填充属性
* 填充属性
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Prop
()
fillmap
:
any
;
@
Prop
()
fillmap
:
any
;
...
@@ -116,7 +116,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -116,7 +116,7 @@ export default class IBizGroupSelect extends Vue {
* 选中项集合
* 选中项集合
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
protected
selects
:
any
[]
=
[];
protected
selects
:
any
[]
=
[];
...
@@ -124,7 +124,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -124,7 +124,7 @@ export default class IBizGroupSelect extends Vue {
* 值变化
* 值变化
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
@
Watch
(
'value'
)
@
Watch
(
'value'
)
onValueChange
(
newVal
:
any
)
{
onValueChange
(
newVal
:
any
)
{
...
@@ -154,7 +154,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -154,7 +154,7 @@ export default class IBizGroupSelect extends Vue {
* 单选时选中名称
* 单选时选中名称
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
get
selectName
()
{
get
selectName
()
{
if
(
this
.
selects
.
length
>
0
)
{
if
(
this
.
selects
.
length
>
0
)
{
...
@@ -166,11 +166,11 @@ export default class IBizGroupSelect extends Vue {
...
@@ -166,11 +166,11 @@ export default class IBizGroupSelect extends Vue {
* 打开选择视图
* 打开选择视图
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
public
openView
()
{
public
openView
()
{
const
view
:
any
=
{
const
view
:
any
=
{
viewname
:
'
ibiz
-group-picker'
,
viewname
:
'
app
-group-picker'
,
title
:
'分组选择'
title
:
'分组选择'
};
};
const
context
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
));
const
context
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
));
...
@@ -208,7 +208,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -208,7 +208,7 @@ export default class IBizGroupSelect extends Vue {
* 选择视图关闭
* 选择视图关闭
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
public
openViewClose
(
result
:
any
)
{
public
openViewClose
(
result
:
any
)
{
this
.
selects
=
[];
this
.
selects
=
[];
...
@@ -222,7 +222,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -222,7 +222,7 @@ export default class IBizGroupSelect extends Vue {
* 数据删除
* 数据删除
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
public
remove
(
item
:
any
)
{
public
remove
(
item
:
any
)
{
this
.
selects
.
splice
(
this
.
selects
.
indexOf
(
item
),
1
);
this
.
selects
.
splice
(
this
.
selects
.
indexOf
(
item
),
1
);
...
@@ -233,7 +233,7 @@ export default class IBizGroupSelect extends Vue {
...
@@ -233,7 +233,7 @@ export default class IBizGroupSelect extends Vue {
* 设置值
* 设置值
*
*
* @type {*}
* @type {*}
* @memberof
IBiz
GroupSelect
* @memberof
App
GroupSelect
*/
*/
public
setValue
()
{
public
setValue
()
{
let
item
:
any
=
{};
let
item
:
any
=
{};
...
...
app_Web/src/mock/entity/ibzteam-members/ibzteam-members.ts
浏览文件 @
da722af9
此差异已折叠。
点击以展开。
app_Web/src/pages/ou/ibzteam-member-grid-view/ibzteam-member-grid-view-base.vue
浏览文件 @
da722af9
...
@@ -1165,7 +1165,7 @@ export default class IBZTeamMemberGridViewBase extends Vue {
...
@@ -1165,7 +1165,7 @@ export default class IBZTeamMemberGridViewBase extends Vue {
batchAddPSAppViews
=
[
batchAddPSAppViews
=
[
{
view
:{
viewname
:
'ibzemployee-mpickup-view'
,
height
:
0
,
width
:
0
,
title
:
'人员数据多项选择视图'
},
{
view
:{
viewname
:
'ibzemployee-mpickup-view'
,
height
:
0
,
width
:
0
,
title
:
'人员数据多项选择视图'
},
res
:[
'IBZEmployee'
],
res
:[
'IBZEmployee'
],
'resAppKey'
:
''
}
'resAppKey'
:
'
userid
'
}
];
];
if
(
batchAddPSAppViews
.
length
==
0
||
!
this
.
context
.
srfparentdename
){
if
(
batchAddPSAppViews
.
length
==
0
||
!
this
.
context
.
srfparentdename
){
this
.
$Notice
.
warning
({
title
:
'错误'
,
desc
:
'批量添加需添加N:N关系'
});
this
.
$Notice
.
warning
({
title
:
'错误'
,
desc
:
'批量添加需添加N:N关系'
});
...
@@ -1224,7 +1224,12 @@ export default class IBZTeamMemberGridViewBase extends Vue {
...
@@ -1224,7 +1224,12 @@ export default class IBZTeamMemberGridViewBase extends Vue {
if
(
args
.
length
>
0
){
if
(
args
.
length
>
0
){
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
const
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
ibzemployee
&&
true
){
deResParameters
=
[
{
pathName
:
'ibzemployees'
,
parameterName
:
'ibzemployee'
},
]
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
{
pathName
:
'ibzteammembers'
,
parameterName
:
'ibzteammember'
},
{
pathName
:
'ibzteammembers'
,
parameterName
:
'ibzteammember'
},
{
pathName
:
'editview'
,
parameterName
:
'editview'
},
{
pathName
:
'editview'
,
parameterName
:
'editview'
},
...
...
app_Web/src/pages/rt/index/router.ts
浏览文件 @
da722af9
此差异已折叠。
点击以展开。
app_Web/src/service/ibzemployee/ibzemployee-service-base.ts
浏览文件 @
da722af9
此差异已折叠。
点击以展开。
app_Web/src/service/ibzteam-member/ibzteam-member-service-base.ts
浏览文件 @
da722af9
此差异已折叠。
点击以展开。
app_Web/src/service/ibzteam/ibzteam-service-base.ts
浏览文件 @
da722af9
...
@@ -75,6 +75,21 @@ export default class IBZTeamServiceBase extends EntityService {
...
@@ -75,6 +75,21 @@ export default class IBZTeamServiceBase extends EntityService {
*/
*/
public
async
Create
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Create
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
let
ibzteammembersData
:
any
=
[];
if
(
!
Object
.
is
(
this
.
tempStorage
.
getItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
),
'undefined'
)){
ibzteammembersData
=
JSON
.
parse
(
this
.
tempStorage
.
getItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
)
as
any
);
if
(
ibzteammembersData
&&
ibzteammembersData
.
length
&&
ibzteammembersData
.
length
>
0
){
ibzteammembersData
.
forEach
((
item
:
any
)
=>
{
if
(
item
.
srffrontuf
){
if
(
Object
.
is
(
item
.
srffrontuf
,
"0"
)){
item
.
teammemberid
=
null
;
}
delete
item
.
srffrontuf
;
}
});
}
}
masterData
.
ibzteammembers
=
ibzteammembersData
;
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
data
[
this
.
APPDEKEY
]
=
null
;
data
[
this
.
APPDEKEY
]
=
null
;
...
@@ -84,6 +99,7 @@ export default class IBZTeamServiceBase extends EntityService {
...
@@ -84,6 +99,7 @@ export default class IBZTeamServiceBase extends EntityService {
}
}
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/ibzteams`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/ibzteams`
,
data
,
isloading
);
this
.
tempStorage
.
setItem
(
tempContext
.
srfsessionkey
+
'_ibzteammembers'
,
JSON
.
stringify
(
res
.
data
.
ibzteammembers
));
return
res
;
return
res
;
}
}
...
@@ -98,8 +114,24 @@ export default class IBZTeamServiceBase extends EntityService {
...
@@ -98,8 +114,24 @@ export default class IBZTeamServiceBase extends EntityService {
*/
*/
public
async
Update
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Update
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
let
ibzteammembersData
:
any
=
[];
if
(
!
Object
.
is
(
this
.
tempStorage
.
getItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
),
'undefined'
)){
ibzteammembersData
=
JSON
.
parse
(
this
.
tempStorage
.
getItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
)
as
any
);
if
(
ibzteammembersData
&&
ibzteammembersData
.
length
&&
ibzteammembersData
.
length
>
0
){
ibzteammembersData
.
forEach
((
item
:
any
)
=>
{
if
(
item
.
srffrontuf
){
if
(
Object
.
is
(
item
.
srffrontuf
,
"0"
)){
item
.
teammemberid
=
null
;
}
delete
item
.
srffrontuf
;
}
});
}
}
masterData
.
ibzteammembers
=
ibzteammembersData
;
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/ibzteams/
${
context
.
ibzteam
}
`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/ibzteams/
${
context
.
ibzteam
}
`
,
data
,
isloading
);
this
.
tempStorage
.
setItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
,
JSON
.
stringify
(
res
.
data
.
ibzteammembers
));
return
res
;
return
res
;
}
}
...
@@ -127,6 +159,7 @@ export default class IBZTeamServiceBase extends EntityService {
...
@@ -127,6 +159,7 @@ export default class IBZTeamServiceBase extends EntityService {
*/
*/
public
async
Get
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Get
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/ibzteams/
${
context
.
ibzteam
}
`
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/ibzteams/
${
context
.
ibzteam
}
`
,
isloading
);
this
.
tempStorage
.
setItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
,
JSON
.
stringify
(
res
.
data
.
ibzteammembers
));
return
res
;
return
res
;
}
}
...
@@ -141,8 +174,24 @@ export default class IBZTeamServiceBase extends EntityService {
...
@@ -141,8 +174,24 @@ export default class IBZTeamServiceBase extends EntityService {
*/
*/
public
async
Save
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Save
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
let
ibzteammembersData
:
any
=
[];
if
(
!
Object
.
is
(
this
.
tempStorage
.
getItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
),
'undefined'
)){
ibzteammembersData
=
JSON
.
parse
(
this
.
tempStorage
.
getItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
)
as
any
);
if
(
ibzteammembersData
&&
ibzteammembersData
.
length
&&
ibzteammembersData
.
length
>
0
){
ibzteammembersData
.
forEach
((
item
:
any
)
=>
{
if
(
item
.
srffrontuf
){
if
(
Object
.
is
(
item
.
srffrontuf
,
"0"
)){
item
.
teammemberid
=
null
;
}
delete
item
.
srffrontuf
;
}
});
}
}
masterData
.
ibzteammembers
=
ibzteammembersData
;
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/ibzteams/
${
context
.
ibzteam
}
/save`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/ibzteams/
${
context
.
ibzteam
}
/save`
,
data
,
isloading
);
this
.
tempStorage
.
setItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
,
JSON
.
stringify
(
res
.
data
.
ibzteammembers
));
return
res
;
return
res
;
}
}
...
@@ -158,6 +207,7 @@ export default class IBZTeamServiceBase extends EntityService {
...
@@ -158,6 +207,7 @@ export default class IBZTeamServiceBase extends EntityService {
public
async
GetDraft
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
GetDraft
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/ibzteams/getdraft`
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/ibzteams/getdraft`
,
isloading
);
res
.
data
.
ibzteam
=
data
.
ibzteam
;
res
.
data
.
ibzteam
=
data
.
ibzteam
;
this
.
tempStorage
.
setItem
(
context
.
srfsessionkey
+
'_ibzteammembers'
,
JSON
.
stringify
(
res
.
data
.
ibzteammembers
));
return
res
;
return
res
;
}
}
...
...
app_Web/src/widgets/ibzteam/main-form/main-form-base.vue
浏览文件 @
da722af9
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
paramItem=
'ibzteam'
paramItem=
'ibzteam'
:parentdata=
'
{"srfparentdefname":"TEAMID","srfparentdename":"IBZTEAM","SRFPARENTTYPE":"DER1N","srfparentmode":"DER1N_IBZTEAMMEMBER_IBZTEAM_TEAMID","SRFDER1NID":"DER1N_IBZTEAMMEMBER_IBZTEAM_TEAMID"}'
:parentdata=
'
{"srfparentdefname":"TEAMID","srfparentdename":"IBZTEAM","SRFPARENTTYPE":"DER1N","srfparentmode":"DER1N_IBZTEAMMEMBER_IBZTEAM_TEAMID","SRFDER1NID":"DER1N_IBZTEAMMEMBER_IBZTEAM_TEAMID"}'
:parameters="[
:parameters="[
{ pathName: 'ibzemployees', parameterName: 'ibzemployee' },
]"
]"
:context="context"
:context="context"
:viewparams="viewparams"
:viewparams="viewparams"
...
...
ibzrt-provider/ibzrt-provider-api/src/main/java/cn/ibizlab/api/rest/IBZTeamMemberResource.java
浏览文件 @
da722af9
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录