Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzlite
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzlite
提交
eb56d75b
提交
eb56d75b
编写于
9月 21, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 发布系统代码
上级
ddabbd86
变更
6
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
40 行增加
和
40 行删除
+40
-40
dst-app-list.ts
app_web/src/codelist/dst-app-list.ts
+2
-2
dst-component_en_US.ts
...cale/lanres/entities/dst-component/dst-component_en_US.ts
+1
-1
dst-component_zh_CN.ts
...cale/lanres/entities/dst-component/dst-component_zh_CN.ts
+1
-1
main-form-base.vue
...eb/src/widgets/dst-component/main-form/main-form-base.vue
+28
-28
main-form-model.ts
...eb/src/widgets/dst-component/main-form/main-form-model.ts
+5
-5
h2_table.xml
ibzlite-core/src/main/resources/liquibase/h2_table.xml
+3
-3
未找到文件。
app_web/src/codelist/dst-app-list.ts
浏览文件 @
eb56d75b
...
@@ -110,8 +110,8 @@ export default class DstAppList {
...
@@ -110,8 +110,8 @@ export default class DstAppList {
let
itemdata
:
any
=
{};
let
itemdata
:
any
=
{};
Object
.
assign
(
itemdata
,{
id
:
item
.
id
});
Object
.
assign
(
itemdata
,{
id
:
item
.
id
});
Object
.
assign
(
itemdata
,{
value
:
item
.
id
});
Object
.
assign
(
itemdata
,{
value
:
item
.
id
});
Object
.
assign
(
itemdata
,{
text
:
item
.
label
});
Object
.
assign
(
itemdata
,{
text
:
item
.
id
});
Object
.
assign
(
itemdata
,{
label
:
item
.
label
});
Object
.
assign
(
itemdata
,{
label
:
item
.
id
});
_items
.
push
(
itemdata
);
_items
.
push
(
itemdata
);
});
});
...
...
app_web/src/locale/lanres/entities/dst-component/dst-component_en_US.ts
浏览文件 @
eb56d75b
...
@@ -40,9 +40,9 @@ export default {
...
@@ -40,9 +40,9 @@ export default {
codename
:
"代码名称"
,
codename
:
"代码名称"
,
ctype
:
"类型"
,
ctype
:
"类型"
,
entityname
:
"主实体"
,
entityname
:
"主实体"
,
cfg
:
"配置"
,
systemid
:
"系统标识"
,
systemid
:
"系统标识"
,
appid
:
"应用标识"
,
appid
:
"应用标识"
,
cfg
:
"配置"
,
entityid
:
"实体标识"
,
entityid
:
"实体标识"
,
cid
:
"部件标识"
,
cid
:
"部件标识"
,
},
},
...
...
app_web/src/locale/lanres/entities/dst-component/dst-component_zh_CN.ts
浏览文件 @
eb56d75b
...
@@ -39,9 +39,9 @@ export default {
...
@@ -39,9 +39,9 @@ export default {
codename
:
"代码名称"
,
codename
:
"代码名称"
,
ctype
:
"类型"
,
ctype
:
"类型"
,
entityname
:
"主实体"
,
entityname
:
"主实体"
,
cfg
:
"配置"
,
systemid
:
"系统标识"
,
systemid
:
"系统标识"
,
appid
:
"应用标识"
,
appid
:
"应用标识"
,
cfg
:
"配置"
,
entityid
:
"实体标识"
,
entityid
:
"实体标识"
,
cid
:
"部件标识"
,
cid
:
"部件标识"
,
},
},
...
...
app_web/src/widgets/dst-component/main-form/main-form-base.vue
浏览文件 @
eb56d75b
...
@@ -80,6 +80,13 @@
...
@@ -80,6 +80,13 @@
</app-form-item>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.cfg.visible"
:style=
"
{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<app-form-item
name=
'cfg'
:itemRules=
"this.rules().cfg"
class=
''
:caption=
"$t('entities.dstcomponent.main_form.details.cfg')"
uiStyle=
"DEFAULT"
:labelWidth=
"0"
:isShowCaption=
"false"
:error=
"detailsModel.cfg.error"
:isEmptyCaption=
"false"
labelPos=
"NONE"
>
<input-box
v-model=
"data.cfg"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.cfg.disabled"
type=
'textarea'
textareaStyle=
"height:200px;"
></input-box>
</app-form-item>
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.systemid.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<i-col
v-show=
"detailsModel.systemid.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<app-form-item
name=
'systemid'
:itemRules=
"this.rules().systemid"
class=
''
:caption=
"$t('entities.dstcomponent.main_form.details.systemid')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.systemid.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-form-item
name=
'systemid'
:itemRules=
"this.rules().systemid"
class=
''
:caption=
"$t('entities.dstcomponent.main_form.details.systemid')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.systemid.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
...
@@ -120,13 +127,6 @@
...
@@ -120,13 +127,6 @@
</app-form-item>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.cfg.visible"
:style=
"
{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<app-form-item
name=
'cfg'
:itemRules=
"this.rules().cfg"
class=
''
:caption=
"$t('entities.dstcomponent.main_form.details.cfg')"
uiStyle=
"DEFAULT"
:labelWidth=
"0"
:isShowCaption=
"false"
:error=
"detailsModel.cfg.error"
:isEmptyCaption=
"false"
labelPos=
"NONE"
>
<input-box
v-model=
"data.cfg"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.cfg.disabled"
type=
'textarea'
textareaStyle=
"height:200px;"
></input-box>
</app-form-item>
</i-col>
</i-col>
</row>
</row>
...
@@ -476,9 +476,9 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -476,9 +476,9 @@ export default class MainBase extends Vue implements ControlInterface {
codename
:
null
,
codename
:
null
,
ctype
:
null
,
ctype
:
null
,
entityname
:
null
,
entityname
:
null
,
cfg
:
null
,
systemid
:
null
,
systemid
:
null
,
appid
:
null
,
appid
:
null
,
cfg
:
null
,
entityid
:
null
,
entityid
:
null
,
cid
:
null
,
cid
:
null
,
dstcomponent
:
null
,
dstcomponent
:
null
,
...
@@ -590,6 +590,12 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -590,6 +590,12 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
true
,
type
:
'string'
,
message
:
'主实体 值不能为空'
,
trigger
:
'change'
},
{
required
:
true
,
type
:
'string'
,
message
:
'主实体 值不能为空'
,
trigger
:
'change'
},
{
required
:
true
,
type
:
'string'
,
message
:
'主实体 值不能为空'
,
trigger
:
'blur'
},
{
required
:
true
,
type
:
'string'
,
message
:
'主实体 值不能为空'
,
trigger
:
'blur'
},
],
],
cfg
:
[
{
type
:
'string'
,
message
:
'配置 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'配置 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'配置 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'配置 值不能为空'
,
trigger
:
'blur'
},
],
systemid
:
[
systemid
:
[
{
type
:
'string'
,
message
:
'系统标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'系统标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'系统标识 值必须为字符串类型'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
'系统标识 值必须为字符串类型'
,
trigger
:
'blur'
},
...
@@ -602,12 +608,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -602,12 +608,6 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
false
,
type
:
'string'
,
message
:
'应用标识 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'应用标识 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'应用标识 值不能为空'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'应用标识 值不能为空'
,
trigger
:
'blur'
},
],
],
cfg
:
[
{
type
:
'string'
,
message
:
'配置 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'配置 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'配置 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'配置 值不能为空'
,
trigger
:
'blur'
},
],
entityid
:
[
entityid
:
[
{
type
:
'string'
,
message
:
'实体标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'实体标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'实体标识 值必须为字符串类型'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
'实体标识 值必须为字符串类型'
,
trigger
:
'blur'
},
...
@@ -733,12 +733,12 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -733,12 +733,12 @@ export default class MainBase extends Vue implements ControlInterface {
ctype
:
new
FormItemModel
({
caption
:
'类型'
,
detailType
:
'FORMITEM'
,
name
:
'ctype'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
ctype
:
new
FormItemModel
({
caption
:
'类型'
,
detailType
:
'FORMITEM'
,
name
:
'ctype'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
entityname
:
new
FormItemModel
({
caption
:
'主实体'
,
detailType
:
'FORMITEM'
,
name
:
'entityname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
entityname
:
new
FormItemModel
({
caption
:
'主实体'
,
detailType
:
'FORMITEM'
,
name
:
'entityname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
cfg
:
new
FormItemModel
({
caption
:
'配置'
,
detailType
:
'FORMITEM'
,
name
:
'cfg'
,
visible
:
true
,
isShowCaption
:
false
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
systemid
:
new
FormItemModel
({
caption
:
'系统标识'
,
detailType
:
'FORMITEM'
,
name
:
'systemid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
systemid
:
new
FormItemModel
({
caption
:
'系统标识'
,
detailType
:
'FORMITEM'
,
name
:
'systemid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
appid
:
new
FormItemModel
({
caption
:
'应用标识'
,
detailType
:
'FORMITEM'
,
name
:
'appid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
appid
:
new
FormItemModel
({
caption
:
'应用标识'
,
detailType
:
'FORMITEM'
,
name
:
'appid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
cfg
:
new
FormItemModel
({
caption
:
'配置'
,
detailType
:
'FORMITEM'
,
name
:
'cfg'
,
visible
:
true
,
isShowCaption
:
false
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
entityid
:
new
FormItemModel
({
caption
:
'实体标识'
,
detailType
:
'FORMITEM'
,
name
:
'entityid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
entityid
:
new
FormItemModel
({
caption
:
'实体标识'
,
detailType
:
'FORMITEM'
,
name
:
'entityid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
...
@@ -879,39 +879,39 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -879,39 +879,39 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
/**
/**
* 监控表单属性
systemid
值
* 监控表单属性
cfg
值
*
*
* @param {*} newVal
* @param {*} newVal
* @param {*} oldVal
* @param {*} oldVal
* @memberof MainBase
* @memberof MainBase
*/
*/
@
Watch
(
'data.
systemid
'
)
@
Watch
(
'data.
cfg
'
)
on
Systemid
Change
(
newVal
:
any
,
oldVal
:
any
)
{
on
Cfg
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'
systemid
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'
cfg
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
/**
* 监控表单属性
app
id 值
* 监控表单属性
system
id 值
*
*
* @param {*} newVal
* @param {*} newVal
* @param {*} oldVal
* @param {*} oldVal
* @memberof MainBase
* @memberof MainBase
*/
*/
@
Watch
(
'data.
app
id'
)
@
Watch
(
'data.
system
id'
)
on
App
idChange
(
newVal
:
any
,
oldVal
:
any
)
{
on
System
idChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'
app
id'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'
system
id'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
/**
* 监控表单属性
cfg
值
* 监控表单属性
appid
值
*
*
* @param {*} newVal
* @param {*} newVal
* @param {*} oldVal
* @param {*} oldVal
* @memberof MainBase
* @memberof MainBase
*/
*/
@
Watch
(
'data.
cfg
'
)
@
Watch
(
'data.
appid
'
)
on
Cfg
Change
(
newVal
:
any
,
oldVal
:
any
)
{
on
Appid
Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'
cfg
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'
appid
'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
/**
...
...
app_web/src/widgets/dst-component/main-form/main-form-model.ts
浏览文件 @
eb56d75b
...
@@ -70,6 +70,11 @@ export default class MainModel {
...
@@ -70,6 +70,11 @@ export default class MainModel {
prop
:
'entity_name'
,
prop
:
'entity_name'
,
dataType
:
'PICKUPTEXT'
,
dataType
:
'PICKUPTEXT'
,
},
},
{
name
:
'cfg'
,
prop
:
'config'
,
dataType
:
'LONGTEXT'
,
},
{
{
name
:
'systemid'
,
name
:
'systemid'
,
prop
:
'system_id'
,
prop
:
'system_id'
,
...
@@ -80,11 +85,6 @@ export default class MainModel {
...
@@ -80,11 +85,6 @@ export default class MainModel {
prop
:
'app_id'
,
prop
:
'app_id'
,
dataType
:
'PICKUP'
,
dataType
:
'PICKUP'
,
},
},
{
name
:
'cfg'
,
prop
:
'config'
,
dataType
:
'LONGTEXT'
,
},
{
{
name
:
'entityid'
,
name
:
'entityid'
,
prop
:
'entity_id'
,
prop
:
'entity_id'
,
...
...
ibzlite-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
eb56d75b
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<!--输出实体[DST_COMPONENT]数据结构 -->
<!--输出实体[DST_COMPONENT]数据结构 -->
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-dst_component-
49
-1"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-dst_component-
53
-1"
>
<createTable
tableName=
"IBZCOMPONENT"
>
<createTable
tableName=
"IBZCOMPONENT"
>
<column
name=
"CID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"CID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_COMPONENT_CID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_COMPONENT_CID"
/>
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<!--输出实体[DST_DATASOURCE]数据结构 -->
<!--输出实体[DST_DATASOURCE]数据结构 -->
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-dst_datasource-2
4
-3"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"tab-dst_datasource-2
5
-3"
>
<createTable
tableName=
"IBZDATASOURCE"
>
<createTable
tableName=
"IBZDATASOURCE"
>
<column
name=
"DSID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"DSID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_DATASOURCE_DSID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_DST_DATASOURCE_DSID"
/>
...
@@ -297,7 +297,7 @@
...
@@ -297,7 +297,7 @@
</changeSet>
</changeSet>
<!--输出实体[DST_COMPONENT]外键关系 -->
<!--输出实体[DST_COMPONENT]外键关系 -->
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-dst_component-
49
-13"
>
<changeSet
author=
"a_A_5d9d78509"
id=
"fk-dst_component-
53
-13"
>
<addForeignKeyConstraint
baseColumnNames=
"ENTITYID"
baseTableName=
"IBZCOMPONENT"
constraintName=
"DER1N_DST_COMPONENT_META_ENTIT"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"ENTITYID"
referencedTableName=
"IBZENTITY"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"ENTITYID"
baseTableName=
"IBZCOMPONENT"
constraintName=
"DER1N_DST_COMPONENT_META_ENTIT"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"ENTITYID"
referencedTableName=
"IBZENTITY"
validate=
"true"
/>
</changeSet>
</changeSet>
<!--输出实体[DST_CONFIG]外键关系 -->
<!--输出实体[DST_CONFIG]外键关系 -->
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录