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

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

上级 58ec8f69
...@@ -619,7 +619,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -619,7 +619,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 };
...@@ -655,7 +655,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -655,7 +655,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 } ;
......
...@@ -14,20 +14,15 @@ export default class ListpanelModel { ...@@ -14,20 +14,15 @@ export default class ListpanelModel {
*/ */
public getDataItems(): any[] { public getDataItems(): any[] {
return [ return [
{
name: 'ibizbookname',
prop: 'ibizbookname',
dataType: 'TEXT',
},
{ {
name: 'ibizbookid', name: 'ibizbookid',
prop: 'ibizbookid', prop: 'ibizbookid',
dataType: 'GUID', dataType: 'GUID',
}, },
{ {
name: 'press', name: 'price',
prop: 'press', prop: 'price',
dataType: 'TEXT', dataType: 'FLOAT',
}, },
{ {
name: 'type', name: 'type',
...@@ -35,6 +30,11 @@ export default class ListpanelModel { ...@@ -35,6 +30,11 @@ export default class ListpanelModel {
dataType: 'TEXT', dataType: 'TEXT',
codelist:{tag:'BookType',codelistType:'STATIC'}, codelist:{tag:'BookType',codelistType:'STATIC'},
}, },
{
name: 'icon',
prop: 'icon',
dataType: 'LONGTEXT',
},
{ {
name: 'author', name: 'author',
prop: 'author', prop: 'author',
...@@ -46,19 +46,19 @@ export default class ListpanelModel { ...@@ -46,19 +46,19 @@ export default class ListpanelModel {
dataType: 'TEXT', dataType: 'TEXT',
}, },
{ {
name: 'booknumber', name: 'ibizbookname',
prop: 'booknumber', prop: 'ibizbookname',
dataType: 'INT', dataType: 'TEXT',
}, },
{ {
name: 'icon', name: 'press',
prop: 'icon', prop: 'press',
dataType: 'LONGTEXT', dataType: 'TEXT',
}, },
{ {
name: 'price', name: 'booknumber',
prop: 'price', prop: 'booknumber',
dataType: 'FLOAT', dataType: 'INT',
}, },
{ {
name: 'srfkey', name: 'srfkey',
......
...@@ -46,11 +46,11 @@ ...@@ -46,11 +46,11 @@
<span class="quick-toolbar"> <span class="quick-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="usr4listview_layoutlist_quicktoolbarModels.deuiaction1.visabled" :disabled="usr4listview_layoutlist_quicktoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)"> <i-button v-show="listviewlist_quicktoolbarModels.deuiaction1.visabled" :disabled="listviewlist_quicktoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-file-text-o'></i> <i class='fa fa-file-text-o'></i>
<span class='caption'>{{$t('entities.ibizbook.usr4listview_layoutlist_quicktoolbar_toolbar.deuiaction1.caption')}}</span> <span class='caption'>{{$t('entities.ibizbook.listviewlist_quicktoolbar_toolbar.deuiaction1.caption')}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('entities.ibizbook.usr4listview_layoutlist_quicktoolbar_toolbar.deuiaction1.tip')}}</div> <div slot='content'>{{$t('entities.ibizbook.listviewlist_quicktoolbar_toolbar.deuiaction1.tip')}}</div>
</tooltip> </tooltip>
</div> </div>
</span> </span>
...@@ -61,18 +61,18 @@ ...@@ -61,18 +61,18 @@
<span class="batch-toolbar"> <span class="batch-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"> <i-button v-show="listviewlist_batchtoolbarModels.deuiaction1.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction1.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i> <i class='fa fa-edit'></i>
<span class='caption'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction1.caption')}}</span> <span class='caption'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction1.caption')}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction1.tip')}}</div> <div slot='content'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction1.tip')}}</div>
</tooltip> </tooltip>
<tooltip :transfer="true" :max-width="600"> <tooltip :transfer="true" :max-width="600">
<i-button v-show="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"> <i-button v-show="listviewlist_batchtoolbarModels.deuiaction2.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction2.disabled" class='' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i> <i class='fa fa-remove'></i>
<span class='caption'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction2.caption')}}</span> <span class='caption'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction2.caption')}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('entities.ibizbook.usr4listview_layoutlist_batchtoolbar_toolbar.deuiaction2.tip')}}</div> <div slot='content'>{{$t('entities.ibizbook.listviewlist_batchtoolbar_toolbar.deuiaction2.tip')}}</div>
</tooltip> </tooltip>
</div> </div>
</span> </span>
...@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
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) {
...@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @type {*}
* @memberof IBIZBOOKUsr4ListView_layout * @memberof IBIZBOOKListView
*/ */
public usr4listview_layoutlist_quicktoolbarModels: any = { public listviewlist_quicktoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } }, deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } },
}; };
...@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @type {*}
* @memberof IBIZBOOKUsr4ListView_layout * @memberof IBIZBOOKListView
*/ */
public usr4listview_layoutlist_batchtoolbarModels: any = { public listviewlist_batchtoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } }, deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } },
deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } }, deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } },
...@@ -841,7 +841,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -841,7 +841,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/ */
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: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.removeAction') as string) });
return; return;
} }
if (datas.length === 0) { if (datas.length === 0) {
...@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
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: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (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);
...@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
} }
}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.warning') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZBOOKListView' + (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){
......
...@@ -678,7 +678,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -678,7 +678,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};
...@@ -757,7 +757,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -757,7 +757,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[] = [];
...@@ -866,7 +866,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -866,7 +866,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);
...@@ -874,7 +874,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -874,7 +874,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'
},
{ {
......
...@@ -968,4 +968,5 @@ export default class ListExpBase extends Vue implements ControlInterface { ...@@ -968,4 +968,5 @@ export default class ListExpBase extends Vue implements ControlInterface {
<style lang='less'> <style lang='less'>
@import './list-exp-list.less'; @import './list-exp-list.less';
</style>ist-exp-list.less';
</style> </style>
\ No newline at end of file
...@@ -157,7 +157,6 @@ ...@@ -157,7 +157,6 @@
"name" : "static_label1", "name" : "static_label1",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -165,6 +164,7 @@ ...@@ -165,6 +164,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "作者:", "caption" : "作者:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label1", "name" : "static_label1",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -215,7 +215,6 @@ ...@@ -215,7 +215,6 @@
"name" : "static_label3", "name" : "static_label3",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -223,6 +222,7 @@ ...@@ -223,6 +222,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "借阅数量:", "caption" : "借阅数量:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label3", "name" : "static_label3",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -273,7 +273,6 @@ ...@@ -273,7 +273,6 @@
"name" : "static_label4", "name" : "static_label4",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -281,6 +280,7 @@ ...@@ -281,6 +280,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "书籍描述:", "caption" : "书籍描述:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label4", "name" : "static_label4",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -331,6 +331,7 @@ ...@@ -331,6 +331,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 40.0, "editorWidth" : 40.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic5", "name" : "field_text_dynamic5",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -338,7 +339,6 @@ ...@@ -338,7 +339,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 40, "width" : 40,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -359,6 +359,7 @@ ...@@ -359,6 +359,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 150.0, "editorWidth" : 150.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic3", "name" : "field_text_dynamic3",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -366,7 +367,6 @@ ...@@ -366,7 +367,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 150, "width" : 150,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -387,6 +387,7 @@ ...@@ -387,6 +387,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 50.0, "editorWidth" : 50.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic6", "name" : "field_text_dynamic6",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -394,7 +395,6 @@ ...@@ -394,7 +395,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 50, "width" : 50,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -451,13 +451,6 @@ ...@@ -451,13 +451,6 @@
"id" : "DataImport" "id" : "DataImport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "ibizbookname",
"getPSAppDEField" : {
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizbookid", "name" : "ibizbookid",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -465,11 +458,11 @@ ...@@ -465,11 +458,11 @@
"codeName" : "IBIZBOOKId" "codeName" : "IBIZBOOKId"
} }
}, { }, {
"dataType" : 25, "dataType" : 7,
"name" : "press", "name" : "price",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PRESS", "name" : "PRICE",
"codeName" : "Press" "codeName" : "Price"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
...@@ -482,6 +475,13 @@ ...@@ -482,6 +475,13 @@
"name" : "TYPE", "name" : "TYPE",
"codeName" : "Type" "codeName" : "Type"
} }
}, {
"dataType" : 21,
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "Icon"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "author", "name" : "author",
...@@ -497,25 +497,25 @@ ...@@ -497,25 +497,25 @@
"codeName" : "Subtext" "codeName" : "Subtext"
} }
}, { }, {
"dataType" : 9, "dataType" : 25,
"name" : "booknumber", "name" : "ibizbookname",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "BOOKNUMBER", "name" : "IBIZBOOKNAME",
"codeName" : "Booknumber" "codeName" : "IBIZBOOKName"
} }
}, { }, {
"dataType" : 21, "dataType" : 25,
"name" : "icon", "name" : "press",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "ICON", "name" : "PRESS",
"codeName" : "Icon" "codeName" : "Press"
} }
}, { }, {
"dataType" : 7, "dataType" : 9,
"name" : "price", "name" : "booknumber",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PRICE", "name" : "BOOKNUMBER",
"codeName" : "Price" "codeName" : "Booknumber"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
......
...@@ -138,7 +138,6 @@ ...@@ -138,7 +138,6 @@
"name" : "static_label1", "name" : "static_label1",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -146,6 +145,7 @@ ...@@ -146,6 +145,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "作者:", "caption" : "作者:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label1", "name" : "static_label1",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -196,7 +196,6 @@ ...@@ -196,7 +196,6 @@
"name" : "static_label3", "name" : "static_label3",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -204,6 +203,7 @@ ...@@ -204,6 +203,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "借阅数量:", "caption" : "借阅数量:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label3", "name" : "static_label3",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -254,7 +254,6 @@ ...@@ -254,7 +254,6 @@
"name" : "static_label4", "name" : "static_label4",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -262,6 +261,7 @@ ...@@ -262,6 +261,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "书籍描述:", "caption" : "书籍描述:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label4", "name" : "static_label4",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 40.0, "editorWidth" : 40.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic5", "name" : "field_text_dynamic5",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -319,7 +320,6 @@ ...@@ -319,7 +320,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 40, "width" : 40,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -340,6 +340,7 @@ ...@@ -340,6 +340,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 150.0, "editorWidth" : 150.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic3", "name" : "field_text_dynamic3",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -347,7 +348,6 @@ ...@@ -347,7 +348,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 150, "width" : 150,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -368,6 +368,7 @@ ...@@ -368,6 +368,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 50.0, "editorWidth" : 50.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic6", "name" : "field_text_dynamic6",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -375,7 +376,6 @@ ...@@ -375,7 +376,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 50, "width" : 50,
"widthMode" : "PX" "widthMode" : "PX"
......
...@@ -277,7 +277,6 @@ ...@@ -277,7 +277,6 @@
"name" : "static_label1", "name" : "static_label1",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -285,6 +284,7 @@ ...@@ -285,6 +284,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "作者:", "caption" : "作者:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label1", "name" : "static_label1",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -335,7 +335,6 @@ ...@@ -335,7 +335,6 @@
"name" : "static_label3", "name" : "static_label3",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -343,6 +342,7 @@ ...@@ -343,6 +342,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "借阅数量:", "caption" : "借阅数量:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label3", "name" : "static_label3",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -393,7 +393,6 @@ ...@@ -393,7 +393,6 @@
"name" : "static_label4", "name" : "static_label4",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 80, "width" : 80,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -401,6 +400,7 @@ ...@@ -401,6 +400,7 @@
"getPSRawItem" : { "getPSRawItem" : {
"caption" : "书籍描述:", "caption" : "书籍描述:",
"contentType" : "RAW", "contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label4", "name" : "static_label4",
"predefinedType" : "STATIC_LABEL", "predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH" "renderMode" : "PARAGRAPH"
...@@ -451,6 +451,7 @@ ...@@ -451,6 +451,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 40.0, "editorWidth" : 40.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic5", "name" : "field_text_dynamic5",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -458,7 +459,6 @@ ...@@ -458,7 +459,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 40, "width" : 40,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -479,6 +479,7 @@ ...@@ -479,6 +479,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 150.0, "editorWidth" : 150.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic3", "name" : "field_text_dynamic3",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -486,7 +487,6 @@ ...@@ -486,7 +487,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 150, "width" : 150,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -507,6 +507,7 @@ ...@@ -507,6 +507,7 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"editorWidth" : 50.0, "editorWidth" : 50.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic6", "name" : "field_text_dynamic6",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC", "renderMode" : "TEXT_DYNAMIC",
...@@ -514,7 +515,6 @@ ...@@ -514,7 +515,6 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 50, "width" : 50,
"widthMode" : "PX" "widthMode" : "PX"
...@@ -645,13 +645,6 @@ ...@@ -645,13 +645,6 @@
"id" : "DataImport" "id" : "DataImport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "ibizbookname",
"getPSAppDEField" : {
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "ibizbookid", "name" : "ibizbookid",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -659,11 +652,11 @@ ...@@ -659,11 +652,11 @@
"codeName" : "IBIZBOOKId" "codeName" : "IBIZBOOKId"
} }
}, { }, {
"dataType" : 25, "dataType" : 7,
"name" : "press", "name" : "price",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PRESS", "name" : "PRICE",
"codeName" : "Press" "codeName" : "Price"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
...@@ -676,6 +669,13 @@ ...@@ -676,6 +669,13 @@
"name" : "TYPE", "name" : "TYPE",
"codeName" : "Type" "codeName" : "Type"
} }
}, {
"dataType" : 21,
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "Icon"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "author", "name" : "author",
...@@ -691,25 +691,25 @@ ...@@ -691,25 +691,25 @@
"codeName" : "Subtext" "codeName" : "Subtext"
} }
}, { }, {
"dataType" : 9, "dataType" : 25,
"name" : "booknumber", "name" : "ibizbookname",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "BOOKNUMBER", "name" : "IBIZBOOKNAME",
"codeName" : "Booknumber" "codeName" : "IBIZBOOKName"
} }
}, { }, {
"dataType" : 21, "dataType" : 25,
"name" : "icon", "name" : "press",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "ICON", "name" : "PRESS",
"codeName" : "Icon" "codeName" : "Press"
} }
}, { }, {
"dataType" : 7, "dataType" : 9,
"name" : "price", "name" : "booknumber",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PRICE", "name" : "BOOKNUMBER",
"codeName" : "Price" "codeName" : "Booknumber"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 --> <!--输出实体[IBIZBOOK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-748-7"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-753-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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册