Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz人力资源
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz人力资源
提交
197927f3
提交
197927f3
编写于
8月 12, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jackwang 部署微服务应用
上级
4ac18702
变更
27
隐藏空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
447 行增加
和
98 行删除
+447
-98
hrcontract.ts
app_PIM/src/interface/entity/hrcontract.ts
+8
-0
en-US.ts
app_PIM/src/locale/lang/en-US.ts
+3
-0
zh-CN.ts
app_PIM/src/locale/lang/zh-CN.ts
+3
-0
hrcontract_en_US.ts
...src/locale/lanres/entities/hrcontract/hrcontract_en_US.ts
+3
-1
hrcontract_zh_CN.ts
...src/locale/lanres/entities/hrcontract/hrcontract_zh_CN.ts
+3
-1
pim-appmenu.ts
app_PIM/src/mock/app/pim-appmenu/pim-appmenu.ts
+58
-4
hrcontract-v-005.html
...ges/human-resource/hrcontract-v-005/hrcontract-v-005.html
+3
-0
page-register.ts
app_PIM/src/pages/ungroup/pim/page-register.ts
+3
-3
router.ts
app_PIM/src/pages/ungroup/pim/router.ts
+30
-30
state.ts
app_PIM/src/store/modules/view-action/state.ts
+3
-0
pim-appmenu-base.tsx
app_PIM/src/widgets/app/pim-appmenu/pim-appmenu-base.tsx
+88
-13
pim-appmenu-model.ts
app_PIM/src/widgets/app/pim-appmenu/pim-appmenu-model.ts
+109
-10
main-form-base.tsx
app_PIM/src/widgets/hrcontract/main-form/main-form-base.tsx
+70
-3
main-form-model.ts
app_PIM/src/widgets/hrcontract/main-form/main-form-model.ts
+8
-3
main-form.html
app_PIM/src/widgets/hrcontract/main-form/main-form.html
+11
-4
tab-exp-viewtabexppanel-tabexppanel-model.ts
...-tabexppanel/tab-exp-viewtabexppanel-tabexppanel-model.ts
+3
-0
tab-exp-viewtabviewpanel-tabviewpanel-model.ts
...bviewpanel/tab-exp-viewtabviewpanel-tabviewpanel-model.ts
+3
-0
tab-exp-viewtabviewpanel2-tabviewpanel-model.ts
...viewpanel/tab-exp-viewtabviewpanel2-tabviewpanel-model.ts
+3
-0
tab-exp-viewtabviewpanel3-tabviewpanel-model.ts
...viewpanel/tab-exp-viewtabviewpanel3-tabviewpanel-model.ts
+3
-0
tab-exp-viewtabviewpanel4-tabviewpanel-model.ts
...viewpanel/tab-exp-viewtabviewpanel4-tabviewpanel-model.ts
+3
-0
tab-exp-viewtabviewpanel5-tabviewpanel-model.ts
...viewpanel/tab-exp-viewtabviewpanel5-tabviewpanel-model.ts
+3
-0
config.xml
config.xml
+5
-5
Dockerfile
...urce-app/humanresource-app-pim/src/main/docker/Dockerfile
+1
-1
humanresource-app-pim.yaml
...source-app-pim/src/main/docker/humanresource-app-pim.yaml
+17
-1
systemResource.json
...ce-core/src/main/resources/permission/systemResource.json
+1
-1
Dockerfile
...r/humanresource-provider-hrapi/src/main/docker/Dockerfile
+1
-1
humanresource-provider-hrapi.yaml
...r-hrapi/src/main/docker/humanresource-provider-hrapi.yaml
+1
-17
未找到文件。
app_PIM/src/interface/entity/hrcontract.ts
浏览文件 @
197927f3
...
@@ -221,4 +221,12 @@ export interface HRContract {
...
@@ -221,4 +221,12 @@ export interface HRContract {
* @memberof HRContract
* @memberof HRContract
*/
*/
employeecode
?:
any
;
employeecode
?:
any
;
/**
* 工作内容
*
* @returns {*}
* @memberof HRContract
*/
workcontent
?:
any
;
}
}
\ No newline at end of file
app_PIM/src/locale/lang/en-US.ts
浏览文件 @
197927f3
...
@@ -159,6 +159,9 @@ export default {
...
@@ -159,6 +159,9 @@ export default {
menuitem5
:
"基础"
,
menuitem5
:
"基础"
,
menuitem15
:
"员工"
,
menuitem15
:
"员工"
,
menuitem8
:
"合同"
,
menuitem8
:
"合同"
,
menuitem16
:
"档案"
,
menuitem17
:
"职称"
,
menuitem18
:
"证书"
,
menuitem2
:
"组织"
,
menuitem2
:
"组织"
,
menuitem4
:
"法人"
,
menuitem4
:
"法人"
,
menuitem6
:
"运营单位"
,
menuitem6
:
"运营单位"
,
...
...
app_PIM/src/locale/lang/zh-CN.ts
浏览文件 @
197927f3
...
@@ -159,6 +159,9 @@ export default {
...
@@ -159,6 +159,9 @@ export default {
menuitem5
:
"基础"
,
menuitem5
:
"基础"
,
menuitem15
:
"员工"
,
menuitem15
:
"员工"
,
menuitem8
:
"合同"
,
menuitem8
:
"合同"
,
menuitem16
:
"档案"
,
menuitem17
:
"职称"
,
menuitem18
:
"证书"
,
menuitem2
:
"组织"
,
menuitem2
:
"组织"
,
menuitem4
:
"法人"
,
menuitem4
:
"法人"
,
menuitem6
:
"运营单位"
,
menuitem6
:
"运营单位"
,
...
...
app_PIM/src/locale/lanres/entities/hrcontract/hrcontract_en_US.ts
浏览文件 @
197927f3
...
@@ -28,6 +28,7 @@ export default {
...
@@ -28,6 +28,7 @@ export default {
empstate
:
"员工状态"
,
empstate
:
"员工状态"
,
startorgtime
:
"到本单位时间"
,
startorgtime
:
"到本单位时间"
,
employeecode
:
"员工编号"
,
employeecode
:
"员工编号"
,
workcontent
:
"工作内容"
,
},
},
views
:
{
views
:
{
gridview
:
{
gridview
:
{
...
@@ -86,8 +87,9 @@ export default {
...
@@ -86,8 +87,9 @@ export default {
contractsigntype
:
"签订类型"
,
contractsigntype
:
"签订类型"
,
contractstate
:
"合同状态"
,
contractstate
:
"合同状态"
,
probationtime
:
"试用期"
,
probationtime
:
"试用期"
,
attachment
:
"附件
"
,
workcontent
:
"工作内容
"
,
memo
:
"备注"
,
memo
:
"备注"
,
attachment
:
"附件"
,
signorganizationid
:
"合同签约单位ID"
,
signorganizationid
:
"合同签约单位ID"
,
hremployeeid
:
"员工标识"
,
hremployeeid
:
"员工标识"
,
mgrorganizationid
:
"合同管理单位ID"
,
mgrorganizationid
:
"合同管理单位ID"
,
...
...
app_PIM/src/locale/lanres/entities/hrcontract/hrcontract_zh_CN.ts
浏览文件 @
197927f3
...
@@ -27,6 +27,7 @@ export default {
...
@@ -27,6 +27,7 @@ export default {
empstate
:
"员工状态"
,
empstate
:
"员工状态"
,
startorgtime
:
"到本单位时间"
,
startorgtime
:
"到本单位时间"
,
employeecode
:
"员工编号"
,
employeecode
:
"员工编号"
,
workcontent
:
"工作内容"
,
},
},
views
:
{
views
:
{
gridview
:
{
gridview
:
{
...
@@ -85,8 +86,9 @@ export default {
...
@@ -85,8 +86,9 @@ export default {
contractsigntype
:
"签订类型"
,
contractsigntype
:
"签订类型"
,
contractstate
:
"合同状态"
,
contractstate
:
"合同状态"
,
probationtime
:
"试用期"
,
probationtime
:
"试用期"
,
attachment
:
"附件
"
,
workcontent
:
"工作内容
"
,
memo
:
"备注"
,
memo
:
"备注"
,
attachment
:
"附件"
,
signorganizationid
:
"合同签约单位ID"
,
signorganizationid
:
"合同签约单位ID"
,
hremployeeid
:
"员工标识"
,
hremployeeid
:
"员工标识"
,
mgrorganizationid
:
"合同管理单位ID"
,
mgrorganizationid
:
"合同管理单位ID"
,
...
...
app_PIM/src/mock/app/pim-appmenu/pim-appmenu.ts
浏览文件 @
197927f3
...
@@ -155,6 +155,60 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
...
@@ -155,6 +155,60 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
iconcls
:
'fa fa-th-large'
,
iconcls
:
'fa fa-th-large'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_10'
,
resourcetag
:
''
,
},
{
id
:
'7A36C06F-4B6F-4479-8D8C-7CA6FCF0FB70'
,
name
:
'menuitem16'
,
text
:
'档案'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'档案'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
'fa fa-newspaper-o'
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'_11'
,
resourcetag
:
''
,
},
{
id
:
'2839792B-0F2D-44D7-ADEB-6A30C89445DE'
,
name
:
'menuitem17'
,
text
:
'职称'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'职称'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
'fa fa-shirtsinbulk'
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'_6'
,
resourcetag
:
''
,
},
{
id
:
'05C5F292-8A81-448B-81EF-53527DFCA207'
,
name
:
'menuitem18'
,
text
:
'证书'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'证书'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
'fa fa-certificate'
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'_8'
,
appfunctag
:
'_8'
,
resourcetag
:
''
,
resourcetag
:
''
,
},
},
...
@@ -229,7 +283,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
...
@@ -229,7 +283,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
iconcls
:
'fa fa-signal'
,
iconcls
:
'fa fa-signal'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_1
0
'
,
appfunctag
:
'_1
3
'
,
resourcetag
:
''
,
resourcetag
:
''
,
},
},
{
{
...
@@ -247,7 +301,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
...
@@ -247,7 +301,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
iconcls
:
'fa fa-sitemap'
,
iconcls
:
'fa fa-sitemap'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_
9
'
,
appfunctag
:
'_
12
'
,
resourcetag
:
''
,
resourcetag
:
''
,
},
},
],
],
...
@@ -285,7 +339,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
...
@@ -285,7 +339,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
iconcls
:
'fa fa-delicious'
,
iconcls
:
'fa fa-delicious'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_
6
'
,
appfunctag
:
'_
7
'
,
resourcetag
:
''
,
resourcetag
:
''
,
},
},
{
{
...
@@ -341,7 +395,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
...
@@ -341,7 +395,7 @@ mock.onGet('v7/pimappmenu').reply((config: any) => {
iconcls
:
'fa fa-cube'
,
iconcls
:
'fa fa-cube'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_1
1
'
,
appfunctag
:
'_1
4
'
,
resourcetag
:
''
,
resourcetag
:
''
,
},
},
],
],
...
...
app_PIM/src/pages/human-resource/hrcontract-v-005/hrcontract-v-005.html
浏览文件 @
197927f3
<studio-view-style2
viewName=
"hrcontractv_005"
viewTitle=
"合同信息"
class=
'deoptview hrcontract-v-005'
>
<studio-view-style2
viewName=
"hrcontractv_005"
viewTitle=
"合同信息"
class=
'deoptview hrcontract-v-005'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{viewCaption}}
</span>
</template>
<view
_form
<view
_form
:viewState=
"viewState"
:viewState=
"viewState"
:viewparams=
"viewparams"
:viewparams=
"viewparams"
...
...
app_PIM/src/pages/ungroup/pim/page-register.ts
浏览文件 @
197927f3
export
const
PageComponents
=
{
export
const
PageComponents
=
{
install
(
Vue
:
any
,
opt
:
any
)
{
install
(
Vue
:
any
,
opt
:
any
)
{
Vue
.
component
(
'hr
reward-grid-view'
,
()
=>
import
(
'@pages/human-resource/hrreward-grid-view/hrreward-grid
-view.vue'
));
Vue
.
component
(
'hr
certificate-edit-view'
,
()
=>
import
(
'@pages/human-resource/hrcertificate-edit-view/hrcertificate-edit
-view.vue'
));
Vue
.
component
(
'hr
certificate-edit-view'
,
()
=>
import
(
'@pages/human-resource/hrcertificate-edit-view/hrcertificate-edit
-view.vue'
));
Vue
.
component
(
'hr
reward-grid-view'
,
()
=>
import
(
'@pages/human-resource/hrreward-grid-view/hrreward-grid
-view.vue'
));
Vue
.
component
(
'hrpost-v-004'
,
()
=>
import
(
'@pages/human-resource/hrpost-v-004/hrpost-v-004.vue'
));
Vue
.
component
(
'hrpost-v-004'
,
()
=>
import
(
'@pages/human-resource/hrpost-v-004/hrpost-v-004.vue'
));
Vue
.
component
(
'hrduty-v-001'
,
()
=>
import
(
'@pages/human-resource/hrduty-v-001/hrduty-v-001.vue'
));
Vue
.
component
(
'hrduty-v-001'
,
()
=>
import
(
'@pages/human-resource/hrduty-v-001/hrduty-v-001.vue'
));
Vue
.
component
(
'hrcontract-v-001'
,
()
=>
import
(
'@pages/human-resource/hrcontract-v-001/hrcontract-v-001.vue'
));
Vue
.
component
(
'hrcontract-v-001'
,
()
=>
import
(
'@pages/human-resource/hrcontract-v-001/hrcontract-v-001.vue'
));
...
@@ -15,8 +15,8 @@ export const PageComponents = {
...
@@ -15,8 +15,8 @@ export const PageComponents = {
Vue
.
component
(
'hremployee-pickup-grid-view'
,
()
=>
import
(
'@pages/human-resource/hremployee-pickup-grid-view/hremployee-pickup-grid-view.vue'
));
Vue
.
component
(
'hremployee-pickup-grid-view'
,
()
=>
import
(
'@pages/human-resource/hremployee-pickup-grid-view/hremployee-pickup-grid-view.vue'
));
Vue
.
component
(
'hrcontract-grid-view'
,
()
=>
import
(
'@pages/human-resource/hrcontract-grid-view/hrcontract-grid-view.vue'
));
Vue
.
component
(
'hrcontract-grid-view'
,
()
=>
import
(
'@pages/human-resource/hrcontract-grid-view/hrcontract-grid-view.vue'
));
Vue
.
component
(
'hromhierarchy-tree-exp-view'
,
()
=>
import
(
'@pages/base/hromhierarchy-tree-exp-view/hromhierarchy-tree-exp-view.vue'
));
Vue
.
component
(
'hromhierarchy-tree-exp-view'
,
()
=>
import
(
'@pages/base/hromhierarchy-tree-exp-view/hromhierarchy-tree-exp-view.vue'
));
Vue
.
component
(
'hrpost-v-006'
,
()
=>
import
(
'@pages/human-resource/hrpost-v-006/hrpost-v-006.vue'
));
Vue
.
component
(
'hrlegal-grid-view'
,
()
=>
import
(
'@pages/base/hrlegal-grid-view/hrlegal-grid-view.vue'
));
Vue
.
component
(
'hrlegal-grid-view'
,
()
=>
import
(
'@pages/base/hrlegal-grid-view/hrlegal-grid-view.vue'
));
Vue
.
component
(
'hrpost-v-006'
,
()
=>
import
(
'@pages/human-resource/hrpost-v-006/hrpost-v-006.vue'
));
Vue
.
component
(
'hrlegal-v-002'
,
()
=>
import
(
'@pages/base/hrlegal-v-002/hrlegal-v-002.vue'
));
Vue
.
component
(
'hrlegal-v-002'
,
()
=>
import
(
'@pages/base/hrlegal-v-002/hrlegal-v-002.vue'
));
Vue
.
component
(
'hrcontract-tab-exp-view'
,
()
=>
import
(
'@pages/human-resource/hrcontract-tab-exp-view/hrcontract-tab-exp-view.vue'
));
Vue
.
component
(
'hrcontract-tab-exp-view'
,
()
=>
import
(
'@pages/human-resource/hrcontract-tab-exp-view/hrcontract-tab-exp-view.vue'
));
Vue
.
component
(
'hremployee-v-003'
,
()
=>
import
(
'@pages/human-resource/hremployee-v-003/hremployee-v-003.vue'
));
Vue
.
component
(
'hremployee-v-003'
,
()
=>
import
(
'@pages/human-resource/hremployee-v-003/hremployee-v-003.vue'
));
...
...
app_PIM/src/pages/ungroup/pim/router.ts
浏览文件 @
197927f3
...
@@ -44,62 +44,62 @@ const router = new Router({
...
@@ -44,62 +44,62 @@ const router = new Router({
component
:
()
=>
import
(
'@pages/ungroup/pim/pim.vue'
),
component
:
()
=>
import
(
'@pages/ungroup/pim/pim.vue'
),
children
:
[
children
:
[
{
{
path
:
'hremployees/:hremployee?/hr
rewards/:hrreward?/gridview/:grid
view?'
,
path
:
'hremployees/:hremployee?/hr
certificates/:hrcertificate?/editview/:edit
view?'
,
meta
:
{
meta
:
{
caption
:
'entities.hr
reward.views.grid
view.title'
,
caption
:
'entities.hr
certificate.views.edit
view.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'hremployees'
,
parameterName
:
'hremployee'
},
{
pathName
:
'hremployees'
,
parameterName
:
'hremployee'
},
{
pathName
:
'hr
rewards'
,
parameterName
:
'hrreward
'
},
{
pathName
:
'hr
certificates'
,
parameterName
:
'hrcertificate
'
},
{
pathName
:
'
gridview'
,
parameterName
:
'grid
view'
},
{
pathName
:
'
editview'
,
parameterName
:
'edit
view'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/human-resource/hr
reward-grid-view/hrreward-grid
-view.vue'
),
component
:
()
=>
import
(
'@pages/human-resource/hr
certificate-edit-view/hrcertificate-edit
-view.vue'
),
},
},
{
{
path
:
'hr
rewards/:hrreward?/gridview/:grid
view?'
,
path
:
'hr
certificates/:hrcertificate?/editview/:edit
view?'
,
meta
:
{
meta
:
{
caption
:
'entities.hr
reward.views.grid
view.title'
,
caption
:
'entities.hr
certificate.views.edit
view.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'hr
rewards'
,
parameterName
:
'hrreward
'
},
{
pathName
:
'hr
certificates'
,
parameterName
:
'hrcertificate
'
},
{
pathName
:
'
gridview'
,
parameterName
:
'grid
view'
},
{
pathName
:
'
editview'
,
parameterName
:
'edit
view'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/human-resource/hr
reward-grid-view/hrreward-grid
-view.vue'
),
component
:
()
=>
import
(
'@pages/human-resource/hr
certificate-edit-view/hrcertificate-edit
-view.vue'
),
},
},
{
{
path
:
'hremployees/:hremployee?/hr
certificates/:hrcertificate?/editview/:edit
view?'
,
path
:
'hremployees/:hremployee?/hr
rewards/:hrreward?/gridview/:grid
view?'
,
meta
:
{
meta
:
{
caption
:
'entities.hr
certificate.views.edit
view.title'
,
caption
:
'entities.hr
reward.views.grid
view.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'hremployees'
,
parameterName
:
'hremployee'
},
{
pathName
:
'hremployees'
,
parameterName
:
'hremployee'
},
{
pathName
:
'hr
certificates'
,
parameterName
:
'hrcertificate
'
},
{
pathName
:
'hr
rewards'
,
parameterName
:
'hrreward
'
},
{
pathName
:
'
editview'
,
parameterName
:
'edit
view'
},
{
pathName
:
'
gridview'
,
parameterName
:
'grid
view'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/human-resource/hr
certificate-edit-view/hrcertificate-edit
-view.vue'
),
component
:
()
=>
import
(
'@pages/human-resource/hr
reward-grid-view/hrreward-grid
-view.vue'
),
},
},
{
{
path
:
'hr
certificates/:hrcertificate?/editview/:edit
view?'
,
path
:
'hr
rewards/:hrreward?/gridview/:grid
view?'
,
meta
:
{
meta
:
{
caption
:
'entities.hr
certificate.views.edit
view.title'
,
caption
:
'entities.hr
reward.views.grid
view.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'hr
certificates'
,
parameterName
:
'hrcertificate
'
},
{
pathName
:
'hr
rewards'
,
parameterName
:
'hrreward
'
},
{
pathName
:
'
editview'
,
parameterName
:
'edit
view'
},
{
pathName
:
'
gridview'
,
parameterName
:
'grid
view'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/human-resource/hr
certificate-edit-view/hrcertificate-edit
-view.vue'
),
component
:
()
=>
import
(
'@pages/human-resource/hr
reward-grid-view/hrreward-grid
-view.vue'
),
},
},
{
{
path
:
'hrposts/:hrpost?/v_004/:v_004?'
,
path
:
'hrposts/:hrpost?/v_004/:v_004?'
,
...
@@ -374,32 +374,32 @@ const router = new Router({
...
@@ -374,32 +374,32 @@ const router = new Router({
component
:
()
=>
import
(
'@pages/base/hromhierarchy-tree-exp-view/hromhierarchy-tree-exp-view.vue'
),
component
:
()
=>
import
(
'@pages/base/hromhierarchy-tree-exp-view/hromhierarchy-tree-exp-view.vue'
),
},
},
{
{
path
:
'hr
posts/:hrpost?/v_006/:v_006
?'
,
path
:
'hr
legals/:hrlegal?/gridview/:gridview
?'
,
meta
:
{
meta
:
{
caption
:
'entities.hr
post.views.v_006
.title'
,
caption
:
'entities.hr
legal.views.gridview
.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'hr
posts'
,
parameterName
:
'hrpost
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
{
pathName
:
'
v_006'
,
parameterName
:
'v_006
'
},
{
pathName
:
'
gridview'
,
parameterName
:
'gridview
'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/
human-resource/hrpost-v-006/hrpost-v-006
.vue'
),
component
:
()
=>
import
(
'@pages/
base/hrlegal-grid-view/hrlegal-grid-view
.vue'
),
},
},
{
{
path
:
'hr
legals/:hrlegal?/gridview/:gridview
?'
,
path
:
'hr
posts/:hrpost?/v_006/:v_006
?'
,
meta
:
{
meta
:
{
caption
:
'entities.hr
legal.views.gridview
.title'
,
caption
:
'entities.hr
post.views.v_006
.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'pim'
,
parameterName
:
'pim'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
{
pathName
:
'hr
posts'
,
parameterName
:
'hrpost
'
},
{
pathName
:
'
gridview'
,
parameterName
:
'gridview
'
},
{
pathName
:
'
v_006'
,
parameterName
:
'v_006
'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/
base/hrlegal-grid-view/hrlegal-grid-view
.vue'
),
component
:
()
=>
import
(
'@pages/
human-resource/hrpost-v-006/hrpost-v-006
.vue'
),
},
},
{
{
path
:
'hrlegals/:hrlegal?/v_002/:v_002?'
,
path
:
'hrlegals/:hrlegal?/v_002/:v_002?'
,
...
...
app_PIM/src/store/modules/view-action/state.ts
浏览文件 @
197927f3
...
@@ -362,11 +362,14 @@ export const viewstate: any = {
...
@@ -362,11 +362,14 @@ export const viewstate: any = {
refviews
:
[
refviews
:
[
'286e8ac9eca7b6eb8058fde93995db10'
,
'286e8ac9eca7b6eb8058fde93995db10'
,
'8e90bfab442fc1c89453722dfe094408'
,
'8e90bfab442fc1c89453722dfe094408'
,
'685cd7da1331d604d0382b8d64d90664'
,
'd6a51bb0caa43fb475fceed816e6a5aa'
,
'997c27311a28f6ed4e41153c43a5f723'
,
'997c27311a28f6ed4e41153c43a5f723'
,
'bae1de77dc5bd2584e2dcf7201a06495'
,
'bae1de77dc5bd2584e2dcf7201a06495'
,
'0d8ac739134947cc5f6545d4041024de'
,
'0d8ac739134947cc5f6545d4041024de'
,
'b9130f18de0b66cd31ecaddb5a841aae'
,
'b9130f18de0b66cd31ecaddb5a841aae'
,
'41036146909ab3f28ff59b80370514b2'
,
'41036146909ab3f28ff59b80370514b2'
,
'c01c4604589a2c171c4f41f2ac11f4e2'
,
'114f056047eddd92374e982356e59852'
,
'114f056047eddd92374e982356e59852'
,
'71c5da4234a5c4d3e46c572556dd52d9'
,
'71c5da4234a5c4d3e46c572556dd52d9'
,
],
],
...
...
app_PIM/src/widgets/app/pim-appmenu/pim-appmenu-base.tsx
浏览文件 @
197927f3
...
@@ -15,24 +15,30 @@ export class PIMBase extends Vue {
...
@@ -15,24 +15,30 @@ export class PIMBase extends Vue {
if
(
item
)
{
if
(
item
)
{
let
judge
=
true
;
let
judge
=
true
;
switch
(
item
.
appfunctag
)
{
switch
(
item
.
appfunctag
)
{
case
'_
9
'
:
case
'_
12
'
:
this
.
click_
9
(
item
);
break
;
this
.
click_
12
(
item
);
break
;
case
'_3'
:
case
'_3'
:
this
.
click_3
(
item
);
break
;
this
.
click_3
(
item
);
break
;
case
'_2'
:
case
'_2'
:
this
.
click_2
(
item
);
break
;
this
.
click_2
(
item
);
break
;
case
'_4'
:
case
'_4'
:
this
.
click_4
(
item
);
break
;
this
.
click_4
(
item
);
break
;
case
'_6'
:
case
'_7'
:
this
.
click_6
(
item
);
break
;
this
.
click_7
(
item
);
break
;
case
'_10'
:
this
.
click_10
(
item
);
break
;
case
'_8'
:
case
'_8'
:
this
.
click_8
(
item
);
break
;
this
.
click_8
(
item
);
break
;
case
'_5'
:
this
.
click_5
(
item
);
break
;
case
'_11'
:
case
'_11'
:
this
.
click_11
(
item
);
break
;
this
.
click_11
(
item
);
break
;
case
'_13'
:
this
.
click_13
(
item
);
break
;
case
'_10'
:
this
.
click_10
(
item
);
break
;
case
'_5'
:
this
.
click_5
(
item
);
break
;
case
'_6'
:
this
.
click_6
(
item
);
break
;
case
'_14'
:
this
.
click_14
(
item
);
break
;
default
:
default
:
judge
=
false
;
judge
=
false
;
console
.
warn
(
'未指定应用功能'
);
console
.
warn
(
'未指定应用功能'
);
...
@@ -49,7 +55,7 @@ export class PIMBase extends Vue {
...
@@ -49,7 +55,7 @@ export class PIMBase extends Vue {
* @param {*} [item={}]
* @param {*} [item={}]
* @memberof PIM
* @memberof PIM
*/
*/
public
click_
9
(
item
:
any
=
{})
{
public
click_
12
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
deResParameters
:
any
[]
=
[];
...
@@ -141,7 +147,7 @@ export class PIMBase extends Vue {
...
@@ -141,7 +147,7 @@ export class PIMBase extends Vue {
* @param {*} [item={}]
* @param {*} [item={}]
* @memberof PIM
* @memberof PIM
*/
*/
public
click_
6
(
item
:
any
=
{})
{
public
click_
7
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
deResParameters
:
any
[]
=
[];
...
@@ -158,13 +164,59 @@ export class PIMBase extends Vue {
...
@@ -158,13 +164,59 @@ export class PIMBase extends Vue {
})
})
}
}
/**
* 证书信息
*
* @param {*} [item={}]
* @memberof PIM
*/
public
click_8
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'hrcertificates'
,
parameterName
:
'hrcertificate'
},
{
pathName
:
'gridview'
,
parameterName
:
'gridview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
return
;
}
this
.
$nextTick
(
function
(){
this
.
$router
.
push
(
path
);
})
}
/**
* 档案信息
*
* @param {*} [item={}]
* @memberof PIM
*/
public
click_11
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'hrarchives'
,
parameterName
:
'hrarchives'
},
{
pathName
:
'gridview'
,
parameterName
:
'gridview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
return
;
}
this
.
$nextTick
(
function
(){
this
.
$router
.
push
(
path
);
})
}
/**
/**
* 层次结构类别
* 层次结构类别
*
*
* @param {*} [item={}]
* @param {*} [item={}]
* @memberof PIM
* @memberof PIM
*/
*/
public
click_1
0
(
item
:
any
=
{})
{
public
click_1
3
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
deResParameters
:
any
[]
=
[];
...
@@ -187,7 +239,7 @@ export class PIMBase extends Vue {
...
@@ -187,7 +239,7 @@ export class PIMBase extends Vue {
* @param {*} [item={}]
* @param {*} [item={}]
* @memberof PIM
* @memberof PIM
*/
*/
public
click_
8
(
item
:
any
=
{})
{
public
click_
10
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
deResParameters
:
any
[]
=
[];
...
@@ -227,13 +279,36 @@ export class PIMBase extends Vue {
...
@@ -227,13 +279,36 @@ export class PIMBase extends Vue {
})
})
}
}
/**
* 职称信息
*
* @param {*} [item={}]
* @memberof PIM
*/
public
click_6
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'hrtechnicaltitles'
,
parameterName
:
'hrtechnicaltitle'
},
{
pathName
:
'gridview'
,
parameterName
:
'gridview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
return
;
}
this
.
$nextTick
(
function
(){
this
.
$router
.
push
(
path
);
})
}
/**
/**
* 调动申请
* 调动申请
*
*
* @param {*} [item={}]
* @param {*} [item={}]
* @memberof PIM
* @memberof PIM
*/
*/
public
click_1
1
(
item
:
any
=
{})
{
public
click_1
4
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
deResParameters
:
any
[]
=
[];
...
...
app_PIM/src/widgets/app/pim-appmenu/pim-appmenu-model.ts
浏览文件 @
197927f3
...
@@ -168,11 +168,74 @@ export default class PIMModel {
...
@@ -168,11 +168,74 @@ export default class PIMModel {
iconcls
:
'fa fa-th-large'
,
iconcls
:
'fa fa-th-large'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_
8
'
,
appfunctag
:
'_
10
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hrcontract-tab-exp-view'
,
viewname
:
'hrcontract-tab-exp-view'
,
resourcetag
:
''
,
resourcetag
:
''
,
}
}
,
{
id
:
'7A36C06F-4B6F-4479-8D8C-7CA6FCF0FB70'
,
name
:
'menuitem16'
,
text
:
'档案'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'档案'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
'fa fa-newspaper-o'
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'_11'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hrarchives-grid-view'
,
resourcetag
:
''
,
}
,
{
id
:
'2839792B-0F2D-44D7-ADEB-6A30C89445DE'
,
name
:
'menuitem17'
,
text
:
'职称'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'职称'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
'fa fa-shirtsinbulk'
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'_6'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hrtechnical-title-grid-view'
,
resourcetag
:
''
,
}
,
{
id
:
'05C5F292-8A81-448B-81EF-53527DFCA207'
,
name
:
'menuitem18'
,
text
:
'证书'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'证书'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
'fa fa-certificate'
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'_8'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hrcertificate-grid-view'
,
resourcetag
:
''
,
}
,
,
],
],
}
}
...
@@ -252,7 +315,7 @@ export default class PIMModel {
...
@@ -252,7 +315,7 @@ export default class PIMModel {
iconcls
:
'fa fa-signal'
,
iconcls
:
'fa fa-signal'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_1
0
'
,
appfunctag
:
'_1
3
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hromhierarchy-cat-grid-view'
,
viewname
:
'hromhierarchy-cat-grid-view'
,
resourcetag
:
''
,
resourcetag
:
''
,
...
@@ -273,7 +336,7 @@ export default class PIMModel {
...
@@ -273,7 +336,7 @@ export default class PIMModel {
iconcls
:
'fa fa-sitemap'
,
iconcls
:
'fa fa-sitemap'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_
9
'
,
appfunctag
:
'_
12
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hrorganization-grid-view'
,
viewname
:
'hrorganization-grid-view'
,
resourcetag
:
''
,
resourcetag
:
''
,
...
@@ -315,7 +378,7 @@ export default class PIMModel {
...
@@ -315,7 +378,7 @@ export default class PIMModel {
iconcls
:
'fa fa-delicious'
,
iconcls
:
'fa fa-delicious'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_
6
'
,
appfunctag
:
'_
7
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hrpost-tab-exp-view'
,
viewname
:
'hrpost-tab-exp-view'
,
resourcetag
:
''
,
resourcetag
:
''
,
...
@@ -378,7 +441,7 @@ export default class PIMModel {
...
@@ -378,7 +441,7 @@ export default class PIMModel {
iconcls
:
'fa fa-cube'
,
iconcls
:
'fa fa-cube'
,
icon
:
''
,
icon
:
''
,
textcls
:
''
,
textcls
:
''
,
appfunctag
:
'_1
1
'
,
appfunctag
:
'_1
4
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
viewname
:
'hrtransfer-apply-tab-exp-view'
,
viewname
:
'hrtransfer-apply-tab-exp-view'
,
resourcetag
:
''
,
resourcetag
:
''
,
...
@@ -477,7 +540,7 @@ export default class PIMModel {
...
@@ -477,7 +540,7 @@ export default class PIMModel {
*/
*/
private
funcs
:
any
[]
=
[
private
funcs
:
any
[]
=
[
{
{
appfunctag
:
'_
9
'
,
appfunctag
:
'_
12
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
openmode
:
''
,
codename
:
'hrorganizationgridview'
,
codename
:
'hrorganizationgridview'
,
...
@@ -525,7 +588,7 @@ export default class PIMModel {
...
@@ -525,7 +588,7 @@ export default class PIMModel {
],
],
},
},
{
{
appfunctag
:
'_
6
'
,
appfunctag
:
'_
7
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
openmode
:
''
,
codename
:
'hrposttabexpview'
,
codename
:
'hrposttabexpview'
,
...
@@ -537,7 +600,31 @@ export default class PIMModel {
...
@@ -537,7 +600,31 @@ export default class PIMModel {
],
],
},
},
{
{
appfunctag
:
'_10'
,
appfunctag
:
'_8'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
codename
:
'hrcertificategridview'
,
deResParameters
:
[],
routepath
:
'/pim/:pim?/hrcertificates/:hrcertificate?/gridview/:gridview?'
,
parameters
:
[
{
pathName
:
'hrcertificates'
,
parameterName
:
'hrcertificate'
},
{
pathName
:
'gridview'
,
parameterName
:
'gridview'
},
],
},
{
appfunctag
:
'_11'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
codename
:
'hrarchivesgridview'
,
deResParameters
:
[],
routepath
:
'/pim/:pim?/hrarchives/:hrarchives?/gridview/:gridview?'
,
parameters
:
[
{
pathName
:
'hrarchives'
,
parameterName
:
'hrarchives'
},
{
pathName
:
'gridview'
,
parameterName
:
'gridview'
},
],
},
{
appfunctag
:
'_13'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
openmode
:
''
,
codename
:
'hromhierarchycatgridview'
,
codename
:
'hromhierarchycatgridview'
,
...
@@ -549,7 +636,7 @@ export default class PIMModel {
...
@@ -549,7 +636,7 @@ export default class PIMModel {
],
],
},
},
{
{
appfunctag
:
'_
8
'
,
appfunctag
:
'_
10
'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
openmode
:
''
,
codename
:
'hrcontracttabexpview'
,
codename
:
'hrcontracttabexpview'
,
...
@@ -573,7 +660,19 @@ export default class PIMModel {
...
@@ -573,7 +660,19 @@ export default class PIMModel {
],
],
},
},
{
{
appfunctag
:
'_11'
,
appfunctag
:
'_6'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
codename
:
'hrtechnicaltitlegridview'
,
deResParameters
:
[],
routepath
:
'/pim/:pim?/hrtechnicaltitles/:hrtechnicaltitle?/gridview/:gridview?'
,
parameters
:
[
{
pathName
:
'hrtechnicaltitles'
,
parameterName
:
'hrtechnicaltitle'
},
{
pathName
:
'gridview'
,
parameterName
:
'gridview'
},
],
},
{
appfunctag
:
'_14'
,
appfuncyype
:
'APPVIEW'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
openmode
:
''
,
codename
:
'hrtransferapplytabexpview'
,
codename
:
'hrtransferapplytabexpview'
,
...
...
app_PIM/src/widgets/hrcontract/main-form/main-form-base.tsx
浏览文件 @
197927f3
...
@@ -93,8 +93,9 @@ export class MainEditFormBase extends EditFormControlBase {
...
@@ -93,8 +93,9 @@ export class MainEditFormBase extends EditFormControlBase {
contractsigntype
:
null
,
contractsigntype
:
null
,
contractstate
:
null
,
contractstate
:
null
,
probationtime
:
null
,
probationtime
:
null
,
attachm
ent
:
null
,
workcont
ent
:
null
,
memo
:
null
,
memo
:
null
,
attachment
:
null
,
signorganizationid
:
null
,
signorganizationid
:
null
,
hremployeeid
:
null
,
hremployeeid
:
null
,
mgrorganizationid
:
null
,
mgrorganizationid
:
null
,
...
@@ -129,6 +130,10 @@ export class MainEditFormBase extends EditFormControlBase {
...
@@ -129,6 +130,10 @@ export class MainEditFormBase extends EditFormControlBase {
{
required
:
true
,
type
:
'string'
,
message
:
'开始日期 值不能为空'
,
trigger
:
'change'
},
{
required
:
true
,
type
:
'string'
,
message
:
'开始日期 值不能为空'
,
trigger
:
'change'
},
{
required
:
true
,
type
:
'string'
,
message
:
'开始日期 值不能为空'
,
trigger
:
'blur'
},
{
required
:
true
,
type
:
'string'
,
message
:
'开始日期 值不能为空'
,
trigger
:
'blur'
},
],
],
endtime
:
[
{
required
:
true
,
type
:
'string'
,
message
:
'结束日期 值不能为空'
,
trigger
:
'change'
},
{
required
:
true
,
type
:
'string'
,
message
:
'结束日期 值不能为空'
,
trigger
:
'blur'
},
],
mgrorganizationname
:
[
mgrorganizationname
:
[
{
required
:
true
,
type
:
'string'
,
message
:
'合同管理单位 值不能为空'
,
trigger
:
'change'
},
{
required
:
true
,
type
:
'string'
,
message
:
'合同管理单位 值不能为空'
,
trigger
:
'change'
},
{
required
:
true
,
type
:
'string'
,
message
:
'合同管理单位 值不能为空'
,
trigger
:
'blur'
},
{
required
:
true
,
type
:
'string'
,
message
:
'合同管理单位 值不能为空'
,
trigger
:
'blur'
},
...
@@ -159,7 +164,7 @@ export class MainEditFormBase extends EditFormControlBase {
...
@@ -159,7 +164,7 @@ export class MainEditFormBase extends EditFormControlBase {
* @memberof MainEditFormBase
* @memberof MainEditFormBase
*/
*/
public
detailsModel
:
any
=
{
public
detailsModel
:
any
=
{
group1
:
new
FormGroupPanelModel
({
caption
:
'合同信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
tru
e
,
form
:
this
,
showMoreMode
:
0
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.hrcontract.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
}
}),
group1
:
new
FormGroupPanelModel
({
caption
:
'合同信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
fals
e
,
form
:
this
,
showMoreMode
:
0
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.hrcontract.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
}
}),
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
}),
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
}),
...
@@ -201,10 +206,12 @@ export class MainEditFormBase extends EditFormControlBase {
...
@@ -201,10 +206,12 @@ export class MainEditFormBase extends EditFormControlBase {
probationtime
:
new
FormItemModel
({
caption
:
'试用期'
,
detailType
:
'FORMITEM'
,
name
:
'probationtime'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
probationtime
:
new
FormItemModel
({
caption
:
'试用期'
,
detailType
:
'FORMITEM'
,
name
:
'probationtime'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
attachment
:
new
FormItemModel
({
caption
:
'附件'
,
detailType
:
'FORMITEM'
,
name
:
'attachment'
,
visible
:
tru
e
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
workcontent
:
new
FormItemModel
({
caption
:
'工作内容'
,
detailType
:
'FORMITEM'
,
name
:
'workcontent'
,
visible
:
fals
e
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
memo
:
new
FormItemModel
({
caption
:
'备注'
,
detailType
:
'FORMITEM'
,
name
:
'memo'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
memo
:
new
FormItemModel
({
caption
:
'备注'
,
detailType
:
'FORMITEM'
,
name
:
'memo'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
attachment
:
new
FormItemModel
({
caption
:
'附件'
,
detailType
:
'FORMITEM'
,
name
:
'attachment'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
signorganizationid
:
new
FormItemModel
({
caption
:
'合同签约单位ID'
,
detailType
:
'FORMITEM'
,
name
:
'signorganizationid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
signorganizationid
:
new
FormItemModel
({
caption
:
'合同签约单位ID'
,
detailType
:
'FORMITEM'
,
name
:
'signorganizationid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
hremployeeid
:
new
FormItemModel
({
caption
:
'员工标识'
,
detailType
:
'FORMITEM'
,
name
:
'hremployeeid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
hremployeeid
:
new
FormItemModel
({
caption
:
'员工标识'
,
detailType
:
'FORMITEM'
,
name
:
'hremployeeid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
...
@@ -214,4 +221,64 @@ export class MainEditFormBase extends EditFormControlBase {
...
@@ -214,4 +221,64 @@ export class MainEditFormBase extends EditFormControlBase {
hrcontractid
:
new
FormItemModel
({
caption
:
'合同信息标识'
,
detailType
:
'FORMITEM'
,
name
:
'hrcontractid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
hrcontractid
:
new
FormItemModel
({
caption
:
'合同信息标识'
,
detailType
:
'FORMITEM'
,
name
:
'hrcontractid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
};
};
/**
* 表单项逻辑
*
* @param {{ name: string, newVal: any, oldVal: any }} { name, newVal, oldVal }
* @returns {Promise<void>}
* @memberof MainEditFormBase
*/
public
async
formLogic
({
name
,
newVal
,
oldVal
}:
{
name
:
string
,
newVal
:
any
,
oldVal
:
any
}):
Promise
<
void
>
{
if
(
Object
.
is
(
name
,
''
)
||
Object
.
is
(
name
,
'contracttype'
))
{
let
ret
=
true
;
const
_contracttype
=
this
.
data
.
contracttype
;
if
(
this
.
$verify
.
testCond
(
_contracttype
,
'EQ'
,
'10'
))
{
ret
=
false
;
}
this
.
rules
.
endtime
.
some
((
rule
:
any
)
=>
{
if
(
rule
.
hasOwnProperty
(
'required'
))
{
rule
.
required
=
ret
;
}
return
false
;
});
}
if
(
Object
.
is
(
name
,
''
)
||
Object
.
is
(
name
,
'contracttype'
))
{
let
ret
=
false
;
const
_contracttype
=
this
.
data
.
contracttype
;
if
(
this
.
$verify
.
testCond
(
_contracttype
,
'EQ'
,
'30'
))
{
ret
=
true
;
}
this
.
detailsModel
.
workcontent
.
setVisible
(
ret
);
}
}
}
}
\ No newline at end of file
app_PIM/src/widgets/hrcontract/main-form/main-form-model.ts
浏览文件 @
197927f3
...
@@ -111,15 +111,20 @@ export default class MainModel {
...
@@ -111,15 +111,20 @@ export default class MainModel {
dataType
:
'DATE'
,
dataType
:
'DATE'
,
},
},
{
{
name
:
'
attachm
ent'
,
name
:
'
workcont
ent'
,
prop
:
'
attachm
ent'
,
prop
:
'
workcont
ent'
,
dataType
:
'
TEXT
'
,
dataType
:
'
LONGTEXT_1000
'
,
},
},
{
{
name
:
'memo'
,
name
:
'memo'
,
prop
:
'memo'
,
prop
:
'memo'
,
dataType
:
'LONGTEXT_1000'
,
dataType
:
'LONGTEXT_1000'
,
},
},
{
name
:
'attachment'
,
prop
:
'attachment'
,
dataType
:
'TEXT'
,
},
{
{
name
:
'signorganizationid'
,
name
:
'signorganizationid'
,
prop
:
'signorganizationid'
,
prop
:
'signorganizationid'
,
...
...
app_PIM/src/widgets/hrcontract/main-form/main-form.html
浏览文件 @
197927f3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<row
>
<row
>
<i-col
class=
"form-layout-container"
v-show=
"detailsModel.group1.visible"
:style=
"{}"
:lg=
"{ span: 24, offset: 0 }"
>
<i-col
class=
"form-layout-container"
v-show=
"detailsModel.group1.visible"
:style=
"{}"
:lg=
"{ span: 24, offset: 0 }"
>
<app-form-group
:model=
"detailsModel.group1"
layoutType=
"TABLE_24COL"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.group1.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"$t('entities.hrcontract.main_form.details.group1')"
:isShowCaption=
"
tru
e"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<app-form-group
:model=
"detailsModel.group1"
layoutType=
"TABLE_24COL"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.group1.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"$t('entities.hrcontract.main_form.details.group1')"
:isShowCaption=
"
fals
e"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<app-form-group-data-panel
slot=
"dataInfoPanel"
:model=
"detailsModel.group1"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
/>
<app-form-group-data-panel
slot=
"dataInfoPanel"
:model=
"detailsModel.group1"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
/>
<row>
<row>
<i-col
class=
"form-layout-container"
v-show=
"detailsModel.hremployeename.visible"
:style=
"{}"
:sm=
"{ span: 24, offset: 0 }"
:md=
"{ span: 12, offset: 0 }"
:lg=
"{ span: 12, offset: 0 }"
:xl=
"{ span: 12, offset: 0 }"
>
<i-col
class=
"form-layout-container"
v-show=
"detailsModel.hremployeename.visible"
:style=
"{}"
:sm=
"{ span: 24, offset: 0 }"
:md=
"{ span: 12, offset: 0 }"
:lg=
"{ span: 12, offset: 0 }"
:xl=
"{ span: 12, offset: 0 }"
>
...
@@ -199,9 +199,10 @@
...
@@ -199,9 +199,10 @@
</app-form-item>
</app-form-item>
</i-col>
</i-col>
<i-col
class=
"form-layout-container"
v-show=
"detailsModel.attachment.visible"
:style=
"{}"
:sm=
"{ span: 24, offset: 0 }"
:md=
"{ span: 12, offset: 0 }"
:lg=
"{ span: 12, offset: 0 }"
:xl=
"{ span: 12, offset: 0 }"
>
<i-col
class=
"form-layout-container"
v-show=
"detailsModel.workcontent.visible"
:style=
"{}"
:sm=
"{ span: 24, offset: 0 }"
:md=
"{ span: 12, offset: 0 }"
:lg=
"{ span: 24, offset: 0 }"
:xl=
"{ span: 24, offset: 0 }"
>
<app-form-item
name=
'attachment'
:itemRules=
"this.rules.attachment"
class=
''
:caption=
"$t('entities.hrcontract.main_form.details.attachment')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.attachment.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-form-item
name=
'workcontent'
:itemRules=
"this.rules.workcontent"
class=
''
:caption=
"$t('entities.hrcontract.main_form.details.workcontent')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.workcontent.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-file-upload
:formState=
"formState"
:ignorefieldvaluechange=
"ignorefieldvaluechange"
@
formitemvaluechange=
"onFormItemValueChange($event)"
:data=
"JSON.stringify(this.data)"
name=
'attachment'
:value=
"data.attachment"
:disabled=
"detailsModel.attachment.disabled"
:uploadparams=
'{}'
:exportparams=
'{}'
style=
"overflow: auto;"
></app-file-upload>
<input-box
v-model=
"data.workcontent"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.workcontent.disabled"
type=
'textarea'
textareaStyle=
"height:200px;"
></input-box>
</app-form-item>
</app-form-item>
</i-col>
</i-col>
...
@@ -211,6 +212,12 @@
...
@@ -211,6 +212,12 @@
</app-form-item>
</app-form-item>
</i-col>
<i-col
class=
"form-layout-container"
v-show=
"detailsModel.attachment.visible"
:style=
"{}"
:sm=
"{ span: 24, offset: 0 }"
:md=
"{ span: 12, offset: 0 }"
:lg=
"{ span: 24, offset: 0 }"
:xl=
"{ span: 24, offset: 0 }"
>
<app-form-item
name=
'attachment'
:itemRules=
"this.rules.attachment"
class=
''
:caption=
"$t('entities.hrcontract.main_form.details.attachment')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.attachment.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-file-upload
:formState=
"formState"
:ignorefieldvaluechange=
"ignorefieldvaluechange"
@
formitemvaluechange=
"onFormItemValueChange($event)"
:data=
"JSON.stringify(this.data)"
name=
'attachment'
:value=
"data.attachment"
:disabled=
"detailsModel.attachment.disabled"
:uploadparams=
'{}'
:exportparams=
'{}'
style=
"overflow: auto;"
></app-file-upload>
</app-form-item>
</i-col>
</i-col>
</row>
</row>
...
...
app_PIM/src/widgets/hrcontract/tab-exp-viewtabexppanel-tabexppanel/tab-exp-viewtabexppanel-tabexppanel-model.ts
浏览文件 @
197927f3
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabexppanelModel {
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabexppanelModel {
{
{
name
:
'employeecode'
,
name
:
'employeecode'
,
},
},
{
name
:
'workcontent'
,
},
]
]
}
}
...
...
app_PIM/src/widgets/hrcontract/tab-exp-viewtabviewpanel-tabviewpanel/tab-exp-viewtabviewpanel-tabviewpanel-model.ts
浏览文件 @
197927f3
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanelModel {
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanelModel {
{
{
name
:
'employeecode'
,
name
:
'employeecode'
,
},
},
{
name
:
'workcontent'
,
},
]
]
}
}
...
...
app_PIM/src/widgets/hrcontract/tab-exp-viewtabviewpanel2-tabviewpanel/tab-exp-viewtabviewpanel2-tabviewpanel-model.ts
浏览文件 @
197927f3
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel2Model {
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel2Model {
{
{
name
:
'employeecode'
,
name
:
'employeecode'
,
},
},
{
name
:
'workcontent'
,
},
]
]
}
}
...
...
app_PIM/src/widgets/hrcontract/tab-exp-viewtabviewpanel3-tabviewpanel/tab-exp-viewtabviewpanel3-tabviewpanel-model.ts
浏览文件 @
197927f3
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel3Model {
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel3Model {
{
{
name
:
'employeecode'
,
name
:
'employeecode'
,
},
},
{
name
:
'workcontent'
,
},
]
]
}
}
...
...
app_PIM/src/widgets/hrcontract/tab-exp-viewtabviewpanel4-tabviewpanel/tab-exp-viewtabviewpanel4-tabviewpanel-model.ts
浏览文件 @
197927f3
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel4Model {
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel4Model {
{
{
name
:
'employeecode'
,
name
:
'employeecode'
,
},
},
{
name
:
'workcontent'
,
},
]
]
}
}
...
...
app_PIM/src/widgets/hrcontract/tab-exp-viewtabviewpanel5-tabviewpanel/tab-exp-viewtabviewpanel5-tabviewpanel-model.ts
浏览文件 @
197927f3
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel5Model {
...
@@ -96,6 +96,9 @@ export default class TabExpViewtabviewpanel5Model {
{
{
name
:
'employeecode'
,
name
:
'employeecode'
,
},
},
{
name
:
'workcontent'
,
},
]
]
}
}
...
...
config.xml
浏览文件 @
197927f3
...
@@ -37,11 +37,11 @@
...
@@ -37,11 +37,11 @@
git clone -b master $para2 ibizhumanresources/
git clone -b master $para2 ibizhumanresources/
export NODE_OPTIONS=--max-old-space-size=4096
export NODE_OPTIONS=--max-old-space-size=4096
cd ibizhumanresources/
cd ibizhumanresources/
mvn clean package -P
hrapi
mvn clean package -P
pim
cd humanresource-
provider/humanresource-provider-hrapi
cd humanresource-
app/humanresource-app-pim
mvn -P
hrapi
docker:build
mvn -P
pim
docker:build
mvn -P
hrapi
docker:push
mvn -P
pim
docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/humanresource-
provider-hrapi.yaml iBizEE --with-registry-auth
docker -H $para1 stack deploy --compose-file=src/main/docker/humanresource-
app-pim.yaml iBizEE --with-registry-auth
</command>
</command>
</hudson.tasks.Shell>
</hudson.tasks.Shell>
</builders>
</builders>
...
...
humanresource-app/humanresource-app-pim/src/main/docker/Dockerfile
浏览文件 @
197927f3
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /humanresource-app-pim.jar
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /humanresource-app-pim.jar
EXPOSE
8080
EXPOSE
10327
ADD
humanresource-app-pim.jar /humanresource-app-pim.jar
ADD
humanresource-app-pim.jar /humanresource-app-pim.jar
humanresource-app/humanresource-app-pim/src/main/docker/humanresource-app-pim.yaml
浏览文件 @
197927f3
...
@@ -3,9 +3,25 @@ services:
...
@@ -3,9 +3,25 @@ services:
humanresource-app-pim
:
humanresource-app-pim
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/humanresource-app-pim:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/humanresource-app-pim:latest
ports
:
ports
:
-
"
8080:8080
"
-
"
10327:10327
"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
-
SERVER_PORT=10327
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.110:8848
-
SPRING_REDIS_HOST=172.16.240.110
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_LAB01_e85d8801c
-
SPRING_DATASOURCE_PASSWORD=b1@@@772
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_e85d8801c?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&allowMultiQueries=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_e85d8801c
-
CAS=https://passport.ibizlab.cn
-
NACOS=172.16.240.110:8848
-
SEATA_REGISTRY_NACOS_SERVER-ADDR=172.16.240.110:8848
-
SEATA_ENABLED=true
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
...
...
humanresource-core/src/main/resources/permission/systemResource.json
浏览文件 @
197927f3
...
@@ -265,7 +265,7 @@
...
@@ -265,7 +265,7 @@
{
{
"appid"
:
"PIM"
,
"appid"
:
"PIM"
,
"appname"
:
"基础管理"
,
"appname"
:
"基础管理"
,
"appmenu"
:[{
"menuid"
:
"PIM"
,
"menuname"
:
"PIM"
,
"menuitem"
:[{
"id"
:
"user_menus"
,
"name"
:
"用户菜单"
,
"items"
:[{
"id"
:
"menuitem3"
,
"name"
:
"设置"
}]},{
"id"
:
"top_menus"
,
"name"
:
"顶部菜单"
,
"items"
:[{
"id"
:
"menuitem1"
,
"name"
:
"-"
}]},{
"id"
:
"left_exp"
,
"name"
:
"左侧菜单"
,
"items"
:[{
"id"
:
"menuitem5"
,
"name"
:
"基础"
,
"items"
:[{
"id"
:
"menuitem15"
,
"name"
:
"员工"
},{
"id"
:
"menuitem8"
,
"name"
:
"合同"
}]},{
"id"
:
"menuitem2"
,
"name"
:
"组织"
,
"items"
:[{
"id"
:
"menuitem4"
,
"name"
:
"法人"
},{
"id"
:
"menuitem6"
,
"name"
:
"运营单位"
},{
"id"
:
"menuitem7"
,
"name"
:
"组织层次结构"
},{
"id"
:
"menuitem9"
,
"name"
:
"所有组织"
}]},{
"id"
:
"menuitem10"
,
"name"
:
"职位"
,
"items"
:[{
"id"
:
"menuitem11"
,
"name"
:
"职位"
},{
"id"
:
"menuitem12"
,
"name"
:
"职务"
}]},{
"id"
:
"menuitem13"
,
"name"
:
"调动"
,
"items"
:[{
"id"
:
"menuitem14"
,
"name"
:
"调动申请"
}]}]},{
"id"
:
"bottom_exp"
,
"name"
:
"底部内容"
},{
"id"
:
"footer_left"
,
"name"
:
"底部左侧"
},{
"id"
:
"footer_center"
,
"name"
:
"底部中间"
},{
"id"
:
"footer_right"
,
"name"
:
"底部右侧"
}]
}]
"appmenu"
:[{
"menuid"
:
"PIM"
,
"menuname"
:
"PIM"
,
"menuitem"
:[{
"id"
:
"user_menus"
,
"name"
:
"用户菜单"
,
"items"
:[{
"id"
:
"menuitem3"
,
"name"
:
"设置"
}]},{
"id"
:
"top_menus"
,
"name"
:
"顶部菜单"
,
"items"
:[{
"id"
:
"menuitem1"
,
"name"
:
"-"
}]},{
"id"
:
"left_exp"
,
"name"
:
"左侧菜单"
,
"items"
:[{
"id"
:
"menuitem5"
,
"name"
:
"基础"
,
"items"
:[{
"id"
:
"menuitem15"
,
"name"
:
"员工"
},{
"id"
:
"menuitem8"
,
"name"
:
"合同"
}
,{
"id"
:
"menuitem16"
,
"name"
:
"档案"
},{
"id"
:
"menuitem17"
,
"name"
:
"职称"
},{
"id"
:
"menuitem18"
,
"name"
:
"证书"
}
]},{
"id"
:
"menuitem2"
,
"name"
:
"组织"
,
"items"
:[{
"id"
:
"menuitem4"
,
"name"
:
"法人"
},{
"id"
:
"menuitem6"
,
"name"
:
"运营单位"
},{
"id"
:
"menuitem7"
,
"name"
:
"组织层次结构"
},{
"id"
:
"menuitem9"
,
"name"
:
"所有组织"
}]},{
"id"
:
"menuitem10"
,
"name"
:
"职位"
,
"items"
:[{
"id"
:
"menuitem11"
,
"name"
:
"职位"
},{
"id"
:
"menuitem12"
,
"name"
:
"职务"
}]},{
"id"
:
"menuitem13"
,
"name"
:
"调动"
,
"items"
:[{
"id"
:
"menuitem14"
,
"name"
:
"调动申请"
}]}]},{
"id"
:
"bottom_exp"
,
"name"
:
"底部内容"
},{
"id"
:
"footer_left"
,
"name"
:
"底部左侧"
},{
"id"
:
"footer_center"
,
"name"
:
"底部中间"
},{
"id"
:
"footer_right"
,
"name"
:
"底部右侧"
}]
}]
}
}
]
]
}
}
humanresource-provider/humanresource-provider-hrapi/src/main/docker/Dockerfile
浏览文件 @
197927f3
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /humanresource-provider-hrapi.jar
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /humanresource-provider-hrapi.jar
EXPOSE
10317
EXPOSE
8081
ADD
humanresource-provider-hrapi.jar /humanresource-provider-hrapi.jar
ADD
humanresource-provider-hrapi.jar /humanresource-provider-hrapi.jar
humanresource-provider/humanresource-provider-hrapi/src/main/docker/humanresource-provider-hrapi.yaml
浏览文件 @
197927f3
...
@@ -3,25 +3,9 @@ services:
...
@@ -3,25 +3,9 @@ services:
humanresource-provider-hrapi
:
humanresource-provider-hrapi
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/humanresource-provider-hrapi:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/humanresource-provider-hrapi:latest
ports
:
ports
:
-
"
10317:10317
"
-
"
8081:8081
"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
-
SERVER_PORT=10317
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.110:8848
-
SPRING_REDIS_HOST=172.16.240.110
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_LAB01_e85d8801c
-
SPRING_DATASOURCE_PASSWORD=b1@@@772
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_e85d8801c?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&allowMultiQueries=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_e85d8801c
-
CAS=https://passport.ibizlab.cn
-
NACOS=172.16.240.110:8848
-
SEATA_REGISTRY_NACOS_SERVER-ADDR=172.16.240.110:8848
-
SEATA_ENABLED=true
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录