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

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

上级 22a670cd
...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1799,7 +1799,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1799,7 +1799,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface { ...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean} * @type {Boolean}
* @memberof GuideBase * @memberof GuideBase
*/ */
public isShowStepBar: Boolean = false ; public isShowStepBar: Boolean = true ;
/** /**
* 获取多项数据 * 获取多项数据
......
<template> <template>
<i-form :model="this.data" class='app-form' ref='form' id='ibizbook_main' style="width: 500px;" @on-validate="formItemValidate"> <i-form :model="this.data" class='app-form info-form-mode' ref='form' id='ibizbook_main' style="width: 500px;" @on-validate="formItemValidate">
<input style="display:none;" /> <input style="display:none;" />
<row > <row >
<i-col v-show="detailsModel.group1.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col v-show="detailsModel.group1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group1.manageContainerStatus" :isManageContainer="detailsModel.group1.isManageContainer" @managecontainerclick="manageContainerClick('group1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.group1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('CONTROL.DEFORM.IBIZBOOK.MAIN.GROUPPANEL.GROUP1', '图书基本信息')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group1.manageContainerStatus" :isManageContainer="detailsModel.group1.isManageContainer" @managecontainerclick="manageContainerClick('group1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.group1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('CONTROL.DEFORM.IBIZBOOK.MAIN.GROUPPANEL.GROUP1', '图书基本信息')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="true" >
<row> <row>
<i-col v-show="detailsModel.ibizbookid.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }"> <i-col v-show="detailsModel.ibizbookid.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='ibizbookid' :itemRules="this.rules().ibizbookid" class='' :caption="$t('DEF.LNAME.IBIZBOOKID', '图书标识')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.ibizbookid.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='ibizbookid' :itemRules="this.rules().ibizbookid" class='' :caption="$t('DEF.LNAME.IBIZBOOKID', '图书标识')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.ibizbookid.error" :isEmptyCaption="false" labelPos="LEFT">
...@@ -21,42 +21,30 @@ ...@@ -21,42 +21,30 @@
</i-col> </i-col>
<i-col v-show="detailsModel.ibizbookname.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }"> <i-col v-show="detailsModel.ibizbookname.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='ibizbookname' :itemRules="this.rules().ibizbookname" class='' :caption="$t('DEF.LNAME.IBIZBOOKNAME', '图书名称')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.ibizbookname.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='ibizbookname' :itemRules="this.rules().ibizbookname" class='' :caption="$t('DEF.LNAME.IBIZBOOKNAME', '图书名称')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.ibizbookname.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.ibizbookname" <app-span name='ibizbookname' :value="data.ibizbookname" dataType="TEXT" unitName="" :precision="0"
@enter="onEnter($event)" :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
unit="" </app-span>
:disabled="detailsModel.ibizbookname.disabled"
type='text'
style="">
</input-box>
</app-form-item> </app-form-item>
</i-col> </i-col>
<i-col v-show="detailsModel.author.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }"> <i-col v-show="detailsModel.author.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='author' :itemRules="this.rules().author" class='' :caption="$t('DEF.LNAME.AUTHOR', '图书作者')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.author.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='author' :itemRules="this.rules().author" class='' :caption="$t('DEF.LNAME.AUTHOR', '图书作者')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.author.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.author" <app-span name='author' :value="data.author" dataType="TEXT" unitName="" :precision="0"
@enter="onEnter($event)" :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
unit="" </app-span>
:disabled="detailsModel.author.disabled"
type='text'
style="">
</input-box>
</app-form-item> </app-form-item>
</i-col> </i-col>
<i-col v-show="detailsModel.press.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }"> <i-col v-show="detailsModel.press.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='press' :itemRules="this.rules().press" class='' :caption="$t('DEF.LNAME.PRESS', '图书出版社')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.press.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='press' :itemRules="this.rules().press" class='' :caption="$t('DEF.LNAME.PRESS', '图书出版社')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.press.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.press" <app-span name='press' :value="data.press" dataType="TEXT" unitName="" :precision="0"
@enter="onEnter($event)" :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
unit="" </app-span>
:disabled="detailsModel.press.disabled"
type='text'
style="">
</input-box>
</app-form-item> </app-form-item>
...@@ -100,14 +88,10 @@ ...@@ -100,14 +88,10 @@
</i-col> </i-col>
<i-col v-show="detailsModel.booknumber.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }"> <i-col v-show="detailsModel.booknumber.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='booknumber' :itemRules="this.rules().booknumber" class='' :caption="$t('DEF.LNAME.BOOKNUMBER', '图书数量')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.booknumber.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='booknumber' :itemRules="this.rules().booknumber" class='' :caption="$t('DEF.LNAME.BOOKNUMBER', '图书数量')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.booknumber.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.booknumber" <app-span name='booknumber' :value="data.booknumber" dataType="INT" unitName="" :precision="0"
@enter="onEnter($event)" :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
unit="" </app-span>
:disabled="detailsModel.booknumber.disabled"
type='number'
style="">
</input-box>
</app-form-item> </app-form-item>
...@@ -135,14 +119,20 @@ ...@@ -135,14 +119,20 @@
</i-col> </i-col>
<i-col v-show="detailsModel.lendouttime.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }"> <i-col v-show="detailsModel.lendouttime.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='lendouttime' :itemRules="this.rules().lendouttime" class='' :caption="$t('DEF.LNAME.LENDOUTTIME', '借出日期')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.lendouttime.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='lendouttime' :itemRules="this.rules().lendouttime" class='' :caption="$t('DEF.LNAME.LENDOUTTIME', '借出日期')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.lendouttime.error" :isEmptyCaption="false" labelPos="LEFT">
<date-picker type="date" :transfer="true" format="yyyy-MM-dd" :value="data.lendouttime" :disabled="detailsModel.lendouttime.disabled" style="min-width: 150px; width:100px;" @on-change="(val1, val2) => { this.data.lendouttime = val1 }"></date-picker>
<app-span name='lendouttime' :value="data.lendouttime" dataType="DATE" unitName="" valueFormat="%1$tY-%1$tm-%1$td" :precision="0"
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
</app-form-item> </app-form-item>
</i-col> </i-col>
<i-col v-show="detailsModel.returntime.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }"> <i-col v-show="detailsModel.returntime.visible" :style="{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item name='returntime' :itemRules="this.rules().returntime" class='' :caption="$t('DEF.LNAME.RETURNTIME', '归还日期')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.returntime.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='returntime' :itemRules="this.rules().returntime" class='' :caption="$t('DEF.LNAME.RETURNTIME', '归还日期')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.returntime.error" :isEmptyCaption="false" labelPos="LEFT">
<date-picker type="date" :transfer="true" format="yyyy-MM-dd" :value="data.returntime" :disabled="detailsModel.returntime.disabled" style="min-width: 150px; width:100px;" @on-change="(val1, val2) => { this.data.returntime = val1 }"></date-picker>
<app-span name='returntime' :value="data.returntime" dataType="DATE" unitName="" valueFormat="%1$tY-%1$tm-%1$td" :precision="0"
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
</app-form-item> </app-form-item>
...@@ -189,7 +179,10 @@ ...@@ -189,7 +179,10 @@
</i-col> </i-col>
<i-col v-show="detailsModel.icon.visible" :style="{}" :sm="{ span: 8, offset: 1 }" :md="{ span: 8, offset: 1 }" :lg="{ span: 8, offset: 1 }" :xl="{ span: 8, offset: 1 }"> <i-col v-show="detailsModel.icon.visible" :style="{}" :sm="{ span: 8, offset: 1 }" :md="{ span: 8, offset: 1 }" :lg="{ span: 8, offset: 1 }" :xl="{ span: 8, offset: 1 }">
<app-form-item name='icon' :itemRules="this.rules().icon" class='' :caption="$t('CONTROL.DEFORM.IBIZBOOK.MAIN.FORMITEM.ICON', '图书封面')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.icon.error" :isEmptyCaption="false" labelPos="LEFT"> <app-form-item name='icon' :itemRules="this.rules().icon" class='' :caption="$t('CONTROL.DEFORM.IBIZBOOK.MAIN.FORMITEM.ICON', '图书封面')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.icon.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box v-model="data.icon" :textareaId="this.$util.createUUID()" :disabled="detailsModel.icon.disabled" type='textarea' editorType="TEXTAREA_10" textareaStyle="height:200px;" ></input-box>
<app-span name='icon' :value="data.icon" dataType="LONGTEXT" unitName="" :precision="0"
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
</app-form-item> </app-form-item>
...@@ -908,7 +901,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -908,7 +901,7 @@ export default class MainBase extends Vue implements ControlInterface {
, ,
ibizbookid: new FormItemModel({ caption: '图书标识', detailType: 'FORMITEM', name: 'ibizbookid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) ibizbookid: new FormItemModel({ caption: '图书标识', detailType: 'FORMITEM', name: 'ibizbookid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
, ,
ibizbookname: new FormItemModel({ caption: '图书名称', detailType: 'FORMITEM', name: 'ibizbookname', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:true, disabled: false, enableCond: 3 }) ibizbookname: new FormItemModel({ caption: '图书名称', detailType: 'FORMITEM', name: 'ibizbookname', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
, ,
author: new FormItemModel({ caption: '图书作者', detailType: 'FORMITEM', name: 'author', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) author: new FormItemModel({ caption: '图书作者', detailType: 'FORMITEM', name: 'author', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
, ,
...@@ -922,9 +915,9 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -922,9 +915,9 @@ export default class MainBase extends Vue implements ControlInterface {
, ,
sailstate: new FormItemModel({ caption: '图书销售状态', detailType: 'FORMITEM', name: 'sailstate', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) sailstate: new FormItemModel({ caption: '图书销售状态', detailType: 'FORMITEM', name: 'sailstate', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
, ,
lendouttime: new FormItemModel({ caption: '借出日期', detailType: 'FORMITEM', name: 'lendouttime', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:true, disabled: false, enableCond: 3 }) lendouttime: new FormItemModel({ caption: '借出日期', detailType: 'FORMITEM', name: 'lendouttime', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
, ,
returntime: new FormItemModel({ caption: '归还日期', detailType: 'FORMITEM', name: 'returntime', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:true, disabled: false, enableCond: 3 }) returntime: new FormItemModel({ caption: '归还日期', detailType: 'FORMITEM', name: 'returntime', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
, ,
tag: new FormItemModel({ caption: '标签', detailType: 'FORMITEM', name: 'tag', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) tag: new FormItemModel({ caption: '标签', detailType: 'FORMITEM', name: 'tag', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
, ,
......
...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -828,5 +828,4 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -828,5 +828,4 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
<style lang='scss'> <style lang='scss'>
@import './quicksearchform-searchform.scss'; @import './quicksearchform-searchform.scss';
</style>;
</style> </style>
\ No newline at end of file
...@@ -768,7 +768,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -768,7 +768,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}, isReset: boolean = false): Promise<any> { public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -862,7 +862,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -862,7 +862,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.gridpage.notConfig.removeAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -978,7 +978,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -978,7 +978,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (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);
...@@ -986,7 +986,7 @@ export default class CardNavigationBase extends Vue implements ControlInterface ...@@ -986,7 +986,7 @@ export default class CardNavigationBase 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: 'IBIZOrderDataViewExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDataViewExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){ if(item.ibizorder){
......
...@@ -266,9 +266,9 @@ ...@@ -266,9 +266,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -303,9 +303,9 @@ ...@@ -303,9 +303,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -340,9 +340,9 @@ ...@@ -340,9 +340,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -456,8 +456,9 @@ ...@@ -456,8 +456,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -524,7 +525,6 @@ ...@@ -524,7 +525,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -535,13 +535,9 @@ ...@@ -535,13 +535,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -552,7 +548,7 @@ ...@@ -552,7 +548,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -567,7 +563,6 @@ ...@@ -567,7 +563,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -578,13 +573,9 @@ ...@@ -578,13 +573,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -595,7 +586,7 @@ ...@@ -595,7 +586,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -690,7 +681,6 @@ ...@@ -690,7 +681,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -701,14 +691,9 @@ ...@@ -701,14 +691,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -781,7 +766,7 @@ ...@@ -781,7 +766,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -794,7 +779,7 @@ ...@@ -794,7 +779,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -814,6 +799,7 @@ ...@@ -814,6 +799,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -772,9 +772,9 @@ ...@@ -772,9 +772,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -784,7 +784,7 @@ ...@@ -784,7 +784,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -809,9 +809,9 @@ ...@@ -809,9 +809,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -846,9 +846,9 @@ ...@@ -846,9 +846,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -962,8 +962,9 @@ ...@@ -962,8 +962,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1030,7 +1031,6 @@ ...@@ -1030,7 +1031,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -1041,13 +1041,9 @@ ...@@ -1041,13 +1041,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1058,7 +1054,7 @@ ...@@ -1058,7 +1054,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1073,7 +1069,6 @@ ...@@ -1073,7 +1069,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -1084,13 +1079,9 @@ ...@@ -1084,13 +1079,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1101,7 +1092,7 @@ ...@@ -1101,7 +1092,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1196,7 +1187,6 @@ ...@@ -1196,7 +1187,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -1207,14 +1197,9 @@ ...@@ -1207,14 +1197,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1287,7 +1272,7 @@ ...@@ -1287,7 +1272,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1300,7 +1285,7 @@ ...@@ -1300,7 +1285,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1320,6 +1305,7 @@ ...@@ -1320,6 +1305,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -774,9 +774,9 @@ ...@@ -774,9 +774,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -811,9 +811,9 @@ ...@@ -811,9 +811,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -848,9 +848,9 @@ ...@@ -848,9 +848,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -964,8 +964,9 @@ ...@@ -964,8 +964,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1032,7 +1033,6 @@ ...@@ -1032,7 +1033,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -1043,13 +1043,9 @@ ...@@ -1043,13 +1043,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1060,7 +1056,7 @@ ...@@ -1060,7 +1056,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1075,7 +1071,6 @@ ...@@ -1075,7 +1071,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -1086,13 +1081,9 @@ ...@@ -1086,13 +1081,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1103,7 +1094,7 @@ ...@@ -1103,7 +1094,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1198,7 +1189,6 @@ ...@@ -1198,7 +1189,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -1209,14 +1199,9 @@ ...@@ -1209,14 +1199,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1289,7 +1274,7 @@ ...@@ -1289,7 +1274,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1302,7 +1287,7 @@ ...@@ -1302,7 +1287,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1322,6 +1307,7 @@ ...@@ -1322,6 +1307,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -427,9 +427,9 @@ ...@@ -427,9 +427,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -439,7 +439,7 @@ ...@@ -439,7 +439,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -464,9 +464,9 @@ ...@@ -464,9 +464,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -501,9 +501,9 @@ ...@@ -501,9 +501,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -617,8 +617,9 @@ ...@@ -617,8 +617,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -685,7 +686,6 @@ ...@@ -685,7 +686,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -696,13 +696,9 @@ ...@@ -696,13 +696,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -713,7 +709,7 @@ ...@@ -713,7 +709,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -728,7 +724,6 @@ ...@@ -728,7 +724,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -739,13 +734,9 @@ ...@@ -739,13 +734,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -756,7 +747,7 @@ ...@@ -756,7 +747,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -851,7 +842,6 @@ ...@@ -851,7 +842,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -862,14 +852,9 @@ ...@@ -862,14 +852,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -942,7 +927,7 @@ ...@@ -942,7 +927,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -955,7 +940,7 @@ ...@@ -955,7 +940,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -975,6 +960,7 @@ ...@@ -975,6 +960,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -442,9 +442,9 @@ ...@@ -442,9 +442,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -479,9 +479,9 @@ ...@@ -479,9 +479,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -516,9 +516,9 @@ ...@@ -516,9 +516,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -632,8 +632,9 @@ ...@@ -632,8 +632,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -700,7 +701,6 @@ ...@@ -700,7 +701,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -711,13 +711,9 @@ ...@@ -711,13 +711,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -728,7 +724,7 @@ ...@@ -728,7 +724,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -743,7 +739,6 @@ ...@@ -743,7 +739,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -754,13 +749,9 @@ ...@@ -754,13 +749,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -771,7 +762,7 @@ ...@@ -771,7 +762,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -866,7 +857,6 @@ ...@@ -866,7 +857,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -877,14 +867,9 @@ ...@@ -877,14 +867,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -957,7 +942,7 @@ ...@@ -957,7 +942,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -970,7 +955,7 @@ ...@@ -970,7 +955,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -990,6 +975,7 @@ ...@@ -990,6 +975,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -373,9 +373,9 @@ ...@@ -373,9 +373,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -410,9 +410,9 @@ ...@@ -410,9 +410,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -447,9 +447,9 @@ ...@@ -447,9 +447,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -563,8 +563,9 @@ ...@@ -563,8 +563,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -631,7 +632,6 @@ ...@@ -631,7 +632,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -642,13 +642,9 @@ ...@@ -642,13 +642,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -659,7 +655,7 @@ ...@@ -659,7 +655,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -674,7 +670,6 @@ ...@@ -674,7 +670,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -685,13 +680,9 @@ ...@@ -685,13 +680,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -702,7 +693,7 @@ ...@@ -702,7 +693,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -797,7 +788,6 @@ ...@@ -797,7 +788,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -808,14 +798,9 @@ ...@@ -808,14 +798,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -888,7 +873,7 @@ ...@@ -888,7 +873,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -901,7 +886,7 @@ ...@@ -901,7 +886,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -921,6 +906,7 @@ ...@@ -921,6 +906,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -391,9 +391,9 @@ ...@@ -391,9 +391,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -428,9 +428,9 @@ ...@@ -428,9 +428,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -465,9 +465,9 @@ ...@@ -465,9 +465,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -581,8 +581,9 @@ ...@@ -581,8 +581,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -649,7 +650,6 @@ ...@@ -649,7 +650,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -660,13 +660,9 @@ ...@@ -660,13 +660,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -677,7 +673,7 @@ ...@@ -677,7 +673,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -692,7 +688,6 @@ ...@@ -692,7 +688,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -703,13 +698,9 @@ ...@@ -703,13 +698,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -720,7 +711,7 @@ ...@@ -720,7 +711,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -815,7 +806,6 @@ ...@@ -815,7 +806,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -826,14 +816,9 @@ ...@@ -826,14 +816,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -906,7 +891,7 @@ ...@@ -906,7 +891,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -919,7 +904,7 @@ ...@@ -919,7 +904,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -939,6 +924,7 @@ ...@@ -939,6 +924,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -392,9 +392,9 @@ ...@@ -392,9 +392,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -404,7 +404,7 @@ ...@@ -404,7 +404,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -429,9 +429,9 @@ ...@@ -429,9 +429,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -466,9 +466,9 @@ ...@@ -466,9 +466,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -582,8 +582,9 @@ ...@@ -582,8 +582,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -650,7 +651,6 @@ ...@@ -650,7 +651,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -661,13 +661,9 @@ ...@@ -661,13 +661,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -678,7 +674,7 @@ ...@@ -678,7 +674,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -693,7 +689,6 @@ ...@@ -693,7 +689,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -704,13 +699,9 @@ ...@@ -704,13 +699,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -721,7 +712,7 @@ ...@@ -721,7 +712,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -816,7 +807,6 @@ ...@@ -816,7 +807,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -827,14 +817,9 @@ ...@@ -827,14 +817,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -907,7 +892,7 @@ ...@@ -907,7 +892,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -920,7 +905,7 @@ ...@@ -920,7 +905,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -940,6 +925,7 @@ ...@@ -940,6 +925,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -373,9 +373,9 @@ ...@@ -373,9 +373,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -410,9 +410,9 @@ ...@@ -410,9 +410,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -447,9 +447,9 @@ ...@@ -447,9 +447,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -563,8 +563,9 @@ ...@@ -563,8 +563,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -631,7 +632,6 @@ ...@@ -631,7 +632,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -642,13 +642,9 @@ ...@@ -642,13 +642,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -659,7 +655,7 @@ ...@@ -659,7 +655,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -674,7 +670,6 @@ ...@@ -674,7 +670,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -685,13 +680,9 @@ ...@@ -685,13 +680,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -702,7 +693,7 @@ ...@@ -702,7 +693,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -797,7 +788,6 @@ ...@@ -797,7 +788,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -808,14 +798,9 @@ ...@@ -808,14 +798,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -888,7 +873,7 @@ ...@@ -888,7 +873,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -901,7 +886,7 @@ ...@@ -901,7 +886,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -921,6 +906,7 @@ ...@@ -921,6 +906,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -365,9 +365,9 @@ ...@@ -365,9 +365,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -402,9 +402,9 @@ ...@@ -402,9 +402,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -439,9 +439,9 @@ ...@@ -439,9 +439,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -555,8 +555,9 @@ ...@@ -555,8 +555,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -623,7 +624,6 @@ ...@@ -623,7 +624,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -634,13 +634,9 @@ ...@@ -634,13 +634,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -651,7 +647,7 @@ ...@@ -651,7 +647,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -666,7 +662,6 @@ ...@@ -666,7 +662,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -677,13 +672,9 @@ ...@@ -677,13 +672,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -694,7 +685,7 @@ ...@@ -694,7 +685,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -789,7 +780,6 @@ ...@@ -789,7 +780,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -800,14 +790,9 @@ ...@@ -800,14 +790,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -880,7 +865,7 @@ ...@@ -880,7 +865,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -893,7 +878,7 @@ ...@@ -893,7 +878,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -920,6 +905,7 @@ ...@@ -920,6 +905,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -477,9 +477,9 @@ ...@@ -477,9 +477,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -514,9 +514,9 @@ ...@@ -514,9 +514,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -551,9 +551,9 @@ ...@@ -551,9 +551,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -667,8 +667,9 @@ ...@@ -667,8 +667,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -735,7 +736,6 @@ ...@@ -735,7 +736,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -746,13 +746,9 @@ ...@@ -746,13 +746,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -763,7 +759,7 @@ ...@@ -763,7 +759,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -778,7 +774,6 @@ ...@@ -778,7 +774,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -789,13 +784,9 @@ ...@@ -789,13 +784,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -806,7 +797,7 @@ ...@@ -806,7 +797,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -901,7 +892,6 @@ ...@@ -901,7 +892,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -912,14 +902,9 @@ ...@@ -912,14 +902,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -992,7 +977,7 @@ ...@@ -992,7 +977,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1005,7 +990,7 @@ ...@@ -1005,7 +990,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1025,6 +1010,7 @@ ...@@ -1025,6 +1010,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -477,9 +477,9 @@ ...@@ -477,9 +477,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -514,9 +514,9 @@ ...@@ -514,9 +514,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -551,9 +551,9 @@ ...@@ -551,9 +551,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -667,8 +667,9 @@ ...@@ -667,8 +667,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -735,7 +736,6 @@ ...@@ -735,7 +736,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -746,13 +746,9 @@ ...@@ -746,13 +746,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -763,7 +759,7 @@ ...@@ -763,7 +759,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -778,7 +774,6 @@ ...@@ -778,7 +774,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -789,13 +784,9 @@ ...@@ -789,13 +784,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -806,7 +797,7 @@ ...@@ -806,7 +797,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -901,7 +892,6 @@ ...@@ -901,7 +892,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -912,14 +902,9 @@ ...@@ -912,14 +902,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -992,7 +977,7 @@ ...@@ -992,7 +977,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1005,7 +990,7 @@ ...@@ -1005,7 +990,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1025,6 +1010,7 @@ ...@@ -1025,6 +1010,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -477,9 +477,9 @@ ...@@ -477,9 +477,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -514,9 +514,9 @@ ...@@ -514,9 +514,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -551,9 +551,9 @@ ...@@ -551,9 +551,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -667,8 +667,9 @@ ...@@ -667,8 +667,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -735,7 +736,6 @@ ...@@ -735,7 +736,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -746,13 +746,9 @@ ...@@ -746,13 +746,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -763,7 +759,7 @@ ...@@ -763,7 +759,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -778,7 +774,6 @@ ...@@ -778,7 +774,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -789,13 +784,9 @@ ...@@ -789,13 +784,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -806,7 +797,7 @@ ...@@ -806,7 +797,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -901,7 +892,6 @@ ...@@ -901,7 +892,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -912,14 +902,9 @@ ...@@ -912,14 +902,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -992,7 +977,7 @@ ...@@ -992,7 +977,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1005,7 +990,7 @@ ...@@ -1005,7 +990,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1025,6 +1010,7 @@ ...@@ -1025,6 +1010,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -477,9 +477,9 @@ ...@@ -477,9 +477,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -514,9 +514,9 @@ ...@@ -514,9 +514,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -551,9 +551,9 @@ ...@@ -551,9 +551,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -667,8 +667,9 @@ ...@@ -667,8 +667,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -735,7 +736,6 @@ ...@@ -735,7 +736,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -746,13 +746,9 @@ ...@@ -746,13 +746,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -763,7 +759,7 @@ ...@@ -763,7 +759,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -778,7 +774,6 @@ ...@@ -778,7 +774,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -789,13 +784,9 @@ ...@@ -789,13 +784,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -806,7 +797,7 @@ ...@@ -806,7 +797,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -901,7 +892,6 @@ ...@@ -901,7 +892,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -912,14 +902,9 @@ ...@@ -912,14 +902,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -992,7 +977,7 @@ ...@@ -992,7 +977,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1005,7 +990,7 @@ ...@@ -1005,7 +990,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1025,6 +1010,7 @@ ...@@ -1025,6 +1010,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -771,9 +771,9 @@ ...@@ -771,9 +771,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -783,7 +783,7 @@ ...@@ -783,7 +783,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -808,9 +808,9 @@ ...@@ -808,9 +808,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -845,9 +845,9 @@ ...@@ -845,9 +845,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -961,8 +961,9 @@ ...@@ -961,8 +961,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1029,7 +1030,6 @@ ...@@ -1029,7 +1030,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -1040,13 +1040,9 @@ ...@@ -1040,13 +1040,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1057,7 +1053,7 @@ ...@@ -1057,7 +1053,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1072,7 +1068,6 @@ ...@@ -1072,7 +1068,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -1083,13 +1078,9 @@ ...@@ -1083,13 +1078,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1100,7 +1091,7 @@ ...@@ -1100,7 +1091,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -1195,7 +1186,6 @@ ...@@ -1195,7 +1186,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -1206,14 +1196,9 @@ ...@@ -1206,14 +1196,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -1286,7 +1271,7 @@ ...@@ -1286,7 +1271,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1299,7 +1284,7 @@ ...@@ -1299,7 +1284,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1319,6 +1304,7 @@ ...@@ -1319,6 +1304,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -385,9 +385,9 @@ ...@@ -385,9 +385,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -397,7 +397,7 @@ ...@@ -397,7 +397,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -422,9 +422,9 @@ ...@@ -422,9 +422,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -459,9 +459,9 @@ ...@@ -459,9 +459,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -575,8 +575,9 @@ ...@@ -575,8 +575,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -643,7 +644,6 @@ ...@@ -643,7 +644,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -654,13 +654,9 @@ ...@@ -654,13 +654,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -671,7 +667,7 @@ ...@@ -671,7 +667,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -686,7 +682,6 @@ ...@@ -686,7 +682,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -697,13 +692,9 @@ ...@@ -697,13 +692,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -714,7 +705,7 @@ ...@@ -714,7 +705,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -809,7 +800,6 @@ ...@@ -809,7 +800,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -820,14 +810,9 @@ ...@@ -820,14 +810,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -900,7 +885,7 @@ ...@@ -900,7 +885,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -913,7 +898,7 @@ ...@@ -913,7 +898,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -933,6 +918,7 @@ ...@@ -933,6 +918,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
......
...@@ -27648,9 +27648,9 @@ ...@@ -27648,9 +27648,9 @@
"codeName" : "IBIZBOOKName" "codeName" : "IBIZBOOKName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 200, "name" : "ibizbookname",
"name" : "ibizbookname" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -27660,7 +27660,7 @@ ...@@ -27660,7 +27660,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname", "rTMOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -27685,9 +27685,9 @@ ...@@ -27685,9 +27685,9 @@
"codeName" : "Author" "codeName" : "Author"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "author",
"name" : "author" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -27722,9 +27722,9 @@ ...@@ -27722,9 +27722,9 @@
"codeName" : "Press" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "press",
"name" : "press" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -27838,8 +27838,9 @@ ...@@ -27838,8 +27838,9 @@
"codeName" : "Booknumber" "codeName" : "Booknumber"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"name" : "booknumber" "name" : "booknumber",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -27906,7 +27907,6 @@ ...@@ -27906,7 +27907,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime", "mOSFilePath" : "psdeformdetail_formitems/lendouttime",
...@@ -27917,13 +27917,9 @@ ...@@ -27917,13 +27917,9 @@
"codeName" : "Lendouttime" "codeName" : "Lendouttime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "lendouttime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "lendouttime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -27934,7 +27930,7 @@ ...@@ -27934,7 +27930,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/lendouttime", "rTMOSFilePath" : "psdeformdetail_formitems/lendouttime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -27949,7 +27945,6 @@ ...@@ -27949,7 +27945,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemWidth" : 225.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime", "mOSFilePath" : "psdeformdetail_formitems/returntime",
...@@ -27960,13 +27955,9 @@ ...@@ -27960,13 +27955,9 @@
"codeName" : "Returntime" "codeName" : "Returntime"
}, },
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD", "editorType" : "SPAN",
"editorParams" : { "name" : "returntime",
"TIMEFMT" : "YYYY-MM-DD" "enableLinkView" : false
},
"editorType" : "DATEPICKEREX_NOTIME",
"editorWidth" : 100.0,
"name" : "returntime"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -27977,7 +27968,7 @@ ...@@ -27977,7 +27968,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/returntime", "rTMOSFilePath" : "psdeformdetail_formitems/returntime",
"valueFormat" : "YYYY-MM-DD", "valueFormat" : "YYYY-MM-DD",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -28072,7 +28063,6 @@ ...@@ -28072,7 +28063,6 @@
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 125, "labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon", "mOSFilePath" : "psdeformdetail_formitems/icon",
...@@ -28083,14 +28073,9 @@ ...@@ -28083,14 +28073,9 @@
"codeName" : "Icon" "codeName" : "Icon"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 200.0, "editorType" : "SPAN",
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "icon", "name" : "icon",
"showMaxLength" : true "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 8, "colLG" : 8,
...@@ -28163,7 +28148,7 @@ ...@@ -28163,7 +28148,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -28176,7 +28161,7 @@ ...@@ -28176,7 +28161,7 @@
}, },
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1", "rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0, "width" : 484.0,
"infoGroupMode" : false "infoGroupMode" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -28196,6 +28181,7 @@ ...@@ -28196,6 +28181,7 @@
"modelref" : true, "modelref" : true,
"id" : "update" "id" : "update"
}, },
"infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
"modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a", "modelid" : "6cd11a010cbbb4d2bad5e1aad7e8020a",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册