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

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

上级 6fd2285c
...@@ -618,7 +618,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -618,7 +618,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: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -654,7 +654,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -654,7 +654,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: 'IBIZAPPEDITORGridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZAPPEDITORListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -691,7 +691,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -691,7 +691,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: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -727,7 +727,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -727,7 +727,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: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr5DataView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -15,24 +15,23 @@ export default class ListpanelModel { ...@@ -15,24 +15,23 @@ export default class ListpanelModel {
public getDataItems(): any[] { public getDataItems(): any[] {
return [ return [
{ {
name: 'press', name: 'icon',
prop: 'press', prop: 'icon',
dataType: 'TEXT', dataType: 'LONGTEXT',
}, },
{ {
name: 'ibizbookid', name: 'ibizbookname',
prop: 'ibizbookid', prop: 'ibizbookname',
dataType: 'GUID', dataType: 'TEXT',
}, },
{ {
name: 'type', name: 'price',
prop: 'type', prop: 'price',
dataType: 'TEXT', dataType: 'FLOAT',
codelist:{tag:'BookType',codelistType:'STATIC'},
}, },
{ {
name: 'ibizbookname', name: 'press',
prop: 'ibizbookname', prop: 'press',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{ {
...@@ -45,20 +44,21 @@ export default class ListpanelModel { ...@@ -45,20 +44,21 @@ export default class ListpanelModel {
prop: 'author', prop: 'author',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{
name: 'price',
prop: 'price',
dataType: 'FLOAT',
},
{ {
name: 'booknumber', name: 'booknumber',
prop: 'booknumber', prop: 'booknumber',
dataType: 'INT', dataType: 'INT',
}, },
{ {
name: 'icon', name: 'ibizbookid',
prop: 'icon', prop: 'ibizbookid',
dataType: 'LONGTEXT', dataType: 'GUID',
},
{
name: 'type',
prop: 'type',
dataType: 'TEXT',
codelist:{tag:'BookType',codelistType:'STATIC'},
}, },
{ {
name: 'srfkey', name: 'srfkey',
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
<div class="app-layoutpanel Listpanel" v-loading="isLayoutLoadding" :style="{width: '100%', height: '100%', overflow: 'auto'}"> <div class="app-layoutpanel Listpanel" v-loading="isLayoutLoadding" :style="{width: '100%', height: '100%', overflow: 'auto'}">
<template v-if="!isLayoutLoadding"> <template v-if="!isLayoutLoadding">
<app-standard-container name="container3" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <app-standard-container name="container3" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails">
</app-standard-container>
<app-standard-container name="container1" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails">
<template #container4>
<app-standard-container name="container4" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails">
<template #field_image> <template #field_image>
<app-field-image-dynamic name="field_image" :value="layoutData.field_image" :layoutModelDetails="layoutModelDetails" /> <app-field-image-dynamic name="field_image" :value="layoutData.field_image" :layoutModelDetails="layoutModelDetails" />
</template> </template>
...@@ -9,7 +13,7 @@ ...@@ -9,7 +13,7 @@
<app-preset-text name="field_text_dynamic" :value="layoutData.field_text_dynamic" :layoutModelDetails="layoutModelDetails"/> <app-preset-text name="field_text_dynamic" :value="layoutData.field_text_dynamic" :layoutModelDetails="layoutModelDetails"/>
</template> </template>
</app-standard-container> </app-standard-container>
<app-standard-container name="container1" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> </template>
<template #container2> <template #container2>
<app-standard-container name="container2" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails"> <app-standard-container name="container2" :isMultiContainer="false" :layoutModelDetails="layoutModelDetails">
<template #static_label1> <template #static_label1>
...@@ -311,19 +315,20 @@ export default class ListpanelBase extends Vue implements ControlInterface { ...@@ -311,19 +315,20 @@ export default class ListpanelBase extends Vue implements ControlInterface {
* @memberof List_itempanelBase * @memberof List_itempanelBase
*/ */
public layoutItems:any = { public layoutItems:any = {
field_image:{ name: 'field_image', type: 'ITEMLAYOUT', caption: '图片(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:80, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container3', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_IMAGE', dataItemName:'icon', }, container3:{ name: 'container3', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, panel: this , details:[] , dataRegionType: 'INHERIT' },
field_text_dynamic:{ name: 'field_text_dynamic', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container3', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'ibizbookname', wrapMode:'', vAlign:'', hAlign:'', }, field_image:{ name: 'field_image', type: 'ITEMLAYOUT', caption: '图片(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:80, heightMode:'PX', layoutWidth:80, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_IMAGE', dataItemName:'icon', },
container3:{ name: 'container3', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'',vAlign:''}, panel: this , details:['field_image','field_text_dynamic'] , dataRegionType: 'INHERIT' }, field_text_dynamic:{ name: 'field_text_dynamic', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container4', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'ibizbookname', wrapMode:'', vAlign:'', hAlign:'', },
static_label1:{ name: 'static_label1', type: 'ITEMLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , viewType: 'DELISTVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '作者:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, container4:{ name: 'container4', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container1', panel: this , details:['field_image','field_text_dynamic'] , dataRegionType: 'INHERIT' },
static_label1:{ name: 'static_label1', type: 'ITEMLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:80, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , viewType: 'DELISTVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '作者:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', },
field_text_dynamic1:{ name: 'field_text_dynamic1', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'author', wrapMode:'', vAlign:'', hAlign:'', }, field_text_dynamic1:{ name: 'field_text_dynamic1', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container2', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'author', wrapMode:'', vAlign:'', hAlign:'', },
container2:{ name: 'container2', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container1', panel: this , details:['static_label1','field_text_dynamic1'] , dataRegionType: 'INHERIT' }, container2:{ name: 'container2', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container1', panel: this , details:['static_label1','field_text_dynamic1'] , dataRegionType: 'INHERIT' },
static_label3:{ name: 'static_label3', type: 'ITEMLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container7', panel: this , viewType: 'DELISTVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '借阅数量:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, static_label3:{ name: 'static_label3', type: 'ITEMLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:80, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container7', panel: this , viewType: 'DELISTVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '借阅数量:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', },
field_text_dynamic2:{ name: 'field_text_dynamic2', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container7', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'booknumber', wrapMode:'', vAlign:'', hAlign:'', }, field_text_dynamic2:{ name: 'field_text_dynamic2', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container7', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'booknumber', wrapMode:'', vAlign:'', hAlign:'', },
container7:{ name: 'container7', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container1', panel: this , details:['static_label3','field_text_dynamic2'] , dataRegionType: 'INHERIT' }, container7:{ name: 'container7', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container1', panel: this , details:['static_label3','field_text_dynamic2'] , dataRegionType: 'INHERIT' },
static_label4:{ name: 'static_label4', type: 'ITEMLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container8', panel: this , viewType: 'DELISTVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '书籍描述:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', }, static_label4:{ name: 'static_label4', type: 'ITEMLAYOUT', caption: '标签', isShowCaption: true, sysCss: '', itemType: 'RAWITEM', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:80, widthMode:'PX', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container8', panel: this , viewType: 'DELISTVIEW', predefinedType: 'STATIC_LABEL', contentType: 'RAW', contentStyle: '', rawContent: '书籍描述:', htmlContent: '', renderMode: 'PARAGRAPH', wrapMode:'', vAlign:'', hAlign:'', },
field_text_dynamic4:{ name: 'field_text_dynamic4', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container8', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'subtext', wrapMode:'', vAlign:'', hAlign:'', }, field_text_dynamic4:{ name: 'field_text_dynamic4', type: 'ITEMLAYOUT', caption: '文本(动态)', isShowCaption: false, sysCss: '', itemType: 'FIELD', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'',vAlign:''}, parentName: 'container8', panel: this , required: false, fieldState: '0', predefinedType: 'FIELD_TEXT_DYNAMIC', renderMode: 'TEXT_DYNAMIC', dataItemName:'subtext', wrapMode:'', vAlign:'', hAlign:'', },
container8:{ name: 'container8', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container1', panel: this , details:['static_label4','field_text_dynamic4'] , dataRegionType: 'INHERIT' }, container8:{ name: 'container8', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:-1, flexParams:{align:'',dir:'row',vAlign:''}, parentName: 'container1', panel: this , details:['static_label4','field_text_dynamic4'] , dataRegionType: 'INHERIT' },
container1:{ name: 'container1', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'column',vAlign:''}, panel: this , details:['container2','container7','container8'] , dataRegionType: 'INHERIT' } container1:{ name: 'container1', type: 'ITEMLAYOUT', caption: '容器', titleBarCloseMode: 0, isShowCaption: false, sysCss: '', itemType: 'CONTAINER', itemStyle: 'DEFAULT', visible: true, disabled: false, layout:'FLEX', layoutPos:'', layoutHeight:0, heightMode:'', layoutWidth:0, widthMode:'', spacingBottom:'', spacingLeft:'', spacingRight:'', spacingTop:'', hAlignSelf:'', vAlignSelf:'', flexGrow:0, flexParams:{align:'',dir:'column',vAlign:''}, panel: this , details:['container4','container2','container7','container8'] , dataRegionType: 'INHERIT' }
} }
/** /**
......
...@@ -677,7 +677,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -677,7 +677,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}, isReset: boolean = false): void { public load(opt: any = {}, isReset: boolean = false): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -756,7 +756,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -756,7 +756,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -865,7 +865,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -865,7 +865,7 @@ export default class Usr4Base 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: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -873,7 +873,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -873,7 +873,7 @@ export default class Usr4Base 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: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -69,6 +69,11 @@ export default class Usr4Model { ...@@ -69,6 +69,11 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like', prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM' dataType: 'QUERYPARAM'
}, },
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
......
...@@ -299,7 +299,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -299,7 +299,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZOrderPickupGridViewBase * @memberof IBIZOrderSF1GridViewBase
*/ */
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) { if (args.length === 0) {
...@@ -441,6 +441,20 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -441,6 +441,20 @@ export default class MainBase extends Vue implements ControlInterface {
return this.selections[0]; return this.selections[0];
} }
/**
* 打开新建数据视图
*
* @type {any}
* @memberof MainBase
*/
@Prop() public newdata: any;
/**
* 打开编辑数据视图
*
* @type {any}
* @memberof MainBase
*/
@Prop() public opendata: any;
/** /**
* 是否嵌入关系界面 * 是否嵌入关系界面
...@@ -975,7 +989,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -975,7 +989,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: "IBIZOrderPickupGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderSF1GridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1104,7 +1118,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1104,7 +1118,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: 'IBIZOrderPickupGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderSF1GridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1218,7 +1232,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1218,7 +1232,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: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderSF1GridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2149,7 +2163,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2149,7 +2163,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: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderSF1GridView'+(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);
...@@ -2158,7 +2172,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2158,7 +2172,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: 'IBIZOrderPickupGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderSF1GridView'+(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);
...@@ -2234,7 +2248,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2234,7 +2248,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: 'IBIZOrderPickupGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderSF1GridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -104,6 +104,21 @@ export default class MainModel { ...@@ -104,6 +104,21 @@ export default class MainModel {
prop: 'n_ibizordername_like', prop: 'n_ibizordername_like',
dataType: 'QUERYPARAM' dataType: 'QUERYPARAM'
}, },
{
name: 'n_orderstate_eq',
prop: 'n_orderstate_eq',
dataType: 'QUERYPARAM'
},
{
name: 'n_ordertime_gt',
prop: 'n_ordertime_gt',
dataType: 'QUERYPARAM'
},
{
name: 'n_ordertime_lt',
prop: 'n_ordertime_lt',
dataType: 'QUERYPARAM'
},
{ {
name:'size', name:'size',
......
...@@ -618,7 +618,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -618,7 +618,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: 'IBIZSample0021WFDynaExpGridView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZSample0021GridView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -654,7 +654,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -654,7 +654,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: 'IBIZSample0021WFDynaExpGridView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZSample0021GridView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -373,6 +373,13 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -373,6 +373,13 @@ export default class MainBase extends Vue implements ControlInterface {
return this.selections[0]; return this.selections[0];
} }
/**
* 打开新建数据视图
*
* @type {any}
* @memberof MainBase
*/
@Prop() public newdata: any;
/** /**
* 打开编辑数据视图 * 打开编辑数据视图
* *
...@@ -905,7 +912,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -905,7 +912,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: "IBIZSample0021WFDynaExpGridView_layout" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZSample0021GridView_layout" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1034,7 +1041,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1034,7 +1041,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: 'IBIZSample0021WFDynaExpGridView_layout' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZSample0021GridView_layout' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1148,7 +1155,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1148,7 +1155,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: 'IBIZSample0021WFDynaExpGridView_layout'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZSample0021GridView_layout'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2055,7 +2062,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2055,7 +2062,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: 'IBIZSample0021WFDynaExpGridView_layout'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZSample0021GridView_layout'+(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);
...@@ -2064,7 +2071,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2064,7 +2071,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: 'IBIZSample0021WFDynaExpGridView_layout'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZSample0021GridView_layout'+(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);
...@@ -2140,7 +2147,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2140,7 +2147,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: 'IBIZSample0021WFDynaExpGridView_layout' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZSample0021GridView_layout' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -58,55 +58,7 @@ ...@@ -58,55 +58,7 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, }
"getPSPanelItems" : [ {
"caption" : "图片(动态)",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_image",
"getPSEditor" : {
"editorParams" : {
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"editorWidth" : 80.0,
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
},
"viewFieldName" : "icon",
"width" : 80.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "ibizbookname",
"hidden" : false,
"showCaption" : false
} ]
}, { }, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
...@@ -121,6 +73,72 @@ ...@@ -121,6 +73,72 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container4",
"getPSLayout" : {
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "图片(动态)",
"contentHeight" : 80.0,
"contentWidth" : 80.0,
"height" : 80.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_image",
"getPSEditor" : {
"editorHeight" : 80.0,
"editorParams" : {
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"editorWidth" : 80.0,
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"grow" : -1,
"height" : 80,
"heightMode" : "PX",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
},
"viewFieldName" : "icon",
"width" : 80.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "ibizbookname",
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -136,12 +154,15 @@ ...@@ -136,12 +154,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label1", "name" : "static_label1",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "作者:", "caption" : "作者:",
...@@ -151,6 +172,8 @@ ...@@ -151,6 +172,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "作者:", "rawContent" : "作者:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -188,12 +211,15 @@ ...@@ -188,12 +211,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label3", "name" : "static_label3",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "借阅数量:", "caption" : "借阅数量:",
...@@ -203,6 +229,8 @@ ...@@ -203,6 +229,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "借阅数量:", "rawContent" : "借阅数量:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -240,12 +268,15 @@ ...@@ -240,12 +268,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label4", "name" : "static_label4",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "书籍描述:", "caption" : "书籍描述:",
...@@ -255,6 +286,8 @@ ...@@ -255,6 +286,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "书籍描述:", "rawContent" : "书籍描述:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -302,36 +335,32 @@ ...@@ -302,36 +335,32 @@
"id" : "DataImport" "id" : "DataImport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25, "dataType" : 21,
"name" : "press", "name" : "icon",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PRESS", "name" : "ICON",
"codeName" : "Press" "codeName" : "Icon"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizbookid", "name" : "ibizbookname",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "IBIZBOOKID", "name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKId" "codeName" : "IBIZBOOKName"
} }
}, { }, {
"dataType" : 25, "dataType" : 7,
"getFrontPSCodeList" : { "name" : "price",
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/BookType.json"
},
"name" : "type",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TYPE", "name" : "PRICE",
"codeName" : "Type" "codeName" : "Price"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizbookname", "name" : "press",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "IBIZBOOKNAME", "name" : "PRESS",
"codeName" : "IBIZBOOKName" "codeName" : "Press"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
...@@ -347,13 +376,6 @@ ...@@ -347,13 +376,6 @@
"name" : "AUTHOR", "name" : "AUTHOR",
"codeName" : "Author" "codeName" : "Author"
} }
}, {
"dataType" : 7,
"name" : "price",
"getPSAppDEField" : {
"name" : "PRICE",
"codeName" : "Price"
}
}, { }, {
"dataType" : 9, "dataType" : 9,
"name" : "booknumber", "name" : "booknumber",
...@@ -362,11 +384,22 @@ ...@@ -362,11 +384,22 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
} }
}, { }, {
"dataType" : 21, "dataType" : 25,
"name" : "icon", "name" : "ibizbookid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "ICON", "name" : "IBIZBOOKID",
"codeName" : "Icon" "codeName" : "IBIZBOOKId"
}
}, {
"dataType" : 25,
"getFrontPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/BookType.json"
},
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
......
...@@ -39,55 +39,7 @@ ...@@ -39,55 +39,7 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, }
"getPSPanelItems" : [ {
"caption" : "图片(动态)",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_image",
"getPSEditor" : {
"editorParams" : {
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"editorWidth" : 80.0,
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
},
"viewFieldName" : "icon",
"width" : 80.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "ibizbookname",
"hidden" : false,
"showCaption" : false
} ]
}, { }, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
...@@ -102,6 +54,72 @@ ...@@ -102,6 +54,72 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container4",
"getPSLayout" : {
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "图片(动态)",
"contentHeight" : 80.0,
"contentWidth" : 80.0,
"height" : 80.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_image",
"getPSEditor" : {
"editorHeight" : 80.0,
"editorParams" : {
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"editorWidth" : 80.0,
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"grow" : -1,
"height" : 80,
"heightMode" : "PX",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
},
"viewFieldName" : "icon",
"width" : 80.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "ibizbookname",
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -117,12 +135,15 @@ ...@@ -117,12 +135,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label1", "name" : "static_label1",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "作者:", "caption" : "作者:",
...@@ -132,6 +153,8 @@ ...@@ -132,6 +153,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "作者:", "rawContent" : "作者:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -169,12 +192,15 @@ ...@@ -169,12 +192,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label3", "name" : "static_label3",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "借阅数量:", "caption" : "借阅数量:",
...@@ -184,6 +210,8 @@ ...@@ -184,6 +210,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "借阅数量:", "rawContent" : "借阅数量:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -221,12 +249,15 @@ ...@@ -221,12 +249,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label4", "name" : "static_label4",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "书籍描述:", "caption" : "书籍描述:",
...@@ -236,6 +267,8 @@ ...@@ -236,6 +267,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "书籍描述:", "rawContent" : "书籍描述:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
......
...@@ -178,55 +178,7 @@ ...@@ -178,55 +178,7 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, }
"getPSPanelItems" : [ {
"caption" : "图片(动态)",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_image",
"getPSEditor" : {
"editorParams" : {
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"editorWidth" : 80.0,
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
},
"viewFieldName" : "icon",
"width" : 80.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "ibizbookname",
"hidden" : false,
"showCaption" : false
} ]
}, { }, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
...@@ -241,6 +193,72 @@ ...@@ -241,6 +193,72 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container4",
"getPSLayout" : {
"dir" : "row",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "图片(动态)",
"contentHeight" : 80.0,
"contentWidth" : 80.0,
"height" : 80.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_image",
"getPSEditor" : {
"editorHeight" : 80.0,
"editorParams" : {
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"editorWidth" : 80.0,
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"grow" : -1,
"height" : 80,
"heightMode" : "PX",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
},
"viewFieldName" : "icon",
"width" : 80.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "ibizbookname",
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -256,12 +274,15 @@ ...@@ -256,12 +274,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label1", "name" : "static_label1",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "作者:", "caption" : "作者:",
...@@ -271,6 +292,8 @@ ...@@ -271,6 +292,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "作者:", "rawContent" : "作者:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -308,12 +331,15 @@ ...@@ -308,12 +331,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label3", "name" : "static_label3",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "借阅数量:", "caption" : "借阅数量:",
...@@ -323,6 +349,8 @@ ...@@ -323,6 +349,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "借阅数量:", "rawContent" : "借阅数量:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -360,12 +388,15 @@ ...@@ -360,12 +388,15 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "标签", "caption" : "标签",
"contentType" : "RAW", "contentType" : "RAW",
"contentWidth" : 80.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_label4", "name" : "static_label4",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "书籍描述:", "caption" : "书籍描述:",
...@@ -375,6 +406,8 @@ ...@@ -375,6 +406,8 @@
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
}, },
"rawContent" : "书籍描述:", "rawContent" : "书籍描述:",
"rawItemWidth" : 80.0,
"width" : 80.0,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "文本(动态)", "caption" : "文本(动态)",
...@@ -496,36 +529,32 @@ ...@@ -496,36 +529,32 @@
"id" : "DataImport" "id" : "DataImport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25, "dataType" : 21,
"name" : "press", "name" : "icon",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PRESS", "name" : "ICON",
"codeName" : "Press" "codeName" : "Icon"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizbookid", "name" : "ibizbookname",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "IBIZBOOKID", "name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKId" "codeName" : "IBIZBOOKName"
} }
}, { }, {
"dataType" : 25, "dataType" : 7,
"getFrontPSCodeList" : { "name" : "price",
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/BookType.json"
},
"name" : "type",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TYPE", "name" : "PRICE",
"codeName" : "Type" "codeName" : "Price"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizbookname", "name" : "press",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "IBIZBOOKNAME", "name" : "PRESS",
"codeName" : "IBIZBOOKName" "codeName" : "Press"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
...@@ -541,13 +570,6 @@ ...@@ -541,13 +570,6 @@
"name" : "AUTHOR", "name" : "AUTHOR",
"codeName" : "Author" "codeName" : "Author"
} }
}, {
"dataType" : 7,
"name" : "price",
"getPSAppDEField" : {
"name" : "PRICE",
"codeName" : "Price"
}
}, { }, {
"dataType" : 9, "dataType" : 9,
"name" : "booknumber", "name" : "booknumber",
...@@ -556,11 +578,22 @@ ...@@ -556,11 +578,22 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
} }
}, { }, {
"dataType" : 21, "dataType" : 25,
"name" : "icon", "name" : "ibizbookid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "ICON", "name" : "IBIZBOOKID",
"codeName" : "Icon" "codeName" : "IBIZBOOKId"
}
}, {
"dataType" : 25,
"getFrontPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/BookType.json"
},
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 --> <!--输出实体[IBIZBOOK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-732-7"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-734-7">
<createTable tableName="T_IBIZBOOK"> <createTable tableName="T_IBIZBOOK">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册