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

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

上级 99b671f0
...@@ -194,6 +194,7 @@ export const PageComponents = { ...@@ -194,6 +194,7 @@ export const PageComponents = {
Vue.component('ibizorder-detail-grid-view', () => import('@pages/sample/ibizorder-detail-grid-view/ibizorder-detail-grid-view.vue')); Vue.component('ibizorder-detail-grid-view', () => import('@pages/sample/ibizorder-detail-grid-view/ibizorder-detail-grid-view.vue'));
Vue.component('ibizorder-detail-grid-view9', () => import('@pages/sample/ibizorder-detail-grid-view9/ibizorder-detail-grid-view9.vue')); Vue.component('ibizorder-detail-grid-view9', () => import('@pages/sample/ibizorder-detail-grid-view9/ibizorder-detail-grid-view9.vue'));
Vue.component('ibizorder-detail-sgrid-view9', () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue')); Vue.component('ibizorder-detail-sgrid-view9', () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue'));
Vue.component('ibizbookedit-view', () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'));
Vue.component('ibizorder-detail-sgrid-view', () => import('@pages/sample/ibizorder-detail-sgrid-view/ibizorder-detail-sgrid-view.vue')); Vue.component('ibizorder-detail-sgrid-view', () => import('@pages/sample/ibizorder-detail-sgrid-view/ibizorder-detail-sgrid-view.vue'));
Vue.component('ibizbookusr2-pickup-view', () => import('@pages/sample/ibizbookusr2-pickup-view/ibizbookusr2-pickup-view.vue')); Vue.component('ibizbookusr2-pickup-view', () => import('@pages/sample/ibizbookusr2-pickup-view/ibizbookusr2-pickup-view.vue'));
Vue.component('ibizcustomer-usr2-mpickup-view', () => import('@pages/sample/ibizcustomer-usr2-mpickup-view/ibizcustomer-usr2-mpickup-view.vue')); Vue.component('ibizcustomer-usr2-mpickup-view', () => import('@pages/sample/ibizcustomer-usr2-mpickup-view/ibizcustomer-usr2-mpickup-view.vue'));
...@@ -202,7 +203,6 @@ export const PageComponents = { ...@@ -202,7 +203,6 @@ export const PageComponents = {
Vue.component('ibizcustomer-mpickup-view', () => import('@pages/sample/ibizcustomer-mpickup-view/ibizcustomer-mpickup-view.vue')); Vue.component('ibizcustomer-mpickup-view', () => import('@pages/sample/ibizcustomer-mpickup-view/ibizcustomer-mpickup-view.vue'));
Vue.component('ibizbookusr5-edit-view', () => import('@pages/sample/ibizbookusr5-edit-view/ibizbookusr5-edit-view.vue')); Vue.component('ibizbookusr5-edit-view', () => import('@pages/sample/ibizbookusr5-edit-view/ibizbookusr5-edit-view.vue'));
Vue.component('ibizorder-f19-edit-view', () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue')); Vue.component('ibizorder-f19-edit-view', () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'));
Vue.component('ibizbookedit-view', () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'));
Vue.component('ibizhardware-sgrid-view', () => import('@pages/sample/ibizhardware-sgrid-view/ibizhardware-sgrid-view.vue')); Vue.component('ibizhardware-sgrid-view', () => import('@pages/sample/ibizhardware-sgrid-view/ibizhardware-sgrid-view.vue'));
Vue.component('ibizsoftware-suit-sgrid-view', () => import('@pages/sample/ibizsoftware-suit-sgrid-view/ibizsoftware-suit-sgrid-view.vue')); Vue.component('ibizsoftware-suit-sgrid-view', () => import('@pages/sample/ibizsoftware-suit-sgrid-view/ibizsoftware-suit-sgrid-view.vue'));
Vue.component('ibizorder-grid-view', () => import('@pages/sample/ibizorder-grid-view/ibizorder-grid-view.vue')); Vue.component('ibizorder-grid-view', () => import('@pages/sample/ibizorder-grid-view/ibizorder-grid-view.vue'));
......
...@@ -3145,6 +3145,21 @@ const router = new Router({ ...@@ -3145,6 +3145,21 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue'), component: () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue'),
}, },
{
path: 'ibizbooks/:ibizbook?/editview/:editview?',
meta: {
caption: '图书',
captionLanResTag: 'DE.LNAME.IBIZBOOK',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'editview', parameterName: 'editview' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'),
},
{ {
path: 'ibizorders/:ibizorder?/ibizorderdetails/:ibizorderdetail?/sgridview/:sgridview?', path: 'ibizorders/:ibizorder?/ibizorderdetails/:ibizorderdetail?/sgridview/:sgridview?',
meta: { meta: {
...@@ -3281,21 +3296,6 @@ const router = new Router({ ...@@ -3281,21 +3296,6 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'), component: () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'),
}, },
{
path: 'ibizbooks/:ibizbook?/editview/:editview?',
meta: {
caption: '图书',
captionLanResTag: 'DE.LNAME.IBIZBOOK',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'editview', parameterName: 'editview' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'),
},
{ {
path: 'ibizhardwares/:ibizhardware?/sgridview/:sgridview?', path: 'ibizhardwares/:ibizhardware?/sgridview/:sgridview?',
meta: { meta: {
......
...@@ -194,6 +194,7 @@ export const PageComponents = { ...@@ -194,6 +194,7 @@ export const PageComponents = {
Vue.component('ibizorder-detail-grid-view', () => import('@pages/sample/ibizorder-detail-grid-view/ibizorder-detail-grid-view.vue')); Vue.component('ibizorder-detail-grid-view', () => import('@pages/sample/ibizorder-detail-grid-view/ibizorder-detail-grid-view.vue'));
Vue.component('ibizorder-detail-grid-view9', () => import('@pages/sample/ibizorder-detail-grid-view9/ibizorder-detail-grid-view9.vue')); Vue.component('ibizorder-detail-grid-view9', () => import('@pages/sample/ibizorder-detail-grid-view9/ibizorder-detail-grid-view9.vue'));
Vue.component('ibizorder-detail-sgrid-view9', () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue')); Vue.component('ibizorder-detail-sgrid-view9', () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue'));
Vue.component('ibizbookedit-view', () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'));
Vue.component('ibizorder-detail-sgrid-view', () => import('@pages/sample/ibizorder-detail-sgrid-view/ibizorder-detail-sgrid-view.vue')); Vue.component('ibizorder-detail-sgrid-view', () => import('@pages/sample/ibizorder-detail-sgrid-view/ibizorder-detail-sgrid-view.vue'));
Vue.component('ibizbookusr2-pickup-view', () => import('@pages/sample/ibizbookusr2-pickup-view/ibizbookusr2-pickup-view.vue')); Vue.component('ibizbookusr2-pickup-view', () => import('@pages/sample/ibizbookusr2-pickup-view/ibizbookusr2-pickup-view.vue'));
Vue.component('ibizcustomer-usr2-mpickup-view', () => import('@pages/sample/ibizcustomer-usr2-mpickup-view/ibizcustomer-usr2-mpickup-view.vue')); Vue.component('ibizcustomer-usr2-mpickup-view', () => import('@pages/sample/ibizcustomer-usr2-mpickup-view/ibizcustomer-usr2-mpickup-view.vue'));
...@@ -202,7 +203,6 @@ export const PageComponents = { ...@@ -202,7 +203,6 @@ export const PageComponents = {
Vue.component('ibizcustomer-mpickup-view', () => import('@pages/sample/ibizcustomer-mpickup-view/ibizcustomer-mpickup-view.vue')); Vue.component('ibizcustomer-mpickup-view', () => import('@pages/sample/ibizcustomer-mpickup-view/ibizcustomer-mpickup-view.vue'));
Vue.component('ibizbookusr5-edit-view', () => import('@pages/sample/ibizbookusr5-edit-view/ibizbookusr5-edit-view.vue')); Vue.component('ibizbookusr5-edit-view', () => import('@pages/sample/ibizbookusr5-edit-view/ibizbookusr5-edit-view.vue'));
Vue.component('ibizorder-f19-edit-view', () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue')); Vue.component('ibizorder-f19-edit-view', () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'));
Vue.component('ibizbookedit-view', () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'));
Vue.component('ibizhardware-sgrid-view', () => import('@pages/sample/ibizhardware-sgrid-view/ibizhardware-sgrid-view.vue')); Vue.component('ibizhardware-sgrid-view', () => import('@pages/sample/ibizhardware-sgrid-view/ibizhardware-sgrid-view.vue'));
Vue.component('ibizsoftware-suit-sgrid-view', () => import('@pages/sample/ibizsoftware-suit-sgrid-view/ibizsoftware-suit-sgrid-view.vue')); Vue.component('ibizsoftware-suit-sgrid-view', () => import('@pages/sample/ibizsoftware-suit-sgrid-view/ibizsoftware-suit-sgrid-view.vue'));
Vue.component('ibizorder-grid-view', () => import('@pages/sample/ibizorder-grid-view/ibizorder-grid-view.vue')); Vue.component('ibizorder-grid-view', () => import('@pages/sample/ibizorder-grid-view/ibizorder-grid-view.vue'));
......
...@@ -3144,6 +3144,21 @@ const router = new Router({ ...@@ -3144,6 +3144,21 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue'), component: () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue'),
}, },
{
path: 'ibizbooks/:ibizbook?/editview/:editview?',
meta: {
caption: '图书',
captionLanResTag: 'DE.LNAME.IBIZBOOK',
info:'',
parameters: [
{ pathName: 'appindexview', parameterName: 'appindexview' },
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'editview', parameterName: 'editview' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'),
},
{ {
path: 'ibizorders/:ibizorder?/ibizorderdetails/:ibizorderdetail?/sgridview/:sgridview?', path: 'ibizorders/:ibizorder?/ibizorderdetails/:ibizorderdetail?/sgridview/:sgridview?',
meta: { meta: {
...@@ -3280,21 +3295,6 @@ const router = new Router({ ...@@ -3280,21 +3295,6 @@ const router = new Router({
}, },
component: () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'), component: () => import('@pages/sample/ibizorder-f19-edit-view/ibizorder-f19-edit-view.vue'),
}, },
{
path: 'ibizbooks/:ibizbook?/editview/:editview?',
meta: {
caption: '图书',
captionLanResTag: 'DE.LNAME.IBIZBOOK',
info:'',
parameters: [
{ pathName: 'appindexview', parameterName: 'appindexview' },
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'editview', parameterName: 'editview' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookedit-view/ibizbookedit-view.vue'),
},
{ {
path: 'ibizhardwares/:ibizhardware?/sgridview/:sgridview?', path: 'ibizhardwares/:ibizhardware?/sgridview/:sgridview?',
meta: { meta: {
......
...@@ -1412,6 +1412,7 @@ export const viewstate: any = { ...@@ -1412,6 +1412,7 @@ export const viewstate: any = {
viewaction: '', viewaction: '',
viewdatachange: false, viewdatachange: false,
refviews: [ refviews: [
'58e37ccddda10feedac7c809d5cee02a',
'aa59a7578f3da5d69d6e28ab021d867c', 'aa59a7578f3da5d69d6e28ab021d867c',
'7f46cd67bcfbeac794fcc5c91d8bcceb', '7f46cd67bcfbeac794fcc5c91d8bcceb',
], ],
...@@ -1678,6 +1679,7 @@ export const viewstate: any = { ...@@ -1678,6 +1679,7 @@ export const viewstate: any = {
viewaction: '', viewaction: '',
viewdatachange: false, viewdatachange: false,
refviews: [ refviews: [
'58e37ccddda10feedac7c809d5cee02a',
'aa59a7578f3da5d69d6e28ab021d867c', 'aa59a7578f3da5d69d6e28ab021d867c',
'7f46cd67bcfbeac794fcc5c91d8bcceb', '7f46cd67bcfbeac794fcc5c91d8bcceb',
], ],
......
...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -11,7 +11,7 @@ export default class Usr2Model { ...@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合 * 获取数据项集合
* *
* @returns {any[]} * @returns {any[]}
* @memberof Usr2DataViewMode * @memberof Usr2Dataviewexpbar_dataviewMode
*/ */
public getDataItems(): any[] { public getDataItems(): any[] {
return [ return [
...@@ -40,17 +40,6 @@ export default class Usr2Model { ...@@ -40,17 +40,6 @@ export default class Usr2Model {
dataType: 'FONTKEY', dataType: 'FONTKEY',
}, },
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
name:'size', name:'size',
......
...@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1742,7 +1742,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface { ...@@ -1742,7 +1742,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerUsr3EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZCustomerMediaTestEditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -382,7 +382,7 @@ export default class CalendarExpView_layoutcalendarexpbarBase extends Vue implem ...@@ -382,7 +382,7 @@ export default class CalendarExpView_layoutcalendarexpbarBase extends Vue implem
* @memberof CalendarExpView_layoutcalendarexpbarBase * @memberof CalendarExpView_layoutcalendarexpbarBase
*/ */
public navViewName: any = { public navViewName: any = {
book: "", book: "ibizbookedit-view",
item1: "ibizorder-detail-sgrid-view9" item1: "ibizorder-detail-sgrid-view9"
}; };
...@@ -394,8 +394,8 @@ export default class CalendarExpView_layoutcalendarexpbarBase extends Vue implem ...@@ -394,8 +394,8 @@ export default class CalendarExpView_layoutcalendarexpbarBase extends Vue implem
*/ */
public navParam: any = { public navParam: any = {
book: { book: {
navigateContext:null, navigateContext:{CTXPARAM2:"%ibizbookname%",CTXPARAM1:"xxx2"},
navigateParams:null navigateParams:{param2:"%ibizbookname%",param1:"param3"}
}, },
item1: { item1: {
navigateContext:null, navigateContext:null,
......
...@@ -382,7 +382,7 @@ export default class CalendarExpViewcalendarexpbarBase extends Vue implements Co ...@@ -382,7 +382,7 @@ export default class CalendarExpViewcalendarexpbarBase extends Vue implements Co
* @memberof CalendarExpViewcalendarexpbarBase * @memberof CalendarExpViewcalendarexpbarBase
*/ */
public navViewName: any = { public navViewName: any = {
book: "", book: "ibizbookedit-view",
item1: "ibizorder-detail-sgrid-view9" item1: "ibizorder-detail-sgrid-view9"
}; };
...@@ -394,8 +394,8 @@ export default class CalendarExpViewcalendarexpbarBase extends Vue implements Co ...@@ -394,8 +394,8 @@ export default class CalendarExpViewcalendarexpbarBase extends Vue implements Co
*/ */
public navParam: any = { public navParam: any = {
book: { book: {
navigateContext:null, navigateContext:{CTXPARAM2:"%ibizbookname%",CTXPARAM1:"xxx2"},
navigateParams:null navigateParams:{param2:"%ibizbookname%",param1:"param3"}
}, },
item1: { item1: {
navigateContext:null, navigateContext:null,
......
...@@ -413,7 +413,7 @@ export default class ListExpView_layoutlistexpbarBase extends Vue implements Con ...@@ -413,7 +413,7 @@ export default class ListExpView_layoutlistexpbarBase extends Vue implements Con
* @type {string} * @type {string}
* @memberof ListExpView_layoutlistexpbarBase * @memberof ListExpView_layoutlistexpbarBase
*/ */
public navFilter: string = ""; public navFilter: string = "ibizordername";
/** /**
* 导航关系 * 导航关系
...@@ -429,7 +429,7 @@ export default class ListExpView_layoutlistexpbarBase extends Vue implements Con ...@@ -429,7 +429,7 @@ export default class ListExpView_layoutlistexpbarBase extends Vue implements Con
* @type {*} * @type {*}
* @memberof ListExpView_layoutlistexpbarBase * @memberof ListExpView_layoutlistexpbarBase
*/ */
public navigateContext:any = null; public navigateContext:any = {CTXPARAM2:"%orderstate%",CTXPARAM1:"xxx2"};
/** /**
* 导航视图参数 * 导航视图参数
...@@ -437,7 +437,7 @@ export default class ListExpView_layoutlistexpbarBase extends Vue implements Con ...@@ -437,7 +437,7 @@ export default class ListExpView_layoutlistexpbarBase extends Vue implements Con
* @type {*} * @type {*}
* @memberof ListExpView_layoutlistexpbarBase * @memberof ListExpView_layoutlistexpbarBase
*/ */
public navigateParams:any = null; public navigateParams:any = {param2:"%ibizordername%",param1:"param3"};
/** /**
* 显示处理提示 * 显示处理提示
......
...@@ -413,7 +413,7 @@ export default class ListExpViewlistexpbarBase extends Vue implements ControlInt ...@@ -413,7 +413,7 @@ export default class ListExpViewlistexpbarBase extends Vue implements ControlInt
* @type {string} * @type {string}
* @memberof ListExpViewlistexpbarBase * @memberof ListExpViewlistexpbarBase
*/ */
public navFilter: string = ""; public navFilter: string = "ibizordername";
/** /**
* 导航关系 * 导航关系
...@@ -429,7 +429,7 @@ export default class ListExpViewlistexpbarBase extends Vue implements ControlInt ...@@ -429,7 +429,7 @@ export default class ListExpViewlistexpbarBase extends Vue implements ControlInt
* @type {*} * @type {*}
* @memberof ListExpViewlistexpbarBase * @memberof ListExpViewlistexpbarBase
*/ */
public navigateContext:any = null; public navigateContext:any = {CTXPARAM2:"%orderstate%",CTXPARAM1:"xxx2"};
/** /**
* 导航视图参数 * 导航视图参数
...@@ -437,7 +437,7 @@ export default class ListExpViewlistexpbarBase extends Vue implements ControlInt ...@@ -437,7 +437,7 @@ export default class ListExpViewlistexpbarBase extends Vue implements ControlInt
* @type {*} * @type {*}
* @memberof ListExpViewlistexpbarBase * @memberof ListExpViewlistexpbarBase
*/ */
public navigateParams:any = null; public navigateParams:any = {param2:"%ibizordername%",param1:"param3"};
/** /**
* 显示处理提示 * 显示处理提示
......
...@@ -665,6 +665,17 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI ...@@ -665,6 +665,17 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI
public getEditView(deName: string) { public getEditView(deName: string) {
let view: any = {}; let view: any = {};
switch(deName){ switch(deName){
case "ibizbook":
view = {
viewname: 'ibizbookedit-view',
height: 0,
width: 0,
title: this.$t('PAGE.TITLE.IBIZBOOK.EDITVIEW'),
placement: '',
deResParameters: [],
parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' } ],
};
break;
case "ibizorderdetail": case "ibizorderdetail":
view = { view = {
viewname: 'ibizorder-detail-sgrid-view9', viewname: 'ibizorder-detail-sgrid-view9',
......
...@@ -344,6 +344,8 @@ export default class TreeExpService extends ControlService { ...@@ -344,6 +344,8 @@ export default class TreeExpService extends ControlService {
Object.assign(treeNode, { expanded: filter.isautoexpand }); Object.assign(treeNode, { expanded: filter.isautoexpand });
Object.assign(treeNode, { leaf: true }); Object.assign(treeNode, { leaf: true });
Object.assign(treeNode, { curData: entity }); Object.assign(treeNode, { curData: entity });
Object.assign(treeNode, {navigateContext: {CTXPARAM2:"%orderstate%",CTXPARAM1:"xxx2"} });
Object.assign(treeNode, {navigateParams: {param2:"%ibizordername%",param1:"param3"} });
Object.assign(treeNode, { nodeid: treeNode.srfkey }); Object.assign(treeNode, { nodeid: treeNode.srfkey });
Object.assign(treeNode, { nodeid2: filter.strRealNodeId }); Object.assign(treeNode, { nodeid2: filter.strRealNodeId });
Object.assign(treeNode, { nodeType: "DE",appEntityName:"ibizorder" }); Object.assign(treeNode, { nodeType: "DE",appEntityName:"ibizorder" });
...@@ -642,6 +644,8 @@ export default class TreeExpService extends ControlService { ...@@ -642,6 +644,8 @@ export default class TreeExpService extends ControlService {
Object.assign(treeNode, { expanded: filter.isAutoexpand }); Object.assign(treeNode, { expanded: filter.isAutoexpand });
Object.assign(treeNode, { leaf: false }); Object.assign(treeNode, { leaf: false });
Object.assign(treeNode, {navigateContext: {CTXPARAM2:"%orderstate%",CTXPARAM1:"xxx2"} });
Object.assign(treeNode, {navigateParams: {param2:"%ibizordername%",param1:"param3"} });
Object.assign(treeNode, { nodeid: treeNode.srfkey }); Object.assign(treeNode, { nodeid: treeNode.srfkey });
Object.assign(treeNode, { nodeid2: filter.strRealNodeId }); Object.assign(treeNode, { nodeid2: filter.strRealNodeId });
Object.assign(treeNode, { nodeType: "STATIC" }); Object.assign(treeNode, { nodeType: "STATIC" });
......
...@@ -12,6 +12,30 @@ ...@@ -12,6 +12,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -47,30 +71,6 @@ ...@@ -47,30 +71,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -20,18 +20,6 @@ ...@@ -20,18 +20,6 @@
} }
} ], } ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述", "caption" : "图书描述",
"codeName" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -55,6 +43,18 @@ ...@@ -55,6 +43,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -42,6 +42,11 @@ ...@@ -42,6 +42,11 @@
"itemType" : "book", "itemType" : "book",
"maxSize" : -1, "maxSize" : -1,
"name" : "图书", "name" : "图书",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchDefault"
...@@ -50,6 +55,28 @@ ...@@ -50,6 +55,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "ibizbookname",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizbookname",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "IBIZBOOKNAME", "name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "ListExp", "logicName" : "ListExp",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdelists/ListExp", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdelists/ListExp",
"navFilter" : "ibizordername",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json",
...@@ -163,6 +164,28 @@ ...@@ -163,6 +164,28 @@
"dataType" : 25, "dataType" : 25,
"name" : "srfmstag" "name" : "srfmstag"
} ], } ],
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"pagingSize" : 1000, "pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderListExpView_layout/psappviewctrls/listexpbar_list", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderListExpView_layout/psappviewctrls/listexpbar_list",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
......
...@@ -210,6 +210,28 @@ ...@@ -210,6 +210,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "IBIZORDERNAME", "name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName" "codeName" : "IBIZOrderName"
...@@ -314,6 +336,28 @@ ...@@ -314,6 +336,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"text" : "订单状态", "text" : "订单状态",
"treeNodeType" : "STATIC", "treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true, "hasPSDETreeNodeRSs" : true,
......
...@@ -42,6 +42,30 @@ ...@@ -42,6 +42,30 @@
"id" : "GANTT" "id" : "GANTT"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -77,30 +101,6 @@ ...@@ -77,30 +101,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -88,18 +88,6 @@ ...@@ -88,18 +88,6 @@
"id" : "TREEGRIDEX" "id" : "TREEGRIDEX"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述", "caption" : "图书描述",
"codeName" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -123,6 +111,18 @@ ...@@ -123,6 +111,18 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -143,6 +143,19 @@ ...@@ -143,6 +143,19 @@
"getPSViewCtrlName" : "calendarexpbar_toolbar" "getPSViewCtrlName" : "calendarexpbar_toolbar"
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EXPITEM:book",
"realTitle" : "图书编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZBOOK.EDITVIEW",
"mOSFilePath" : "pslanguageres/Auto1395",
"rTMOSFilePath" : "pslanguageres/Auto1395"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EXPITEM:item1", "name" : "EXPITEM:item1",
"parentDataJO" : { "parentDataJO" : {
"srfparentdefname" : "IBIZORDERID", "srfparentdefname" : "IBIZORDERID",
...@@ -242,6 +255,11 @@ ...@@ -242,6 +255,11 @@
"itemType" : "book", "itemType" : "book",
"maxSize" : -1, "maxSize" : -1,
"name" : "图书", "name" : "图书",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchDefault"
...@@ -250,6 +268,28 @@ ...@@ -250,6 +268,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "ibizbookname",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizbookname",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "IBIZBOOKNAME", "name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
......
...@@ -143,6 +143,19 @@ ...@@ -143,6 +143,19 @@
"getPSViewCtrlName" : "calendarexpbar_toolbar" "getPSViewCtrlName" : "calendarexpbar_toolbar"
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EXPITEM:book",
"realTitle" : "图书编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.IBIZBOOK.EDITVIEW",
"mOSFilePath" : "pslanguageres/Auto1395",
"rTMOSFilePath" : "pslanguageres/Auto1395"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EXPITEM:item1", "name" : "EXPITEM:item1",
"parentDataJO" : { "parentDataJO" : {
"srfparentdefname" : "IBIZORDERID", "srfparentdefname" : "IBIZORDERID",
...@@ -242,6 +255,11 @@ ...@@ -242,6 +255,11 @@
"itemType" : "book", "itemType" : "book",
"maxSize" : -1, "maxSize" : -1,
"name" : "图书", "name" : "图书",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : { "getPSAppDEDataSet" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchDefault"
...@@ -250,6 +268,28 @@ ...@@ -250,6 +268,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "ibizbookname",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizbookname",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "IBIZBOOKNAME", "name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EXPITEM:DEFAULT", "name" : "EXPITEM:DEFAULT",
"parentDataJO" : { "parentDataJO" : {
"srfparentdefname" : "IBIZORDERID", "srfparentdefname" : "ibizordername",
"srfparentdename" : "IBIZORDER", "srfparentdename" : "IBIZORDER",
"srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID" "srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
}, },
...@@ -210,6 +210,7 @@ ...@@ -210,6 +210,7 @@
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "ListExp", "logicName" : "ListExp",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdelists/ListExp", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdelists/ListExp",
"navFilter" : "ibizordername",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json",
...@@ -429,6 +430,28 @@ ...@@ -429,6 +430,28 @@
"dataType" : 25, "dataType" : 25,
"name" : "srfmstag" "name" : "srfmstag"
} ], } ],
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"pagingSize" : 1000, "pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderListExpView/psappviewctrls/listexpbar_list", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderListExpView/psappviewctrls/listexpbar_list",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EXPITEM:DEFAULT", "name" : "EXPITEM:DEFAULT",
"parentDataJO" : { "parentDataJO" : {
"srfparentdefname" : "IBIZORDERID", "srfparentdefname" : "ibizordername",
"srfparentdename" : "IBIZORDER", "srfparentdename" : "IBIZORDER",
"srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID" "srfparentmode" : "DER1N_IBIZORDERDETAIL_IBIZORDER_IBIZORDERID"
}, },
...@@ -210,6 +210,7 @@ ...@@ -210,6 +210,7 @@
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ], "hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "ListExp", "logicName" : "ListExp",
"mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdelists/ListExp", "mOSFilePath" : "psmodules/Sample/psdataentities/IBIZORDER/psdelists/ListExp",
"navFilter" : "ibizordername",
"getNavPSAppView" : { "getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderDetailGridView9.json",
...@@ -429,6 +430,28 @@ ...@@ -429,6 +430,28 @@
"dataType" : 25, "dataType" : 25,
"name" : "srfmstag" "name" : "srfmstag"
} ], } ],
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"pagingSize" : 1000, "pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderListExpView_layout/psappviewctrls/listexpbar_list", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/IBIZOrderListExpView_layout/psappviewctrls/listexpbar_list",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
......
...@@ -409,6 +409,28 @@ ...@@ -409,6 +409,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "IBIZORDERNAME", "name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName" "codeName" : "IBIZOrderName"
...@@ -513,6 +535,28 @@ ...@@ -513,6 +535,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"text" : "订单状态", "text" : "订单状态",
"treeNodeType" : "STATIC", "treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true, "hasPSDETreeNodeRSs" : true,
......
...@@ -498,6 +498,28 @@ ...@@ -498,6 +498,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "IBIZORDERNAME", "name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName" "codeName" : "IBIZOrderName"
...@@ -602,6 +624,28 @@ ...@@ -602,6 +624,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"text" : "订单状态", "text" : "订单状态",
"treeNodeType" : "STATIC", "treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true, "hasPSDETreeNodeRSs" : true,
......
...@@ -498,6 +498,28 @@ ...@@ -498,6 +498,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
"name" : "IBIZORDERNAME", "name" : "IBIZORDERNAME",
"codeName" : "IBIZOrderName" "codeName" : "IBIZOrderName"
...@@ -602,6 +624,28 @@ ...@@ -602,6 +624,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}, },
"getPSNavigateContexts" : [ {
"key" : "CTXPARAM2",
"name" : "CTXPARAM2",
"value" : "orderstate",
"rawValue" : false
}, {
"key" : "CTXPARAM1",
"name" : "CTXPARAM1",
"value" : "xxx2",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "param2",
"name" : "param2",
"value" : "ibizordername",
"rawValue" : false
}, {
"key" : "param1",
"name" : "param1",
"value" : "param3",
"rawValue" : true
} ],
"text" : "订单状态", "text" : "订单状态",
"treeNodeType" : "STATIC", "treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true, "hasPSDETreeNodeRSs" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册