提交 24ff9642 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码

上级 a1913dbf
......@@ -26,6 +26,7 @@ export default {
},
main_form: {
details: {
ibz: "动态表单测试",
group1: "页面基本信息",
formpage1: "基本信息",
srforikey: "",
......
......@@ -25,6 +25,7 @@ export default {
},
main_form: {
details: {
ibz: "动态表单测试",
group1: "页面基本信息",
formpage1: "基本信息",
srforikey: "",
......
......@@ -67,6 +67,10 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.ibz.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-part name="ibz" :context="context" :viewparams="viewparams" :data="mixinData" :formState="formState" systemCodeName="ibzlite" appCodeName="web" deCodeName="DstView" formCodeName="Main" formDetailCodeName="ibz" @change="onFormItemValueChange"></app-form-part>
</i-col>
</row>
......@@ -413,6 +417,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase
*/
public data: any = {
ibz: null,
srforikey: null,
srfkey: null,
srfmajortext: null,
......@@ -649,6 +654,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase
*/
public detailsModel: any = {
ibz: new FormPartModel({ caption: '动态表单测试', detailType: 'FORMPART', name: 'ibz', 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.dstview.main_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
formpage1: new FormPageModel({ caption: '基本信息', detailType: 'FORMPAGE', name: 'formpage1', visible: true, isShowCaption: true, form: this, isControlledContent: false })
......@@ -936,6 +943,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
/**
......
......@@ -24,6 +24,10 @@ export default class MainModel {
name: 'srffrontuf',
prop: 'srffrontuf',
dataType: 'TEXT',
},
{
name: 'ibz',
dataType:'FORMPART'
},
{
name: 'srforikey',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册