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

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

上级 949dd7c7
...@@ -351,6 +351,14 @@ ...@@ -351,6 +351,14 @@
"viewname": "IBIZOrderLineChartView", "viewname": "IBIZOrderLineChartView",
"viewtag": "41d3da0d37fb0135ace813f1ba06bd39" "viewtag": "41d3da0d37fb0135ace813f1ba06bd39"
}, },
"ibizbookdashboardview": {
"title": "图书数据看板视图",
"caption": "图书",
"viewtype": "DEPORTALVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKDashboardView",
"viewtag": "427821f1e67ee5b79dde237e66a7b9c9"
},
"ibizcustomerpickupgridview": { "ibizcustomerpickupgridview": {
"title": "客户选择表格视图", "title": "客户选择表格视图",
"caption": "客户", "caption": "客户",
...@@ -519,6 +527,14 @@ ...@@ -519,6 +527,14 @@
"viewname": "IBIZSample0001Usr2GridView", "viewname": "IBIZSample0001Usr2GridView",
"viewtag": "5e70ef78614b0b13a94605f7c22f4da4" "viewtag": "5e70ef78614b0b13a94605f7c22f4da4"
}, },
"ibizordergridexpview": {
"title": "订单表格导航视图",
"caption": "订单",
"viewtype": "DEGRIDEXPVIEW",
"viewmodule": "Sample",
"viewname": "IBIZOrderGridExpView",
"viewtag": "5f21463b9d808170d4023d8402cc6e9e"
},
"ibizbookeditview2": { "ibizbookeditview2": {
"title": "图书编辑视图", "title": "图书编辑视图",
"caption": "图书", "caption": "图书",
......
...@@ -42,6 +42,10 @@ export default { ...@@ -42,6 +42,10 @@ export default {
caption: "图书", caption: "图书",
title: "图书表格视图(自动分组)", title: "图书表格视图(自动分组)",
}, },
dashboardview: {
caption: "图书",
title: "图书数据看板视图",
},
haspanellistview: { haspanellistview: {
caption: "图书", caption: "图书",
title: "图书列表视图(嵌入面板)", title: "图书列表视图(嵌入面板)",
...@@ -1146,6 +1150,22 @@ export default { ...@@ -1146,6 +1150,22 @@ export default {
}, },
haspanellistviewtoolbar_toolbar: { haspanellistviewtoolbar_toolbar: {
}, },
dashboardviewdashboard_sysportlet2_list_quicktoolbar_toolbar: {
deuiaction1: {
caption: "New",
tip: "New",
},
},
dashboardviewdashboard_sysportlet2_list_batchtoolbar_toolbar: {
deuiaction1: {
caption: "Edit",
tip: "Edit {0}",
},
deuiaction2: {
caption: "Remove",
tip: "Remove {0}",
},
},
tree_treeview: { tree_treeview: {
nodata:"", nodata:"",
nodes: { nodes: {
......
...@@ -41,6 +41,10 @@ export default { ...@@ -41,6 +41,10 @@ export default {
caption: "图书", caption: "图书",
title: "图书表格视图(自动分组)", title: "图书表格视图(自动分组)",
}, },
dashboardview: {
caption: "图书",
title: "图书数据看板视图",
},
haspanellistview: { haspanellistview: {
caption: "图书", caption: "图书",
title: "图书列表视图(嵌入面板)", title: "图书列表视图(嵌入面板)",
...@@ -1145,6 +1149,22 @@ export default { ...@@ -1145,6 +1149,22 @@ export default {
}, },
haspanellistviewtoolbar_toolbar: { haspanellistviewtoolbar_toolbar: {
}, },
dashboardviewdashboard_sysportlet2_list_quicktoolbar_toolbar: {
deuiaction1: {
caption: "新建",
tip: "新建",
},
},
dashboardviewdashboard_sysportlet2_list_batchtoolbar_toolbar: {
deuiaction1: {
caption: "编辑",
tip: "编辑",
},
deuiaction2: {
caption: "删除",
tip: "删除",
},
},
tree_treeview: { tree_treeview: {
nodata:"", nodata:"",
nodes: { nodes: {
......
...@@ -93,6 +93,10 @@ export default { ...@@ -93,6 +93,10 @@ export default {
caption: "订单", caption: "订单",
title: "订单编辑视图", title: "订单编辑视图",
}, },
gridexpview: {
caption: "订单",
title: "订单表格导航视图",
},
odsp_d10_wfgridview: { odsp_d10_wfgridview: {
caption: "订单", caption: "订单",
title: "订单工作流表格视图(订单审批:未提交)", title: "订单工作流表格视图(订单审批:未提交)",
...@@ -698,6 +702,16 @@ export default { ...@@ -698,6 +702,16 @@ export default {
uiactions: { uiactions: {
}, },
}, },
main2_grid: {
columns: {
ibizordername: "订单名称",
ordertype: "订单类型",
ibizcustomername: "客户名称",
},
nodata:"",
uiactions: {
},
},
pie_chart: { pie_chart: {
nodata:"", nodata:"",
}, },
......
...@@ -92,6 +92,10 @@ export default { ...@@ -92,6 +92,10 @@ export default {
caption: "订单", caption: "订单",
title: "订单编辑视图", title: "订单编辑视图",
}, },
gridexpview: {
caption: "订单",
title: "订单表格导航视图",
},
odsp_d10_wfgridview: { odsp_d10_wfgridview: {
caption: "订单", caption: "订单",
title: "订单工作流表格视图(订单审批:未提交)", title: "订单工作流表格视图(订单审批:未提交)",
...@@ -697,6 +701,16 @@ export default { ...@@ -697,6 +701,16 @@ export default {
uiactions: { uiactions: {
}, },
}, },
main2_grid: {
columns: {
ibizordername: "订单名称",
ordertype: "订单类型",
ibizcustomername: "客户名称",
},
nodata:"",
uiactions: {
},
},
pie_chart: { pie_chart: {
nodata:"", nodata:"",
}, },
......
...@@ -466,6 +466,14 @@ export default { ...@@ -466,6 +466,14 @@ export default {
usr3gridviewtoolbar_toolbar: { usr3gridviewtoolbar_toolbar: {
}, },
usr2editviewtoolbar_toolbar: { usr2editviewtoolbar_toolbar: {
tbitem3: {
caption: "Save",
tip: "Save",
},
tbitem5: {
caption: "Save And Close",
tip: "Save And Close Window",
},
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
......
...@@ -465,6 +465,14 @@ export default { ...@@ -465,6 +465,14 @@ export default {
usr3gridviewtoolbar_toolbar: { usr3gridviewtoolbar_toolbar: {
}, },
usr2editviewtoolbar_toolbar: { usr2editviewtoolbar_toolbar: {
tbitem3: {
caption: "保存",
tip: "保存",
},
tbitem5: {
caption: "保存并关闭",
tip: "保存并关闭",
},
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
......
...@@ -359,6 +359,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -359,6 +359,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZOrderLineChartView", "viewname": "IBIZOrderLineChartView",
"viewtag": "41d3da0d37fb0135ace813f1ba06bd39" "viewtag": "41d3da0d37fb0135ace813f1ba06bd39"
}, },
"ibizbookdashboardview": {
"title": "图书数据看板视图",
"caption": "图书",
"viewtype": "DEPORTALVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKDashboardView",
"viewtag": "427821f1e67ee5b79dde237e66a7b9c9"
},
"ibizcustomerpickupgridview": { "ibizcustomerpickupgridview": {
"title": "客户选择表格视图", "title": "客户选择表格视图",
"caption": "客户", "caption": "客户",
...@@ -527,6 +535,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -527,6 +535,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZSample0001Usr2GridView", "viewname": "IBIZSample0001Usr2GridView",
"viewtag": "5e70ef78614b0b13a94605f7c22f4da4" "viewtag": "5e70ef78614b0b13a94605f7c22f4da4"
}, },
"ibizordergridexpview": {
"title": "订单表格导航视图",
"caption": "订单",
"viewtype": "DEGRIDEXPVIEW",
"viewmodule": "Sample",
"viewname": "IBIZOrderGridExpView",
"viewtag": "5f21463b9d808170d4023d8402cc6e9e"
},
"ibizbookeditview2": { "ibizbookeditview2": {
"title": "图书编辑视图", "title": "图书编辑视图",
"caption": "图书", "caption": "图书",
......
...@@ -23,4 +23,5 @@ ...@@ -23,4 +23,5 @@
// this is less // this is less
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
...@@ -102,6 +102,7 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -102,6 +102,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'treegridexview',srfappde:'ibizbooks',component:'ibizbooktree-grid-ex-view'}); this.allViewMap.set(':',{viewname:'treegridexview',srfappde:'ibizbooks',component:'ibizbooktree-grid-ex-view'});
this.allViewMap.set(':',{viewname:'groupbycodelistkanbanview',srfappde:'ibizbooks',component:'ibizbookgroup-by-codelist-kan-ban-view'}); this.allViewMap.set(':',{viewname:'groupbycodelistkanbanview',srfappde:'ibizbooks',component:'ibizbookgroup-by-codelist-kan-ban-view'});
this.allViewMap.set(':',{viewname:'usr2gridview',srfappde:'ibizbooks',component:'ibizbookusr2-grid-view'}); this.allViewMap.set(':',{viewname:'usr2gridview',srfappde:'ibizbooks',component:'ibizbookusr2-grid-view'});
this.allViewMap.set(':',{viewname:'dashboardview',srfappde:'ibizbooks',component:'ibizbookdashboard-view'});
this.allViewMap.set(':',{viewname:'haspanellistview',srfappde:'ibizbooks',component:'ibizbookhas-panel-list-view'}); this.allViewMap.set(':',{viewname:'haspanellistview',srfappde:'ibizbooks',component:'ibizbookhas-panel-list-view'});
this.allViewMap.set(':',{viewname:'usr2calendarview',srfappde:'ibizbooks',component:'ibizbookusr2-calendar-view'}); this.allViewMap.set(':',{viewname:'usr2calendarview',srfappde:'ibizbooks',component:'ibizbookusr2-calendar-view'});
this.allViewMap.set(':',{viewname:'valuerulesgridview',srfappde:'ibizbooks',component:'ibizbookvalue-rules-grid-view'}); this.allViewMap.set(':',{viewname:'valuerulesgridview',srfappde:'ibizbooks',component:'ibizbookvalue-rules-grid-view'});
......
...@@ -113,6 +113,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -113,6 +113,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'radarchartview',srfappde:'ibizorders',component:'ibizorder-radar-chart-view'}); this.allViewMap.set(':',{viewname:'radarchartview',srfappde:'ibizorders',component:'ibizorder-radar-chart-view'});
this.allViewMap.set(':',{viewname:'usr2chartview',srfappde:'ibizorders',component:'ibizorder-usr2-chart-view'}); this.allViewMap.set(':',{viewname:'usr2chartview',srfappde:'ibizorders',component:'ibizorder-usr2-chart-view'});
this.allViewMap.set(':',{viewname:'seditview',srfappde:'ibizorders',component:'ibizorder-sedit-view'}); this.allViewMap.set(':',{viewname:'seditview',srfappde:'ibizorders',component:'ibizorder-sedit-view'});
this.allViewMap.set(':',{viewname:'gridexpview',srfappde:'ibizorders',component:'ibizorder-grid-exp-view'});
this.allViewMap.set('WFMDATAVIEW:ODSP:D:10',{viewname:'odsp_d10_wfgridview',srfappde:'ibizorders',component:'ibizorder-odsp-d10-wfgrid-view'}); this.allViewMap.set('WFMDATAVIEW:ODSP:D:10',{viewname:'odsp_d10_wfgridview',srfappde:'ibizorders',component:'ibizorder-odsp-d10-wfgrid-view'});
this.allViewMap.set(':',{viewname:'sf7editview',srfappde:'ibizorders',component:'ibizorder-sf7-edit-view'}); this.allViewMap.set(':',{viewname:'sf7editview',srfappde:'ibizorders',component:'ibizorder-sf7-edit-view'});
this.allViewMap.set(':',{viewname:'seditview4',srfappde:'ibizorders',component:'ibizorder-sedit-view4'}); this.allViewMap.set(':',{viewname:'seditview4',srfappde:'ibizorders',component:'ibizorder-sedit-view4'});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册