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

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

上级 1f7dd6db
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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;
}
const arg: any = { ...opt } ;
......
......@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1799,7 +1799,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean}
* @memberof GuideBase
*/
public isShowStepBar: Boolean = true ;
public isShowStepBar: Boolean = false ;
/**
* 获取多项数据
......
<template>
<i-form :model="this.data" class='app-form' ref='form' id='ibizbook_main' style="" @on-validate="formItemValidate">
<i-form :model="this.data" class='app-form' ref='form' id='ibizbook_main' style="width: 500px;" @on-validate="formItemValidate">
<input style="display:none;" />
<row >
<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" >
<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 }">
<app-form-item name='ibizbookid' :itemRules="this.rules().ibizbookid" class='' :caption="$t('DEF.LNAME.IBIZBOOKID', '图书标识')" uiStyle="DEFAULT" :labelWidth="130" :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">
<input-box
v-model="data.ibizbookid"
@enter="onEnter($event)"
......@@ -20,7 +20,7 @@
</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 }">
<app-form-item name='ibizbookname' :itemRules="this.rules().ibizbookname" class='' :caption="$t('DEF.LNAME.IBIZBOOKNAME', '图书名称')" uiStyle="DEFAULT" :labelWidth="130" :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"
@enter="onEnter($event)"
......@@ -34,7 +34,7 @@
</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 }">
<app-form-item name='author' :itemRules="this.rules().author" class='' :caption="$t('DEF.LNAME.AUTHOR', '图书作者')" uiStyle="DEFAULT" :labelWidth="130" :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"
@enter="onEnter($event)"
......@@ -48,7 +48,7 @@
</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 }">
<app-form-item name='press' :itemRules="this.rules().press" class='' :caption="$t('DEF.LNAME.PRESS', '图书出版社')" uiStyle="DEFAULT" :labelWidth="130" :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"
@enter="onEnter($event)"
......@@ -62,7 +62,7 @@
</i-col>
<i-col v-show="detailsModel.price.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='price' :itemRules="this.rules().price" class='' :caption="$t('DEF.LNAME.PRICE', '图书价格')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.price.error" :isEmptyCaption="false" labelPos="LEFT">
<app-form-item name='price' :itemRules="this.rules().price" class='' :caption="$t('DEF.LNAME.PRICE', '图书价格')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.price.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.price"
@enter="onEnter($event)"
......@@ -78,7 +78,7 @@
</i-col>
<i-col v-show="detailsModel.type.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='type' :itemRules="this.rules().type" class='' :caption="$t('DEF.LNAME.TYPE', '图书类型')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.type.error" :isEmptyCaption="false" labelPos="LEFT">
<app-form-item name='type' :itemRules="this.rules().type" class='' :caption="$t('DEF.LNAME.TYPE', '图书类型')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.type.error" :isEmptyCaption="false" labelPos="LEFT">
<dropdown-list
v-model="data.type"
......@@ -99,7 +99,7 @@
</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 }">
<app-form-item name='booknumber' :itemRules="this.rules().booknumber" class='' :caption="$t('DEF.LNAME.BOOKNUMBER', '图书数量')" uiStyle="DEFAULT" :labelWidth="130" :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"
@enter="onEnter($event)"
......@@ -113,7 +113,7 @@
</i-col>
<i-col v-show="detailsModel.sailstate.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='sailstate' :itemRules="this.rules().sailstate" class='' :caption="$t('DEF.LNAME.SAILSTATE', '图书销售状态')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.sailstate.error" :isEmptyCaption="false" labelPos="LEFT">
<app-form-item name='sailstate' :itemRules="this.rules().sailstate" class='' :caption="$t('DEF.LNAME.SAILSTATE', '图书销售状态')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.sailstate.error" :isEmptyCaption="false" labelPos="LEFT">
<dropdown-list
v-model="data.sailstate"
......@@ -134,21 +134,21 @@
</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 }">
<app-form-item name='lendouttime' :itemRules="this.rules().lendouttime" class='' :caption="$t('DEF.LNAME.LENDOUTTIME', '借出日期')" uiStyle="DEFAULT" :labelWidth="130" :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-form-item>
</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 }">
<app-form-item name='returntime' :itemRules="this.rules().returntime" class='' :caption="$t('DEF.LNAME.RETURNTIME', '归还日期')" uiStyle="DEFAULT" :labelWidth="130" :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-form-item>
</i-col>
<i-col v-show="detailsModel.tag.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='tag' :itemRules="this.rules().tag" class='' :caption="$t('DEF.LNAME.TAG', '标签')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.tag.error" :isEmptyCaption="false" labelPos="LEFT">
<app-form-item name='tag' :itemRules="this.rules().tag" class='' :caption="$t('DEF.LNAME.TAG', '标签')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.tag.error" :isEmptyCaption="false" labelPos="LEFT">
<dropdown-list-mpicker
v-model="data.tag"
......@@ -167,7 +167,7 @@
</i-col>
<i-col v-show="detailsModel.tag1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='tag1' :itemRules="this.rules().tag1" class='' :caption="$t('DEF.LNAME.TAG', '标签')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.tag1.error" :isEmptyCaption="false" labelPos="LEFT">
<app-form-item name='tag1' :itemRules="this.rules().tag1" class='' :caption="$t('DEF.LNAME.TAG', '标签')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.tag1.error" :isEmptyCaption="false" labelPos="LEFT">
<app-checkbox-list
v-model="data.tag1"
......@@ -188,14 +188,14 @@
</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 }">
<app-form-item name='icon' :itemRules="this.rules().icon" class='' :caption="$t('CONTROL.DEFORM.IBIZBOOK.MAIN.FORMITEM.ICON', '图书封面')" uiStyle="DEFAULT" :labelWidth="130" :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-form-item>
</i-col>
<i-col v-show="detailsModel.subtext.visible" :style="{}" :sm="{ span: 15, offset: 0 }" :md="{ span: 15, offset: 0 }" :lg="{ span: 15, offset: 0 }" :xl="{ span: 15, offset: 0 }">
<app-form-item name='subtext' :itemRules="this.rules().subtext" class='' :caption="$t('DEF.LNAME.SUBTEXT', '图书描述')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.subtext.error" :isEmptyCaption="false" labelPos="LEFT">
<app-form-item name='subtext' :itemRules="this.rules().subtext" class='' :caption="$t('DEF.LNAME.SUBTEXT', '图书描述')" uiStyle="DEFAULT" :labelWidth="125" :isShowCaption="true" :error="detailsModel.subtext.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box v-model="data.subtext" :textareaId="this.$util.createUUID()" :disabled="detailsModel.subtext.disabled" type='textarea' editorType="TEXTAREA_10" textareaStyle="height:200px;" ></input-box>
</app-form-item>
......@@ -1690,7 +1690,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -1742,7 +1742,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return;
}
const arg: any = { ...opt } ;
......@@ -1813,7 +1813,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg,{viewparams:this.viewparams});
......@@ -1921,7 +1921,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return;
}
Object.assign(arg, { viewparams: this.viewparams });
......@@ -2119,7 +2119,7 @@ export default class MainBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return;
}
const arg: any = opt[0];
......
......@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -928,7 +928,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -936,7 +936,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -70,11 +70,6 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
......
......@@ -5,8 +5,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -187,6 +188,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -218,7 +220,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -255,7 +257,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -292,7 +294,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -329,7 +331,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -366,7 +368,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -403,7 +405,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -445,7 +447,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -481,7 +483,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -522,9 +524,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -565,9 +567,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -609,7 +611,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -651,7 +653,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -690,7 +692,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -737,7 +739,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -791,6 +793,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -20,6 +20,18 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
......@@ -43,18 +55,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -427,8 +427,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -693,6 +694,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -724,7 +726,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -761,7 +763,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -798,7 +800,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -835,7 +837,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -872,7 +874,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -909,7 +911,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -951,7 +953,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -987,7 +989,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -1028,9 +1030,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -1071,9 +1073,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -1115,7 +1117,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -1157,7 +1159,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -1196,7 +1198,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -1243,7 +1245,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -1297,6 +1299,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -429,8 +429,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -695,6 +696,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -726,7 +728,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -763,7 +765,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -800,7 +802,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -837,7 +839,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -874,7 +876,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -911,7 +913,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -953,7 +955,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -989,7 +991,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -1030,9 +1032,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -1073,9 +1075,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -1117,7 +1119,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -1159,7 +1161,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -1198,7 +1200,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -1245,7 +1247,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -1299,6 +1301,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -82,8 +82,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -348,6 +349,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -379,7 +381,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -416,7 +418,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -453,7 +455,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -490,7 +492,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -527,7 +529,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -564,7 +566,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -606,7 +608,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -642,7 +644,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -683,9 +685,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -726,9 +728,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -770,7 +772,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -812,7 +814,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -851,7 +853,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -898,7 +900,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -952,6 +954,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -97,8 +97,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -363,6 +364,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -394,7 +396,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -431,7 +433,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -468,7 +470,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -505,7 +507,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -542,7 +544,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -579,7 +581,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -621,7 +623,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -657,7 +659,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -698,9 +700,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -741,9 +743,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -785,7 +787,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -827,7 +829,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -866,7 +868,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -913,7 +915,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -967,6 +969,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -39,8 +39,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -294,6 +295,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -325,7 +327,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -362,7 +364,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -399,7 +401,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -436,7 +438,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -473,7 +475,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -510,7 +512,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -552,7 +554,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -588,7 +590,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -629,9 +631,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -672,9 +674,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -716,7 +718,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -758,7 +760,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -797,7 +799,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -844,7 +846,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -898,6 +900,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -46,8 +46,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -312,6 +313,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -343,7 +345,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -380,7 +382,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -417,7 +419,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -454,7 +456,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -491,7 +493,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -528,7 +530,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -570,7 +572,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -606,7 +608,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -647,9 +649,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -690,9 +692,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -734,7 +736,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -776,7 +778,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -815,7 +817,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -862,7 +864,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -916,6 +918,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -47,8 +47,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -313,6 +314,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -344,7 +346,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -381,7 +383,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -418,7 +420,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -455,7 +457,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -492,7 +494,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -529,7 +531,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -571,7 +573,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -607,7 +609,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -648,9 +650,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -691,9 +693,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -735,7 +737,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -777,7 +779,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -816,7 +818,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -863,7 +865,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -917,6 +919,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -39,8 +39,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -294,6 +295,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -325,7 +327,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -362,7 +364,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -399,7 +401,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -436,7 +438,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -473,7 +475,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -510,7 +512,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -552,7 +554,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -588,7 +590,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -629,9 +631,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -672,9 +674,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -716,7 +718,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -758,7 +760,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -797,7 +799,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -844,7 +846,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -898,6 +900,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -88,6 +88,18 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
......@@ -111,18 +123,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -40,8 +40,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -286,6 +287,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -317,7 +319,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -354,7 +356,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -391,7 +393,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -428,7 +430,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -465,7 +467,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -502,7 +504,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -544,7 +546,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -580,7 +582,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -621,9 +623,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -664,9 +666,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -708,7 +710,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -750,7 +752,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -789,7 +791,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -836,7 +838,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -890,6 +892,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -132,8 +132,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -398,6 +399,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -429,7 +431,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -466,7 +468,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -503,7 +505,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -540,7 +542,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -577,7 +579,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -614,7 +616,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -656,7 +658,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -692,7 +694,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -733,9 +735,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -776,9 +778,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -820,7 +822,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -862,7 +864,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -901,7 +903,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -948,7 +950,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -1002,6 +1004,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -132,8 +132,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -398,6 +399,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -429,7 +431,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -466,7 +468,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -503,7 +505,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -540,7 +542,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -577,7 +579,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -614,7 +616,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -656,7 +658,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -692,7 +694,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -733,9 +735,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -776,9 +778,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -820,7 +822,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -862,7 +864,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -901,7 +903,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -948,7 +950,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -1002,6 +1004,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -132,8 +132,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -398,6 +399,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -429,7 +431,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -466,7 +468,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -503,7 +505,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -540,7 +542,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -577,7 +579,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -614,7 +616,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -656,7 +658,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -692,7 +694,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -733,9 +735,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -776,9 +778,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -820,7 +822,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -862,7 +864,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -901,7 +903,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -948,7 +950,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -1002,6 +1004,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -132,8 +132,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -398,6 +399,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -429,7 +431,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -466,7 +468,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -503,7 +505,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -540,7 +542,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -577,7 +579,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -614,7 +616,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -656,7 +658,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -692,7 +694,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -733,9 +735,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -776,9 +778,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -820,7 +822,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -862,7 +864,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -901,7 +903,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -948,7 +950,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -1002,6 +1004,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -426,8 +426,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -692,6 +693,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -723,7 +725,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -760,7 +762,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -797,7 +799,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -834,7 +836,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -871,7 +873,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -908,7 +910,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -950,7 +952,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -986,7 +988,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -1027,9 +1029,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -1070,9 +1072,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -1114,7 +1116,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -1156,7 +1158,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -1195,7 +1197,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -1242,7 +1244,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -1296,6 +1298,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -40,8 +40,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -306,6 +307,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -337,7 +339,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -374,7 +376,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -411,7 +413,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -448,7 +450,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -485,7 +487,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -522,7 +524,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -564,7 +566,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -600,7 +602,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -641,9 +643,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -684,9 +686,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -728,7 +730,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -770,7 +772,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -809,7 +811,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -856,7 +858,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -910,6 +912,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......
......@@ -27314,8 +27314,9 @@
"modelref" : true,
"id" : "create"
},
"defaultLabelWidth" : 130,
"defaultLabelWidth" : 125,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Main.json",
"formWidth" : 500.0,
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom"
......@@ -27569,6 +27570,7 @@
},
"caption" : "基本信息",
"codeName" : "formpage1",
"contentWidth" : 484.0,
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
......@@ -27600,7 +27602,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookid",
"name" : "ibizbookid",
"noPrivDisplayMode" : 1,
......@@ -27637,7 +27639,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/ibizbookname",
"name" : "ibizbookname",
"noPrivDisplayMode" : 1,
......@@ -27674,7 +27676,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/author",
"name" : "author",
"noPrivDisplayMode" : 1,
......@@ -27711,7 +27713,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
......@@ -27748,7 +27750,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/price",
"name" : "price",
"noPrivDisplayMode" : 1,
......@@ -27785,7 +27787,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/type",
"name" : "type",
"noPrivDisplayMode" : 1,
......@@ -27827,7 +27829,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/booknumber",
"name" : "booknumber",
"noPrivDisplayMode" : 1,
......@@ -27863,7 +27865,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/sailstate",
"name" : "sailstate",
"noPrivDisplayMode" : 1,
......@@ -27904,9 +27906,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/lendouttime",
"name" : "lendouttime",
"noPrivDisplayMode" : 1,
......@@ -27947,9 +27949,9 @@
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemWidth" : 230.0,
"itemWidth" : 225.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/returntime",
"name" : "returntime",
"noPrivDisplayMode" : 1,
......@@ -27991,7 +27993,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
......@@ -28033,7 +28035,7 @@
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/tag1",
"name" : "tag1",
"noPrivDisplayMode" : 1,
......@@ -28072,7 +28074,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/icon",
"name" : "icon",
"noPrivDisplayMode" : 1,
......@@ -28119,7 +28121,7 @@
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"labelWidth" : 125,
"mOSFilePath" : "psdeformdetail_formitems/subtext",
"name" : "subtext",
"noPrivDisplayMode" : 1,
......@@ -28173,6 +28175,7 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"width" : 484.0,
"infoGroupMode" : false
} ],
"getPSLayout" : {
......@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-1397-7">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-1412-7">
<createTable tableName="T_IBIZBOOK">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
......@@ -344,7 +344,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-822-14">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizorder-862-14">
<createTable tableName="T_IBIZORDER">
<column name="TP" remarks="" type="TEXT(1048576)">
</column>
......
......@@ -37,7 +37,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-822-8" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizorder-862-8" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZORDER">
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册