Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz人力资源
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz人力资源
提交
571469eb
提交
571469eb
编写于
8月 05, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jackwang 部署微服务应用
上级
2373733e
变更
18
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
895 行增加
和
141 行删除
+895
-141
hrorg-addresss.ts
app_PIM/src/mock/entity/hrorg-addresss/hrorg-addresss.ts
+296
-25
hrorg-contacts.ts
app_PIM/src/mock/entity/hrorg-contacts/hrorg-contacts.ts
+296
-25
hrorg-address-grid-view-base.tsx
.../hrorg-address-grid-view/hrorg-address-grid-view-base.tsx
+4
-4
hrorg-address-v-001-base.tsx
...ges/base/hrorg-address-v-001/hrorg-address-v-001-base.tsx
+2
-2
hrorg-contact-grid-view-base.tsx
.../hrorg-contact-grid-view/hrorg-contact-grid-view-base.tsx
+4
-4
hrorg-contact-v-001-base.tsx
...ges/base/hrorg-contact-v-001/hrorg-contact-v-001-base.tsx
+4
-4
router.ts
app_PIM/src/pages/ungroup/pim/router.ts
+102
-12
hrlegal-service-base.ts
app_PIM/src/service/hrlegal/hrlegal-service-base.ts
+2
-0
hroperation-unit-service-base.ts
...service/hroperation-unit/hroperation-unit-service-base.ts
+2
-0
hrorg-address-service-base.ts
...M/src/service/hrorg-address/hrorg-address-service-base.ts
+78
-18
hrorg-contact-service-base.ts
...M/src/service/hrorg-contact/hrorg-contact-service-base.ts
+78
-18
hrorganization-service-base.ts
...src/service/hrorganization/hrorganization-service-base.ts
+0
-2
if-001-form.html
app_PIM/src/widgets/hrlegal/if-001-form/if-001-form.html
+2
-2
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
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/mock/entity/hrorg-addresss/hrorg-addresss.ts
浏览文件 @
571469eb
此差异已折叠。
点击以展开。
app_PIM/src/mock/entity/hrorg-contacts/hrorg-contacts.ts
浏览文件 @
571469eb
此差异已折叠。
点击以展开。
app_PIM/src/pages/base/hrorg-address-grid-view/hrorg-address-grid-view-base.tsx
浏览文件 @
571469eb
...
@@ -564,9 +564,9 @@ export class HROrgAddressGridViewBase extends GridViewBase {
...
@@ -564,9 +564,9 @@ export class HROrgAddressGridViewBase extends GridViewBase {
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
let
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
hr
organization
&&
true
){
if
(
tempContext
.
hr
legal
&&
true
){
deResParameters
=
[
deResParameters
=
[
{
pathName
:
'hr
organizations'
,
parameterName
:
'hrorganization
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
]
]
}
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
...
@@ -615,9 +615,9 @@ export class HROrgAddressGridViewBase extends GridViewBase {
...
@@ -615,9 +615,9 @@ export class HROrgAddressGridViewBase extends GridViewBase {
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
let
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
hr
organization
&&
true
){
if
(
tempContext
.
hr
legal
&&
true
){
deResParameters
=
[
deResParameters
=
[
{
pathName
:
'hr
organizations'
,
parameterName
:
'hrorganization
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
]
]
}
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
...
...
app_PIM/src/pages/base/hrorg-address-v-001/hrorg-address-v-001-base.tsx
浏览文件 @
571469eb
...
@@ -207,9 +207,9 @@ export class HROrgAddressV_001Base extends GridView9Base {
...
@@ -207,9 +207,9 @@ export class HROrgAddressV_001Base extends GridView9Base {
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
let
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
hr
organization
&&
true
){
if
(
tempContext
.
hr
legal
&&
true
){
deResParameters
=
[
deResParameters
=
[
{
pathName
:
'hr
organizations'
,
parameterName
:
'hrorganization
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
]
]
}
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
...
...
app_PIM/src/pages/base/hrorg-contact-grid-view/hrorg-contact-grid-view-base.tsx
浏览文件 @
571469eb
...
@@ -564,9 +564,9 @@ export class HROrgContactGridViewBase extends GridViewBase {
...
@@ -564,9 +564,9 @@ export class HROrgContactGridViewBase extends GridViewBase {
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
let
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
hr
organization
&&
true
){
if
(
tempContext
.
hr
legal
&&
true
){
deResParameters
=
[
deResParameters
=
[
{
pathName
:
'hr
organizations'
,
parameterName
:
'hrorganization
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
]
]
}
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
...
@@ -615,9 +615,9 @@ export class HROrgContactGridViewBase extends GridViewBase {
...
@@ -615,9 +615,9 @@ export class HROrgContactGridViewBase extends GridViewBase {
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
let
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
hr
organization
&&
true
){
if
(
tempContext
.
hr
legal
&&
true
){
deResParameters
=
[
deResParameters
=
[
{
pathName
:
'hr
organizations'
,
parameterName
:
'hrorganization
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
]
]
}
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
...
...
app_PIM/src/pages/base/hrorg-contact-v-001/hrorg-contact-v-001-base.tsx
浏览文件 @
571469eb
...
@@ -214,9 +214,9 @@ export class HROrgContactV_001Base extends GridView9Base {
...
@@ -214,9 +214,9 @@ export class HROrgContactV_001Base extends GridView9Base {
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
let
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
hr
organization
&&
true
){
if
(
tempContext
.
hr
legal
&&
true
){
deResParameters
=
[
deResParameters
=
[
{
pathName
:
'hr
organizations'
,
parameterName
:
'hrorganization
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
]
]
}
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
...
@@ -265,9 +265,9 @@ export class HROrgContactV_001Base extends GridView9Base {
...
@@ -265,9 +265,9 @@ export class HROrgContactV_001Base extends GridView9Base {
Object
.
assign
(
tempContext
,
args
[
0
]);
Object
.
assign
(
tempContext
,
args
[
0
]);
}
}
let
deResParameters
:
any
[]
=
[];
let
deResParameters
:
any
[]
=
[];
if
(
tempContext
.
hr
organization
&&
true
){
if
(
tempContext
.
hr
legal
&&
true
){
deResParameters
=
[
deResParameters
=
[
{
pathName
:
'hr
organizations'
,
parameterName
:
'hrorganization
'
},
{
pathName
:
'hr
legals'
,
parameterName
:
'hrlegal
'
},
]
]
}
}
const
parameters
:
any
[]
=
[
const
parameters
:
any
[]
=
[
...
...
app_PIM/src/pages/ungroup/pim/router.ts
浏览文件 @
571469eb
此差异已折叠。
点击以展开。
app_PIM/src/service/hrlegal/hrlegal-service-base.ts
浏览文件 @
571469eb
...
@@ -73,6 +73,8 @@ export default class HRLegalServiceBase extends EntityService {
...
@@ -73,6 +73,8 @@ export default class HRLegalServiceBase 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
(
`/hrlegals`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrlegals`
,
data
,
isloading
);
this
.
tempStorage
.
setItem
(
tempContext
.
srfsessionkey
+
'_hrorgaddresses'
,
JSON
.
stringify
(
res
.
data
.
hrorgaddresses
?
res
.
data
.
hrorgaddresses
:[]));
this
.
tempStorage
.
setItem
(
tempContext
.
srfsessionkey
+
'_hrorgcontacts'
,
JSON
.
stringify
(
res
.
data
.
hrorgcontacts
?
res
.
data
.
hrorgcontacts
:[]));
return
res
;
return
res
;
}
}
...
...
app_PIM/src/service/hroperation-unit/hroperation-unit-service-base.ts
浏览文件 @
571469eb
...
@@ -73,6 +73,8 @@ export default class HROperationUnitServiceBase extends EntityService {
...
@@ -73,6 +73,8 @@ export default class HROperationUnitServiceBase 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
(
`/hroperationunits`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hroperationunits`
,
data
,
isloading
);
this
.
tempStorage
.
setItem
(
tempContext
.
srfsessionkey
+
'_hrorgaddresses'
,
JSON
.
stringify
(
res
.
data
.
hrorgaddresses
?
res
.
data
.
hrorgaddresses
:[]));
this
.
tempStorage
.
setItem
(
tempContext
.
srfsessionkey
+
'_hrorgcontacts'
,
JSON
.
stringify
(
res
.
data
.
hrorgcontacts
?
res
.
data
.
hrorgcontacts
:[]));
return
res
;
return
res
;
}
}
...
...
app_PIM/src/service/hrorg-address/hrorg-address-service-base.ts
浏览文件 @
571469eb
...
@@ -48,8 +48,13 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -48,8 +48,13 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
Select
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Select
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgaddress
){
if
(
context
.
hroperationunit
&&
context
.
hrorgaddress
){
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/select`
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/select`
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgaddress
){
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/select`
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -68,7 +73,7 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -68,7 +73,7 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
Create
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Create
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hro
rganization
&&
true
){
if
(
context
.
hro
perationunit
&&
true
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
...
@@ -78,7 +83,21 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -78,7 +83,21 @@ export default class HROrgAddressServiceBase extends EntityService {
delete
data
.
srffrontuf
;
delete
data
.
srffrontuf
;
}
}
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgaddresses`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
true
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
data
[
this
.
APPDEKEY
]
=
null
;
}
if
(
data
.
srffrontuf
){
delete
data
.
srffrontuf
;
}
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgaddresses`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -106,10 +125,17 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -106,10 +125,17 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
Update
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Update
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgaddress
){
if
(
context
.
hroperationunit
&&
context
.
hrorgaddress
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgaddress
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/hr
organizations/
${
context
.
hrorganization
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/hr
legals/
${
context
.
hrlegal
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -130,8 +156,12 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -130,8 +156,12 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
Remove
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Remove
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgaddress
){
if
(
context
.
hroperationunit
&&
context
.
hrorgaddress
){
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgaddress
){
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
return
res
;
return
res
;
}
}
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
...
@@ -148,8 +178,13 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -148,8 +178,13 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
Get
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Get
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgaddress
){
if
(
context
.
hroperationunit
&&
context
.
hrorgaddress
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgaddress
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
`
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -168,8 +203,14 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -168,8 +203,14 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
GetDraft
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
GetDraft
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
true
){
if
(
context
.
hroperationunit
&&
true
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgaddresses/getdraft`
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/getdraft`
,
isloading
);
res
.
data
.
hrorgaddress
=
data
.
hrorgaddress
;
return
res
;
}
if
(
context
.
hrlegal
&&
true
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgaddresses/getdraft`
,
isloading
);
res
.
data
.
hrorgaddress
=
data
.
hrorgaddress
;
res
.
data
.
hrorgaddress
=
data
.
hrorgaddress
;
return
res
;
return
res
;
...
@@ -190,10 +231,17 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -190,10 +231,17 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
CheckKey
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
CheckKey
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hro
rganization
&&
context
.
hrorgaddress
){
if
(
context
.
hro
perationunit
&&
context
.
hrorgaddress
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/checkkey`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/checkkey`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgaddress
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/checkkey`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -211,10 +259,17 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -211,10 +259,17 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
Save
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Save
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgaddress
){
if
(
context
.
hroperationunit
&&
context
.
hrorgaddress
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/save`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgaddress
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hr
organizations/
${
context
.
hrorganization
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/save`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hr
legals/
${
context
.
hrlegal
}
/hrorgaddresses/
${
context
.
hrorgaddress
}
/save`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -235,9 +290,14 @@ export default class HROrgAddressServiceBase extends EntityService {
...
@@ -235,9 +290,14 @@ export default class HROrgAddressServiceBase extends EntityService {
* @memberof HROrgAddressServiceBase
* @memberof HROrgAddressServiceBase
*/
*/
public
async
FetchDefault
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
FetchDefault
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
true
){
if
(
context
.
hroperationunit
&&
true
){
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgaddresses/fetchdefault`
,
tempData
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
true
){
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hr
organizations/
${
context
.
hrorganization
}
/hrorgaddresses/fetchdefault`
,
tempData
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hr
legals/
${
context
.
hrlegal
}
/hrorgaddresses/fetchdefault`
,
tempData
,
isloading
);
return
res
;
return
res
;
}
}
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
...
...
app_PIM/src/service/hrorg-contact/hrorg-contact-service-base.ts
浏览文件 @
571469eb
...
@@ -48,8 +48,13 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -48,8 +48,13 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
Select
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Select
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgcontact
){
if
(
context
.
hroperationunit
&&
context
.
hrorgcontact
){
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/select`
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/select`
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgcontact
){
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/select`
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -68,7 +73,7 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -68,7 +73,7 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
Create
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Create
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hro
rganization
&&
true
){
if
(
context
.
hro
perationunit
&&
true
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
...
@@ -78,7 +83,21 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -78,7 +83,21 @@ export default class HROrgContactServiceBase extends EntityService {
delete
data
.
srffrontuf
;
delete
data
.
srffrontuf
;
}
}
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgcontacts`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
true
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
if
(
!
data
.
srffrontuf
||
data
.
srffrontuf
!==
"1"
){
data
[
this
.
APPDEKEY
]
=
null
;
}
if
(
data
.
srffrontuf
){
delete
data
.
srffrontuf
;
}
let
tempContext
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
context
));
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgcontacts`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -106,10 +125,17 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -106,10 +125,17 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
Update
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Update
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgcontact
){
if
(
context
.
hroperationunit
&&
context
.
hrorgcontact
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgcontact
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/hr
organizations/
${
context
.
hrorganization
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
put
(
`/hr
legals/
${
context
.
hrlegal
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -130,8 +156,12 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -130,8 +156,12 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
Remove
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Remove
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgcontact
){
if
(
context
.
hroperationunit
&&
context
.
hrorgcontact
){
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgcontact
){
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
return
res
;
return
res
;
}
}
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
delete
(
`/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
...
@@ -148,8 +178,13 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -148,8 +178,13 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
Get
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Get
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgcontact
){
if
(
context
.
hroperationunit
&&
context
.
hrorgcontact
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgcontact
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
`
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -168,8 +203,14 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -168,8 +203,14 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
GetDraft
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
GetDraft
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
true
){
if
(
context
.
hroperationunit
&&
true
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgcontacts/getdraft`
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/getdraft`
,
isloading
);
res
.
data
.
hrorgcontact
=
data
.
hrorgcontact
;
return
res
;
}
if
(
context
.
hrlegal
&&
true
){
let
res
:
any
=
await
Http
.
getInstance
().
get
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgcontacts/getdraft`
,
isloading
);
res
.
data
.
hrorgcontact
=
data
.
hrorgcontact
;
res
.
data
.
hrorgcontact
=
data
.
hrorgcontact
;
return
res
;
return
res
;
...
@@ -190,10 +231,17 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -190,10 +231,17 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
CheckKey
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
CheckKey
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hro
rganization
&&
context
.
hrorgcontact
){
if
(
context
.
hro
perationunit
&&
context
.
hrorgcontact
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrorganizations/
${
context
.
hrorganization
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/checkkey`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/checkkey`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgcontact
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrlegals/
${
context
.
hrlegal
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/checkkey`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -211,10 +259,17 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -211,10 +259,17 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
Save
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
Save
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
context
.
hrorgcontact
){
if
(
context
.
hroperationunit
&&
context
.
hrorgcontact
){
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/save`
,
data
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
context
.
hrorgcontact
){
let
masterData
:
any
=
{};
let
masterData
:
any
=
{};
Object
.
assign
(
data
,
masterData
);
Object
.
assign
(
data
,
masterData
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hr
organizations/
${
context
.
hrorganization
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/save`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hr
legals/
${
context
.
hrlegal
}
/hrorgcontacts/
${
context
.
hrorgcontact
}
/save`
,
data
,
isloading
);
return
res
;
return
res
;
}
}
...
@@ -235,9 +290,14 @@ export default class HROrgContactServiceBase extends EntityService {
...
@@ -235,9 +290,14 @@ export default class HROrgContactServiceBase extends EntityService {
* @memberof HROrgContactServiceBase
* @memberof HROrgContactServiceBase
*/
*/
public
async
FetchDefault
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
public
async
FetchDefault
(
context
:
any
=
{},
data
:
any
=
{},
isloading
?:
boolean
):
Promise
<
any
>
{
if
(
context
.
hrorganization
&&
true
){
if
(
context
.
hroperationunit
&&
true
){
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hroperationunits/
${
context
.
hroperationunit
}
/hrorgcontacts/fetchdefault`
,
tempData
,
isloading
);
return
res
;
}
if
(
context
.
hrlegal
&&
true
){
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hr
organizations/
${
context
.
hrorganization
}
/hrorgcontacts/fetchdefault`
,
tempData
,
isloading
);
let
res
:
any
=
Http
.
getInstance
().
get
(
`/hr
legals/
${
context
.
hrlegal
}
/hrorgcontacts/fetchdefault`
,
tempData
,
isloading
);
return
res
;
return
res
;
}
}
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
let
tempData
:
any
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
...
...
app_PIM/src/service/hrorganization/hrorganization-service-base.ts
浏览文件 @
571469eb
...
@@ -73,8 +73,6 @@ export default class HROrganizationServiceBase extends EntityService {
...
@@ -73,8 +73,6 @@ export default class HROrganizationServiceBase 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
(
`/hrorganizations`
,
data
,
isloading
);
let
res
:
any
=
await
Http
.
getInstance
().
post
(
`/hrorganizations`
,
data
,
isloading
);
this
.
tempStorage
.
setItem
(
tempContext
.
srfsessionkey
+
'_hrorgaddresses'
,
JSON
.
stringify
(
res
.
data
.
hrorgaddresses
?
res
.
data
.
hrorgaddresses
:[]));
this
.
tempStorage
.
setItem
(
tempContext
.
srfsessionkey
+
'_hrorgcontacts'
,
JSON
.
stringify
(
res
.
data
.
hrorgcontacts
?
res
.
data
.
hrorgcontacts
:[]));
return
res
;
return
res
;
}
}
...
...
app_PIM/src/widgets/hrlegal/if-001-form/if-001-form.html
浏览文件 @
571469eb
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
paramItem=
'hrlegal'
paramItem=
'hrlegal'
:parentdata=
'{"srfparentdename":"HRLEGAL","SRFPARENTTYPE":"CUSTOM"}'
:parentdata=
'{"srfparentdename":"HRLEGAL","SRFPARENTTYPE":"CUSTOM"}'
:parameters=
"[
:parameters=
"[
{ pathName: 'hr
organizations', parameterName: 'hrorganization
' },
{ pathName: 'hr
legals', parameterName: 'hrlegal
' },
]"
]"
:context=
"context"
:context=
"context"
:viewparams=
"viewparams"
:viewparams=
"viewparams"
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
paramItem=
'hrlegal'
paramItem=
'hrlegal'
:parentdata=
'{"srfparentdename":"HRLEGAL","SRFPARENTTYPE":"CUSTOM"}'
:parentdata=
'{"srfparentdename":"HRLEGAL","SRFPARENTTYPE":"CUSTOM"}'
:parameters=
"[
:parameters=
"[
{ pathName: 'hr
organizations', parameterName: 'hrorganization
' },
{ pathName: 'hr
legals', parameterName: 'hrlegal
' },
]"
]"
:context=
"context"
:context=
"context"
:viewparams=
"viewparams"
:viewparams=
"viewparams"
...
...
config.xml
浏览文件 @
571469eb
...
@@ -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
浏览文件 @
571469eb
...
@@ -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
浏览文件 @
571469eb
...
@@ -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-provider/humanresource-provider-hrapi/src/main/docker/Dockerfile
浏览文件 @
571469eb
...
@@ -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
浏览文件 @
571469eb
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录