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

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

上级 a2e69669
...@@ -1407,7 +1407,7 @@ export default class IBIZBOOKUsr6GridView_layoutBase extends Vue { ...@@ -1407,7 +1407,7 @@ export default class IBIZBOOKUsr6GridView_layoutBase extends Vue {
viewname: 'ibizbookoption-view-layout', viewname: 'ibizbookoption-view-layout',
height: 800, height: 800,
width: 1000, width: 1000,
title: this.$t('PAGE.TITLE.IBIZBOOK.OPTIONVIEW'), title: this.$t('PAGE.TITLE.IBIZBOOK.OPTIONVIEW', '实体选项操作视图'),
}; };
openPopupModal(view, data); openPopupModal(view, data);
} }
......
...@@ -1407,7 +1407,7 @@ export default class IBIZBOOKUsr6GridViewBase extends Vue { ...@@ -1407,7 +1407,7 @@ export default class IBIZBOOKUsr6GridViewBase extends Vue {
viewname: 'ibizbookoption-view', viewname: 'ibizbookoption-view',
height: 800, height: 800,
width: 1000, width: 1000,
title: this.$t('PAGE.TITLE.IBIZBOOK.OPTIONVIEW'), title: this.$t('PAGE.TITLE.IBIZBOOK.OPTIONVIEW', '实体选项操作视图'),
}; };
openPopupModal(view, data); openPopupModal(view, data);
} }
......
...@@ -3110,7 +3110,7 @@ export default class MainMenuBase extends Vue implements ControlInterface { ...@@ -3110,7 +3110,7 @@ export default class MainMenuBase extends Vue implements ControlInterface {
]; ];
const view: any = { const view: any = {
viewname: 'ibizuniproduct-sgrid-view', viewname: 'ibizuniproduct-sgrid-view',
title: (this.$t('PAGE.TITLE.IBIZUNIPRODUCT.GRIDVIEW') as any), title: (this.$t('PAGE.TITLE.IBIZUNIPRODUCT.GRIDVIEW', '索引选择视图') as any),
height: 0, height: 0,
width: 0, width: 0,
placement: 'DRAWER_RIGHT' placement: 'DRAWER_RIGHT'
......
...@@ -639,7 +639,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -639,7 +639,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: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -675,7 +675,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -675,7 +675,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: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -744,7 +744,7 @@ export default class BookCalendarMajorStateBase extends Vue implements ControlIn ...@@ -744,7 +744,7 @@ export default class BookCalendarMajorStateBase extends Vue implements ControlIn
viewname: 'ibizbookusr3-edit-view', viewname: 'ibizbookusr3-edit-view',
height: 0, height: 0,
width: 0, width: 0,
title: this.$t('PAGE.TITLE.IBIZBOOK.USR3EDITVIEW'), title: this.$t('PAGE.TITLE.IBIZBOOK.USR3EDITVIEW', '图书编辑视图'),
placement: '', placement: '',
deResParameters: [], deResParameters: [],
parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'usr3editview', parameterName: 'usr3editview' } ], parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'usr3editview', parameterName: 'usr3editview' } ],
......
...@@ -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: 'IBIZBOOKGroupByCodelistListView' + (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: 'IBIZBOOKGroupByCodelistListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -917,7 +917,7 @@ export default class IBIZBOOKMONTHBase extends Vue implements ControlInterface { ...@@ -917,7 +917,7 @@ export default class IBIZBOOKMONTHBase extends Vue implements ControlInterface {
viewname: 'ibizbookedit-view', viewname: 'ibizbookedit-view',
height: 0, height: 0,
width: 0, width: 0,
title: this.$t('PAGE.TITLE.IBIZBOOK.EDITVIEW'), title: this.$t('PAGE.TITLE.IBIZBOOK.EDITVIEW', '图书编辑视图'),
placement: '', placement: '',
deResParameters: [], deResParameters: [],
parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' } ], parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' } ],
......
<template> <template>
<i-form :model="this.data" class='app-search-form' ref='searchform' style=""> <i-form :model="this.data" class='app-search-form' ref='quicksearchform' style="">
<input style="display:none;"/> <input style="display:none;"/>
<row> <row>
<i-col span="20" class="form-content"> <i-col span="20" class="form-content">
...@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase * @memberof QUICKSEARCHFORMBase
*/ */
public formValidateStatus(): boolean { public formValidateStatus(): boolean {
const form: any = this.$refs.searchform; const form: any = this.$refs.quicksearchform;
let validatestate: boolean = true; let validatestate: boolean = true;
form.validate((valid: boolean) => { form.validate((valid: boolean) => {
validatestate = valid ? true : false; validatestate = valid ? true : false;
...@@ -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: 'IBIZBOOKUsrListView_plugin' + (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: 'IBIZBOOKUsrListView_plugin' + (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',
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</span> </span>
</template> </template>
<template v-slot="{row,column,$index}"> <template v-slot="{row,column,$index}">
<app-column-link deKeyField='ibizorder' :context="JSON.parse(JSON.stringify(context))" :viewparams="JSON.parse(JSON.stringify(viewparams))" :data="row" :linkview="{viewname: 'ibizorder-redirect-view', height: 0,width: 0,title: $t('PAGE.TITLE.IBIZORDER.REDIRECTVIEW'),placement: '', isRedirectView: true,deResParameters: [ <app-column-link deKeyField='ibizorder' :context="JSON.parse(JSON.stringify(context))" :viewparams="JSON.parse(JSON.stringify(viewparams))" :data="row" :linkview="{viewname: 'ibizorder-redirect-view', height: 0,width: 0,title: $t('PAGE.TITLE.IBIZORDER.REDIRECTVIEW', '订单数据重定向视图'),placement: '', isRedirectView: true,deResParameters: [
] ]
,parameters: [ ,parameters: [
{ pathName: 'ibizorders', parameterName: 'ibizorder' }, { pathName: 'ibizorders', parameterName: 'ibizorder' },
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</span> </span>
</template> </template>
<template v-slot="{row,column,$index}"> <template v-slot="{row,column,$index}">
<app-column-link deKeyField='ibizuniproduct' :context="JSON.parse(JSON.stringify(context))" :viewparams="JSON.parse(JSON.stringify(viewparams))" :data="row" :linkview="{viewname: 'ibizuniproduct-redirect-view', height: 0,width: 0,title: $t('PAGE.TITLE.IBIZUNIPRODUCT.REDIRECTVIEW'),placement: '', isRedirectView: true,deResParameters: [ <app-column-link deKeyField='ibizuniproduct' :context="JSON.parse(JSON.stringify(context))" :viewparams="JSON.parse(JSON.stringify(viewparams))" :data="row" :linkview="{viewname: 'ibizuniproduct-redirect-view', height: 0,width: 0,title: $t('PAGE.TITLE.IBIZUNIPRODUCT.REDIRECTVIEW', '统一产品数据重定向视图'),placement: '', isRedirectView: true,deResParameters: [
] ]
,parameters: [ ,parameters: [
{ pathName: 'ibizuniproducts', parameterName: 'ibizuniproduct' }, { pathName: 'ibizuniproducts', parameterName: 'ibizuniproduct' },
...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -670,7 +670,7 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI ...@@ -670,7 +670,7 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI
viewname: 'ibizbookedit-view', viewname: 'ibizbookedit-view',
height: 0, height: 0,
width: 0, width: 0,
title: this.$t('PAGE.TITLE.IBIZBOOK.EDITVIEW'), title: this.$t('PAGE.TITLE.IBIZBOOK.EDITVIEW', '图书编辑视图'),
placement: '', placement: '',
deResParameters: [], deResParameters: [],
parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' } ], parameters: [{ pathName: 'ibizbooks', parameterName: 'ibizbook' }, { pathName: 'editview', parameterName: 'editview' } ],
...@@ -681,7 +681,7 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI ...@@ -681,7 +681,7 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI
viewname: 'ibizorder-detail-sgrid-view9', viewname: 'ibizorder-detail-sgrid-view9',
height: 0, height: 0,
width: 0, width: 0,
title: this.$t('PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9'), title: this.$t('PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9', '订单明细表格视图'),
placement: '', placement: '',
deResParameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, ], deResParameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, ],
parameters: [{ pathName: 'ibizorderdetails', parameterName: 'ibizorderdetail' }, { pathName: 'sgridview9', parameterName: 'sgridview9' } ], parameters: [{ pathName: 'ibizorderdetails', parameterName: 'ibizorderdetail' }, { pathName: 'sgridview9', parameterName: 'sgridview9' } ],
...@@ -692,7 +692,7 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI ...@@ -692,7 +692,7 @@ export default class OrderCalendarNavigationBase extends Vue implements ControlI
viewname: 'ibizorder-edit-view', viewname: 'ibizorder-edit-view',
height: 0, height: 0,
width: 0, width: 0,
title: this.$t('PAGE.TITLE.IBIZORDER.EDITVIEW'), title: this.$t('PAGE.TITLE.IBIZORDER.EDITVIEW', '订单编辑视图'),
placement: '', placement: '',
deResParameters: [], deResParameters: [],
parameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, { pathName: 'editview', parameterName: 'editview' } ], parameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, { pathName: 'editview', parameterName: 'editview' } ],
......
...@@ -658,7 +658,7 @@ export default class OrderCalendarTimelineNavigationBase extends Vue implements ...@@ -658,7 +658,7 @@ export default class OrderCalendarTimelineNavigationBase extends Vue implements
viewname: 'ibizorder-detail-sgrid-view9', viewname: 'ibizorder-detail-sgrid-view9',
height: 0, height: 0,
width: 0, width: 0,
title: this.$t('PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9'), title: this.$t('PAGE.TITLE.IBIZORDERDETAIL.SGRIDVIEW9', '订单明细表格视图'),
placement: '', placement: '',
deResParameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, ], deResParameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, ],
parameters: [{ pathName: 'ibizorderdetails', parameterName: 'ibizorderdetail' }, { pathName: 'sgridview9', parameterName: 'sgridview9' } ], parameters: [{ pathName: 'ibizorderdetails', parameterName: 'ibizorderdetail' }, { pathName: 'sgridview9', parameterName: 'sgridview9' } ],
...@@ -669,7 +669,7 @@ export default class OrderCalendarTimelineNavigationBase extends Vue implements ...@@ -669,7 +669,7 @@ export default class OrderCalendarTimelineNavigationBase extends Vue implements
viewname: 'ibizorder-edit-view', viewname: 'ibizorder-edit-view',
height: 0, height: 0,
width: 0, width: 0,
title: this.$t('PAGE.TITLE.IBIZORDER.EDITVIEW'), title: this.$t('PAGE.TITLE.IBIZORDER.EDITVIEW', '订单编辑视图'),
placement: '', placement: '',
deResParameters: [], deResParameters: [],
parameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, { pathName: 'editview', parameterName: 'editview' } ], parameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, { pathName: 'editview', parameterName: 'editview' } ],
......
...@@ -12,6 +12,18 @@ ...@@ -12,6 +12,18 @@
"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" : "图书名称", "caption" : "图书名称",
"codeName" : "ibizbookname", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -59,18 +71,6 @@ ...@@ -59,18 +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
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -42,6 +42,18 @@ ...@@ -42,6 +42,18 @@
"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" : "图书名称", "caption" : "图书名称",
"codeName" : "ibizbookname", "codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -89,18 +101,6 @@ ...@@ -89,18 +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
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册