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

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

上级 4f014a48
......@@ -383,6 +383,14 @@
"viewname": "IBIZSample0017EditView",
"viewtag": "4f314340a9325fb84709f24d317afb20"
},
"ibizorderusr2chartview": {
"title": "订单图表视图",
"caption": "订单",
"viewtype": "DECHARTVIEW",
"viewmodule": "Sample",
"viewname": "IBIZOrderUsr2ChartView",
"viewtag": "502736ae9280400d7b8f74f057d363ab"
},
"ibizsoftwaresuitgridview9": {
"title": "软件表格视图",
"caption": "软件",
......
......@@ -81,6 +81,10 @@ export default {
caption: "订单",
title: "订单图表视图",
},
usr2chartview: {
caption: "订单",
title: "订单图表视图",
},
seditview: {
caption: "订单",
title: "订单编辑视图",
......@@ -693,6 +697,9 @@ export default {
bar_chart: {
nodata:"",
},
chart_chart: {
nodata:"",
},
default_searchform: {
details: {
formpage1: "",
......
......@@ -80,6 +80,10 @@ export default {
caption: "订单",
title: "订单图表视图",
},
usr2chartview: {
caption: "订单",
title: "订单图表视图",
},
seditview: {
caption: "订单",
title: "订单编辑视图",
......@@ -692,6 +696,9 @@ export default {
bar_chart: {
nodata:"",
},
chart_chart: {
nodata:"",
},
default_searchform: {
details: {
formpage1: "",
......
......@@ -391,6 +391,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZSample0017EditView",
"viewtag": "4f314340a9325fb84709f24d317afb20"
},
"ibizorderusr2chartview": {
"title": "订单图表视图",
"caption": "订单",
"viewtype": "DECHARTVIEW",
"viewmodule": "Sample",
"viewname": "IBIZOrderUsr2ChartView",
"viewtag": "502736ae9280400d7b8f74f057d363ab"
},
"ibizsoftwaresuitgridview9": {
"title": "软件表格视图",
"caption": "软件",
......
......@@ -110,6 +110,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'sf1gridview',srfappde:'ibizorders',component:'ibizorder-sf1-grid-view'});
this.allViewMap.set(':',{viewname:'linechartview',srfappde:'ibizorders',component:'ibizorder-line-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:'seditview',srfappde:'ibizorders',component:'ibizorder-sedit-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'});
......
......@@ -52,6 +52,26 @@ export default class UsrModel {
name: 'id',
prop: 'ibizbookid'
},
{
name: 'press',
prop: 'press'
},
{
name: 'ibizbookname',
prop: 'ibizbookname'
},
{
name: 'returntime',
prop: 'returntime'
},
{
name: 'author',
prop: 'author'
},
{
name: 'lendouttime',
prop: 'lendouttime'
},
];
break;
}
......
......@@ -100,6 +100,26 @@ export default class UsrService extends ControlService {
ROOT: {
},
IBIZBOOKMANAGELOG: {
press: {
prop: 'press',
default: null
},
ibizbookname: {
prop: 'ibizbookname',
default: null
},
returntime: {
prop: 'returntime',
default: null
},
author: {
prop: 'author',
default: null
},
lendouttime: {
prop: 'lendouttime',
default: null
},
},
IBIZBOOKMANAGE: {
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册