提交 6ef515cf 编写于 作者: ibizdev's avatar ibizdev

ibiz4j 发布系统代码

上级 9c587683
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<i-col v-show="detailsModel.group1.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col v-show="detailsModel.group1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group1.manageContainerStatus" :isManageContainer="detailsModel.group1.isManageContainer" @managecontainerclick="manageContainerClick('group1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.group1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.dstcomponent.main_form.details.group1')" :isShowCaption="false" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group1.manageContainerStatus" :isManageContainer="detailsModel.group1.isManageContainer" @managecontainerclick="manageContainerClick('group1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.group1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.dstcomponent.main_form.details.group1')" :isShowCaption="false" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row> <row>
<i-col v-show="detailsModel.cname.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <i-col v-show="detailsModel.cname.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, offset: 0 }">
<app-form-item name='cname' :itemRules="this.rules().cname" class='' :caption="$t('entities.dstcomponent.main_form.details.cname')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.cname.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='cname' :itemRules="this.rules().cname" class='' :caption="$t('entities.dstcomponent.main_form.details.cname')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.cname.error" :isEmptyCaption="false" labelPos="TOP">
<input-box <input-box
v-model="data.cname" v-model="data.cname"
@enter="onEnter($event)" @enter="onEnter($event)"
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
</app-form-item> </app-form-item>
</i-col> </i-col>
<i-col v-show="detailsModel.codename.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <i-col v-show="detailsModel.codename.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, offset: 0 }">
<app-form-item name='codename' :itemRules="this.rules().codename" class='' :caption="$t('entities.dstcomponent.main_form.details.codename')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.codename.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='codename' :itemRules="this.rules().codename" class='' :caption="$t('entities.dstcomponent.main_form.details.codename')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.codename.error" :isEmptyCaption="false" labelPos="TOP">
<input-box <input-box
v-model="data.codename" v-model="data.codename"
@enter="onEnter($event)" @enter="onEnter($event)"
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
</app-form-item> </app-form-item>
</i-col> </i-col>
<i-col v-show="detailsModel.ctype.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <i-col v-show="detailsModel.ctype.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, offset: 0 }">
<app-form-item name='ctype' :itemRules="this.rules().ctype" class='' :caption="$t('entities.dstcomponent.main_form.details.ctype')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ctype.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='ctype' :itemRules="this.rules().ctype" class='' :caption="$t('entities.dstcomponent.main_form.details.ctype')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ctype.error" :isEmptyCaption="false" labelPos="TOP">
<dropdown-list <dropdown-list
v-model="data.ctype" v-model="data.ctype"
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
</app-form-item> </app-form-item>
</i-col> </i-col>
<i-col v-show="detailsModel.entityname.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <i-col v-show="detailsModel.entityname.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, offset: 0 }">
<app-form-item name='entityname' :itemRules="this.rules().entityname" class='' :caption="$t('entities.dstcomponent.main_form.details.entityname')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.entityname.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='entityname' :itemRules="this.rules().entityname" class='' :caption="$t('entities.dstcomponent.main_form.details.entityname')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.entityname.error" :isEmptyCaption="false" labelPos="TOP">
<app-picker <app-picker
:formState="formState" :formState="formState"
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</i-col> </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 }"> <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="130" :isShowCaption="true" :error="detailsModel.cfg.error" :isEmptyCaption="false" labelPos="LEFT"> <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> <input-box v-model="data.cfg" :textareaId="this.$util.createUUID()" :disabled="detailsModel.cfg.disabled" type='textarea' textareaStyle="height:200px;" ></input-box>
</app-form-item> </app-form-item>
...@@ -529,26 +529,26 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -529,26 +529,26 @@ export default class MainBase extends Vue implements ControlInterface {
cname: [ cname: [
{ type: 'string', message: '名称 值必须为字符串类型', trigger: 'change' }, { type: 'string', message: '名称 值必须为字符串类型', trigger: 'change' },
{ type: 'string', message: '名称 值必须为字符串类型', trigger: 'blur' }, { type: 'string', message: '名称 值必须为字符串类型', trigger: 'blur' },
{ required: false, type: 'string', message: '名称 值不能为空', trigger: 'change' }, { required: true, type: 'string', message: '名称 值不能为空', trigger: 'change' },
{ required: false, type: 'string', message: '名称 值不能为空', trigger: 'blur' }, { required: true, type: 'string', message: '名称 值不能为空', trigger: 'blur' },
], ],
codename: [ codename: [
{ type: 'string', message: '代码名称 值必须为字符串类型', trigger: 'change' }, { type: 'string', message: '代码名称 值必须为字符串类型', trigger: 'change' },
{ type: 'string', message: '代码名称 值必须为字符串类型', trigger: 'blur' }, { type: 'string', message: '代码名称 值必须为字符串类型', trigger: 'blur' },
{ required: false, type: 'string', message: '代码名称 值不能为空', trigger: 'change' }, { required: true, type: 'string', message: '代码名称 值不能为空', trigger: 'change' },
{ required: false, type: 'string', message: '代码名称 值不能为空', trigger: 'blur' }, { required: true, type: 'string', message: '代码名称 值不能为空', trigger: 'blur' },
], ],
ctype: [ ctype: [
{ type: 'string', message: '类型 值必须为字符串类型', trigger: 'change' }, { type: 'string', message: '类型 值必须为字符串类型', trigger: 'change' },
{ type: 'string', message: '类型 值必须为字符串类型', trigger: 'blur' }, { type: 'string', message: '类型 值必须为字符串类型', trigger: 'blur' },
{ required: false, type: 'string', message: '类型 值不能为空', trigger: 'change' }, { required: true, type: 'string', message: '类型 值不能为空', trigger: 'change' },
{ required: false, type: 'string', message: '类型 值不能为空', trigger: 'blur' }, { required: true, type: 'string', message: '类型 值不能为空', trigger: 'blur' },
], ],
entityname: [ entityname: [
{ type: 'string', message: '主实体 值必须为字符串类型', trigger: 'change' }, { type: 'string', message: '主实体 值必须为字符串类型', trigger: 'change' },
{ type: 'string', message: '主实体 值必须为字符串类型', trigger: 'blur' }, { type: 'string', message: '主实体 值必须为字符串类型', trigger: 'blur' },
{ required: false, type: 'string', message: '主实体 值不能为空', trigger: 'change' }, { required: true, type: 'string', message: '主实体 值不能为空', trigger: 'change' },
{ required: false, type: 'string', message: '主实体 值不能为空', trigger: 'blur' }, { required: true, type: 'string', message: '主实体 值不能为空', trigger: 'blur' },
], ],
cfg: [ cfg: [
{ type: 'string', message: '配置 值必须为字符串类型', trigger: 'change' }, { type: 'string', message: '配置 值必须为字符串类型', trigger: 'change' },
...@@ -694,7 +694,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -694,7 +694,7 @@ export default class MainBase extends Vue implements ControlInterface {
, ,
entityname: new FormItemModel({ caption: '主实体', detailType: 'FORMITEM', name: 'entityname', 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: 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 }) systemid: new FormItemModel({ caption: '系统标识', detailType: 'FORMITEM', name: 'systemid', visible: true, isShowCaption: true, form: this, isControlledContent: false , disabled: false, enableCond: 3 })
, ,
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<!--输出实体[DST_COMPONENT]数据结构 --> <!--输出实体[DST_COMPONENT]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-dst_component-46-1"> <changeSet author="a_A_5d9d78509" id="tab-dst_component-47-1">
<createTable tableName="IBZCOMPONENT"> <createTable tableName="IBZCOMPONENT">
<column name="CID" remarks="" type="VARCHAR(100)"> <column name="CID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_DST_COMPONENT_CID"/> <constraints primaryKey="true" primaryKeyName="PK_DST_COMPONENT_CID"/>
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
</changeSet> </changeSet>
<!--输出实体[DST_COMPONENT]外键关系 --> <!--输出实体[DST_COMPONENT]外键关系 -->
<changeSet author="a_A_5d9d78509" id="fk-dst_component-46-13"> <changeSet author="a_A_5d9d78509" id="fk-dst_component-47-13">
<addForeignKeyConstraint baseColumnNames="ENTITYID" baseTableName="IBZCOMPONENT" constraintName="DER1N_DST_COMPONENT_META_ENTIT" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="ENTITYID" referencedTableName="IBZENTITY" validate="true"/> <addForeignKeyConstraint baseColumnNames="ENTITYID" baseTableName="IBZCOMPONENT" constraintName="DER1N_DST_COMPONENT_META_ENTIT" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="ENTITYID" referencedTableName="IBZENTITY" validate="true"/>
</changeSet> </changeSet>
<!--输出实体[DST_CONFIG]外键关系 --> <!--输出实体[DST_CONFIG]外键关系 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册