提交 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 ;
/**
* 获取多项数据
......
......@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册