Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
资
资产管理
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
资产管理
提交
b146629e
提交
b146629e
编写于
8月 12, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lab_gzf 部署微服务应用
上级
09603f49
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
10 行增加
和
10 行删除
+10
-10
eamplan_en_US.ts
...ement/src/locale/lanres/entities/eamplan/eamplan_en_US.ts
+2
-2
eamplan_zh_CN.ts
...ement/src/locale/lanres/entities/eamplan/eamplan_zh_CN.ts
+2
-2
eamplan-info-view-base.tsx
...c/pages/plan/eamplan-info-view/eamplan-info-view-base.tsx
+1
-1
eamplan-ui-service-base.ts
...nagement/src/uiservice/eamplan/eamplan-ui-service-base.ts
+1
-1
h2_table.xml
...management-core/src/main/resources/liquibase/h2_table.xml
+4
-4
未找到文件。
app_AssetManagement/src/locale/lanres/entities/eamplan/eamplan_en_US.ts
浏览文件 @
b146629e
...
...
@@ -202,8 +202,8 @@ export default {
},
infoviewtoolbar_toolbar
:
{
tbitem15_openmaineditview
:
{
caption
:
"
打开主编辑界面
"
,
tip
:
"
打开主编辑界面
"
,
caption
:
"
编辑
"
,
tip
:
"
编辑
"
,
},
tbitem15_remove_sep
:
{
caption
:
""
,
...
...
app_AssetManagement/src/locale/lanres/entities/eamplan/eamplan_zh_CN.ts
浏览文件 @
b146629e
...
...
@@ -201,8 +201,8 @@ export default {
},
infoviewtoolbar_toolbar
:
{
tbitem15_openmaineditview
:
{
caption
:
"
打开主编辑界面
"
,
tip
:
"
打开主编辑界面
"
,
caption
:
"
编辑
"
,
tip
:
"
编辑
"
,
},
tbitem15_remove_sep
:
{
caption
:
""
,
...
...
app_AssetManagement/src/pages/plan/eamplan-info-view/eamplan-info-view-base.tsx
浏览文件 @
b146629e
...
...
@@ -99,7 +99,7 @@ export class EAMPlanInfoViewBase extends TabExpViewBase {
* @memberof EAMPlanInfoView
*/
public
toolBarModels
:
any
=
{
tbitem15_openmaineditview
:
{
name
:
'tbitem15_openmaineditview'
,
caption
:
'
打开主编辑界面'
,
'isShowCaption'
:
true
,
'isShowIcon'
:
true
,
tooltip
:
'打开主编辑界面
'
,
iconcls
:
'fa fa-edit'
,
icon
:
''
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'OpenMainEditView'
,
target
:
'SINGLEKEY'
,
class
:
''
}
},
tbitem15_openmaineditview
:
{
name
:
'tbitem15_openmaineditview'
,
caption
:
'
编辑'
,
'isShowCaption'
:
true
,
'isShowIcon'
:
true
,
tooltip
:
'编辑
'
,
iconcls
:
'fa fa-edit'
,
icon
:
''
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'OpenMainEditView'
,
target
:
'SINGLEKEY'
,
class
:
''
}
},
tbitem15_remove_sep
:
{
name
:
'tbitem15_remove_sep'
,
type
:
'SEPERATOR'
,
visabled
:
true
,
dataaccaction
:
''
,
uiaction
:
{
}
},
tbitem15_remove
:
{
name
:
'tbitem15_remove'
,
caption
:
'删除并关闭'
,
'isShowCaption'
:
true
,
'isShowIcon'
:
true
,
tooltip
:
'删除并关闭'
,
iconcls
:
'fa fa-remove'
,
icon
:
''
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'SINGLEKEY'
,
class
:
''
}
},
...
...
app_AssetManagement/src/uiservice/eamplan/eamplan-ui-service-base.ts
浏览文件 @
b146629e
...
...
@@ -252,7 +252,7 @@ export default class EAMPlanUIServiceBase extends UIService {
}
/**
*
打开主编辑界面
*
编辑
*
* @param {any[]} args 当前数据
* @param {any} context 行为附加上下文
...
...
assetmanagement-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
b146629e
...
...
@@ -492,7 +492,7 @@
<!--输出实体[EAMPLAN]数据结构 -->
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-eamplan-6
6
-21"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-eamplan-6
7
-21"
>
<createTable
tableName=
"EAMPLAN"
>
<column
name=
"UPDATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
...
...
@@ -917,13 +917,13 @@
<!--输出实体[EAMMONITORPOINT]外键关系 -->
<!--输出实体[EAMPRODUCT]外键关系 -->
<!--输出实体[EAMPLAN]外键关系 -->
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-eamplan-6
6
-59"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-eamplan-6
7
-59"
>
<addForeignKeyConstraint
baseColumnNames=
"ASSETID"
baseTableName=
"EAMPLAN"
constraintName=
"DER1N_EAMPLAN_EAMASSET_ASSETID"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"ASSETID"
referencedTableName=
"ASSET"
validate=
"true"
/>
</changeSet>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-eamplan-6
6
-60"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-eamplan-6
7
-60"
>
<addForeignKeyConstraint
baseColumnNames=
"EAMLOCATIONID"
baseTableName=
"EAMPLAN"
constraintName=
"DER1N_EAMPLAN_EAMLOCATION_EAML"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"EAMLOCATIONID"
referencedTableName=
"EAMLOCATION"
validate=
"true"
/>
</changeSet>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-eamplan-6
6
-61"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-eamplan-6
7
-61"
>
<addForeignKeyConstraint
baseColumnNames=
"EAMMONITORPOINTID"
baseTableName=
"EAMPLAN"
constraintName=
"DER1N_EAMPLAN_EAMMONITORPOINT_"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"EAMMONITORPOINTID"
referencedTableName=
"EAMMONITORPOINT"
validate=
"true"
/>
</changeSet>
<!--输出实体[EAMPLANCDT]外键关系 -->
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录