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

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

上级 f774f04a
...@@ -719,6 +719,14 @@ ...@@ -719,6 +719,14 @@
"viewname": "IBIZOrderSF7EditView", "viewname": "IBIZOrderSF7EditView",
"viewtag": "6b3607e849c8517fd7ae1cab583f7393" "viewtag": "6b3607e849c8517fd7ae1cab583f7393"
}, },
"ibizbookuiactiongridview": {
"title": "图书表格视图(界面行为)",
"caption": "图书",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKUiActionGridView",
"viewtag": "6e88651a11e5ea2de4f397a904f7847a"
},
"ibizbookusr5gridview": { "ibizbookusr5gridview": {
"title": "表格远程聚合", "title": "表格远程聚合",
"caption": "表格远程聚合", "caption": "表格远程聚合",
......
...@@ -104,6 +104,10 @@ export default { ...@@ -104,6 +104,10 @@ export default {
caption: "图书", caption: "图书",
title: "图书树视图(树表格)", title: "图书树视图(树表格)",
}, },
uiactiongridview: {
caption: "图书",
title: "图书表格视图(界面行为)",
},
usr5gridview: { usr5gridview: {
caption: "表格远程聚合", caption: "表格远程聚合",
title: "表格远程聚合", title: "表格远程聚合",
...@@ -536,6 +540,21 @@ export default { ...@@ -536,6 +540,21 @@ export default {
uiactions: { uiactions: {
}, },
}, },
uiactiongrid_grid: {
columns: {
ibizbookname: "图书名称",
author: "图书作者",
type: "图书类型",
press: "图书出版社",
price: "图书价格",
uagridcolumn1: "操作",
},
nodata:"",
uiactions: {
edit: "Edit",
remove: "Remove",
},
},
gridexpbar_grid_grid: { gridexpbar_grid_grid: {
columns: { columns: {
}, },
...@@ -1538,6 +1557,8 @@ export default { ...@@ -1538,6 +1557,8 @@ export default {
}, },
haspanellistviewtoolbar_toolbar: { haspanellistviewtoolbar_toolbar: {
}, },
uiactiongridviewtoolbar_toolbar: {
},
tree_treeview: { tree_treeview: {
nodata:"", nodata:"",
nodes: { nodes: {
......
...@@ -103,6 +103,10 @@ export default { ...@@ -103,6 +103,10 @@ export default {
caption: "图书", caption: "图书",
title: "图书树视图(树表格)", title: "图书树视图(树表格)",
}, },
uiactiongridview: {
caption: "图书",
title: "图书表格视图(界面行为)",
},
usr5gridview: { usr5gridview: {
caption: "表格远程聚合", caption: "表格远程聚合",
title: "表格远程聚合", title: "表格远程聚合",
...@@ -535,6 +539,21 @@ export default { ...@@ -535,6 +539,21 @@ export default {
uiactions: { uiactions: {
}, },
}, },
uiactiongrid_grid: {
columns: {
ibizbookname: "图书名称",
author: "图书作者",
type: "图书类型",
press: "图书出版社",
price: "图书价格",
uagridcolumn1: "操作",
},
nodata:"",
uiactions: {
edit: "编辑",
remove: "删除",
},
},
gridexpbar_grid_grid: { gridexpbar_grid_grid: {
columns: { columns: {
}, },
...@@ -1537,6 +1556,8 @@ export default { ...@@ -1537,6 +1556,8 @@ export default {
}, },
haspanellistviewtoolbar_toolbar: { haspanellistviewtoolbar_toolbar: {
}, },
uiactiongridviewtoolbar_toolbar: {
},
tree_treeview: { tree_treeview: {
nodata:"", nodata:"",
nodes: { nodes: {
......
...@@ -727,6 +727,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -727,6 +727,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZOrderSF7EditView", "viewname": "IBIZOrderSF7EditView",
"viewtag": "6b3607e849c8517fd7ae1cab583f7393" "viewtag": "6b3607e849c8517fd7ae1cab583f7393"
}, },
"ibizbookuiactiongridview": {
"title": "图书表格视图(界面行为)",
"caption": "图书",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKUiActionGridView",
"viewtag": "6e88651a11e5ea2de4f397a904f7847a"
},
"ibizbookusr5gridview": { "ibizbookusr5gridview": {
"title": "表格远程聚合", "title": "表格远程聚合",
"caption": "表格远程聚合", "caption": "表格远程聚合",
......
...@@ -114,6 +114,7 @@ export default class IBIZBOOKUIServiceBase extends UIService { ...@@ -114,6 +114,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'meditview9',srfappde:'ibizbooks',component:'ibizbookmedit-view9'}); this.allViewMap.set(':',{viewname:'meditview9',srfappde:'ibizbooks',component:'ibizbookmedit-view9'});
this.allViewMap.set(':',{viewname:'editview2',srfappde:'ibizbooks',component:'ibizbookedit-view2'}); this.allViewMap.set(':',{viewname:'editview2',srfappde:'ibizbooks',component:'ibizbookedit-view2'});
this.allViewMap.set(':',{viewname:'interfunctreeview',srfappde:'ibizbooks',component:'ibizbookinter-func-tree-view'}); this.allViewMap.set(':',{viewname:'interfunctreeview',srfappde:'ibizbooks',component:'ibizbookinter-func-tree-view'});
this.allViewMap.set(':',{viewname:'uiactiongridview',srfappde:'ibizbooks',component:'ibizbookui-action-grid-view'});
this.allViewMap.set(':',{viewname:'usr5gridview',srfappde:'ibizbooks',component:'ibizbookusr5-grid-view'}); this.allViewMap.set(':',{viewname:'usr5gridview',srfappde:'ibizbooks',component:'ibizbookusr5-grid-view'});
this.allViewMap.set(':',{viewname:'usr3calendarview',srfappde:'ibizbooks',component:'ibizbookusr3-calendar-view'}); this.allViewMap.set(':',{viewname:'usr3calendarview',srfappde:'ibizbooks',component:'ibizbookusr3-calendar-view'});
this.allViewMap.set(':',{viewname:'usr2listview',srfappde:'ibizbooks',component:'ibizbookusr2-list-view'}); this.allViewMap.set(':',{viewname:'usr2listview',srfappde:'ibizbooks',component:'ibizbookusr2-list-view'});
......
...@@ -238,42 +238,42 @@ export default class UsrBase extends Vue implements ControlInterface { ...@@ -238,42 +238,42 @@ export default class UsrBase extends Vue implements ControlInterface {
labelField: 'text', labelField: 'text',
columns: [ columns: [
{ {
label: '图书名称', label: '借出日期',
value: 'ibizbookname', value: 'lendouttime',
render: (task: any) => { render: (task: any) => {
return this.getColumnValue(task, 'ibizbookname') return this.getColumnValue(task, 'lendouttime')
}, },
width: 200, width: 200,
}, },
{ {
label: '出版社', label: '归还日期',
value: 'press', value: 'returntime',
render: (task: any) => { render: (task: any) => {
return this.getColumnValue(task, 'press') return this.getColumnValue(task, 'returntime')
}, },
width: 200, width: 200,
}, },
{ {
label: '作者', label: '图书名称',
value: 'author', value: 'ibizbookname',
render: (task: any) => { render: (task: any) => {
return this.getColumnValue(task, 'author') return this.getColumnValue(task, 'ibizbookname')
}, },
width: 200, width: 200,
}, },
{ {
label: '借出日期', label: '出版社',
value: 'lendouttime', value: 'press',
render: (task: any) => { render: (task: any) => {
return this.getColumnValue(task, 'lendouttime') return this.getColumnValue(task, 'press')
}, },
width: 200, width: 200,
}, },
{ {
label: '归还日期', label: '作者',
value: 'returntime', value: 'author',
render: (task: any) => { render: (task: any) => {
return this.getColumnValue(task, 'returntime') return this.getColumnValue(task, 'author')
}, },
width: 200, width: 200,
}, },
......
...@@ -475,10 +475,8 @@ export default class OrderTreeGridBase extends Vue implements ControlInterface { ...@@ -475,10 +475,8 @@ export default class OrderTreeGridBase extends Vue implements ControlInterface {
return; return;
} }
if(Object.is(this.selections[0].id.split(';')[0], 'orderData')) { if(Object.is(this.selections[0].id.split(';')[0], 'orderData')) {
this.orderData_opendata(args);
} }
if(Object.is(this.selections[0].id.split(';')[0], 'orderDetailData')) { if(Object.is(this.selections[0].id.split(';')[0], 'orderDetailData')) {
this.orderDetailData_opendata(args);
} }
if(Object.is(this.selections[0].id.split(';')[0], 'ROOT')) { if(Object.is(this.selections[0].id.split(';')[0], 'ROOT')) {
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册