Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzrt
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzrt
提交
4577fe2a
提交
4577fe2a
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 发布系统代码
上级
2272f3c5
变更
7
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
295 行增加
和
563 行删除
+295
-563
ibzdept-member_en_US.ts
...le/lanres/entities/ibzdept-member/ibzdept-member_en_US.ts
+13
-34
ibzdept-member_zh_CN.ts
...le/lanres/entities/ibzdept-member/ibzdept-member_zh_CN.ts
+13
-34
ibzdept-member-grid-view-base.vue
...bzdept-member-grid-view/ibzdept-member-grid-view-base.vue
+21
-489
state.ts
app_Web/src/store/modules/view-action/state.ts
+2
-0
main-grid-base.vue
...b/src/widgets/ibzdept-member/main-grid/main-grid-base.vue
+217
-6
main-grid-model.ts
...b/src/widgets/ibzdept-member/main-grid/main-grid-model.ts
+5
-0
main-grid-service.ts
...src/widgets/ibzdept-member/main-grid/main-grid-service.ts
+24
-0
未找到文件。
app_Web/src/locale/lanres/entities/ibzdept-member/ibzdept-member_en_US.ts
浏览文件 @
4577fe2a
...
@@ -44,25 +44,28 @@ export default {
...
@@ -44,25 +44,28 @@ export default {
columns
:
{
columns
:
{
deptname
:
"部门"
,
deptname
:
"部门"
,
personname
:
"成员"
,
personname
:
"成员"
,
postname
:
"岗位名称"
,
deptid
:
"部门标识"
,
deptid
:
"部门标识"
,
postid
:
"岗位标识"
,
userid
:
"用户标识"
,
},
},
uiactions
:
{
uiactions
:
{
},
},
},
},
gridviewtoolbar_toolbar
:
{
gridviewtoolbar_toolbar
:
{
tbitem
3
:
{
tbitem
24
:
{
caption
:
"
New
"
,
caption
:
"
行编辑
"
,
tip
:
"
New
"
,
tip
:
"
行编辑
"
,
},
},
tbitem
4
:
{
tbitem
25
:
{
caption
:
"
Edit
"
,
caption
:
"
新建行
"
,
tip
:
"
Edit {0}
"
,
tip
:
"
新建行
"
,
},
},
tbitem6
:
{
deuiaction1
:
{
caption
:
"
Copy
"
,
caption
:
"
保存行
"
,
tip
:
"
Copy {0}
"
,
tip
:
"
保存行
"
,
},
},
tbitem
7
:
{
tbitem
26
:
{
caption
:
"-"
,
caption
:
"-"
,
tip
:
""
,
tip
:
""
,
},
},
...
@@ -70,30 +73,6 @@ export default {
...
@@ -70,30 +73,6 @@ export default {
caption
:
"Remove"
,
caption
:
"Remove"
,
tip
:
"Remove {0}"
,
tip
:
"Remove {0}"
,
},
},
tbitem9
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem13
:
{
caption
:
"Export"
,
tip
:
"Export {0} Data To Excel"
,
},
tbitem10
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem16
:
{
caption
:
"其它"
,
tip
:
"其它"
,
},
tbitem21
:
{
caption
:
"Export Data Model"
,
tip
:
"导出数据模型"
,
},
tbitem23
:
{
caption
:
"数据导入"
,
tip
:
"数据导入"
,
},
},
},
editviewtoolbar_toolbar
:
{
editviewtoolbar_toolbar
:
{
tbitem3
:
{
tbitem3
:
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibzdept-member/ibzdept-member_zh_CN.ts
浏览文件 @
4577fe2a
...
@@ -43,25 +43,28 @@ export default {
...
@@ -43,25 +43,28 @@ export default {
columns
:
{
columns
:
{
deptname
:
"部门"
,
deptname
:
"部门"
,
personname
:
"成员"
,
personname
:
"成员"
,
postname
:
"岗位名称"
,
deptid
:
"部门标识"
,
deptid
:
"部门标识"
,
postid
:
"岗位标识"
,
userid
:
"用户标识"
,
},
},
uiactions
:
{
uiactions
:
{
},
},
},
},
gridviewtoolbar_toolbar
:
{
gridviewtoolbar_toolbar
:
{
tbitem
3
:
{
tbitem
24
:
{
caption
:
"
新建
"
,
caption
:
"
行编辑
"
,
tip
:
"
新建
"
,
tip
:
"
行编辑
"
,
},
},
tbitem
4
:
{
tbitem
25
:
{
caption
:
"
编辑
"
,
caption
:
"
新建行
"
,
tip
:
"
编辑
"
,
tip
:
"
新建行
"
,
},
},
tbitem6
:
{
deuiaction1
:
{
caption
:
"
拷贝
"
,
caption
:
"
保存行
"
,
tip
:
"
拷贝
"
,
tip
:
"
保存行
"
,
},
},
tbitem
7
:
{
tbitem
26
:
{
caption
:
"-"
,
caption
:
"-"
,
tip
:
""
,
tip
:
""
,
},
},
...
@@ -69,30 +72,6 @@ export default {
...
@@ -69,30 +72,6 @@ export default {
caption
:
"删除"
,
caption
:
"删除"
,
tip
:
"删除"
,
tip
:
"删除"
,
},
},
tbitem9
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem13
:
{
caption
:
"导出"
,
tip
:
"导出"
,
},
tbitem10
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem16
:
{
caption
:
"其它"
,
tip
:
"其它"
,
},
tbitem21
:
{
caption
:
"导出数据模型"
,
tip
:
"导出数据模型"
,
},
tbitem23
:
{
caption
:
"数据导入"
,
tip
:
"数据导入"
,
},
},
},
editviewtoolbar_toolbar
:
{
editviewtoolbar_toolbar
:
{
tbitem3
:
{
tbitem3
:
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/ou/ibzdept-member-grid-view/ibzdept-member-grid-view-base.vue
浏览文件 @
4577fe2a
此差异已折叠。
点击以展开。
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
4577fe2a
...
@@ -264,7 +264,9 @@ export const viewstate: any = {
...
@@ -264,7 +264,9 @@ export const viewstate: any = {
viewdatachange
:
false
,
viewdatachange
:
false
,
refviews
:
[
refviews
:
[
'd946240b09028ae684e1eb31281a4caf'
,
'd946240b09028ae684e1eb31281a4caf'
,
'9ffa35efe3d70cf4b9fa4e83dd1979c6'
,
'bf5e850471bab461fbb6739578e510c5'
,
'bf5e850471bab461fbb6739578e510c5'
,
'7e3fbce8277ad89674307e6a0d7ddd43'
,
'97224ac0397dbe38b4679b4060ee29e5'
,
'97224ac0397dbe38b4679b4060ee29e5'
,
],
],
},
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibzdept-member/main-grid/main-grid-base.vue
浏览文件 @
4577fe2a
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibzdept-member/main-grid/main-grid-model.ts
浏览文件 @
4577fe2a
...
@@ -36,6 +36,11 @@ export default class MainModel {
...
@@ -36,6 +36,11 @@ export default class MainModel {
prop
:
'deptid'
,
prop
:
'deptid'
,
dataType
:
'PICKUP'
,
dataType
:
'PICKUP'
,
},
},
{
name
:
'postname'
,
prop
:
'postname'
,
dataType
:
'PICKUPTEXT'
,
},
{
{
name
:
'userid'
,
name
:
'userid'
,
prop
:
'userid'
,
prop
:
'userid'
,
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibzdept-member/main-grid/main-grid-service.ts
浏览文件 @
4577fe2a
...
@@ -2,6 +2,8 @@ import { Http,Util,Errorlog } from '@/utils';
...
@@ -2,6 +2,8 @@ import { Http,Util,Errorlog } from '@/utils';
import
ControlService
from
'@/widgets/control-service'
;
import
ControlService
from
'@/widgets/control-service'
;
import
IBZDeptMemberService
from
'@/service/ibzdept-member/ibzdept-member-service'
;
import
IBZDeptMemberService
from
'@/service/ibzdept-member/ibzdept-member-service'
;
import
MainModel
from
'./main-grid-model'
;
import
MainModel
from
'./main-grid-model'
;
import
IBZPostService
from
'@/service/ibzpost/ibzpost-service'
;
import
IBZEmployeeService
from
'@/service/ibzemployee/ibzemployee-service'
;
/**
/**
...
@@ -42,6 +44,22 @@ export default class MainService extends ControlService {
...
@@ -42,6 +44,22 @@ export default class MainService extends ControlService {
}
}
/**
* 岗位服务对象
*
* @type {IBZPostService}
* @memberof MainService
*/
public
ibzpostService
:
IBZPostService
=
new
IBZPostService
();
/**
* 人员服务对象
*
* @type {IBZEmployeeService}
* @memberof MainService
*/
public
ibzemployeeService
:
IBZEmployeeService
=
new
IBZEmployeeService
();
/**
/**
* 处理数据
* 处理数据
*
*
...
@@ -83,6 +101,12 @@ export default class MainService extends ControlService {
...
@@ -83,6 +101,12 @@ export default class MainService extends ControlService {
public
getItems
(
serviceName
:
string
,
interfaceName
:
string
,
context
:
any
=
{},
data
:
any
,
isloading
?:
boolean
):
Promise
<
any
[]
>
{
public
getItems
(
serviceName
:
string
,
interfaceName
:
string
,
context
:
any
=
{},
data
:
any
,
isloading
?:
boolean
):
Promise
<
any
[]
>
{
data
.
page
=
data
.
page
?
data
.
page
:
0
;
data
.
page
=
data
.
page
?
data
.
page
:
0
;
data
.
size
=
data
.
size
?
data
.
size
:
1000
;
data
.
size
=
data
.
size
?
data
.
size
:
1000
;
if
(
Object
.
is
(
serviceName
,
'IBZPostService'
)
&&
Object
.
is
(
interfaceName
,
'FetchDefault'
))
{
return
this
.
doItems
(
this
.
ibzpostService
.
FetchDefault
(
JSON
.
parse
(
JSON
.
stringify
(
context
)),
data
,
isloading
),
'postid'
,
'ibzpost'
);
}
if
(
Object
.
is
(
serviceName
,
'IBZEmployeeService'
)
&&
Object
.
is
(
interfaceName
,
'FetchDefault'
))
{
return
this
.
doItems
(
this
.
ibzemployeeService
.
FetchDefault
(
JSON
.
parse
(
JSON
.
stringify
(
context
)),
data
,
isloading
),
'userid'
,
'ibzemployee'
);
}
return
Promise
.
reject
([])
return
Promise
.
reject
([])
}
}
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录