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

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

上级 58ec8f69
......@@ -619,7 +619,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
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;
}
const arg: any = { ...opt };
......@@ -655,7 +655,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
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;
}
const arg: any = { ...opt } ;
......
......@@ -14,20 +14,15 @@ export default class ListpanelModel {
*/
public getDataItems(): any[] {
return [
{
name: 'ibizbookname',
prop: 'ibizbookname',
dataType: 'TEXT',
},
{
name: 'ibizbookid',
prop: 'ibizbookid',
dataType: 'GUID',
},
{
name: 'press',
prop: 'press',
dataType: 'TEXT',
name: 'price',
prop: 'price',
dataType: 'FLOAT',
},
{
name: 'type',
......@@ -35,6 +30,11 @@ export default class ListpanelModel {
dataType: 'TEXT',
codelist:{tag:'BookType',codelistType:'STATIC'},
},
{
name: 'icon',
prop: 'icon',
dataType: 'LONGTEXT',
},
{
name: 'author',
prop: 'author',
......@@ -46,19 +46,19 @@ export default class ListpanelModel {
dataType: 'TEXT',
},
{
name: 'booknumber',
prop: 'booknumber',
dataType: 'INT',
name: 'ibizbookname',
prop: 'ibizbookname',
dataType: 'TEXT',
},
{
name: 'icon',
prop: 'icon',
dataType: 'LONGTEXT',
name: 'press',
prop: 'press',
dataType: 'TEXT',
},
{
name: 'price',
prop: 'price',
dataType: 'FLOAT',
name: 'booknumber',
prop: 'booknumber',
dataType: 'INT',
},
{
name: 'srfkey',
......
......@@ -46,11 +46,11 @@
<span class="quick-toolbar">
<div class='toolbar-container'>
<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>
<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>
<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>
</div>
</span>
......@@ -61,18 +61,18 @@
<span class="batch-toolbar">
<div class='toolbar-container'>
<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>
<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>
<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 :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>
<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>
<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>
</div>
</span>
......@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
*
* @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: '' } },
};
......@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
*
* @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' } },
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
*/
public async load(opt: any = {}): Promise<any> {
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;
}
const arg: any = {...opt};
......@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/
public async remove(datas: any[]): Promise<any> {
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;
}
if (datas.length === 0) {
......@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
try {
if(Object.is(item.rowDataState, 'create')){
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{
Object.assign(item,{viewparams:this.viewparams});
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
}
}else if(Object.is(item.rowDataState, 'update')){
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{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -678,7 +678,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public load(opt: any = {}, isReset: boolean = false): void {
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;
}
const arg: any = {...opt};
......@@ -757,7 +757,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
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;
}
let _datas:any[] = [];
......@@ -866,7 +866,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
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{
Object.assign(item,{viewparams:this.viewparams});
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 {
}
}else if(Object.is(item.rowDataState, 'update')){
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{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -69,6 +69,11 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
......
......@@ -968,4 +968,5 @@ export default class ListExpBase extends Vue implements ControlInterface {
<style lang='less'>
@import './list-exp-list.less';
</style>ist-exp-list.less';
</style>
\ No newline at end of file
......@@ -157,7 +157,6 @@
"name" : "static_label1",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -165,6 +164,7 @@
"getPSRawItem" : {
"caption" : "作者:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label1",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -215,7 +215,6 @@
"name" : "static_label3",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -223,6 +222,7 @@
"getPSRawItem" : {
"caption" : "借阅数量:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label3",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -273,7 +273,6 @@
"name" : "static_label4",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -281,6 +280,7 @@
"getPSRawItem" : {
"caption" : "书籍描述:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label4",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -331,6 +331,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 40.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic5",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -338,7 +339,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 40,
"widthMode" : "PX"
......@@ -359,6 +359,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 150.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic3",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -366,7 +367,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 150,
"widthMode" : "PX"
......@@ -387,6 +387,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 50.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic6",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -394,7 +395,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 50,
"widthMode" : "PX"
......@@ -451,13 +451,6 @@
"id" : "DataImport"
},
"getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "ibizbookname",
"getPSAppDEField" : {
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"dataType" : 25,
"name" : "ibizbookid",
"getPSAppDEField" : {
......@@ -465,11 +458,11 @@
"codeName" : "IBIZBOOKId"
}
}, {
"dataType" : 25,
"name" : "press",
"dataType" : 7,
"name" : "price",
"getPSAppDEField" : {
"name" : "PRESS",
"codeName" : "Press"
"name" : "PRICE",
"codeName" : "Price"
}
}, {
"dataType" : 25,
......@@ -482,6 +475,13 @@
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"dataType" : 21,
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "Icon"
}
}, {
"dataType" : 25,
"name" : "author",
......@@ -497,25 +497,25 @@
"codeName" : "Subtext"
}
}, {
"dataType" : 9,
"name" : "booknumber",
"dataType" : 25,
"name" : "ibizbookname",
"getPSAppDEField" : {
"name" : "BOOKNUMBER",
"codeName" : "Booknumber"
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"dataType" : 21,
"name" : "icon",
"dataType" : 25,
"name" : "press",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "Icon"
"name" : "PRESS",
"codeName" : "Press"
}
}, {
"dataType" : 7,
"name" : "price",
"dataType" : 9,
"name" : "booknumber",
"getPSAppDEField" : {
"name" : "PRICE",
"codeName" : "Price"
"name" : "BOOKNUMBER",
"codeName" : "Booknumber"
}
}, {
"dataType" : 25,
......
......@@ -138,7 +138,6 @@
"name" : "static_label1",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -146,6 +145,7 @@
"getPSRawItem" : {
"caption" : "作者:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label1",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -196,7 +196,6 @@
"name" : "static_label3",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -204,6 +203,7 @@
"getPSRawItem" : {
"caption" : "借阅数量:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label3",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -254,7 +254,6 @@
"name" : "static_label4",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -262,6 +261,7 @@
"getPSRawItem" : {
"caption" : "书籍描述:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label4",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -312,6 +312,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 40.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic5",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -319,7 +320,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 40,
"widthMode" : "PX"
......@@ -340,6 +340,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 150.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic3",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -347,7 +348,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 150,
"widthMode" : "PX"
......@@ -368,6 +368,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 50.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic6",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -375,7 +376,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 50,
"widthMode" : "PX"
......
......@@ -277,7 +277,6 @@
"name" : "static_label1",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -285,6 +284,7 @@
"getPSRawItem" : {
"caption" : "作者:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label1",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -335,7 +335,6 @@
"name" : "static_label3",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -343,6 +342,7 @@
"getPSRawItem" : {
"caption" : "借阅数量:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label3",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -393,7 +393,6 @@
"name" : "static_label4",
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"width" : 80,
"widthMode" : "PX"
......@@ -401,6 +400,7 @@
"getPSRawItem" : {
"caption" : "书籍描述:",
"contentType" : "RAW",
"hAlign" : "RIGHT",
"name" : "static_label4",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
......@@ -451,6 +451,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 40.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic5",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -458,7 +459,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 40,
"widthMode" : "PX"
......@@ -479,6 +479,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 150.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic3",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -486,7 +487,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 150,
"widthMode" : "PX"
......@@ -507,6 +507,7 @@
"getPSEditor" : {
"editorType" : "SPAN",
"editorWidth" : 50.0,
"hAlign" : "CENTER",
"name" : "field_text_dynamic6",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
......@@ -514,7 +515,6 @@
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "CENTER",
"layout" : "FLEX",
"width" : 50,
"widthMode" : "PX"
......@@ -645,13 +645,6 @@
"id" : "DataImport"
},
"getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "ibizbookname",
"getPSAppDEField" : {
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"dataType" : 25,
"name" : "ibizbookid",
"getPSAppDEField" : {
......@@ -659,11 +652,11 @@
"codeName" : "IBIZBOOKId"
}
}, {
"dataType" : 25,
"name" : "press",
"dataType" : 7,
"name" : "price",
"getPSAppDEField" : {
"name" : "PRESS",
"codeName" : "Press"
"name" : "PRICE",
"codeName" : "Price"
}
}, {
"dataType" : 25,
......@@ -676,6 +669,13 @@
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"dataType" : 21,
"name" : "icon",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "Icon"
}
}, {
"dataType" : 25,
"name" : "author",
......@@ -691,25 +691,25 @@
"codeName" : "Subtext"
}
}, {
"dataType" : 9,
"name" : "booknumber",
"dataType" : 25,
"name" : "ibizbookname",
"getPSAppDEField" : {
"name" : "BOOKNUMBER",
"codeName" : "Booknumber"
"name" : "IBIZBOOKNAME",
"codeName" : "IBIZBOOKName"
}
}, {
"dataType" : 21,
"name" : "icon",
"dataType" : 25,
"name" : "press",
"getPSAppDEField" : {
"name" : "ICON",
"codeName" : "Icon"
"name" : "PRESS",
"codeName" : "Press"
}
}, {
"dataType" : 7,
"name" : "price",
"dataType" : 9,
"name" : "booknumber",
"getPSAppDEField" : {
"name" : "PRICE",
"codeName" : "Price"
"name" : "BOOKNUMBER",
"codeName" : "Booknumber"
}
}, {
"dataType" : 25,
......
......@@ -172,7 +172,7 @@
<!--输出实体[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">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册