Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzdst
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
1
议题
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzdst
提交
2de31c85
提交
2de31c85
编写于
12月 31, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhouweidong 发布系统代码 [ibz-dst,应用]
上级
3a8d82f2
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
36 行增加
和
2 行删除
+36
-2
meta-model_en_US_base.ts
...ocale/lanres/entities/meta-model/meta-model_en_US_base.ts
+1
-0
meta-model_zh_CN_base.ts
...ocale/lanres/entities/meta-model/meta-model_zh_CN_base.ts
+1
-0
fileupload-form-base.vue
...dgets/meta-model/fileupload-form/fileupload-form-base.vue
+28
-1
fileupload-form-model.ts
...dgets/meta-model/fileupload-form/fileupload-form-model.ts
+5
-0
h2_table.xml
ibzdst-core/src/main/resources/liquibase/h2_table.xml
+1
-1
未找到文件。
app_web/src/locale/lanres/entities/meta-model/meta-model_en_US_base.ts
浏览文件 @
2de31c85
...
@@ -58,6 +58,7 @@ function getLocaleResourceBase(){
...
@@ -58,6 +58,7 @@ function getLocaleResourceBase(){
srfdeid
:
commonLogic
.
appcommonhandle
(
""
,
null
),
srfdeid
:
commonLogic
.
appcommonhandle
(
""
,
null
),
srfsourcekey
:
commonLogic
.
appcommonhandle
(
""
,
null
),
srfsourcekey
:
commonLogic
.
appcommonhandle
(
""
,
null
),
formitem
:
commonLogic
.
appcommonhandle
(
"模型文件"
,
null
),
formitem
:
commonLogic
.
appcommonhandle
(
"模型文件"
,
null
),
modelname
:
commonLogic
.
appcommonhandle
(
"名称"
,
null
),
createdate
:
commonLogic
.
appcommonhandle
(
"创建时间"
,
null
),
createdate
:
commonLogic
.
appcommonhandle
(
"创建时间"
,
null
),
updatedate
:
commonLogic
.
appcommonhandle
(
"最后修改时间"
,
null
),
updatedate
:
commonLogic
.
appcommonhandle
(
"最后修改时间"
,
null
),
modelid
:
commonLogic
.
appcommonhandle
(
"标识"
,
null
),
modelid
:
commonLogic
.
appcommonhandle
(
"标识"
,
null
),
...
...
app_web/src/locale/lanres/entities/meta-model/meta-model_zh_CN_base.ts
浏览文件 @
2de31c85
...
@@ -58,6 +58,7 @@ function getLocaleResourceBase(){
...
@@ -58,6 +58,7 @@ function getLocaleResourceBase(){
srfdeid
:
commonLogic
.
appcommonhandle
(
""
,
null
),
srfdeid
:
commonLogic
.
appcommonhandle
(
""
,
null
),
srfsourcekey
:
commonLogic
.
appcommonhandle
(
""
,
null
),
srfsourcekey
:
commonLogic
.
appcommonhandle
(
""
,
null
),
formitem
:
commonLogic
.
appcommonhandle
(
"模型文件"
,
null
),
formitem
:
commonLogic
.
appcommonhandle
(
"模型文件"
,
null
),
modelname
:
commonLogic
.
appcommonhandle
(
"名称"
,
null
),
createdate
:
commonLogic
.
appcommonhandle
(
"创建时间"
,
null
),
createdate
:
commonLogic
.
appcommonhandle
(
"创建时间"
,
null
),
updatedate
:
commonLogic
.
appcommonhandle
(
"最后修改时间"
,
null
),
updatedate
:
commonLogic
.
appcommonhandle
(
"最后修改时间"
,
null
),
modelid
:
commonLogic
.
appcommonhandle
(
"标识"
,
null
),
modelid
:
commonLogic
.
appcommonhandle
(
"标识"
,
null
),
...
...
app_web/src/widgets/meta-model/fileupload-form/fileupload-form-base.vue
浏览文件 @
2de31c85
...
@@ -26,6 +26,13 @@
...
@@ -26,6 +26,13 @@
</row>
</row>
</app-form-group>
</app-form-group>
</i-col>
<i-col
v-show=
"detailsModel.modelname.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'modelname'
:itemRules=
"this.rules().modelname"
class=
''
:caption=
"$t('entities.metamodel.fileupload_form.details.modelname')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.modelname.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-file-upload
:formState=
"formState"
:ignorefieldvaluechange=
"ignorefieldvaluechange"
@
formitemvaluechange=
"onFormItemValueChange"
:data=
"JSON.stringify(this.data)"
name=
'modelname'
:value=
"data.modelname"
:disabled=
"detailsModel.modelname.disabled"
:uploadparams=
'
{}' :exportparams='{}' style="overflow: auto;">
</app-file-upload>
</app-form-item>
</i-col>
</i-col>
...
@@ -464,6 +471,7 @@ export default class FileuploadBase extends Vue implements ControlInterface {
...
@@ -464,6 +471,7 @@ export default class FileuploadBase extends Vue implements ControlInterface {
srfdeid
:
null
,
srfdeid
:
null
,
srfsourcekey
:
null
,
srfsourcekey
:
null
,
formitem
:
null
,
formitem
:
null
,
modelname
:
null
,
createdate
:
null
,
createdate
:
null
,
updatedate
:
null
,
updatedate
:
null
,
modelid
:
null
,
modelid
:
null
,
...
@@ -508,7 +516,7 @@ export default class FileuploadBase extends Vue implements ControlInterface {
...
@@ -508,7 +516,7 @@ export default class FileuploadBase extends Vue implements ControlInterface {
* @type {string}
* @type {string}
* @memberof FileuploadBase
* @memberof FileuploadBase
*/
*/
public
majorMessageField
:
string
=
""
;
public
majorMessageField
:
string
=
"
modelname
"
;
/**
/**
* 值规则
* 值规则
...
@@ -522,6 +530,10 @@ export default class FileuploadBase extends Vue implements ControlInterface {
...
@@ -522,6 +530,10 @@ export default class FileuploadBase extends Vue implements ControlInterface {
{
required
:
this
.
detailsModel
.
formitem
.
required
,
type
:
'string'
,
message
:
'模型文件 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem
.
required
,
type
:
'string'
,
message
:
'模型文件 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem
.
required
,
type
:
'string'
,
message
:
'模型文件 值不能为空'
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
formitem
.
required
,
type
:
'string'
,
message
:
'模型文件 值不能为空'
,
trigger
:
'blur'
},
],
],
modelname
:
[
{
required
:
this
.
detailsModel
.
modelname
.
required
,
type
:
'string'
,
message
:
'名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
modelname
.
required
,
type
:
'string'
,
message
:
'名称 值不能为空'
,
trigger
:
'blur'
},
],
createdate
:
[
createdate
:
[
{
required
:
this
.
detailsModel
.
createdate
.
required
,
type
:
'string'
,
message
:
'创建时间 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
createdate
.
required
,
type
:
'string'
,
message
:
'创建时间 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
createdate
.
required
,
type
:
'string'
,
message
:
'创建时间 值不能为空'
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
createdate
.
required
,
type
:
'string'
,
message
:
'创建时间 值不能为空'
,
trigger
:
'blur'
},
...
@@ -662,6 +674,8 @@ export default class FileuploadBase extends Vue implements ControlInterface {
...
@@ -662,6 +674,8 @@ export default class FileuploadBase extends Vue implements ControlInterface {
srfsourcekey
:
new
FormItemModel
({
caption
:
''
,
detailType
:
'FORMITEM'
,
name
:
'srfsourcekey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
srfsourcekey
:
new
FormItemModel
({
caption
:
''
,
detailType
:
'FORMITEM'
,
name
:
'srfsourcekey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
formitem
:
new
FormItemModel
({
caption
:
'模型文件'
,
detailType
:
'FORMITEM'
,
name
:
'formitem'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
formitem
:
new
FormItemModel
({
caption
:
'模型文件'
,
detailType
:
'FORMITEM'
,
name
:
'formitem'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
modelname
:
new
FormItemModel
({
caption
:
'名称'
,
detailType
:
'FORMITEM'
,
name
:
'modelname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
createdate
:
new
FormItemModel
({
caption
:
'创建时间'
,
detailType
:
'FORMITEM'
,
name
:
'createdate'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
createdate
:
new
FormItemModel
({
caption
:
'创建时间'
,
detailType
:
'FORMITEM'
,
name
:
'createdate'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
...
@@ -780,6 +794,18 @@ export default class FileuploadBase extends Vue implements ControlInterface {
...
@@ -780,6 +794,18 @@ export default class FileuploadBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'formitem'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'formitem'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
* 监控表单属性 modelname 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FileuploadBase
*/
@
Watch
(
'data.modelname'
)
onModelnameChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'modelname'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
/**
* 监控表单属性 createdate 值
* 监控表单属性 createdate 值
*
*
...
@@ -886,6 +912,7 @@ export default class FileuploadBase extends Vue implements ControlInterface {
...
@@ -886,6 +912,7 @@ export default class FileuploadBase extends Vue implements ControlInterface {
}
}
/**
/**
...
...
app_web/src/widgets/meta-model/fileupload-form/fileupload-form-model.ts
浏览文件 @
2de31c85
...
@@ -59,6 +59,11 @@ export default class FileuploadModel {
...
@@ -59,6 +59,11 @@ export default class FileuploadModel {
name
:
'formitem'
,
name
:
'formitem'
,
dataType
:
'FORMITEM'
,
dataType
:
'FORMITEM'
,
},
},
{
name
:
'modelname'
,
prop
:
'name'
,
dataType
:
'TEXT'
,
},
{
{
name
:
'createdate'
,
name
:
'createdate'
,
prop
:
'createdate'
,
prop
:
'createdate'
,
...
...
ibzdst-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
2de31c85
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
<!--输出实体[META_MODEL]数据结构 -->
<!--输出实体[META_MODEL]数据结构 -->
<changeSet
author=
"root"
id=
"tab-meta_model-
58
-12"
>
<changeSet
author=
"root"
id=
"tab-meta_model-
60
-12"
>
<createTable
tableName=
"IBZMODEL"
>
<createTable
tableName=
"IBZMODEL"
>
<column
name=
"MODELID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"MODELID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_MODEL_MODELID"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_META_MODEL_MODELID"
/>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录