提交 93e5cc08 编写于 作者: ibizdev's avatar ibizdev

lab_gzf 部署微服务应用

上级 5fecd46e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div class="form-content"> <div class="form-content">
<i-col class="form-layout-container" v-show="detailsModel.n_assetnumber_like.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col class="form-layout-container" v-show="detailsModel.n_assetnumber_like.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='n_assetnumber_like' :itemRules="this.rules.n_assetnumber_like" class='' :caption="$t('entities.eamasset.default_searchform.details.n_assetnumber_like')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_assetnumber_like.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='n_assetnumber_like' :itemRules="this.rules.n_assetnumber_like" class='' :caption="$t('entities.eamasset.default_searchform.details.n_assetnumber_like')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_assetnumber_like.error" :isEmptyCaption="false" labelPos="TOP">
<input-box <input-box
v-model="data.n_assetnumber_like" v-model="data.n_assetnumber_like"
@enter="onEnter($event)" @enter="onEnter($event)"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</i-col> </i-col>
<i-col class="form-layout-container" v-show="detailsModel.n_assetname_like.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col class="form-layout-container" v-show="detailsModel.n_assetname_like.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='n_assetname_like' :itemRules="this.rules.n_assetname_like" class='' :caption="$t('entities.eamasset.default_searchform.details.n_assetname_like')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_assetname_like.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='n_assetname_like' :itemRules="this.rules.n_assetname_like" class='' :caption="$t('entities.eamasset.default_searchform.details.n_assetname_like')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_assetname_like.error" :isEmptyCaption="false" labelPos="TOP">
<input-box <input-box
v-model="data.n_assetname_like" v-model="data.n_assetname_like"
@enter="onEnter($event)" @enter="onEnter($event)"
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</i-col> </i-col>
<i-col class="form-layout-container" v-show="detailsModel.n_eamassettypename_eq.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col class="form-layout-container" v-show="detailsModel.n_eamassettypename_eq.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='n_eamassettypename_eq' :itemRules="this.rules.n_eamassettypename_eq" class='' :caption="$t('entities.eamasset.default_searchform.details.n_eamassettypename_eq')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_eamassettypename_eq.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='n_eamassettypename_eq' :itemRules="this.rules.n_eamassettypename_eq" class='' :caption="$t('entities.eamasset.default_searchform.details.n_eamassettypename_eq')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_eamassettypename_eq.error" :isEmptyCaption="false" labelPos="TOP">
<app-picker <app-picker
:formState="formState" :formState="formState"
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</i-col> </i-col>
<i-col class="form-layout-container" v-show="detailsModel.n_eamlocationname_eq.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col class="form-layout-container" v-show="detailsModel.n_eamlocationname_eq.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='n_eamlocationname_eq' :itemRules="this.rules.n_eamlocationname_eq" class='' :caption="$t('entities.eamasset.default_searchform.details.n_eamlocationname_eq')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_eamlocationname_eq.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='n_eamlocationname_eq' :itemRules="this.rules.n_eamlocationname_eq" class='' :caption="$t('entities.eamasset.default_searchform.details.n_eamlocationname_eq')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.n_eamlocationname_eq.error" :isEmptyCaption="false" labelPos="TOP">
<app-picker <app-picker
:formState="formState" :formState="formState"
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<!--输出实体[EAMASSET]数据结构 --> <!--输出实体[EAMASSET]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-eamasset-89-6"> <changeSet author="a_LAB01_e85d8801c" id="tab-eamasset-90-6">
<createTable tableName="ASSET"> <createTable tableName="ASSET">
<column name="ASSETID" remarks="" type="VARCHAR(100)"> <column name="ASSETID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_EAMASSET_ASSETID"/> <constraints primaryKey="true" primaryKeyName="PK_EAMASSET_ASSETID"/>
...@@ -697,16 +697,16 @@ ...@@ -697,16 +697,16 @@
<addForeignKeyConstraint baseColumnNames="EAMAPPLYSTATEMODELID" baseTableName="EAMAPPLYTYPE" constraintName="DER1N_EAMAPPLYTYPE_EAMAPPLYSTA" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMAPPLYSTATEMODELID" referencedTableName="EAMAPPLYSTATEMODEL" validate="true"/> <addForeignKeyConstraint baseColumnNames="EAMAPPLYSTATEMODELID" baseTableName="EAMAPPLYTYPE" constraintName="DER1N_EAMAPPLYTYPE_EAMAPPLYSTA" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMAPPLYSTATEMODELID" referencedTableName="EAMAPPLYSTATEMODEL" validate="true"/>
</changeSet> </changeSet>
<!--输出实体[EAMASSET]外键关系 --> <!--输出实体[EAMASSET]外键关系 -->
<changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-89-36"> <changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-90-36">
<addForeignKeyConstraint baseColumnNames="EAMASSETSTATEID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMASSETSTATE_E" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMASSETSTATEID" referencedTableName="EAMASSETSTATE" validate="true"/> <addForeignKeyConstraint baseColumnNames="EAMASSETSTATEID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMASSETSTATE_E" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMASSETSTATEID" referencedTableName="EAMASSETSTATE" validate="true"/>
</changeSet> </changeSet>
<changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-89-37"> <changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-90-37">
<addForeignKeyConstraint baseColumnNames="EAMASSETTYPEID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMASSETTYPE_EA" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMASSETTYPEID" referencedTableName="EAMASSETTYPE" validate="true"/> <addForeignKeyConstraint baseColumnNames="EAMASSETTYPEID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMASSETTYPE_EA" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMASSETTYPEID" referencedTableName="EAMASSETTYPE" validate="true"/>
</changeSet> </changeSet>
<changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-89-38"> <changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-90-38">
<addForeignKeyConstraint baseColumnNames="PASSETID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMASSET_PASSET" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="ASSETID" referencedTableName="ASSET" validate="true"/> <addForeignKeyConstraint baseColumnNames="PASSETID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMASSET_PASSET" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="ASSETID" referencedTableName="ASSET" validate="true"/>
</changeSet> </changeSet>
<changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-89-39"> <changeSet author="a_LAB01_e85d8801c" id="fk-eamasset-90-39">
<addForeignKeyConstraint baseColumnNames="EAMLOCATIONID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMLOCATION_EAM" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMLOCATIONID" referencedTableName="EAMLOCATION" validate="true"/> <addForeignKeyConstraint baseColumnNames="EAMLOCATIONID" baseTableName="ASSET" constraintName="DER1N_EAMASSET_EAMLOCATION_EAM" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="EAMLOCATIONID" referencedTableName="EAMLOCATION" validate="true"/>
</changeSet> </changeSet>
<!--输出实体[EAMASSETPARTSGROUP]外键关系 --> <!--输出实体[EAMASSETPARTSGROUP]外键关系 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册