Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzlite
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzlite
提交
fb9fdb66
提交
fb9fdb66
编写于
9月 24, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 发布系统代码
上级
f3a0b58e
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
11 行增加
和
31 行删除
+11
-31
meta-relationship_en_US.ts
...res/entities/meta-relationship/meta-relationship_en_US.ts
+1
-1
meta-relationship_zh_CN.ts
...res/entities/meta-relationship/meta-relationship_zh_CN.ts
+1
-1
main-form-base.vue
...rc/widgets/meta-relationship/main-form/main-form-base.vue
+5
-25
main-form-model.ts
...rc/widgets/meta-relationship/main-form/main-form-model.ts
+4
-4
未找到文件。
app_web/src/locale/lanres/entities/meta-relationship/meta-relationship_en_US.ts
浏览文件 @
fb9fdb66
...
@@ -37,6 +37,7 @@ export default {
...
@@ -37,6 +37,7 @@ export default {
},
},
main_form
:
{
main_form
:
{
details
:
{
details
:
{
lookup
:
""
,
group1
:
"实体关系基本信息"
,
group1
:
"实体关系基本信息"
,
formpage1
:
"基本信息"
,
formpage1
:
"基本信息"
,
srforikey
:
""
,
srforikey
:
""
,
...
@@ -52,7 +53,6 @@ export default {
...
@@ -52,7 +53,6 @@ export default {
codename
:
"代码名称"
,
codename
:
"代码名称"
,
refentityname
:
"引用实体名称"
,
refentityname
:
"引用实体名称"
,
nestedname
:
"嵌套代码名称"
,
nestedname
:
"嵌套代码名称"
,
dstlookups
:
"Lookup"
,
refentityid
:
"引用实体标识"
,
refentityid
:
"引用实体标识"
,
entityid
:
"实体标识"
,
entityid
:
"实体标识"
,
relationid
:
"关系标识"
,
relationid
:
"关系标识"
,
...
...
app_web/src/locale/lanres/entities/meta-relationship/meta-relationship_zh_CN.ts
浏览文件 @
fb9fdb66
...
@@ -36,6 +36,7 @@ export default {
...
@@ -36,6 +36,7 @@ export default {
},
},
main_form
:
{
main_form
:
{
details
:
{
details
:
{
lookup
:
""
,
group1
:
"实体关系基本信息"
,
group1
:
"实体关系基本信息"
,
formpage1
:
"基本信息"
,
formpage1
:
"基本信息"
,
srforikey
:
""
,
srforikey
:
""
,
...
@@ -51,7 +52,6 @@ export default {
...
@@ -51,7 +52,6 @@ export default {
codename
:
"代码名称"
,
codename
:
"代码名称"
,
refentityname
:
"引用实体名称"
,
refentityname
:
"引用实体名称"
,
nestedname
:
"嵌套代码名称"
,
nestedname
:
"嵌套代码名称"
,
dstlookups
:
"Lookup"
,
refentityid
:
"引用实体标识"
,
refentityid
:
"引用实体标识"
,
entityid
:
"实体标识"
,
entityid
:
"实体标识"
,
relationid
:
"关系标识"
,
relationid
:
"关系标识"
,
...
...
app_web/src/widgets/meta-relationship/main-form/main-form-base.vue
浏览文件 @
fb9fdb66
...
@@ -117,10 +117,8 @@
...
@@ -117,10 +117,8 @@
</app-form-item>
</app-form-item>
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.dstlookups.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<i-col
v-show=
"detailsModel.lookup.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'dstlookups'
:itemRules=
"this.rules().dstlookups"
class=
''
:caption=
"$t('entities.metarelationship.main_form.details.dstlookups')"
uiStyle=
"DEFAULT"
:labelWidth=
"0"
:isShowCaption=
"false"
:error=
"detailsModel.dstlookups.error"
:isEmptyCaption=
"false"
labelPos=
"NONE"
>
<app-form-part
name=
"lookup"
:context=
"context"
:viewparams=
"viewparams"
:data=
"mixinData"
:formState=
"formState"
systemCodeName=
"ibzlite"
appCodeName=
"web"
deCodeName=
"MetaRelationship"
formCodeName=
"Main"
formDetailCodeName=
"lookup"
@
change=
"onFormItemValueChange"
></app-form-part>
<avue-custom-form
:isSubForm=
"true"
:isParseString=
"true"
:isFormData=
"false"
v-model=
"data.dstlookups"
:formData=
"data"
:url=
"`/lite/ibzlite-web/components/lookup`"
:formState=
"formState"
></avue-custom-form>
</app-form-item>
</i-col>
</i-col>
...
@@ -468,6 +466,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -468,6 +466,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase
* @memberof MainBase
*/
*/
public
data
:
any
=
{
public
data
:
any
=
{
lookup
:
null
,
srforikey
:
null
,
srforikey
:
null
,
srfkey
:
null
,
srfkey
:
null
,
srfmajortext
:
null
,
srfmajortext
:
null
,
...
@@ -481,7 +480,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -481,7 +480,6 @@ export default class MainBase extends Vue implements ControlInterface {
codename
:
null
,
codename
:
null
,
refentityname
:
null
,
refentityname
:
null
,
nestedname
:
null
,
nestedname
:
null
,
dstlookups
:
null
,
refentityid
:
null
,
refentityid
:
null
,
entityid
:
null
,
entityid
:
null
,
relationid
:
null
,
relationid
:
null
,
...
@@ -606,12 +604,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -606,12 +604,6 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
this
.
detailsModel
.
nestedname
.
required
,
type
:
'string'
,
message
:
'嵌套代码名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
nestedname
.
required
,
type
:
'string'
,
message
:
'嵌套代码名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
nestedname
.
required
,
type
:
'string'
,
message
:
'嵌套代码名称 值不能为空'
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
nestedname
.
required
,
type
:
'string'
,
message
:
'嵌套代码名称 值不能为空'
,
trigger
:
'blur'
},
],
],
dstlookups
:
[
{
type
:
'string'
,
message
:
'Lookup 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'Lookup 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
this
.
detailsModel
.
dstlookups
.
required
,
type
:
'string'
,
message
:
'Lookup 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
dstlookups
.
required
,
type
:
'string'
,
message
:
'Lookup 值不能为空'
,
trigger
:
'blur'
},
],
refentityid
:
[
refentityid
:
[
{
type
:
'string'
,
message
:
'引用实体标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'引用实体标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'引用实体标识 值必须为字符串类型'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
'引用实体标识 值必须为字符串类型'
,
trigger
:
'blur'
},
...
@@ -718,6 +710,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -718,6 +710,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase
* @memberof MainBase
*/
*/
public
detailsModel
:
any
=
{
public
detailsModel
:
any
=
{
lookup
:
new
FormPartModel
({
caption
:
''
,
detailType
:
'FORMPART'
,
name
:
'lookup'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
,
group1
:
new
FormGroupPanelModel
({
caption
:
'实体关系基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
false
,
form
:
this
,
isControlledContent
:
false
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.metarelationship.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
},
isManageContainer
:
false
,
showMoreModeItems
:
[]
})
group1
:
new
FormGroupPanelModel
({
caption
:
'实体关系基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
false
,
form
:
this
,
isControlledContent
:
false
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.metarelationship.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
},
isManageContainer
:
false
,
showMoreModeItems
:
[]
})
,
,
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
...
@@ -747,8 +741,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -747,8 +741,6 @@ export default class MainBase extends Vue implements ControlInterface {
refentityname
:
new
FormItemModel
({
caption
:
'引用实体名称'
,
detailType
:
'FORMITEM'
,
name
:
'refentityname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
refentityname
:
new
FormItemModel
({
caption
:
'引用实体名称'
,
detailType
:
'FORMITEM'
,
name
:
'refentityname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
nestedname
:
new
FormItemModel
({
caption
:
'嵌套代码名称'
,
detailType
:
'FORMITEM'
,
name
:
'nestedname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
nestedname
:
new
FormItemModel
({
caption
:
'嵌套代码名称'
,
detailType
:
'FORMITEM'
,
name
:
'nestedname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
dstlookups
:
new
FormItemModel
({
caption
:
'Lookup'
,
detailType
:
'FORMITEM'
,
name
:
'dstlookups'
,
visible
:
true
,
isShowCaption
:
false
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
refentityid
:
new
FormItemModel
({
caption
:
'引用实体标识'
,
detailType
:
'FORMITEM'
,
name
:
'refentityid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
refentityid
:
new
FormItemModel
({
caption
:
'引用实体标识'
,
detailType
:
'FORMITEM'
,
name
:
'refentityid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
...
@@ -914,18 +906,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -914,18 +906,6 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'nestedname'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'nestedname'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
* 监控表单属性 dstlookups 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@
Watch
(
'data.dstlookups'
)
onDstlookupsChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'dstlookups'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
/**
* 监控表单属性 refentityid 值
* 监控表单属性 refentityid 值
*
*
...
...
app_web/src/widgets/meta-relationship/main-form/main-form-model.ts
浏览文件 @
fb9fdb66
...
@@ -24,6 +24,10 @@ export default class MainModel {
...
@@ -24,6 +24,10 @@ export default class MainModel {
name
:
'srffrontuf'
,
name
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
},
{
name
:
'lookup'
,
dataType
:
'FORMPART'
},
},
{
{
name
:
'srforikey'
,
name
:
'srforikey'
,
...
@@ -80,10 +84,6 @@ export default class MainModel {
...
@@ -80,10 +84,6 @@ export default class MainModel {
prop
:
'nested_name'
,
prop
:
'nested_name'
,
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
},
},
{
name
:
'dstlookups'
,
dataType
:
'FORMITEM'
,
},
{
{
name
:
'refentityid'
,
name
:
'refentityid'
,
prop
:
'ref_entity_id'
,
prop
:
'ref_entity_id'
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录