Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
078bb4e5
提交
078bb4e5
编写于
12月 02, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
2c86268c
变更
15
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
48 行增加
和
9 行删除
+48
-9
view-config.json
app_Web/public/assets/json/view-config.json
+8
-0
ibizorder_en_US.ts
...b/src/locale/lanres/entities/ibizorder/ibizorder_en_US.ts
+9
-0
ibizorder_zh_CN.ts
...b/src/locale/lanres/entities/ibizorder/ibizorder_zh_CN.ts
+9
-0
viewconfig.ts
app_Web/src/mock/viewconfig/viewconfig.ts
+8
-0
ibizorder-dashboard-view.less
...le/ibizorder-dashboard-view/ibizorder-dashboard-view.less
+3
-0
ibizorder-ui-service-base.ts
app_Web/src/uiservice/ibizorder/ibizorder-ui-service-base.ts
+1
-0
util.ts
app_Web/src/utils/util/util.ts
+2
-1
portal-components-histogram-portlet.less
...istogram-portlet/portal-components-histogram-portlet.less
+1
-1
portal-components-list-view-portlet.less
...ist-view-portlet/portal-components-list-view-portlet.less
+1
-1
portal-components-list3-portlet.less
...onents-list3-portlet/portal-components-list3-portlet.less
+1
-1
portal-components-list4-portlet.less
...onents-list4-portlet/portal-components-list4-portlet.less
+1
-1
portal-components-list5-portlet.less
...onents-list5-portlet/portal-components-list5-portlet.less
+1
-1
portal-components-operation-portlet.less
...peration-portlet/portal-components-operation-portlet.less
+1
-1
portal-components-web-portlet-base.vue
...onents-web-portlet/portal-components-web-portlet-base.vue
+1
-1
portal-components-web-portlet.less
...components-web-portlet/portal-components-web-portlet.less
+1
-1
未找到文件。
app_Web/public/assets/json/view-config.json
浏览文件 @
078bb4e5
...
...
@@ -791,6 +791,14 @@
"viewname"
:
"IBIZSample0001Usr3GridView"
,
"viewtag"
:
"8d1205a914564cbd528cadc3963c2905"
},
"ibizorderlistexpview"
:
{
"title"
:
"订单列表导航视图"
,
"caption"
:
"订单"
,
"viewtype"
:
"DELISTEXPVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderListExpView"
,
"viewtag"
:
"9127e2414d8e646fd2b473695d17c485"
},
"ibizsample0017f20editview"
:
{
"title"
:
"订单编辑视图"
,
"caption"
:
"订单"
,
...
...
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_en_US.ts
浏览文件 @
078bb4e5
...
...
@@ -125,6 +125,10 @@ export default {
caption
:
"编辑表单新建默认值"
,
title
:
"编辑表单新建默认值"
,
},
listexpview
:
{
caption
:
"订单"
,
title
:
"订单列表导航视图"
,
},
piechartview
:
{
caption
:
"订单"
,
title
:
"订单图表视图"
,
...
...
@@ -717,6 +721,11 @@ export default {
uiactions
:
{
},
},
listexpbar_list_list
:
{
nodata
:
""
,
uiactions
:
{
},
},
usr_list
:
{
nodata
:
""
,
uiactions
:
{
...
...
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_zh_CN.ts
浏览文件 @
078bb4e5
...
...
@@ -124,6 +124,10 @@ export default {
caption
:
"编辑表单新建默认值"
,
title
:
"编辑表单新建默认值"
,
},
listexpview
:
{
caption
:
"订单"
,
title
:
"订单列表导航视图"
,
},
piechartview
:
{
caption
:
"订单"
,
title
:
"订单图表视图"
,
...
...
@@ -716,6 +720,11 @@ export default {
uiactions
:
{
},
},
listexpbar_list_list
:
{
nodata
:
""
,
uiactions
:
{
},
},
usr_list
:
{
nodata
:
""
,
uiactions
:
{
...
...
app_Web/src/mock/viewconfig/viewconfig.ts
浏览文件 @
078bb4e5
...
...
@@ -799,6 +799,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZSample0001Usr3GridView"
,
"viewtag"
:
"8d1205a914564cbd528cadc3963c2905"
},
"ibizorderlistexpview"
:
{
"title"
:
"订单列表导航视图"
,
"caption"
:
"订单"
,
"viewtype"
:
"DELISTEXPVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderListExpView"
,
"viewtag"
:
"9127e2414d8e646fd2b473695d17c485"
},
"ibizsample0017f20editview"
:
{
"title"
:
"订单编辑视图"
,
"caption"
:
"订单"
,
...
...
app_Web/src/pages/sample/ibizorder-dashboard-view/ibizorder-dashboard-view.less
浏览文件 @
078bb4e5
...
...
@@ -12,6 +12,9 @@
>.ivu-card-head{
display: none;
}
>.ivu-card-body {
height: 100%;
}
}
.portlet-card {
background-color: #f0f2f5;
...
...
app_Web/src/uiservice/ibizorder/ibizorder-ui-service-base.ts
浏览文件 @
078bb4e5
...
...
@@ -121,6 +121,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'barchartview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-bar-chart-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'dashboardview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-dashboard-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sf1editview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sf1-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'listexpview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-list-exp-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'piechartview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-pie-chart-view'
});
this
.
allViewMap
.
set
(
'WFMDATAVIEW:ODSP:W:10'
,{
viewname
:
'odsp_w10_wfgridview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-odsp-w10-wfgrid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sf3editview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sf3-edit-view'
});
...
...
app_Web/src/utils/util/util.ts
浏览文件 @
078bb4e5
...
...
@@ -258,7 +258,8 @@ export class Util {
*/
public
static
srfFilePath2
(
name
:
string
):
string
{
if
(
!
name
||
(
name
&&
Object
.
is
(
name
,
''
)))
{
throw
new
Error
(
'名称异常'
);
console
.
error
(
"名称异常"
)
return
''
;
}
name
=
name
.
replace
(
/
[
_
]
/g
,
'-'
);
let
state
:
number
=
0
;
...
...
app_Web/src/widgets/ibizorder-detail/portal-components-histogram-portlet/portal-components-histogram-portlet.less
浏览文件 @
078bb4e5
...
...
@@ -37,7 +37,7 @@
}
> .portlet-with-title{
width:100%;
height:calc(100% - 5
2
px);
height:calc(100% - 5
8
px);
overflow:auto;
padding:0px 12px;
}
...
...
app_Web/src/widgets/ibizorder-detail/portal-components-list-view-portlet/portal-components-list-view-portlet.less
浏览文件 @
078bb4e5
...
...
@@ -37,7 +37,7 @@
}
> .portlet-with-title{
width:100%;
height:calc(100% - 5
2
px);
height:calc(100% - 5
8
px);
overflow:auto;
padding:0px 12px;
}
...
...
app_Web/src/widgets/ibizorder-detail/portal-components-list3-portlet/portal-components-list3-portlet.less
浏览文件 @
078bb4e5
...
...
@@ -34,7 +34,7 @@
}
> .portlet-with-title{
width:100%;
height:calc(100% - 5
2
px);
height:calc(100% - 5
8
px);
overflow:auto;
padding:0px 12px;
}
...
...
app_Web/src/widgets/ibizorder-detail/portal-components-list4-portlet/portal-components-list4-portlet.less
浏览文件 @
078bb4e5
...
...
@@ -34,7 +34,7 @@
}
> .portlet-with-title{
width:100%;
height:calc(100% - 5
2
px);
height:calc(100% - 5
8
px);
overflow:auto;
padding:0px 12px;
}
...
...
app_Web/src/widgets/ibizorder-detail/portal-components-list5-portlet/portal-components-list5-portlet.less
浏览文件 @
078bb4e5
...
...
@@ -34,7 +34,7 @@
}
> .portlet-with-title{
width:100%;
height:calc(100% - 5
2
px);
height:calc(100% - 5
8
px);
overflow:auto;
padding:0px 12px;
}
...
...
app_Web/src/widgets/ibizorder/portal-components-operation-portlet/portal-components-operation-portlet.less
浏览文件 @
078bb4e5
...
...
@@ -34,7 +34,7 @@
}
> .portlet-with-title{
width:100%;
height:calc(100% - 5
2
px);
height:calc(100% - 5
8
px);
overflow:auto;
padding:0px 12px;
}
...
...
app_Web/src/widgets/ibizorder/portal-components-web-portlet/portal-components-web-portlet-base.vue
浏览文件 @
078bb4e5
<
template
>
<div
class=
'portlet portal-components-web '
:style=
"
{}">
<div
class=
"portlet-without-title"
>
<iframe
src=
"https://cn.vuejs.org/"
style=
"height: 400px;width: 100%;border-width:
1
px;"
></iframe>
<iframe
src=
"https://cn.vuejs.org/"
style=
"height: 400px;width: 100%;border-width:
0
px;"
></iframe>
</div>
</div>
</
template
>
...
...
app_Web/src/widgets/ibizorder/portal-components-web-portlet/portal-components-web-portlet.less
浏览文件 @
078bb4e5
...
...
@@ -34,7 +34,7 @@
}
> .portlet-with-title{
width:100%;
height:calc(100% - 5
2
px);
height:calc(100% - 5
8
px);
overflow:auto;
padding:0px 12px;
}
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录