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

tony001 发布系统代码

上级 a1913dbf
...@@ -26,6 +26,7 @@ export default { ...@@ -26,6 +26,7 @@ export default {
}, },
main_form: { main_form: {
details: { details: {
ibz: "动态表单测试",
group1: "页面基本信息", group1: "页面基本信息",
formpage1: "基本信息", formpage1: "基本信息",
srforikey: "", srforikey: "",
......
...@@ -25,6 +25,7 @@ export default { ...@@ -25,6 +25,7 @@ export default {
}, },
main_form: { main_form: {
details: { details: {
ibz: "动态表单测试",
group1: "页面基本信息", group1: "页面基本信息",
formpage1: "基本信息", formpage1: "基本信息",
srforikey: "", srforikey: "",
......
...@@ -67,6 +67,10 @@ ...@@ -67,6 +67,10 @@
</app-form-item> </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> </i-col>
</row> </row>
...@@ -413,6 +417,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -413,6 +417,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase * @memberof MainBase
*/ */
public data: any = { public data: any = {
ibz: null,
srforikey: null, srforikey: null,
srfkey: null, srfkey: null,
srfmajortext: null, srfmajortext: null,
...@@ -649,6 +654,8 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -649,6 +654,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase * @memberof MainBase
*/ */
public detailsModel: any = { 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: [] }) 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 }) 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 { ...@@ -936,6 +943,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
/** /**
......
...@@ -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: 'ibz',
dataType:'FORMPART'
}, },
{ {
name: 'srforikey', name: 'srforikey',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册