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

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

上级 8f7628d1
......@@ -70,42 +70,96 @@
<i-col v-show="detailsModel.group2.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group2.manageContainerStatus" :isManageContainer="detailsModel.group2.isManageContainer" @managecontainerclick="manageContainerClick('group2')" layoutType="FLEX" titleStyle="" class='' :uiActionGroup="detailsModel.group2.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'操作信息'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<div style="height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;">
<div v-show="detailsModel.createman.visible" :style="{}">
<app-form-item name='createman' :itemRules="this.rules().createman" class='' :caption="$t('DEF.LNAME.CREATEMAN', '建立人')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.createman.error" :isEmptyCaption="false" labelPos="LEFT">
<app-span name='createman' :value="data.createman" dataType="TEXT" unitName="" :precision="0"
tag='SysOperator' codelistType='DYNAMIC' :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
<div v-show="detailsModel.borrower.visible" :style="{}">
<app-form-item name='borrower' :itemRules="this.rules().borrower" class='' :caption="$t('DEF.LNAME.BORROWER', '借阅人')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.borrower.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.borrower"
@enter="onEnter($event)"
unit=""
:disabled="detailsModel.borrower.disabled"
type='text'
style="">
</input-box>
</app-form-item>
</div>
<div v-show="detailsModel.createdate.visible" :style="{}">
<app-form-item name='createdate' :itemRules="this.rules().createdate" class='' :caption="$t('DEF.LNAME.CREATEDATE', '建立时间')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.createdate.error" :isEmptyCaption="false" labelPos="LEFT">
<div v-show="detailsModel.borrower1_id.visible" :style="{}">
<app-form-item name='borrower1_id' :itemRules="this.rules().borrower1_id" class='' :caption="$t('DEF.LNAME.BORROWER1_ID', '借阅人1_ID')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.borrower1_id.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.borrower1_id"
@enter="onEnter($event)"
unit=""
:disabled="detailsModel.borrower1_id.disabled"
type='text'
style="">
</input-box>
</app-form-item>
<app-span name='createdate' :value="data.createdate" dataType="DATETIME" unitName="" valueFormat="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS" :precision="0"
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
</div>
<div v-show="detailsModel.borrower2_id.visible" :style="{}">
<app-form-item name='borrower2_id' :itemRules="this.rules().borrower2_id" class='' :caption="$t('DEF.LNAME.BORROWER2_ID', '借阅人2_ID')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.borrower2_id.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.borrower2_id"
@enter="onEnter($event)"
unit=""
:disabled="detailsModel.borrower2_id.disabled"
type='text'
style="">
</input-box>
</app-form-item>
</div>
<div v-show="detailsModel.updateman.visible" :style="{}">
<app-form-item name='updateman' :itemRules="this.rules().updateman" class='' :caption="$t('DEF.LNAME.UPDATEMAN', '更新人')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.updateman.error" :isEmptyCaption="false" labelPos="LEFT">
<div v-show="detailsModel.borrower3_id.visible" :style="{}">
<app-form-item name='borrower3_id' :itemRules="this.rules().borrower3_id" class='' :caption="$t('DEF.LNAME.BORROWER3_ID', '借阅人3_ID')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.borrower3_id.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.borrower3_id"
@enter="onEnter($event)"
unit=""
:disabled="detailsModel.borrower3_id.disabled"
type='text'
style="">
</input-box>
<app-span name='updateman' :value="data.updateman" dataType="TEXT" unitName="" :precision="0"
tag='SysOperator' codelistType='DYNAMIC' :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
</app-form-item>
</div>
<div v-show="detailsModel.grouppanel2.visible" :style="{'flex-grow': '1','height': 0,}">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel2.manageContainerStatus" :isManageContainer="detailsModel.grouppanel2.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel2')" layoutType="FLEX" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel2.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'分组面板'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<div style="height: 100%;display: flex;">
<div v-show="detailsModel.tag.visible" :style="{}">
<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">
<input-box v-model="data.tag" :textareaId="this.$util.createUUID()" :disabled="detailsModel.tag.disabled" type='textarea' editorType="TEXTAREA_10" textareaStyle="height:200px;" ></input-box>
</app-form-item>
</div>
<div v-show="detailsModel.updatedate.visible" :style="{}">
<app-form-item name='updatedate' :itemRules="this.rules().updatedate" class='' :caption="$t('DEF.LNAME.UPDATEDATE', '更新时间')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.updatedate.error" :isEmptyCaption="false" labelPos="LEFT">
<div v-show="detailsModel.orgid.visible" :style="{}">
<app-form-item name='orgid' :itemRules="this.rules().orgid" class='' :caption="'单位'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.orgid.error" :isEmptyCaption="false" labelPos="LEFT">
<input-box
v-model="data.orgid"
@enter="onEnter($event)"
unit=""
:disabled="detailsModel.orgid.disabled"
type='text'
style="">
</input-box>
<app-span name='updatedate' :value="data.updatedate" dataType="DATETIME" unitName="" valueFormat="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS" :precision="0"
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
</app-form-item>
</div>
<div v-show="detailsModel.press.visible" :style="{}">
<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">
<input-box
v-model="data.press"
@enter="onEnter($event)"
unit=""
:disabled="detailsModel.press.disabled"
type='text'
style="">
</input-box>
</app-form-item>
......@@ -114,6 +168,11 @@ tag='SysOperator' codelistType='DYNAMIC' :data="data" :context="context" :viewpa
</div>
</app-form-group>
</div>
</div>
</app-form-group>
</i-col>
......@@ -571,10 +630,13 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
srfsourcekey: null,
ibizbookname: null,
author: null,
createman: null,
createdate: null,
updateman: null,
updatedate: null,
borrower: null,
borrower1_id: null,
borrower2_id: null,
borrower3_id: null,
tag: null,
orgid: null,
press: null,
ibizbookid: null,
ibizbook:null,
};
......@@ -635,21 +697,33 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
{ required: this.detailsModel.author.required, type: 'string', message: '图书作者 值不能为空', trigger: 'change' },
{ required: this.detailsModel.author.required, type: 'string', message: '图书作者 值不能为空', trigger: 'blur' },
],
createman: [
{ required: this.detailsModel.createman.required, type: 'string', message: '建立人 值不能为空', trigger: 'change' },
{ required: this.detailsModel.createman.required, type: 'string', message: '建立人 值不能为空', trigger: 'blur' },
borrower: [
{ required: this.detailsModel.borrower.required, type: 'string', message: '借阅人 值不能为空', trigger: 'change' },
{ required: this.detailsModel.borrower.required, type: 'string', message: '借阅人 值不能为空', trigger: 'blur' },
],
borrower1_id: [
{ required: this.detailsModel.borrower1_id.required, type: 'string', message: '借阅人1_ID 值不能为空', trigger: 'change' },
{ required: this.detailsModel.borrower1_id.required, type: 'string', message: '借阅人1_ID 值不能为空', trigger: 'blur' },
],
borrower2_id: [
{ required: this.detailsModel.borrower2_id.required, type: 'string', message: '借阅人2_ID 值不能为空', trigger: 'change' },
{ required: this.detailsModel.borrower2_id.required, type: 'string', message: '借阅人2_ID 值不能为空', trigger: 'blur' },
],
borrower3_id: [
{ required: this.detailsModel.borrower3_id.required, type: 'string', message: '借阅人3_ID 值不能为空', trigger: 'change' },
{ required: this.detailsModel.borrower3_id.required, type: 'string', message: '借阅人3_ID 值不能为空', trigger: 'blur' },
],
createdate: [
{ required: this.detailsModel.createdate.required, type: 'string', message: '建立时间 值不能为空', trigger: 'change' },
{ required: this.detailsModel.createdate.required, type: 'string', message: '建立时间 值不能为空', trigger: 'blur' },
tag: [
{ required: this.detailsModel.tag.required, type: 'string', message: '标签 值不能为空', trigger: 'change' },
{ required: this.detailsModel.tag.required, type: 'string', message: '标签 值不能为空', trigger: 'blur' },
],
updateman: [
{ required: this.detailsModel.updateman.required, type: 'string', message: '更新人 值不能为空', trigger: 'change' },
{ required: this.detailsModel.updateman.required, type: 'string', message: '更新人 值不能为空', trigger: 'blur' },
orgid: [
{ required: this.detailsModel.orgid.required, type: 'string', message: '单位 值不能为空', trigger: 'change' },
{ required: this.detailsModel.orgid.required, type: 'string', message: '单位 值不能为空', trigger: 'blur' },
],
updatedate: [
{ required: this.detailsModel.updatedate.required, type: 'string', message: '更新时间 值不能为空', trigger: 'change' },
{ required: this.detailsModel.updatedate.required, type: 'string', message: '更新时间 值不能为空', trigger: 'blur' },
press: [
{ required: this.detailsModel.press.required, type: 'string', message: '图书出版社 值不能为空', trigger: 'change' },
{ required: this.detailsModel.press.required, type: 'string', message: '图书出版社 值不能为空', trigger: 'blur' },
],
}
}
......@@ -763,6 +837,8 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
grouppanel1: new FormGroupPanelModel({ caption: '分组面板', detailType: 'GROUPPANEL', name: 'grouppanel1', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
formpage1: new FormPageModel({ caption: '基本信息', detailType: 'FORMPAGE', name: 'formpage1', visible: true, isShowCaption: true, form: this, isControlledContent: false })
,
grouppanel2: new FormGroupPanelModel({ caption: '分组面板', detailType: 'GROUPPANEL', name: 'grouppanel2', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
group2: new FormGroupPanelModel({ caption: '操作信息', detailType: 'GROUPPANEL', name: 'group2', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
......@@ -788,13 +864,19 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
,
author: new FormItemModel({ caption: '图书作者', detailType: 'FORMITEM', name: 'author', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
createman: new FormItemModel({ caption: '建立人', detailType: 'FORMITEM', name: 'createman', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
borrower: new FormItemModel({ caption: '借阅人', detailType: 'FORMITEM', name: 'borrower', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
borrower1_id: new FormItemModel({ caption: '借阅人1_ID', detailType: 'FORMITEM', name: 'borrower1_id', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
borrower2_id: new FormItemModel({ caption: '借阅人2_ID', detailType: 'FORMITEM', name: 'borrower2_id', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
createdate: new FormItemModel({ caption: '建立时间', detailType: 'FORMITEM', name: 'createdate', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
borrower3_id: new FormItemModel({ caption: '借阅人3_ID', detailType: 'FORMITEM', name: 'borrower3_id', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
updateman: new FormItemModel({ caption: '更新人', detailType: 'FORMITEM', name: 'updateman', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
tag: new FormItemModel({ caption: '标签', detailType: 'FORMITEM', name: 'tag', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
updatedate: new FormItemModel({ caption: '更新时间', detailType: 'FORMITEM', name: 'updatedate', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
orgid: new FormItemModel({ caption: '单位', detailType: 'FORMITEM', name: 'orgid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
press: new FormItemModel({ caption: '图书出版社', detailType: 'FORMITEM', name: 'press', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
ibizbookid: new FormItemModel({ caption: '图书标识', detailType: 'FORMITEM', name: 'ibizbookid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
......@@ -922,51 +1004,87 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
}
/**
* 监控表单属性 createman
* 监控表单属性 borrower
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FormlayoutBase
*/
@Watch('data.createman')
onCreatemanChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'createman', newVal: newVal, oldVal: oldVal });
@Watch('data.borrower')
onBorrowerChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'borrower', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 createdate
* 监控表单属性 borrower1_id
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FormlayoutBase
*/
@Watch('data.createdate')
onCreatedateChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'createdate', newVal: newVal, oldVal: oldVal });
@Watch('data.borrower1_id')
onBorrower1_idChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'borrower1_id', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 updateman
* 监控表单属性 borrower2_id
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FormlayoutBase
*/
@Watch('data.updateman')
onUpdatemanChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'updateman', newVal: newVal, oldVal: oldVal });
@Watch('data.borrower2_id')
onBorrower2_idChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'borrower2_id', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 updatedate
* 监控表单属性 borrower3_id
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FormlayoutBase
*/
@Watch('data.updatedate')
onUpdatedateChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'updatedate', newVal: newVal, oldVal: oldVal });
@Watch('data.borrower3_id')
onBorrower3_idChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'borrower3_id', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 tag 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FormlayoutBase
*/
@Watch('data.tag')
onTagChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'tag', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 orgid 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FormlayoutBase
*/
@Watch('data.orgid')
onOrgidChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'orgid', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 press 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof FormlayoutBase
*/
@Watch('data.press')
onPressChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'press', newVal: newVal, oldVal: oldVal });
}
/**
......@@ -1050,6 +1168,10 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
......
......@@ -67,24 +67,39 @@ export default class FormlayoutModel {
dataType: 'TEXT',
},
{
name: 'createman',
prop: 'createman',
name: 'borrower',
prop: 'borrower',
dataType: 'TEXT',
},
{
name: 'createdate',
prop: 'createdate',
dataType: 'DATETIME',
name: 'borrower1_id',
prop: 'borrower1_id',
dataType: 'TEXT',
},
{
name: 'updateman',
prop: 'updateman',
name: 'borrower2_id',
prop: 'borrower2_id',
dataType: 'TEXT',
},
{
name: 'updatedate',
prop: 'updatedate',
dataType: 'DATETIME',
name: 'borrower3_id',
prop: 'borrower3_id',
dataType: 'TEXT',
},
{
name: 'tag',
prop: 'tag',
dataType: 'LONGTEXT',
},
{
name: 'orgid',
prop: 'orgid',
dataType: 'TEXT',
},
{
name: 'press',
prop: 'press',
dataType: 'TEXT',
},
{
name: 'ibizbookid',
......
......@@ -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];
......
......@@ -26,7 +26,7 @@
<span class="quick-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="usr4listview_layoutlist_quicktoolbarModels.deuiaction1.visabled" :disabled="usr4listview_layoutlist_quicktoolbarModels.deuiaction1.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)">
<i-button v-show="listviewlist_quicktoolbarModels.deuiaction1.visabled" :disabled="listviewlist_quicktoolbarModels.deuiaction1.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-file-text-o'></i>
<span class='caption'>{{$t('TBB.TEXT.*.NEW', '新建')}}</span>
</i-button>
......@@ -41,14 +41,14 @@
<span class="batch-toolbar">
<div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction1.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i-button v-show="listviewlist_batchtoolbarModels.deuiaction1.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction1.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)">
<i class='fa fa-edit'></i>
<span class='caption'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</span>
</i-button>
<div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div>
</tooltip>
<tooltip :transfer="true" :max-width="600">
<i-button v-show="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.visabled" :disabled="usr4listview_layoutlist_batchtoolbarModels.deuiaction2.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i-button v-show="listviewlist_batchtoolbarModels.deuiaction2.visabled" :disabled="listviewlist_batchtoolbarModels.deuiaction2.disabled" class=' srfactionlevel100' v-button-loading:i-button @click="list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)">
<i class='fa fa-remove'></i>
<span class='caption'>{{$t('TBB.TEXT.*.REMOVE', '删除')}}</span>
</i-button>
......@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) {
......@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase
* @memberof IBIZBOOKListViewBase
*/
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this;
......@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr4ListView_layout
* @memberof IBIZBOOKListView
*/
public usr4listview_layoutlist_quicktoolbarModels: any = {
public listviewlist_quicktoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } },
};
......@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOKUsr4ListView_layout
* @memberof IBIZBOOKListView
*/
public usr4listview_layoutlist_batchtoolbarModels: any = {
public listviewlist_batchtoolbarModels: any = {
deuiaction1: { name: 'deuiaction1', actiontarget: 'NONE', caption: '编辑', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Edit', target: 'SINGLEKEY' } },
deuiaction2: { name: 'deuiaction2', actiontarget: 'NONE', caption: '删除', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'Remove', target: 'MULTIKEY' } },
......@@ -841,7 +841,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/
public async load(opt: any = {}): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.removeAction') as string) });
return;
}
if (datas.length === 0) {
......@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZBOOKUsr4ListView_layout' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZBOOKListView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -1846,7 +1846,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 };
......@@ -1898,7 +1898,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 } ;
......@@ -1969,7 +1969,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});
......@@ -2077,7 +2077,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 });
......@@ -2275,7 +2275,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];
......
......@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase 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: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKListView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -698,7 +698,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: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -70,6 +70,11 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
......
......@@ -95,32 +95,53 @@
"codeName" : "Author"
}
}, {
"id" : "createman",
"id" : "borrower",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
"name" : "BORROWER",
"codeName" : "Borrower"
}
}, {
"id" : "createdate",
"dataType" : 5,
"id" : "borrower1_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
"name" : "BORROWER1_ID",
"codeName" : "Borrower1_id"
}
}, {
"id" : "updateman",
"id" : "borrower2_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
}
}, {
"id" : "updatedate",
"dataType" : 5,
"id" : "borrower3_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
"name" : "BORROWER3_ID",
"codeName" : "Borrower3_id"
}
}, {
"id" : "tag",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TAG",
"codeName" : "Tag"
}
}, {
"id" : "orgid",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
}
}, {
"id" : "press",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "PRESS",
"codeName" : "Press"
}
}, {
"id" : "ibizbookid",
......@@ -273,153 +294,263 @@
"name" : "group2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEMAN",
"mOSFilePath" : "pslanguageres/Auto859",
"rTMOSFilePath" : "pslanguageres/Auto859"
"lanResTag" : "DEF.LNAME.BORROWER",
"mOSFilePath" : "pslanguageres/Auto1872",
"rTMOSFilePath" : "pslanguageres/Auto1872"
},
"caption" : "建立人",
"codeName" : "createman",
"caption" : "借阅人",
"codeName" : "borrower",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createman",
"name" : "createman",
"mOSFilePath" : "psdeformdetail_formitems/borrower",
"name" : "borrower",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
"name" : "BORROWER",
"codeName" : "Borrower"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"enableLinkView" : false
"rTMOSFilePath" : "psdeformdetail_formitems/borrower",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BORROWER1_ID",
"mOSFilePath" : "pslanguageres/Auto1882",
"rTMOSFilePath" : "pslanguageres/Auto1882"
},
"caption" : "借阅人1_ID",
"codeName" : "borrower1_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"name" : "borrower1_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER1_ID",
"codeName" : "Borrower1_id"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower1_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/createman",
"rTMOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE",
"mOSFilePath" : "pslanguageres/Auto964",
"rTMOSFilePath" : "pslanguageres/Auto964"
"lanResTag" : "DEF.LNAME.BORROWER2_ID",
"mOSFilePath" : "pslanguageres/Auto2106",
"rTMOSFilePath" : "pslanguageres/Auto2106"
},
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"caption" : "借阅人2_ID",
"codeName" : "borrower2_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createdate",
"name" : "createdate",
"mOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"name" : "borrower2_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower2_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/createdate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"rTMOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"mOSFilePath" : "pslanguageres/Auto202",
"rTMOSFilePath" : "pslanguageres/Auto202"
"lanResTag" : "DEF.LNAME.BORROWER3_ID",
"mOSFilePath" : "pslanguageres/Auto2109",
"rTMOSFilePath" : "pslanguageres/Auto2109"
},
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "借阅人3_ID",
"codeName" : "borrower3_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updateman",
"name" : "updateman",
"mOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"name" : "borrower3_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "BORROWER3_ID",
"codeName" : "Borrower3_id"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower3_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"allowEmpty" : true,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "分组面板",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TAG",
"mOSFilePath" : "pslanguageres/Auto2141",
"rTMOSFilePath" : "pslanguageres/Auto2141"
},
"enableLinkView" : false
"caption" : "标签",
"codeName" : "tag",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TAG",
"codeName" : "Tag"
},
"getPSEditor" : {
"editorHeight" : 200.0,
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "tag",
"showMaxLength" : true
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/updateman",
"rTMOSFilePath" : "psdeformdetail_formitems/tag",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "单位",
"codeName" : "orgid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/orgid",
"name" : "orgid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "orgid"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/orgid",
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"mOSFilePath" : "pslanguageres/Auto1074",
"rTMOSFilePath" : "pslanguageres/Auto1074"
"lanResTag" : "DEF.LNAME.PRESS",
"mOSFilePath" : "pslanguageres/Auto1827",
"rTMOSFilePath" : "pslanguageres/Auto1827"
},
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"caption" : "图书出版社",
"codeName" : "press",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updatedate",
"name" : "updatedate",
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
"name" : "PRESS",
"codeName" : "Press"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "press"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"rTMOSFilePath" : "psdeformdetail_formitems/press",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : {
"align" : "center",
"dir" : "column",
......
......@@ -214,32 +214,53 @@
"codeName" : "Author"
}
}, {
"id" : "createman",
"id" : "borrower",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
"name" : "BORROWER",
"codeName" : "Borrower"
}
}, {
"id" : "createdate",
"dataType" : 5,
"id" : "borrower1_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
"name" : "BORROWER1_ID",
"codeName" : "Borrower1_id"
}
}, {
"id" : "updateman",
"id" : "borrower2_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
}
}, {
"id" : "updatedate",
"dataType" : 5,
"id" : "borrower3_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
"name" : "BORROWER3_ID",
"codeName" : "Borrower3_id"
}
}, {
"id" : "tag",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TAG",
"codeName" : "Tag"
}
}, {
"id" : "orgid",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
}
}, {
"id" : "press",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "PRESS",
"codeName" : "Press"
}
}, {
"id" : "ibizbookid",
......@@ -392,153 +413,263 @@
"name" : "group2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEMAN",
"mOSFilePath" : "pslanguageres/Auto859",
"rTMOSFilePath" : "pslanguageres/Auto859"
"lanResTag" : "DEF.LNAME.BORROWER",
"mOSFilePath" : "pslanguageres/Auto1872",
"rTMOSFilePath" : "pslanguageres/Auto1872"
},
"caption" : "建立人",
"codeName" : "createman",
"caption" : "借阅人",
"codeName" : "borrower",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createman",
"name" : "createman",
"mOSFilePath" : "psdeformdetail_formitems/borrower",
"name" : "borrower",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
"name" : "BORROWER",
"codeName" : "Borrower"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"enableLinkView" : false
"rTMOSFilePath" : "psdeformdetail_formitems/borrower",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BORROWER1_ID",
"mOSFilePath" : "pslanguageres/Auto1882",
"rTMOSFilePath" : "pslanguageres/Auto1882"
},
"caption" : "借阅人1_ID",
"codeName" : "borrower1_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"name" : "borrower1_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER1_ID",
"codeName" : "Borrower1_id"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower1_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/createman",
"rTMOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE",
"mOSFilePath" : "pslanguageres/Auto964",
"rTMOSFilePath" : "pslanguageres/Auto964"
"lanResTag" : "DEF.LNAME.BORROWER2_ID",
"mOSFilePath" : "pslanguageres/Auto2106",
"rTMOSFilePath" : "pslanguageres/Auto2106"
},
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"caption" : "借阅人2_ID",
"codeName" : "borrower2_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createdate",
"name" : "createdate",
"mOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"name" : "borrower2_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower2_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/createdate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"rTMOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"mOSFilePath" : "pslanguageres/Auto202",
"rTMOSFilePath" : "pslanguageres/Auto202"
"lanResTag" : "DEF.LNAME.BORROWER3_ID",
"mOSFilePath" : "pslanguageres/Auto2109",
"rTMOSFilePath" : "pslanguageres/Auto2109"
},
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "借阅人3_ID",
"codeName" : "borrower3_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updateman",
"name" : "updateman",
"mOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"name" : "borrower3_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "BORROWER3_ID",
"codeName" : "Borrower3_id"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower3_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"allowEmpty" : true,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "分组面板",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TAG",
"mOSFilePath" : "pslanguageres/Auto2141",
"rTMOSFilePath" : "pslanguageres/Auto2141"
},
"enableLinkView" : false
"caption" : "标签",
"codeName" : "tag",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TAG",
"codeName" : "Tag"
},
"getPSEditor" : {
"editorHeight" : 200.0,
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "tag",
"showMaxLength" : true
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/updateman",
"rTMOSFilePath" : "psdeformdetail_formitems/tag",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "单位",
"codeName" : "orgid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/orgid",
"name" : "orgid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "orgid"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/orgid",
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"mOSFilePath" : "pslanguageres/Auto1074",
"rTMOSFilePath" : "pslanguageres/Auto1074"
"lanResTag" : "DEF.LNAME.PRESS",
"mOSFilePath" : "pslanguageres/Auto1827",
"rTMOSFilePath" : "pslanguageres/Auto1827"
},
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"caption" : "图书出版社",
"codeName" : "press",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updatedate",
"name" : "updatedate",
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
"name" : "PRESS",
"codeName" : "Press"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "press"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"rTMOSFilePath" : "psdeformdetail_formitems/press",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : {
"align" : "center",
"dir" : "column",
......
......@@ -30021,32 +30021,53 @@
"codeName" : "Author"
}
}, {
"id" : "createman",
"id" : "borrower",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
"name" : "BORROWER",
"codeName" : "Borrower"
}
}, {
"id" : "createdate",
"dataType" : 5,
"id" : "borrower1_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
"name" : "BORROWER1_ID",
"codeName" : "Borrower1_id"
}
}, {
"id" : "updateman",
"id" : "borrower2_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
}
}, {
"id" : "updatedate",
"dataType" : 5,
"id" : "borrower3_id",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
"name" : "BORROWER3_ID",
"codeName" : "Borrower3_id"
}
}, {
"id" : "tag",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TAG",
"codeName" : "Tag"
}
}, {
"id" : "orgid",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
}
}, {
"id" : "press",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "PRESS",
"codeName" : "Press"
}
}, {
"id" : "ibizbookid",
......@@ -30199,153 +30220,263 @@
"name" : "group2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEMAN",
"mOSFilePath" : "pslanguageres/Auto859",
"rTMOSFilePath" : "pslanguageres/Auto859"
"lanResTag" : "DEF.LNAME.BORROWER",
"mOSFilePath" : "pslanguageres/Auto1872",
"rTMOSFilePath" : "pslanguageres/Auto1872"
},
"caption" : "建立人",
"codeName" : "createman",
"caption" : "借阅人",
"codeName" : "borrower",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createman",
"name" : "createman",
"mOSFilePath" : "psdeformdetail_formitems/borrower",
"name" : "borrower",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
"name" : "BORROWER",
"codeName" : "Borrower"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower"
},
"enableLinkView" : false
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/borrower",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BORROWER1_ID",
"mOSFilePath" : "pslanguageres/Auto1882",
"rTMOSFilePath" : "pslanguageres/Auto1882"
},
"caption" : "借阅人1_ID",
"codeName" : "borrower1_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"name" : "borrower1_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BORROWER1_ID",
"codeName" : "Borrower1_id"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower1_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/createman",
"rTMOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE",
"mOSFilePath" : "pslanguageres/Auto964",
"rTMOSFilePath" : "pslanguageres/Auto964"
"lanResTag" : "DEF.LNAME.BORROWER2_ID",
"mOSFilePath" : "pslanguageres/Auto2106",
"rTMOSFilePath" : "pslanguageres/Auto2106"
},
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"caption" : "借阅人2_ID",
"codeName" : "borrower2_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createdate",
"name" : "createdate",
"mOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"name" : "borrower2_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
"name" : "BORROWER2_ID",
"codeName" : "Borrower2_id"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower2_id"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/createdate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"rTMOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN",
"mOSFilePath" : "pslanguageres/Auto202",
"rTMOSFilePath" : "pslanguageres/Auto202"
"lanResTag" : "DEF.LNAME.BORROWER3_ID",
"mOSFilePath" : "pslanguageres/Auto2109",
"rTMOSFilePath" : "pslanguageres/Auto2109"
},
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "借阅人3_ID",
"codeName" : "borrower3_id",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updateman",
"name" : "updateman",
"mOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"name" : "borrower3_id",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "BORROWER3_ID",
"codeName" : "Borrower3_id"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "borrower3_id"
},
"enableLinkView" : false
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"allowEmpty" : true,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "分组面板",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TAG",
"mOSFilePath" : "pslanguageres/Auto2141",
"rTMOSFilePath" : "pslanguageres/Auto2141"
},
"caption" : "标签",
"codeName" : "tag",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/tag",
"name" : "tag",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TAG",
"codeName" : "Tag"
},
"getPSEditor" : {
"editorHeight" : 200.0,
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 1048576,
"name" : "tag",
"showMaxLength" : true
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/updateman",
"rTMOSFilePath" : "psdeformdetail_formitems/tag",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "单位",
"codeName" : "orgid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/orgid",
"name" : "orgid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORGID",
"codeName" : "OrgId"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "orgid"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/orgid",
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE",
"mOSFilePath" : "pslanguageres/Auto1074",
"rTMOSFilePath" : "pslanguageres/Auto1074"
"lanResTag" : "DEF.LNAME.PRESS",
"mOSFilePath" : "pslanguageres/Auto1827",
"rTMOSFilePath" : "pslanguageres/Auto1827"
},
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"caption" : "图书出版社",
"codeName" : "press",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updatedate",
"name" : "updatedate",
"mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "press",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
"name" : "PRESS",
"codeName" : "Press"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "press"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_formitems/updatedate",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"rTMOSFilePath" : "psdeformdetail_formitems/press",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : {
"align" : "center",
"dir" : "column",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册