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

Mosher 发布系统代码 [后台服务,演示应用]

上级 9254bf18
......@@ -93,7 +93,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f10.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f10.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f10' :itemRules="this.rules().f10" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f10')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f10.error" :isEmptyCaption="false" labelPos="LEFT">
<dropdown-list
......@@ -113,7 +113,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f11.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f11.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f11' :itemRules="this.rules().f11" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f11')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f11.error" :isEmptyCaption="false" labelPos="LEFT">
<div style="">
<app-checkbox :value="this.data.f11" @change="($event)=>{this.data.f11 = $event} " :disabled="detailsModel.f11.disabled"></app-checkbox>
......@@ -122,7 +122,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f12.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f12.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f12' :itemRules="this.rules().f12" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f12')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f12.error" :isEmptyCaption="false" labelPos="LEFT">
<app-radio-group
......@@ -142,7 +142,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f13.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f13.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f13' :itemRules="this.rules().f13" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f13')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f13.error" :isEmptyCaption="false" labelPos="LEFT">
<app-checkbox-list
......@@ -163,13 +163,13 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f14.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f14.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f14' :itemRules="this.rules().f14" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f14')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f14.error" :isEmptyCaption="false" labelPos="LEFT">
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f15.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f15.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f15' :itemRules="this.rules().f15" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f15')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f15.error" :isEmptyCaption="false" labelPos="LEFT">
</app-form-item>
......@@ -183,56 +183,56 @@
<i-col v-show="detailsModel.grouppanel2.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel2.manageContainerStatus" :isManageContainer="detailsModel.grouppanel2.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel2')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel2.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.ibizsample0001.main4_form.details.grouppanel2')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row>
<i-col v-show="detailsModel.f16.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f16.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f16' :itemRules="this.rules().f16" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f16')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f16.error" :isEmptyCaption="false" labelPos="LEFT">
<date-picker type="date" :transfer="true" format="yyyy-MM-dd" placeholder="请选择时间..." :value="data.f16" :disabled="detailsModel.f16.disabled" style="min-width: 150px;width:160px; " @on-change="(val1, val2) => { this.data.f16 = val1 }"></date-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f17.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f17.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f17' :itemRules="this.rules().f17" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f17')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f17.error" :isEmptyCaption="false" labelPos="LEFT">
<date-picker type="date" :transfer="true" format="yyyy-MM-dd" placeholder="请选择时间..." :value="data.f17" :disabled="detailsModel.f17.disabled" style="min-width: 150px; width:100px;" @on-change="(val1, val2) => { this.data.f17 = val1 }"></date-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f18.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f18.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f18' :itemRules="this.rules().f18" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f18')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f18.error" :isEmptyCaption="false" labelPos="LEFT">
<time-picker :value="data.f18" :transfer="true" :disabled="detailsModel.f18.disabled" format="HH:mm:ss" placeholder="请选择时间..." style="min-width: 150px; width:90px;" @on-change="(val) => {this.data.f18 = val}"></time-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f19.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f19.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f19' :itemRules="this.rules().f19" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f19')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f19.error" :isEmptyCaption="false" labelPos="LEFT">
<time-picker :value="data.f19" :transfer="true" :disabled="detailsModel.f19.disabled" format="HH" placeholder="请选择时间..." style="min-width: 150px; width:120px;" @on-change="(val) => {this.data.f19 = val}"></time-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f20.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f20.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f20' :itemRules="this.rules().f20" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f20')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f20.error" :isEmptyCaption="false" labelPos="LEFT">
<time-picker :value="data.f20" :transfer="true" :disabled="detailsModel.f20.disabled" format="mm" placeholder="请选择时间..." style="min-width: 150px; width:140px;" @on-change="(val) => {this.data.f20 = val}"></time-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f21.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f21.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f21' :itemRules="this.rules().f21" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f21')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f21.error" :isEmptyCaption="false" labelPos="LEFT">
<time-picker :value="data.f21" :transfer="true" :disabled="detailsModel.f21.disabled" format="ss" placeholder="请选择时间..." style="min-width: 150px; width:160px;" @on-change="(val) => {this.data.f21 = val}"></time-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f22.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f22.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f22' :itemRules="this.rules().f22" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f22')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f22.error" :isEmptyCaption="false" labelPos="LEFT">
<time-picker :value="data.f22" :transfer="true" :disabled="detailsModel.f22.disabled" format="HH:mm" placeholder="请选择时间..." style="min-width: 150px; width:70px;" @on-change="(val) => {this.data.f22 = val}"></time-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f23.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.f23.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='f23' :itemRules="this.rules().f23" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f23')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f23.error" :isEmptyCaption="false" labelPos="LEFT">
<date-picker type="datetime" :transfer="true" format="yyyy-MM-dd HH:mm:ss" placeholder="请选择时间..." :value="data.f23" :disabled="detailsModel.f23.disabled" style="min-width: 150px; width:160px;" @on-change="(val1, val2) => { this.data.f23 = val1 }"></date-picker>
......@@ -336,24 +336,6 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f31.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='f31' :itemRules="this.rules().f31" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f31')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f31.error" :isEmptyCaption="false" labelPos="LEFT">
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f32.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='f32' :itemRules="this.rules().f32" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f32')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f32.error" :isEmptyCaption="false" labelPos="LEFT">
</app-form-item>
</i-col>
<i-col v-show="detailsModel.f33.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='f33' :itemRules="this.rules().f33" class='' :caption="$t('entities.ibizsample0001.main4_form.details.f33')" uiStyle="DEFAULT" :labelWidth="200" :isShowCaption="true" :error="detailsModel.f33.error" :isEmptyCaption="false" labelPos="LEFT">
</app-form-item>
</i-col>
</row>
......@@ -1197,18 +1179,6 @@ export default class Main4Base extends Vue implements ControlInterface {
{ required: this.detailsModel.f30.required, type: 'string', message: '自动填充 值不能为空', trigger: 'change' },
{ required: this.detailsModel.f30.required, type: 'string', message: '自动填充 值不能为空', trigger: 'blur' },
],
f31: [
{ required: this.detailsModel.f31.required, type: 'string', message: '自动填充(只能选择) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.f31.required, type: 'string', message: '自动填充(只能选择) 值不能为空', trigger: 'blur' },
],
f32: [
{ required: this.detailsModel.f32.required, type: 'string', message: '自动填充(无按钮) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.f32.required, type: 'string', message: '自动填充(无按钮) 值不能为空', trigger: 'blur' },
],
f33: [
{ required: this.detailsModel.f33.required, type: 'string', message: '自动填充(只能选择、无按钮) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.f33.required, type: 'string', message: '自动填充(只能选择、无按钮) 值不能为空', trigger: 'blur' },
],
f34: [
{ required: this.detailsModel.f34.required, type: 'string', message: 'HTML编辑框 值不能为空', trigger: 'change' },
{ required: this.detailsModel.f34.required, type: 'string', message: 'HTML编辑框 值不能为空', trigger: 'blur' },
......
......@@ -178,15 +178,12 @@ export default class Main4Model {
},
{
name: 'f31',
dataType:'FORMITEM',
},
{
name: 'f32',
dataType:'FORMITEM',
},
{
name: 'f33',
dataType:'FORMITEM',
},
{
name: 'f34',
......
......@@ -316,7 +316,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-36-13">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-41-13">
<createTable tableName="T_IBIZSAMPLE0001">
<column name="FIELD01" remarks="" type="VARCHAR(100)">
</column>
......
......@@ -67,7 +67,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-36-13" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-41-13" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZSAMPLE0001">
<![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[FIELD01], t1.[FIELD02], t1.[FIELD05], t1.[FIELD06], t1.[FIELD07], t1.[FIELD08], t1.[FIELD09], t1.[FIELD10], t1.[FIELD11], t1.[FIELD12], t1.[FIELD13], t1.[FIELD14], t1.[FIELD15], t1.[FIELD16], t1.[FIELD17], t1.[FIELD18], t1.[FIELD19], t1.[FIELD20], t1.[FIELD21], t1.[FIELD22], t1.[FIELD23], t1.[FIELD24], t1.[FIELD25], t1.[FIELD26], t1.[FIELD27], t1.[IBIZSAMPLE0001ID], t1.[IBIZSAMPLE0001NAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZSAMPLE0001] t1 ]]>
</createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册