Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
50adefb5
提交
50adefb5
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
kuaikuai 发布系统代码 [后台服务,演示应用]
上级
949dd7c7
变更
12
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
381 行增加
和
0 行删除
+381
-0
view-config.json
app_Web/public/assets/json/view-config.json
+16
-0
ibizbook_en_US.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
+20
-0
ibizbook_zh_CN.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
+20
-0
ibizorder_en_US.ts
...b/src/locale/lanres/entities/ibizorder/ibizorder_en_US.ts
+14
-0
ibizorder_zh_CN.ts
...b/src/locale/lanres/entities/ibizorder/ibizorder_zh_CN.ts
+14
-0
ibizsample0001_en_US.ts
...le/lanres/entities/ibizsample0001/ibizsample0001_en_US.ts
+8
-0
ibizsample0001_zh_CN.ts
...le/lanres/entities/ibizsample0001/ibizsample0001_zh_CN.ts
+8
-0
viewconfig.ts
app_Web/src/mock/viewconfig/viewconfig.ts
+16
-0
ibizsample0001-usr2-edit-view-base.vue
...001-usr2-edit-view/ibizsample0001-usr2-edit-view-base.vue
+262
-0
ibizsample0001-usr2-edit-view.less
...ple0001-usr2-edit-view/ibizsample0001-usr2-edit-view.less
+1
-0
ibizbook-ui-service-base.ts
app_Web/src/uiservice/ibizbook/ibizbook-ui-service-base.ts
+1
-0
ibizorder-ui-service-base.ts
app_Web/src/uiservice/ibizorder/ibizorder-ui-service-base.ts
+1
-0
未找到文件。
app_Web/public/assets/json/view-config.json
浏览文件 @
50adefb5
...
...
@@ -351,6 +351,14 @@
"viewname"
:
"IBIZOrderLineChartView"
,
"viewtag"
:
"41d3da0d37fb0135ace813f1ba06bd39"
},
"ibizbookdashboardview"
:
{
"title"
:
"图书数据看板视图"
,
"caption"
:
"图书"
,
"viewtype"
:
"DEPORTALVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZBOOKDashboardView"
,
"viewtag"
:
"427821f1e67ee5b79dde237e66a7b9c9"
},
"ibizcustomerpickupgridview"
:
{
"title"
:
"客户选择表格视图"
,
"caption"
:
"客户"
,
...
...
@@ -519,6 +527,14 @@
"viewname"
:
"IBIZSample0001Usr2GridView"
,
"viewtag"
:
"5e70ef78614b0b13a94605f7c22f4da4"
},
"ibizordergridexpview"
:
{
"title"
:
"订单表格导航视图"
,
"caption"
:
"订单"
,
"viewtype"
:
"DEGRIDEXPVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderGridExpView"
,
"viewtag"
:
"5f21463b9d808170d4023d8402cc6e9e"
},
"ibizbookeditview2"
:
{
"title"
:
"图书编辑视图"
,
"caption"
:
"图书"
,
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
浏览文件 @
50adefb5
...
...
@@ -42,6 +42,10 @@ export default {
caption
:
"图书"
,
title
:
"图书表格视图(自动分组)"
,
},
dashboardview
:
{
caption
:
"图书"
,
title
:
"图书数据看板视图"
,
},
haspanellistview
:
{
caption
:
"图书"
,
title
:
"图书列表视图(嵌入面板)"
,
...
...
@@ -1146,6 +1150,22 @@ export default {
},
haspanellistviewtoolbar_toolbar
:
{
},
dashboardviewdashboard_sysportlet2_list_quicktoolbar_toolbar
:
{
deuiaction1
:
{
caption
:
"New"
,
tip
:
"New"
,
},
},
dashboardviewdashboard_sysportlet2_list_batchtoolbar_toolbar
:
{
deuiaction1
:
{
caption
:
"Edit"
,
tip
:
"Edit {0}"
,
},
deuiaction2
:
{
caption
:
"Remove"
,
tip
:
"Remove {0}"
,
},
},
tree_treeview
:
{
nodata
:
""
,
nodes
:
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
浏览文件 @
50adefb5
...
...
@@ -41,6 +41,10 @@ export default {
caption
:
"图书"
,
title
:
"图书表格视图(自动分组)"
,
},
dashboardview
:
{
caption
:
"图书"
,
title
:
"图书数据看板视图"
,
},
haspanellistview
:
{
caption
:
"图书"
,
title
:
"图书列表视图(嵌入面板)"
,
...
...
@@ -1145,6 +1149,22 @@ export default {
},
haspanellistviewtoolbar_toolbar
:
{
},
dashboardviewdashboard_sysportlet2_list_quicktoolbar_toolbar
:
{
deuiaction1
:
{
caption
:
"新建"
,
tip
:
"新建"
,
},
},
dashboardviewdashboard_sysportlet2_list_batchtoolbar_toolbar
:
{
deuiaction1
:
{
caption
:
"编辑"
,
tip
:
"编辑"
,
},
deuiaction2
:
{
caption
:
"删除"
,
tip
:
"删除"
,
},
},
tree_treeview
:
{
nodata
:
""
,
nodes
:
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_en_US.ts
浏览文件 @
50adefb5
...
...
@@ -93,6 +93,10 @@ export default {
caption
:
"订单"
,
title
:
"订单编辑视图"
,
},
gridexpview
:
{
caption
:
"订单"
,
title
:
"订单表格导航视图"
,
},
odsp_d10_wfgridview
:
{
caption
:
"订单"
,
title
:
"订单工作流表格视图(订单审批:未提交)"
,
...
...
@@ -698,6 +702,16 @@ export default {
uiactions
:
{
},
},
main2_grid
:
{
columns
:
{
ibizordername
:
"订单名称"
,
ordertype
:
"订单类型"
,
ibizcustomername
:
"客户名称"
,
},
nodata
:
""
,
uiactions
:
{
},
},
pie_chart
:
{
nodata
:
""
,
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_zh_CN.ts
浏览文件 @
50adefb5
...
...
@@ -92,6 +92,10 @@ export default {
caption
:
"订单"
,
title
:
"订单编辑视图"
,
},
gridexpview
:
{
caption
:
"订单"
,
title
:
"订单表格导航视图"
,
},
odsp_d10_wfgridview
:
{
caption
:
"订单"
,
title
:
"订单工作流表格视图(订单审批:未提交)"
,
...
...
@@ -697,6 +701,16 @@ export default {
uiactions
:
{
},
},
main2_grid
:
{
columns
:
{
ibizordername
:
"订单名称"
,
ordertype
:
"订单类型"
,
ibizcustomername
:
"客户名称"
,
},
nodata
:
""
,
uiactions
:
{
},
},
pie_chart
:
{
nodata
:
""
,
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizsample0001/ibizsample0001_en_US.ts
浏览文件 @
50adefb5
...
...
@@ -466,6 +466,14 @@ export default {
usr3gridviewtoolbar_toolbar
:
{
},
usr2editviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"Save"
,
tip
:
"Save"
,
},
tbitem5
:
{
caption
:
"Save And Close"
,
tip
:
"Save And Close Window"
,
},
},
gridviewtoolbar_toolbar
:
{
tbitem3
:
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizsample0001/ibizsample0001_zh_CN.ts
浏览文件 @
50adefb5
...
...
@@ -465,6 +465,14 @@ export default {
usr3gridviewtoolbar_toolbar
:
{
},
usr2editviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"保存"
,
tip
:
"保存"
,
},
tbitem5
:
{
caption
:
"保存并关闭"
,
tip
:
"保存并关闭"
,
},
},
gridviewtoolbar_toolbar
:
{
tbitem3
:
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/mock/viewconfig/viewconfig.ts
浏览文件 @
50adefb5
...
...
@@ -359,6 +359,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZOrderLineChartView"
,
"viewtag"
:
"41d3da0d37fb0135ace813f1ba06bd39"
},
"ibizbookdashboardview"
:
{
"title"
:
"图书数据看板视图"
,
"caption"
:
"图书"
,
"viewtype"
:
"DEPORTALVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZBOOKDashboardView"
,
"viewtag"
:
"427821f1e67ee5b79dde237e66a7b9c9"
},
"ibizcustomerpickupgridview"
:
{
"title"
:
"客户选择表格视图"
,
"caption"
:
"客户"
,
...
...
@@ -527,6 +535,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZSample0001Usr2GridView"
,
"viewtag"
:
"5e70ef78614b0b13a94605f7c22f4da4"
},
"ibizordergridexpview"
:
{
"title"
:
"订单表格导航视图"
,
"caption"
:
"订单"
,
"viewtype"
:
"DEGRIDEXPVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderGridExpView"
,
"viewtag"
:
"5f21463b9d808170d4023d8402cc6e9e"
},
"ibizbookeditview2"
:
{
"title"
:
"图书编辑视图"
,
"caption"
:
"图书"
,
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizsample0001-usr2-edit-view/ibizsample0001-usr2-edit-view-base.vue
浏览文件 @
50adefb5
此差异已折叠。
点击以展开。
app_Web/src/pages/sample/ibizsample0001-usr2-edit-view/ibizsample0001-usr2-edit-view.less
浏览文件 @
50adefb5
...
...
@@ -23,4 +23,5 @@
// this is less
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
This diff is collapsed.
Click to expand it.
app_Web/src/uiservice/ibizbook/ibizbook-ui-service-base.ts
浏览文件 @
50adefb5
...
...
@@ -102,6 +102,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'treegridexview'
,
srfappde
:
'ibizbooks'
,
component
:
'ibizbooktree-grid-ex-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'groupbycodelistkanbanview'
,
srfappde
:
'ibizbooks'
,
component
:
'ibizbookgroup-by-codelist-kan-ban-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usr2gridview'
,
srfappde
:
'ibizbooks'
,
component
:
'ibizbookusr2-grid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'dashboardview'
,
srfappde
:
'ibizbooks'
,
component
:
'ibizbookdashboard-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'haspanellistview'
,
srfappde
:
'ibizbooks'
,
component
:
'ibizbookhas-panel-list-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usr2calendarview'
,
srfappde
:
'ibizbooks'
,
component
:
'ibizbookusr2-calendar-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'valuerulesgridview'
,
srfappde
:
'ibizbooks'
,
component
:
'ibizbookvalue-rules-grid-view'
});
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/uiservice/ibizorder/ibizorder-ui-service-base.ts
浏览文件 @
50adefb5
...
...
@@ -113,6 +113,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'radarchartview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-radar-chart-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usr2chartview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-usr2-chart-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'seditview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sedit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'gridexpview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-grid-exp-view'
});
this
.
allViewMap
.
set
(
'WFMDATAVIEW:ODSP:D:10'
,{
viewname
:
'odsp_d10_wfgridview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-odsp-d10-wfgrid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sf7editview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sf7-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'seditview4'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sedit-view4'
});
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录