Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz人力资源
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz人力资源
提交
03dc40b9
提交
03dc40b9
编写于
8月 10, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jackwang 部署微服务应用
上级
93ee12e9
变更
13
展开全部
显示空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
30 行增加
和
63 行删除
+30
-63
hrarchives-grid-view.html
...n-resource/hrarchives-grid-view/hrarchives-grid-view.html
+0
-3
hrcertificate-grid-view.html
...urce/hrcertificate-grid-view/hrcertificate-grid-view.html
+0
-3
hrcontract-grid-view.html
...n-resource/hrcontract-grid-view/hrcontract-grid-view.html
+0
-3
hreducation-grid-view.html
...resource/hreducation-grid-view/hreducation-grid-view.html
+0
-3
hrfamily-grid-view.html
...human-resource/hrfamily-grid-view/hrfamily-grid-view.html
+0
-3
hrlanguage-ability-grid-view.html
...guage-ability-grid-view/hrlanguage-ability-grid-view.html
+0
-3
hrresearch-grid-view.html
...n-resource/hrresearch-grid-view/hrresearch-grid-view.html
+0
-3
hrreward-grid-view.html
...human-resource/hrreward-grid-view/hrreward-grid-view.html
+0
-3
hrtechnical-title-grid-view.html
...echnical-title-grid-view/hrtechnical-title-grid-view.html
+0
-3
hrtraining-record-grid-view.html
...raining-record-grid-view/hrtraining-record-grid-view.html
+0
-3
hrwork-record-grid-view.html
...urce/hrwork-record-grid-view/hrwork-record-grid-view.html
+0
-3
tree-001-treeview-service.ts
...hremployee/tree-001-treeview/tree-001-treeview-service.ts
+1
-1
h2_table.xml
humanresource-core/src/main/resources/liquibase/h2_table.xml
+29
-29
未找到文件。
app_PIM/src/pages/human-resource/hrarchives-grid-view/hrarchives-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrarchivesgridview"
viewTitle=
"档案信息表格视图"
class=
'degridview hrarchives-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"档案信息名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrcertificate-grid-view/hrcertificate-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrcertificategridview"
viewTitle=
"证书信息表格视图"
class=
'degridview hrcertificate-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"证书信息名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrcontract-grid-view/hrcontract-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrcontractgridview"
viewTitle=
"合同信息表格视图"
class=
'degridview hrcontract-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"合同信息名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hreducation-grid-view/hreducation-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hreducationgridview"
viewTitle=
"教育信息表格视图"
class=
'degridview hreducation-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"教育信息名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrfamily-grid-view/hrfamily-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrfamilygridview"
viewTitle=
"家庭情况表格视图"
class=
'degridview hrfamily-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"家庭情况名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrlanguage-ability-grid-view/hrlanguage-ability-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrlanguageabilitygridview"
viewTitle=
"语言能力表格视图"
class=
'degridview hrlanguage-ability-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"语言能力名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrresearch-grid-view/hrresearch-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrresearchgridview"
viewTitle=
"科研成果表格视图"
class=
'degridview hrresearch-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"科研成果名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrreward-grid-view/hrreward-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrrewardgridview"
viewTitle=
"奖励惩罚表格视图"
class=
'degridview hrreward-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"奖励惩罚名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrtechnical-title-grid-view/hrtechnical-title-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrtechnicaltitlegridview"
viewTitle=
"职称信息表格视图"
class=
'degridview hrtechnical-title-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"职称信息名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrtraining-record-grid-view/hrtraining-record-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrtrainingrecordgridview"
viewTitle=
"培训记录表格视图"
class=
'degridview hrtraining-record-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"培训记录名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/pages/human-resource/hrwork-record-grid-view/hrwork-record-grid-view.html
浏览文件 @
03dc40b9
<studio-view-style2
viewName=
"hrworkrecordgridview"
viewTitle=
"工作履历表格视图"
class=
'degridview hrwork-record-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"工作履历名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click.apply(_self, arguments)"
/>
</template>
...
...
app_PIM/src/widgets/hremployee/tree-001-treeview/tree-001-treeview-service.ts
浏览文件 @
03dc40b9
...
...
@@ -1093,7 +1093,7 @@ export default class TREE_001Service extends ControlService {
Object
.
assign
(
treeNode
,
{
id
:
strNodeId
});
Object
.
assign
(
treeNode
,
{
iconcls
:
'fa fa-
keyboard-o
'
});
Object
.
assign
(
treeNode
,
{
iconcls
:
'fa fa-
won
'
});
Object
.
assign
(
treeNode
,
{
expanded
:
filter
.
isAutoexpand
});
Object
.
assign
(
treeNode
,
{
leaf
:
true
});
...
...
humanresource-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
03dc40b9
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录