Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzrt
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzrt
提交
20cc82a0
提交
20cc82a0
编写于
7月 06, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 发布系统代码
上级
3cccbc21
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
123 行增加
和
115 行删除
+123
-115
main-form-base.vue
app_Web/src/widgets/ibzemployee/main-form/main-form-base.vue
+8
-0
main-form-base.vue
app_Web/src/widgets/ibzpost/main-form/main-form-base.vue
+4
-4
main-form-base.vue
...b/src/widgets/ibzteam-member/main-form/main-form-base.vue
+2
-2
main-grid-base.vue
...b/src/widgets/ibzteam-member/main-grid/main-grid-base.vue
+2
-2
main-form-base.vue
app_Web/src/widgets/ibzteam/main-form/main-form-base.vue
+2
-2
application-dev.yml
ibzrt-boot/src/main/resources/application-dev.yml
+78
-78
IBZPost.java
...core/src/main/java/cn/ibizlab/core/ou/domain/IBZPost.java
+1
-1
h2_table.xml
ibzrt-core/src/main/resources/liquibase/h2_table.xml
+26
-26
未找到文件。
app_Web/src/widgets/ibzemployee/main-form/main-form-base.vue
浏览文件 @
20cc82a0
...
...
@@ -1412,6 +1412,14 @@ export default class MainBase extends Vue implements ControlInterface {
}
if
(
Object
.
is
(
name
,
''
)
||
Object
.
is
(
name
,
'pdeptcheck'
))
{
let
ret
=
false
;
const
_pdeptcheck
=
this
.
data
.
pdeptcheck
;
if
(
this
.
$verify
.
testCond
(
_pdeptcheck
,
'ISNULL'
,
''
))
{
ret
=
true
;
}
this
.
detailsModel
.
mdeptname
.
setDisabled
(
!
ret
);
}
...
...
app_Web/src/widgets/ibzpost/main-form/main-form-base.vue
浏览文件 @
20cc82a0
...
...
@@ -439,14 +439,14 @@ export default class MainBase extends Vue implements ControlInterface {
postcode
:
[
{
type
:
'string'
,
message
:
'岗位编码 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'岗位编码 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'岗位编码 值不能为空'
,
trigger
:
'change'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'岗位编码 值不能为空'
,
trigger
:
'blur'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'岗位编码 值不能为空'
,
trigger
:
'change'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'岗位编码 值不能为空'
,
trigger
:
'blur'
},
],
postname
:
[
{
type
:
'string'
,
message
:
'岗位名称 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'岗位名称 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'岗位名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'岗位名称 值不能为空'
,
trigger
:
'blur'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'岗位名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'岗位名称 值不能为空'
,
trigger
:
'blur'
},
],
domains
:
[
{
type
:
'string'
,
message
:
'区属 值必须为字符串类型'
,
trigger
:
'change'
},
...
...
app_Web/src/widgets/ibzteam-member/main-form/main-form-base.vue
浏览文件 @
20cc82a0
...
...
@@ -476,8 +476,8 @@ export default class MainBase extends Vue implements ControlInterface {
personname
:
[
{
type
:
'string'
,
message
:
'姓名 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'姓名 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'姓名 值不能为空'
,
trigger
:
'change'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'姓名 值不能为空'
,
trigger
:
'blur'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'姓名 值不能为空'
,
trigger
:
'change'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'姓名 值不能为空'
,
trigger
:
'blur'
},
],
postname
:
[
{
type
:
'string'
,
message
:
'岗位 值必须为字符串类型'
,
trigger
:
'change'
},
...
...
app_Web/src/widgets/ibzteam-member/main-grid/main-grid-base.vue
浏览文件 @
20cc82a0
...
...
@@ -720,8 +720,8 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
false
,
validator
:
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
return
(
rule
.
required
&&
(
value
===
null
||
value
===
undefined
||
value
===
""
))
?
false
:
true
;},
message
:
'用户标识 值不能为空'
,
trigger
:
'blur'
},
],
personname
:
[
{
required
:
fals
e
,
validator
:
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
return
(
rule
.
required
&&
(
value
===
null
||
value
===
undefined
||
value
===
""
))
?
false
:
true
;},
message
:
'姓名 值不能为空'
,
trigger
:
'change'
},
{
required
:
fals
e
,
validator
:
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
return
(
rule
.
required
&&
(
value
===
null
||
value
===
undefined
||
value
===
""
))
?
false
:
true
;},
message
:
'姓名 值不能为空'
,
trigger
:
'blur'
},
{
required
:
tru
e
,
validator
:
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
return
(
rule
.
required
&&
(
value
===
null
||
value
===
undefined
||
value
===
""
))
?
false
:
true
;},
message
:
'姓名 值不能为空'
,
trigger
:
'change'
},
{
required
:
tru
e
,
validator
:
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
return
(
rule
.
required
&&
(
value
===
null
||
value
===
undefined
||
value
===
""
))
?
false
:
true
;},
message
:
'姓名 值不能为空'
,
trigger
:
'blur'
},
],
srfkey
:
[
{
required
:
false
,
validator
:
(
rule
:
any
,
value
:
any
,
callback
:
any
)
=>
{
return
(
rule
.
required
&&
(
value
===
null
||
value
===
undefined
||
value
===
""
))
?
false
:
true
;},
message
:
'组成员标识 值不能为空'
,
trigger
:
'change'
},
...
...
app_Web/src/widgets/ibzteam/main-form/main-form-base.vue
浏览文件 @
20cc82a0
...
...
@@ -465,8 +465,8 @@ export default class MainBase extends Vue implements ControlInterface {
teamname
:
[
{
type
:
'string'
,
message
:
'组名称 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'组名称 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'组名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
fals
e
,
type
:
'string'
,
message
:
'组名称 值不能为空'
,
trigger
:
'blur'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'组名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
tru
e
,
type
:
'string'
,
message
:
'组名称 值不能为空'
,
trigger
:
'blur'
},
],
memo
:
[
{
type
:
'string'
,
message
:
'备注 值必须为字符串类型'
,
trigger
:
'change'
},
...
...
ibzrt-boot/src/main/resources/application-dev.yml
浏览文件 @
20cc82a0
...
...
@@ -4,129 +4,129 @@ server:
#zuul网关路由设置
zuul
:
routes
:
ibzor
g
:
path
:
/
ibzor
gs/**
serviceId
:
ibz
ou
-api
dict_catalo
g
:
path
:
/
dict_catalo
gs/**
serviceId
:
ibz
dict
-api
stripPrefix
:
false
wf_instance
:
path
:
/
wf_instance
s/**
serviceId
:
ibz
wf
-api
dict_option
:
path
:
/
dict_option
s/**
serviceId
:
ibz
dict
-api
stripPrefix
:
false
wf_model
:
path
:
/
wf_model
s/**
serviceId
:
ibz
wf
-api
ibzdept
:
path
:
/
ibzdept
s/**
serviceId
:
ibz
ou
-api
stripPrefix
:
false
jobs_registry
:
path
:
/
jobs_registrie
s/**
serviceId
:
ibz
task
-api
ibzdeptmember
:
path
:
/
ibzdeptmember
s/**
serviceId
:
ibz
ou
-api
stripPrefix
:
false
wf_task
:
path
:
/
wf_task
s/**
serviceId
:
ibz
wf
-api
ibzorg
:
path
:
/
ibzorg
s/**
serviceId
:
ibz
ou
-api
stripPrefix
:
false
wf_group_member
:
path
:
/
wf_group_member
s/**
serviceId
:
ibz
wf
-api
ibzpost
:
path
:
/
ibzpost
s/**
serviceId
:
ibz
ou
-api
stripPrefix
:
false
dict_catalog
:
path
:
/
dict_catalog
s/**
serviceId
:
ibz
dict
-api
ibzteam
:
path
:
/
ibzteam
s/**
serviceId
:
ibz
ou
-api
stripPrefix
:
false
ibzteammember
:
path
:
/ibzteammembers/**
serviceId
:
ibzou-api
stripPrefix
:
false
sys_authlog
:
path
:
/sys_authlogs/**
serviceId
:
ibzuaa-api
stripPrefix
:
false
jobs_info
:
path
:
/jobs_infos/**
serviceId
:
ibztask-api
stripPrefix
:
false
wf_definition_node
:
path
:
/wf_definition_nodes/**
serviceId
:
ibzwf-api
stripPrefix
:
false
sys_user
:
path
:
/sys_users/**
serviceId
:
ibzuaa-api
jobs_lock
:
path
:
/jobs_locks/**
serviceId
:
ibztask-api
stripPrefix
:
false
sys_app
:
path
:
/
sys_app
s/**
serviceId
:
ibz
uaa
-api
jobs_log
:
path
:
/
jobs_log
s/**
serviceId
:
ibz
task
-api
stripPrefix
:
false
wf_group
:
path
:
/
wf_group
s/**
serviceId
:
ibz
wf
-api
jobs_registry
:
path
:
/
jobs_registrie
s/**
serviceId
:
ibz
task
-api
stripPrefix
:
false
sd_file
:
path
:
/sd_files/**
serviceId
:
ibzdisk-api
stripPrefix
:
false
sys_
role
:
path
:
/sys_
role
s/**
sys_
app
:
path
:
/sys_
app
s/**
serviceId
:
ibzuaa-api
stripPrefix
:
false
jobs_lock
:
path
:
/
jobs_lock
s/**
serviceId
:
ibz
task
-api
sys_authlog
:
path
:
/
sys_authlog
s/**
serviceId
:
ibz
uaa
-api
stripPrefix
:
false
sys_pssystem
:
path
:
/sys_pssystems/**
serviceId
:
ibzuaa-api
stripPrefix
:
false
ibzdeptmember
:
path
:
/
ibzdeptmember
s/**
serviceId
:
ibz
ou
-api
sys_permission
:
path
:
/
sys_permission
s/**
serviceId
:
ibz
uaa
-api
stripPrefix
:
false
jobs_log
:
path
:
/
jobs_log
s/**
serviceId
:
ibz
task
-api
sys_role
:
path
:
/
sys_role
s/**
serviceId
:
ibz
uaa
-api
stripPrefix
:
false
ibzdept
:
path
:
/
ibzdept
s/**
serviceId
:
ibz
ou
-api
sys_role_permission
:
path
:
/
sys_role_permission
s/**
serviceId
:
ibz
uaa
-api
stripPrefix
:
false
wf_pssystem
:
path
:
/wf_pssystems/**
sys_user
:
path
:
/sys_users/**
serviceId
:
ibzuaa-api
stripPrefix
:
false
sys_user_role
:
path
:
/sys_user_roles/**
serviceId
:
ibzuaa-api
stripPrefix
:
false
wf_group
:
path
:
/wf_groups/**
serviceId
:
ibzwf-api
stripPrefix
:
false
ibzpost
:
path
:
/
ibzpost
s/**
serviceId
:
ibz
ou
-api
wf_group_member
:
path
:
/
wf_group_member
s/**
serviceId
:
ibz
wf
-api
stripPrefix
:
false
dict_op
tion
:
path
:
/
dict_op
tions/**
serviceId
:
ibz
dict
-api
wf_defini
tion
:
path
:
/
wf_defini
tions/**
serviceId
:
ibz
wf
-api
stripPrefix
:
false
wf_
task_way
:
path
:
/wf_
task_way
s/**
wf_
instance
:
path
:
/wf_
instance
s/**
serviceId
:
ibzwf-api
stripPrefix
:
false
sys_role_permission
:
path
:
/
sys_role_permission
s/**
serviceId
:
ibz
uaa
-api
wf_definition_node
:
path
:
/
wf_definition_node
s/**
serviceId
:
ibz
wf
-api
stripPrefix
:
false
wf_
user
:
path
:
/wf_
user
s/**
wf_
model
:
path
:
/wf_
model
s/**
serviceId
:
ibzwf-api
stripPrefix
:
false
ibztea
m
:
path
:
/
ibztea
ms/**
serviceId
:
ibz
ou
-api
wf_pssyste
m
:
path
:
/
wf_pssyste
ms/**
serviceId
:
ibz
wf
-api
stripPrefix
:
false
sys_user_role
:
path
:
/
sys_user_role
s/**
serviceId
:
ibz
uaa
-api
wf_task
:
path
:
/
wf_task
s/**
serviceId
:
ibz
wf
-api
stripPrefix
:
false
wf_
definition
:
path
:
/wf_
definition
s/**
wf_
task_way
:
path
:
/wf_
task_way
s/**
serviceId
:
ibzwf-api
stripPrefix
:
false
sys_permission
:
path
:
/
sys_permission
s/**
serviceId
:
ibz
uaa
-api
wf_user
:
path
:
/
wf_user
s/**
serviceId
:
ibz
wf
-api
stripPrefix
:
false
loginv7
:
path
:
/v7/login
...
...
ibzrt-core/src/main/java/cn/ibizlab/core/ou/domain/IBZPost.java
浏览文件 @
20cc82a0
...
...
@@ -33,7 +33,7 @@ public class IBZPost extends EntityClient implements Serializable {
/**
* 岗位标识
*/
@DEField
(
isKeyField
=
true
)
@DEField
(
defaultValue
=
"postcode"
,
defaultValueType
=
DEFieldDefaultValueType
.
PARAM
,
isKeyField
=
true
)
@JSONField
(
name
=
"postid"
)
@JsonProperty
(
"postid"
)
private
String
postid
;
...
...
ibzrt-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
20cc82a0
...
...
@@ -11,30 +11,8 @@
<!--输出实体[IBZEMP]数据结构 -->
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-ibzemp-
5
-1"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-ibzemp-
6
-1"
>
<createTable
tableName=
"IBZEMP"
>
<column
name=
"USERID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBZEMP_USERID"
/>
...
...
@@ -123,6 +101,28 @@
...
...
@@ -145,13 +145,13 @@
<!--输出实体[IBZEMP]外键关系 -->
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-ibzemp-
5
-2"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-ibzemp-
6
-2"
>
<addForeignKeyConstraint
baseColumnNames=
"MDEPTID"
baseTableName=
"IBZEMP"
constraintName=
"DER1N_IBZEMP_IBZDEPT_MDEPTID"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"DEPTID"
referencedTableName=
"IBZDEPT"
validate=
"true"
/>
</changeSet>
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-ibzemp-
5
-3"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-ibzemp-
6
-3"
>
<addForeignKeyConstraint
baseColumnNames=
"ORGID"
baseTableName=
"IBZEMP"
constraintName=
"DER1N_IBZEMP_IBZORG_ORGID"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"ORGID"
referencedTableName=
"IBZORG"
validate=
"true"
/>
</changeSet>
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-ibzemp-
5
-4"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-ibzemp-
6
-4"
>
<addForeignKeyConstraint
baseColumnNames=
"POSTID"
baseTableName=
"IBZEMP"
constraintName=
"DER1N_IBZEMP_IBZPOST_POSTID"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"POSTID"
referencedTableName=
"IBZPOST"
validate=
"true"
/>
</changeSet>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录