Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzlite
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzlite
提交
ddabbd86
提交
ddabbd86
编写于
9月 21, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 发布系统代码
上级
72916ba5
变更
5
展开全部
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
358 行增加
和
45 行删除
+358
-45
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
+30
-30
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
+321
-8
未找到文件。
app_web/src/locale/lanres/entities/dst-component/dst-component_en_US.ts
浏览文件 @
ddabbd86
...
...
@@ -40,9 +40,9 @@ export default {
codename
:
"代码名称"
,
ctype
:
"类型"
,
entityname
:
"主实体"
,
cfg
:
"配置"
,
systemid
:
"系统标识"
,
appid
:
"应用标识"
,
cfg
:
"配置"
,
entityid
:
"实体标识"
,
cid
:
"部件标识"
,
},
...
...
app_web/src/locale/lanres/entities/dst-component/dst-component_zh_CN.ts
浏览文件 @
ddabbd86
...
...
@@ -39,9 +39,9 @@ export default {
codename
:
"代码名称"
,
ctype
:
"类型"
,
entityname
:
"主实体"
,
cfg
:
"配置"
,
systemid
:
"系统标识"
,
appid
:
"应用标识"
,
cfg
:
"配置"
,
entityid
:
"实体标识"
,
cid
:
"部件标识"
,
},
...
...
app_web/src/widgets/dst-component/main-form/main-form-base.vue
浏览文件 @
ddabbd86
...
...
@@ -81,14 +81,7 @@
</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
v-show=
"detailsModel.systemid.visible"
:style=
"
{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, 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"
>
<dropdown-list
...
...
@@ -108,7 +101,7 @@
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.appid.visible"
:style=
"
{}" :sm="{ span:
6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6
, offset: 0 }">
<i-col
v-show=
"detailsModel.appid.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=
'appid'
:itemRules=
"this.rules().appid"
class=
''
:caption=
"$t('entities.dstcomponent.main_form.details.appid')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.appid.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<dropdown-list
...
...
@@ -127,6 +120,13 @@
</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>
</row>
...
...
@@ -476,9 +476,9 @@ export default class MainBase extends Vue implements ControlInterface {
codename
:
null
,
ctype
:
null
,
entityname
:
null
,
cfg
:
null
,
systemid
:
null
,
appid
:
null
,
cfg
:
null
,
entityid
:
null
,
cid
:
null
,
dstcomponent
:
null
,
...
...
@@ -590,12 +590,6 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
true
,
type
:
'string'
,
message
:
'主实体 值不能为空'
,
trigger
:
'change'
},
{
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
:
[
{
type
:
'string'
,
message
:
'系统标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'系统标识 值必须为字符串类型'
,
trigger
:
'blur'
},
...
...
@@ -608,6 +602,12 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
false
,
type
:
'string'
,
message
:
'应用标识 值不能为空'
,
trigger
:
'change'
},
{
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
:
[
{
type
:
'string'
,
message
:
'实体标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'实体标识 值必须为字符串类型'
,
trigger
:
'blur'
},
...
...
@@ -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
})
,
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
})
,
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
})
,
...
...
@@ -878,18 +878,6 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'entityname'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 cfg 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@
Watch
(
'data.cfg'
)
onCfgChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'cfg'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 systemid 值
*
...
...
@@ -914,6 +902,18 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'appid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 cfg 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@
Watch
(
'data.cfg'
)
onCfgChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'cfg'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 entityid 值
*
...
...
app_web/src/widgets/dst-component/main-form/main-form-model.ts
浏览文件 @
ddabbd86
...
...
@@ -70,11 +70,6 @@ export default class MainModel {
prop
:
'entity_name'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'cfg'
,
prop
:
'config'
,
dataType
:
'LONGTEXT'
,
},
{
name
:
'systemid'
,
prop
:
'system_id'
,
...
...
@@ -85,6 +80,11 @@ export default class MainModel {
prop
:
'app_id'
,
dataType
:
'PICKUP'
,
},
{
name
:
'cfg'
,
prop
:
'config'
,
dataType
:
'LONGTEXT'
,
},
{
name
:
'entityid'
,
prop
:
'entity_id'
,
...
...
ibzlite-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
ddabbd86
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录