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

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

上级 ce55853c
......@@ -182,23 +182,23 @@ function getAppLocale(){
appmenu: {
},
mainmenu: {
menuitem1: commonLogic.appcommonhandle("Workbench",null),
menuitem1: commonLogic.appcommonhandle("Work bench",null),
menuitem3: commonLogic.appcommonhandle("Control",null),
menuitem6: commonLogic.appcommonhandle("DefaultDataType",null),
menuitem7: commonLogic.appcommonhandle("DefaultEditorType",null),
menuitem72: commonLogic.appcommonhandle("ExtensionEditor",null),
menuitem151: commonLogic.appcommonhandle("EditorPlugInExample",null),
menuitem65: commonLogic.appcommonhandle("MicroserviceComponent",null),
menuitem6: commonLogic.appcommonhandle("Default Data Type",null),
menuitem7: commonLogic.appcommonhandle("Default Editor Type",null),
menuitem72: commonLogic.appcommonhandle("Extension Editor",null),
menuitem151: commonLogic.appcommonhandle("Editor PlugIn Example",null),
menuitem65: commonLogic.appcommonhandle("Micro service Component",null),
menuitem4: commonLogic.appcommonhandle("Parts",null),
menuitem112: commonLogic.appcommonhandle("ApplicationClass",null),
menuitem112: commonLogic.appcommonhandle("Application Class",null),
menuitem186: commonLogic.appcommonhandle("DataKanban",null),
menuitem129: commonLogic.appcommonhandle("PortalComponents",null),
menuitem129: commonLogic.appcommonhandle("Portal Components",null),
menuitem156: commonLogic.appcommonhandle("SingleDataClass",null),
menuitem12: commonLogic.appcommonhandle("EditForm",null),
menuitem15: commonLogic.appcommonhandle("BasicFormItem",null),
menuitem107: commonLogic.appcommonhandle("BuiltInFeatures",null),
menuitem47: commonLogic.appcommonhandle("NewDefault",null),
menuitem99: commonLogic.appcommonhandle("UpdateDefault",null),
menuitem47: commonLogic.appcommonhandle("New Default",null),
menuitem99: commonLogic.appcommonhandle("Update Default",null),
menuitem48: commonLogic.appcommonhandle("InputPrompt",null),
menuitem49: commonLogic.appcommonhandle("AuxiliaryInput",null),
menuitem50: commonLogic.appcommonhandle("AutoFill",null),
......@@ -237,8 +237,8 @@ function getAppLocale(){
menuitem58: commonLogic.appcommonhandle("行编辑",null),
menuitem73: commonLogic.appcommonhandle("BuiltInFeatures",null),
menuitem74: commonLogic.appcommonhandle("TableRowEditing",null),
menuitem75: commonLogic.appcommonhandle("NewDefault",null),
menuitem76: commonLogic.appcommonhandle("UpdateDefault",null),
menuitem75: commonLogic.appcommonhandle("New Default",null),
menuitem76: commonLogic.appcommonhandle("Update Default",null),
menuitem77: commonLogic.appcommonhandle("TableValueRules",null),
menuitem132: commonLogic.appcommonhandle("TableColumnUpdate",null),
menuitem133: commonLogic.appcommonhandle("TableColumnReset",null),
......
......@@ -52,7 +52,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("默认编辑器类型",null),
},
sf4editview: {
caption: commonLogic.appcommonhandle("DefaultDataType",null),
caption: commonLogic.appcommonhandle("Default Data Type",null),
title: commonLogic.appcommonhandle("默认数据类型",null),
},
editview: {
......
......@@ -2,10 +2,10 @@
<i-form :model="this.data" class='app-form' ref='form' id='ibizorder_data_0005' style="" @on-validate="formItemValidate">
<input style="display:none;" />
<row >
<i-col v-show="detailsModel.group1.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }">
<i-col v-show="detailsModel.group1.visible" :style="{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ 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.ibizorder.data_0005_form.details.group1')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row>
<i-col v-show="detailsModel.orderuid.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<i-col v-show="detailsModel.orderuid.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='orderuid' :itemRules="this.rules().orderuid" class='' :caption="$t('entities.ibizorder.data_0005_form.details.orderuid')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.orderuid.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.orderuid"
......@@ -19,7 +19,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.ibizordername.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<i-col v-show="detailsModel.ibizordername.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='ibizordername' :itemRules="this.rules().ibizordername" class='' :caption="$t('entities.ibizorder.data_0005_form.details.ibizordername')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ibizordername.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.ibizordername"
......@@ -33,14 +33,14 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.ordertime.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<i-col v-show="detailsModel.ordertime.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='ordertime' :itemRules="this.rules().ordertime" class='' :caption="$t('entities.ibizorder.data_0005_form.details.ordertime')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ordertime.error" :isEmptyCaption="false" labelPos="LEFT">
<date-picker type="date" :transfer="true" format="yyyy-MM-dd" :value="data.ordertime" :disabled="detailsModel.ordertime.disabled" style="min-width: 150px; width:100px;" @on-change="(val1, val2) => { this.data.ordertime = val1 }"></date-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.ibizcustomername.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<i-col v-show="detailsModel.ibizcustomername.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='ibizcustomername' :itemRules="this.rules().ibizcustomername" class='' :caption="$t('entities.ibizorder.data_0005_form.details.ibizcustomername')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ibizcustomername.error" :isEmptyCaption="false" labelPos="LEFT">
<app-picker
......@@ -68,7 +68,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.ordertype.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<i-col v-show="detailsModel.ordertype.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='ordertype' :itemRules="this.rules().ordertype" class='' :caption="$t('entities.ibizorder.data_0005_form.details.ordertype')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.ordertype.error" :isEmptyCaption="false" labelPos="LEFT">
<dropdown-list
......@@ -89,7 +89,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.orderstate.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<i-col v-show="detailsModel.orderstate.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='orderstate' :itemRules="this.rules().orderstate" class='' :caption="$t('entities.ibizorder.data_0005_form.details.orderstate')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.orderstate.error" :isEmptyCaption="false" labelPos="LEFT">
<dropdown-list
......@@ -110,7 +110,7 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.memo.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }">
<i-col v-show="detailsModel.memo.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<app-form-item name='memo' :itemRules="this.rules().memo" class='' :caption="$t('entities.ibizorder.data_0005_form.details.memo')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.memo.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box v-model="data.memo" :textareaId="this.$util.createUUID()" :disabled="detailsModel.memo.disabled" type='textarea' textareaStyle="height:200px;" ></input-box>
......@@ -122,7 +122,7 @@
</app-form-group>
</i-col>
<i-col v-show="detailsModel.grouppanel1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<i-col v-show="detailsModel.grouppanel1.visible" :style="{}" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel1.manageContainerStatus" :isManageContainer="detailsModel.grouppanel1.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.ibizorder.data_0005_form.details.grouppanel1')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row>
<i-col v-show="detailsModel.druipart1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册