Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz人力资源
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz人力资源
提交
34cdbf3e
提交
34cdbf3e
编写于
8月 04, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jackwang 部署微服务应用
上级
d5043503
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
60 行增加
和
72 行删除
+60
-72
hrorg-address-v-001-base.tsx
...ges/base/hrorg-address-v-001/hrorg-address-v-001-base.tsx
+21
-0
hrorg-contact-v-001-base.tsx
...ges/base/hrorg-contact-v-001/hrorg-contact-v-001-base.tsx
+21
-0
board-001-dashboard.html
...gets/hrlegal/board-001-dashboard/board-001-dashboard.html
+1
-1
part-v-001-portlet-base.tsx
...ts/hrlegal/part-v-001-portlet/part-v-001-portlet-base.tsx
+1
-1
main-grid-base.tsx
...IM/src/widgets/hrorg-address/main-grid/main-grid-base.tsx
+8
-0
main-grid.html
app_PIM/src/widgets/hrorg-address/main-grid/main-grid.html
+0
-35
main-grid-base.tsx
...IM/src/widgets/hrorg-contact/main-grid/main-grid-base.tsx
+8
-0
main-grid.html
app_PIM/src/widgets/hrorg-contact/main-grid/main-grid.html
+0
-35
未找到文件。
app_PIM/src/pages/base/hrorg-address-v-001/hrorg-address-v-001-base.tsx
浏览文件 @
34cdbf3e
...
...
@@ -234,4 +234,25 @@ export class HROrgAddressV_001Base extends GridView9Base {
}
/**
* 是否单选
*
* @protected
* @type {boolean}
* @memberof HROrgAddressV_001Base
*/
protected
isGridSingleSelect
:
boolean
=
true
;
/**
* 表格行数据默认激活模式
* 0 不激活
* 1 单击激活
* 2 双击激活
*
* @protected
* @type {(0 | 1 | 2)}
* @memberof HROrgAddressV_001Base
*/
protected
gridRowActiveMode
:
0
|
1
|
2
=
0
;
}
\ No newline at end of file
app_PIM/src/pages/base/hrorg-contact-v-001/hrorg-contact-v-001-base.tsx
浏览文件 @
34cdbf3e
...
...
@@ -287,4 +287,25 @@ export class HROrgContactV_001Base extends GridView9Base {
}
/**
* 是否单选
*
* @protected
* @type {boolean}
* @memberof HROrgContactV_001Base
*/
protected
isGridSingleSelect
:
boolean
=
true
;
/**
* 表格行数据默认激活模式
* 0 不激活
* 1 单击激活
* 2 双击激活
*
* @protected
* @type {(0 | 1 | 2)}
* @memberof HROrgContactV_001Base
*/
protected
gridRowActiveMode
:
0
|
1
|
2
=
0
;
}
\ No newline at end of file
app_PIM/src/widgets/hrlegal/board-001-dashboard/board-001-dashboard.html
浏览文件 @
34cdbf3e
...
...
@@ -10,7 +10,7 @@
:viewState=
"viewState"
:viewparams=
"viewparams"
:context=
"context"
:height=
"
3
00"
:height=
"
8
00"
:width=
"0"
name=
"dashboard_sysportlet1"
ref=
'dashboard_sysportlet1'
...
...
app_PIM/src/widgets/hrlegal/part-v-001-portlet/part-v-001-portlet-base.tsx
浏览文件 @
34cdbf3e
...
...
@@ -110,7 +110,7 @@ export class PART_V_001PortletBase extends MainControlBase {
return
this
.
height
+
'px'
;
}
}
else
{
return
'
3
00px'
;
return
'
8
00px'
;
}
}
...
...
app_PIM/src/widgets/hrorg-address/main-grid/main-grid-base.tsx
浏览文件 @
34cdbf3e
...
...
@@ -76,6 +76,14 @@ export class MainGridBase extends GridControlBase {
*/
protected
localStorageTag
:
string
=
'hrorgaddress_main_grid'
;
/**
* 是否支持分页
*
* @type {boolean}
* @memberof MainGridBase
*/
public
isEnablePagingBar
:
boolean
=
false
;
/**
* 所有列成员
*
...
...
app_PIM/src/widgets/hrorg-address/main-grid/main-grid.html
浏览文件 @
34cdbf3e
...
...
@@ -79,40 +79,5 @@
<el-table-column></el-table-column>
</template>
</el-table>
<row
class=
'grid-pagination'
v-show=
"items.length > 0"
>
<page
class=
'pull-right'
@
on-change=
"pageOnChange($event)"
@
on-page-size-change=
"onPageSizeChange($event)"
:transfer=
"true"
:total=
"totalRecord"
show-sizer
:current=
"curPage"
:page-size=
"limit"
:page-size-opts=
"[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]"
show-elevator
show-total
>
<span>
<span
class=
"page-column"
>
<poptip
transfer
placement=
"top-start"
>
<i-button
icon=
"md-menu"
>
{{$t('app.gridpage.choicecolumns')}}
</i-button>
<div
slot=
"content"
>
<template
v-for=
"col in allColumns"
>
<div
:key=
"col.name"
><el-checkbox
v-model=
"col.show"
@
change=
"onColChange()"
>
{{$t(col.langtag)}}
</el-checkbox></div>
</template>
</div>
</poptip>
</span>
<span
v-if=
"selections.length > 0"
class=
"batch-toolbar"
>
</span>
<span
class=
"page-button"
><i-button
icon=
"md-refresh"
:title=
"$t('app.gridpage.refresh')"
@
click=
"pageRefresh()"
></i-button></span>
<span>
{{$t('app.gridpage.show')}}
<span>
<template
v-if=
"items.length === 1"
>
1
</template>
<template
v-else
>
<span>
{{(curPage - 1) * limit + 1}}
-
{{totalRecord > curPage * limit ? curPage * limit : totalRecord}}
</span>
</template>
</span>
{{$t('app.gridpage.records')}},{{$t('app.gridpage.totle')}}
{{totalRecord}}
{{$t('app.gridpage.records')}}
</span>
</span>
</page>
</row>
</i-form>
</div>
\ No newline at end of file
app_PIM/src/widgets/hrorg-contact/main-grid/main-grid-base.tsx
浏览文件 @
34cdbf3e
...
...
@@ -76,6 +76,14 @@ export class MainGridBase extends GridControlBase {
*/
protected
localStorageTag
:
string
=
'hrorgcontact_main_grid'
;
/**
* 是否支持分页
*
* @type {boolean}
* @memberof MainGridBase
*/
public
isEnablePagingBar
:
boolean
=
false
;
/**
* 所有列成员
*
...
...
app_PIM/src/widgets/hrorg-contact/main-grid/main-grid.html
浏览文件 @
34cdbf3e
...
...
@@ -79,40 +79,5 @@
<el-table-column></el-table-column>
</template>
</el-table>
<row
class=
'grid-pagination'
v-show=
"items.length > 0"
>
<page
class=
'pull-right'
@
on-change=
"pageOnChange($event)"
@
on-page-size-change=
"onPageSizeChange($event)"
:transfer=
"true"
:total=
"totalRecord"
show-sizer
:current=
"curPage"
:page-size=
"limit"
:page-size-opts=
"[10, 20, 30, 40, 50, 60, 70, 80, 90, 100]"
show-elevator
show-total
>
<span>
<span
class=
"page-column"
>
<poptip
transfer
placement=
"top-start"
>
<i-button
icon=
"md-menu"
>
{{$t('app.gridpage.choicecolumns')}}
</i-button>
<div
slot=
"content"
>
<template
v-for=
"col in allColumns"
>
<div
:key=
"col.name"
><el-checkbox
v-model=
"col.show"
@
change=
"onColChange()"
>
{{$t(col.langtag)}}
</el-checkbox></div>
</template>
</div>
</poptip>
</span>
<span
v-if=
"selections.length > 0"
class=
"batch-toolbar"
>
</span>
<span
class=
"page-button"
><i-button
icon=
"md-refresh"
:title=
"$t('app.gridpage.refresh')"
@
click=
"pageRefresh()"
></i-button></span>
<span>
{{$t('app.gridpage.show')}}
<span>
<template
v-if=
"items.length === 1"
>
1
</template>
<template
v-else
>
<span>
{{(curPage - 1) * limit + 1}}
-
{{totalRecord > curPage * limit ? curPage * limit : totalRecord}}
</span>
</template>
</span>
{{$t('app.gridpage.records')}},{{$t('app.gridpage.totle')}}
{{totalRecord}}
{{$t('app.gridpage.records')}}
</span>
</span>
</page>
</row>
</i-form>
</div>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录