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

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

上级 9e50493d
......@@ -655,6 +655,14 @@
"viewname": "IBIZOrderF10EditView",
"viewtag": "ad37d44e57c18e4431a609968203c646"
},
"ibizsample0001sf6editview": {
"title": "示例实体01编辑视图(编辑器扩展)",
"caption": "示例实体01编辑视图(编辑器扩展)",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZSample0001SF6EditView",
"viewtag": "b09ceb3081717c0ed4fe19f9986598a0"
},
"ibizorders2editview": {
"title": "订单编辑视图",
"caption": "订单",
......
......@@ -467,7 +467,7 @@ export default {
main2_form: {
details: {
group1: "订单基本信息",
grouppanel1: "分组面板",
grouppanel1: "默认值",
formpage1: "基本信息",
srfupdatedate: "更新时间",
srforikey: "",
......
......@@ -466,7 +466,7 @@ export default {
main2_form: {
details: {
group1: "订单基本信息",
grouppanel1: "分组面板",
grouppanel1: "默认值",
formpage1: "基本信息",
srfupdatedate: "更新时间",
srforikey: "",
......
......@@ -48,6 +48,10 @@ export default {
caption: "基础表单项",
title: "基础表单项",
},
sf6editview: {
caption: "示例实体01编辑视图(编辑器扩展)",
title: "示例实体01编辑视图(编辑器扩展)",
},
},
main4_form: {
details: {
......@@ -199,4 +203,41 @@ export default {
help: "Help",
},
},
main5_form: {
details: {
group1: "示例实体01基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "IBIZSAMPLE0001标识",
srfmajortext: "名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
ibizsample0001name: "名称",
formitem: "HTML编辑框",
formitem1: "标签",
formitem2: "用户自定义",
formitem3: "多选穿梭框",
formitem4: " CRON表达式组件",
formitem5: "图片(信息展示)",
formitem6: "图片(可旋转)",
formitem7: "文件上传(信息展示)",
formitem8: "文件(支持拖拽)",
formitem9: "磁盘文件",
formitem10: "磁盘图片",
createman: "建立人",
createdate: "建立时间",
updateman: "更新人",
updatedate: "更新时间",
ibizsample0001id: "IBIZSAMPLE0001标识",
},
uiactions: {
},
},
sf6editviewtoolbar_toolbar: {
},
};
\ No newline at end of file
......@@ -47,6 +47,10 @@ export default {
caption: "基础表单项",
title: "基础表单项",
},
sf6editview: {
caption: "示例实体01编辑视图(编辑器扩展)",
title: "示例实体01编辑视图(编辑器扩展)",
},
},
main4_form: {
details: {
......@@ -198,4 +202,41 @@ export default {
help: "帮助",
},
},
main5_form: {
details: {
group1: "示例实体01基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "IBIZSAMPLE0001标识",
srfmajortext: "名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
ibizsample0001name: "名称",
formitem: "HTML编辑框",
formitem1: "标签",
formitem2: "用户自定义",
formitem3: "多选穿梭框",
formitem4: " CRON表达式组件",
formitem5: "图片(信息展示)",
formitem6: "图片(可旋转)",
formitem7: "文件上传(信息展示)",
formitem8: "文件(支持拖拽)",
formitem9: "磁盘文件",
formitem10: "磁盘图片",
createman: "建立人",
createdate: "建立时间",
updateman: "更新人",
updatedate: "更新时间",
ibizsample0001id: "IBIZSAMPLE0001标识",
},
uiactions: {
},
},
sf6editviewtoolbar_toolbar: {
},
};
\ No newline at end of file
......@@ -663,6 +663,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZOrderF10EditView",
"viewtag": "ad37d44e57c18e4431a609968203c646"
},
"ibizsample0001sf6editview": {
"title": "示例实体01编辑视图(编辑器扩展)",
"caption": "示例实体01编辑视图(编辑器扩展)",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZSample0001SF6EditView",
"viewtag": "b09ceb3081717c0ed4fe19f9986598a0"
},
"ibizorders2editview": {
"title": "订单编辑视图",
"caption": "订单",
......
......@@ -99,6 +99,7 @@ export default class IBIZSample0001UIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'sf5editview',srfappde:'ibizsample0001s',component:'ibizsample0001-sf5-edit-view'});
this.allViewMap.set(':',{viewname:'sf4editview',srfappde:'ibizsample0001s',component:'ibizsample0001-sf4-edit-view'});
this.allViewMap.set(':',{viewname:'sf2editview',srfappde:'ibizsample0001s',component:'ibizsample0001-sf2-edit-view'});
this.allViewMap.set(':',{viewname:'sf6editview',srfappde:'ibizsample0001s',component:'ibizsample0001-sf6-edit-view'});
}
/**
......
......@@ -858,7 +858,7 @@ export default class Main2Base extends Vue implements ControlInterface {
public detailsModel: any = {
group1: new FormGroupPanelModel({ caption: '订单基本信息', detailType: 'GROUPPANEL', name: 'group1', visible: true, isShowCaption: false, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizorder.main2_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
grouppanel1: new FormGroupPanelModel({ caption: '分组面板', detailType: 'GROUPPANEL', name: 'grouppanel1', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizorder.main2_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
grouppanel1: new FormGroupPanelModel({ caption: '默认值', detailType: 'GROUPPANEL', name: 'grouppanel1', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizorder.main2_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
formpage1: new FormPageModel({ caption: '基本信息', detailType: 'FORMPAGE', name: 'formpage1', visible: true, isShowCaption: true, form: this, isControlledContent: false })
,
......
......@@ -134,7 +134,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-37-8">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-38-8">
<createTable tableName="T_IBIZORDER">
<column name="TP" remarks="" type="TEXT(1048576)">
</column>
......@@ -316,7 +316,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-52-13">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-56-13">
<createTable tableName="T_IBIZSAMPLE0001">
<column name="FIELD01" remarks="" type="VARCHAR(100)">
</column>
......@@ -1057,7 +1057,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-52-38">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-56-38">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0002ID" baseTableName="T_IBIZSAMPLE0001" constraintName="DER1N_IBIZSAMPLE0001_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0002ID" referencedTableName="T_IBIZSAMPLE0002" validate="true"/>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
......
......@@ -37,7 +37,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-37-8" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-38-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER">
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView>
......@@ -67,7 +67,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-52-13" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-56-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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册