Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzdst
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
1
议题
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzdst
提交
3ea12227
提交
3ea12227
编写于
9月 17, 2021
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 发布系统代码 [ibz-dst,应用]
上级
8862f88a
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
83 行增加
和
0 行删除
+83
-0
dametric_BO_CN_base.ts
...rc/locale/lanres/entities/dametric/dametric_BO_CN_base.ts
+8
-0
dametric_en_US_base.ts
...rc/locale/lanres/entities/dametric/dametric_en_US_base.ts
+8
-0
dametric_zh_CN_base.ts
...rc/locale/lanres/entities/dametric/dametric_zh_CN_base.ts
+8
-0
dametric-edit-view-base.vue
...s/analysis/dametric-edit-view/dametric-edit-view-base.vue
+43
-0
dametric-ui-service-base.ts
app_web/src/uiservice/dametric/dametric-ui-service-base.ts
+16
-0
未找到文件。
app_web/src/locale/lanres/entities/dametric/dametric_BO_CN_base.ts
浏览文件 @
3ea12227
...
...
@@ -142,6 +142,14 @@ function getLocaleResourceBase(){
},
},
editviewtoolbar_toolbar
:
{
tbitem1_testrule
:
{
caption
:
commonLogic
.
appcommonhandle
(
"调试指标"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"调试指标"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"保存"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"保存"
,
null
),
...
...
app_web/src/locale/lanres/entities/dametric/dametric_en_US_base.ts
浏览文件 @
3ea12227
...
...
@@ -142,6 +142,14 @@ function getLocaleResourceBase(){
},
},
editviewtoolbar_toolbar
:
{
tbitem1_testrule
:
{
caption
:
commonLogic
.
appcommonhandle
(
"调试指标"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"调试指标"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Save"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Save"
,
null
),
...
...
app_web/src/locale/lanres/entities/dametric/dametric_zh_CN_base.ts
浏览文件 @
3ea12227
...
...
@@ -142,6 +142,14 @@ function getLocaleResourceBase(){
},
},
editviewtoolbar_toolbar
:
{
tbitem1_testrule
:
{
caption
:
commonLogic
.
appcommonhandle
(
"调试指标"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"调试指标"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"保存"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"保存"
,
null
),
...
...
app_web/src/pages/analysis/dametric-edit-view/dametric-edit-view-base.vue
浏览文件 @
3ea12227
...
...
@@ -6,6 +6,14 @@
<div
slot=
'title'
class=
"header-container"
>
<span
class=
'caption-info'
>
{{
$t
(
model
.
srfCaption
)
}}
</span>
<div
class=
'toolbar-container'
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"toolBarModels.tbitem1_testrule.visabled"
:disabled=
"toolBarModels.tbitem1_testrule.disabled"
class=
''
v-loading:i-button
@
click=
"toolbar_click(
{ tag: 'tbitem1_testrule' }, $event)">
<i
class=
''
></i>
<span
class=
'caption'
>
{{
$t
(
'entities.dametric.editviewtoolbar_toolbar.tbitem1_testrule.caption'
)
}}
</span>
</i-button>
<div
slot=
'content'
>
{{
$t
(
'entities.dametric.editviewtoolbar_toolbar.tbitem1_testrule.tip'
)
}}
</div>
</tooltip>
<span
class=
'seperator'
>
|
</span>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"toolBarModels.tbitem3.visabled"
:disabled=
"toolBarModels.tbitem3.disabled"
class=
''
v-loading:i-button
@
click=
"toolbar_click(
{ tag: 'tbitem3' }, $event)">
<i
class=
'fa fa-save'
></i>
...
...
@@ -378,6 +386,9 @@ export default class DAMetricEditViewBase extends Vue {
* @memberof DAMetricEditView
*/
public
toolBarModels
:
any
=
{
tbitem1_testrule
:
{
name
:
'tbitem1_testrule'
,
actiontarget
:
'NONE'
,
caption
:
'调试指标'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'TestRule'
,
target
:
'SINGLEDATA'
}
},
tbitem2
:
{
name
:
'tbitem2'
,
type
:
'SEPERATOR'
,
visabled
:
true
,
dataaccaction
:
''
,
uiaction
:
{
}
},
tbitem3
:
{
name
:
'tbitem3'
,
actiontarget
:
'NONE'
,
caption
:
'保存'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Save'
,
target
:
''
}
},
tbitem6
:
{
name
:
'tbitem6'
,
type
:
'SEPERATOR'
,
visabled
:
true
,
dataaccaction
:
''
,
uiaction
:
{
}
},
...
...
@@ -738,6 +749,9 @@ export default class DAMetricEditViewBase extends Vue {
* @memberof DAMetricEditViewBase
*/
public
toolbar_click
(
$event
:
any
,
$event2
?:
any
)
{
if
(
Object
.
is
(
$event
.
tag
,
'tbitem1_testrule'
))
{
this
.
toolbar_tbitem1_testrule_click
(
null
,
''
,
$event2
);
}
if
(
Object
.
is
(
$event
.
tag
,
'tbitem3'
))
{
this
.
toolbar_tbitem3_click
(
null
,
''
,
$event2
);
}
...
...
@@ -820,6 +834,35 @@ export default class DAMetricEditViewBase extends Vue {
/**
* 逻辑事件
*
* @param {*} [params={}]
* @param {*} [tag]
* @param {*} [$event]
* @memberof
*/
public
toolbar_tbitem1_testrule_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 参数
// 取数
let
datas
:
any
[]
=
[];
let
xData
:
any
=
null
;
// _this 指向容器对象
const
_this
:
any
=
this
;
let
paramJO
:
any
=
{};
let
contextJO
:
any
=
{};
xData
=
this
.
$refs
.
form
;
if
(
xData
.
getDatas
&&
xData
.
getDatas
instanceof
Function
)
{
datas
=
[...
xData
.
getDatas
()];
}
if
(
params
){
datas
=
[
params
];
}
// 界面行为
const
curUIService
:
DAMetricUIService
=
new
DAMetricUIService
();
curUIService
.
DAMetric_TestRule
(
datas
,
contextJO
,
paramJO
,
$event
,
xData
,
this
,
"DAMetric"
);
}
/**
* 逻辑事件
*
...
...
app_web/src/uiservice/dametric/dametric-ui-service-base.ts
浏览文件 @
3ea12227
...
...
@@ -116,6 +116,22 @@ export default class DAMetricUIServiceBase extends UIService {
public
initDeMainStateOPPrivsMap
(){
}
/**
* 调试指标
*
* @param {any[]} args 当前数据
* @param {any} context 行为附加上下文
* @param {*} [params] 附加参数
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称
* @returns {Promise<any>}
*/
public
async
DAMetric_TestRule
(
args
:
any
[],
context
:
any
=
{},
params
:
any
=
{},
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
){
actionContext
.
$Notice
.
error
({
title
:
'错误'
,
desc
:
'不支持单项数据'
});
}
/**
* 获取指定数据的重定向页面
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录