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

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

上级 8f7628d1
...@@ -70,42 +70,96 @@ ...@@ -70,42 +70,96 @@
<i-col v-show="detailsModel.group2.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <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" > <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 style="height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;">
<div v-show="detailsModel.createman.visible" :style="{}"> <div v-show="detailsModel.borrower.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-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
<app-span name='createman' :value="data.createman" dataType="TEXT" unitName="" :precision="0" v-model="data.borrower"
tag='SysOperator' codelistType='DYNAMIC' :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style=""> @enter="onEnter($event)"
</app-span> unit=""
:disabled="detailsModel.borrower.disabled"
type='text'
style="">
</input-box>
</app-form-item> </app-form-item>
</div> </div>
<div v-show="detailsModel.createdate.visible" :style="{}"> <div v-show="detailsModel.borrower1_id.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"> <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" </div>
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style=""> <div v-show="detailsModel.borrower2_id.visible" :style="{}">
</app-span> <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> </app-form-item>
</div> </div>
<div v-show="detailsModel.updateman.visible" :style="{}"> <div v-show="detailsModel.borrower3_id.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"> <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" </app-form-item>
tag='SysOperator' codelistType='DYNAMIC' :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span> </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> </app-form-item>
</div> </div>
<div v-show="detailsModel.updatedate.visible" :style="{}"> <div v-show="detailsModel.orgid.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"> <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" </app-form-item>
:data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span> </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> </app-form-item>
...@@ -114,6 +168,11 @@ tag='SysOperator' codelistType='DYNAMIC' :data="data" :context="context" :viewpa ...@@ -114,6 +168,11 @@ tag='SysOperator' codelistType='DYNAMIC' :data="data" :context="context" :viewpa
</div> </div>
</app-form-group> </app-form-group>
</div>
</div>
</app-form-group>
</i-col> </i-col>
...@@ -571,10 +630,13 @@ export default class FormlayoutBase extends Vue implements ControlInterface { ...@@ -571,10 +630,13 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
srfsourcekey: null, srfsourcekey: null,
ibizbookname: null, ibizbookname: null,
author: null, author: null,
createman: null, borrower: null,
createdate: null, borrower1_id: null,
updateman: null, borrower2_id: null,
updatedate: null, borrower3_id: null,
tag: null,
orgid: null,
press: null,
ibizbookid: null, ibizbookid: null,
ibizbook:null, ibizbook:null,
}; };
...@@ -635,21 +697,33 @@ export default class FormlayoutBase extends Vue implements ControlInterface { ...@@ -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: 'change' },
{ required: this.detailsModel.author.required, type: 'string', message: '图书作者 值不能为空', trigger: 'blur' }, { required: this.detailsModel.author.required, type: 'string', message: '图书作者 值不能为空', trigger: 'blur' },
], ],
createman: [ borrower: [
{ required: this.detailsModel.createman.required, type: 'string', message: '建立人 值不能为空', trigger: 'change' }, { required: this.detailsModel.borrower.required, type: 'string', message: '借阅人 值不能为空', trigger: 'change' },
{ required: this.detailsModel.createman.required, type: 'string', message: '建立人 值不能为空', trigger: 'blur' }, { 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: [ tag: [
{ required: this.detailsModel.createdate.required, type: 'string', message: '建立时间 值不能为空', trigger: 'change' }, { required: this.detailsModel.tag.required, type: 'string', message: '标签 值不能为空', trigger: 'change' },
{ required: this.detailsModel.createdate.required, type: 'string', message: '建立时间 值不能为空', trigger: 'blur' }, { required: this.detailsModel.tag.required, type: 'string', message: '标签 值不能为空', trigger: 'blur' },
], ],
updateman: [ orgid: [
{ required: this.detailsModel.updateman.required, type: 'string', message: '更新人 值不能为空', trigger: 'change' }, { required: this.detailsModel.orgid.required, type: 'string', message: '单位 值不能为空', trigger: 'change' },
{ required: this.detailsModel.updateman.required, type: 'string', message: '更新人 值不能为空', trigger: 'blur' }, { required: this.detailsModel.orgid.required, type: 'string', message: '单位 值不能为空', trigger: 'blur' },
], ],
updatedate: [ press: [
{ required: this.detailsModel.updatedate.required, type: 'string', message: '更新时间 值不能为空', trigger: 'change' }, { required: this.detailsModel.press.required, type: 'string', message: '图书出版社 值不能为空', trigger: 'change' },
{ required: this.detailsModel.updatedate.required, type: 'string', message: '更新时间 值不能为空', trigger: 'blur' }, { required: this.detailsModel.press.required, type: 'string', message: '图书出版社 值不能为空', trigger: 'blur' },
], ],
} }
} }
...@@ -763,6 +837,8 @@ export default class FormlayoutBase extends Vue implements ControlInterface { ...@@ -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: [] }) 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 }) 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: [] }) 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 { ...@@ -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 }) 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 }) 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 { ...@@ -922,51 +1004,87 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
} }
/** /**
* 监控表单属性 createman * 监控表单属性 borrower
* *
* @param {*} newVal * @param {*} newVal
* @param {*} oldVal * @param {*} oldVal
* @memberof FormlayoutBase * @memberof FormlayoutBase
*/ */
@Watch('data.createman') @Watch('data.borrower')
onCreatemanChange(newVal: any, oldVal: any) { onBorrowerChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'createman', newVal: newVal, oldVal: oldVal }); this.formDataChange({ name: 'borrower', newVal: newVal, oldVal: oldVal });
} }
/** /**
* 监控表单属性 createdate * 监控表单属性 borrower1_id
* *
* @param {*} newVal * @param {*} newVal
* @param {*} oldVal * @param {*} oldVal
* @memberof FormlayoutBase * @memberof FormlayoutBase
*/ */
@Watch('data.createdate') @Watch('data.borrower1_id')
onCreatedateChange(newVal: any, oldVal: any) { onBorrower1_idChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'createdate', newVal: newVal, oldVal: oldVal }); this.formDataChange({ name: 'borrower1_id', newVal: newVal, oldVal: oldVal });
} }
/** /**
* 监控表单属性 updateman * 监控表单属性 borrower2_id
* *
* @param {*} newVal * @param {*} newVal
* @param {*} oldVal * @param {*} oldVal
* @memberof FormlayoutBase * @memberof FormlayoutBase
*/ */
@Watch('data.updateman') @Watch('data.borrower2_id')
onUpdatemanChange(newVal: any, oldVal: any) { onBorrower2_idChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'updateman', newVal: newVal, oldVal: oldVal }); this.formDataChange({ name: 'borrower2_id', newVal: newVal, oldVal: oldVal });
} }
/** /**
* 监控表单属性 updatedate * 监控表单属性 borrower3_id
* *
* @param {*} newVal * @param {*} newVal
* @param {*} oldVal * @param {*} oldVal
* @memberof FormlayoutBase * @memberof FormlayoutBase
*/ */
@Watch('data.updatedate') @Watch('data.borrower3_id')
onUpdatedateChange(newVal: any, oldVal: any) { onBorrower3_idChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'updatedate', newVal: newVal, oldVal: oldVal }); 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 { ...@@ -1050,6 +1168,10 @@ export default class FormlayoutBase extends Vue implements ControlInterface {
......
...@@ -67,24 +67,39 @@ export default class FormlayoutModel { ...@@ -67,24 +67,39 @@ export default class FormlayoutModel {
dataType: 'TEXT', dataType: 'TEXT',
}, },
{ {
name: 'createman', name: 'borrower',
prop: 'createman', prop: 'borrower',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{ {
name: 'createdate', name: 'borrower1_id',
prop: 'createdate', prop: 'borrower1_id',
dataType: 'DATETIME', dataType: 'TEXT',
}, },
{ {
name: 'updateman', name: 'borrower2_id',
prop: 'updateman', prop: 'borrower2_id',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{ {
name: 'updatedate', name: 'borrower3_id',
prop: 'updatedate', prop: 'borrower3_id',
dataType: 'DATETIME', dataType: 'TEXT',
},
{
name: 'tag',
prop: 'tag',
dataType: 'LONGTEXT',
},
{
name: 'orgid',
prop: 'orgid',
dataType: 'TEXT',
},
{
name: 'press',
prop: 'press',
dataType: 'TEXT',
}, },
{ {
name: 'ibizbookid', name: 'ibizbookid',
......
...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1799,7 +1799,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1799,7 +1799,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1765,7 +1765,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<span class="quick-toolbar"> <span class="quick-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <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> <i class='fa fa-file-text-o'></i>
<span class='caption'>{{$t('TBB.TEXT.*.NEW', '新建')}}</span> <span class='caption'>{{$t('TBB.TEXT.*.NEW', '新建')}}</span>
</i-button> </i-button>
...@@ -41,14 +41,14 @@ ...@@ -41,14 +41,14 @@
<span class="batch-toolbar"> <span class="batch-toolbar">
<div class='toolbar-container'> <div class='toolbar-container'>
<tooltip :transfer="true" :max-width="600"> <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> <i class='fa fa-edit'></i>
<span class='caption'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</span> <span class='caption'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</span>
</i-button> </i-button>
<div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div> <div slot='content'>{{$t('TBB.TEXT.*.EDIT', '编辑')}}</div>
</tooltip> </tooltip>
<tooltip :transfer="true" :max-width="600"> <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> <i class='fa fa-remove'></i>
<span class='caption'>{{$t('TBB.TEXT.*.REMOVE', '删除')}}</span> <span class='caption'>{{$t('TBB.TEXT.*.REMOVE', '删除')}}</span>
</i-button> </i-button>
...@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public New(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Edit(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
if (args.length === 0) { if (args.length === 0) {
...@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源 * @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件 * @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文 * @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOKUsr4ListView_layoutBase * @memberof IBIZBOOKListViewBase
*/ */
public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) { public Remove(args: any[],contextJO?:any, params?: any, $event?: any, xData?: any,actionContext?:any,srfParentDeName?:string) {
const _this: any = this; const _this: any = this;
...@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @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: '' } }, 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 ...@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型 * 工具栏模型
* *
* @type {*} * @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' } }, 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' } }, 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 ...@@ -841,7 +841,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.fetchAction){ 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; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
if (datas.length === 0) { if (datas.length === 0) {
...@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac ...@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.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{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -1846,7 +1846,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1846,7 +1846,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1898,7 +1898,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1898,7 +1898,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1969,7 +1969,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1969,7 +1969,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -2077,7 +2077,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2077,7 +2077,7 @@ export default class MainBase extends Vue implements ControlInterface {
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -2275,7 +2275,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2275,7 +2275,7 @@ export default class MainBase extends Vue implements ControlInterface {
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface ...@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async load(opt: any = {}, isReset: boolean = false): Promise<any> { public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
const arg: any = {...opt}; const arg: any = {...opt};
...@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/ */
public async remove(datas: any[]): Promise<any> { public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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; return;
} }
let _datas:any[] = []; let _datas:any[] = [];
...@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try { try {
if(Object.is(item.rowDataState, 'create')){ if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){ if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator); let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
...@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface { ...@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
} }
}else if(Object.is(item.rowDataState, 'update')){ }else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){ if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: '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{ }else{
Object.assign(item,{viewparams:this.viewparams}); Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){ if(item.ibizbook){
......
...@@ -70,6 +70,11 @@ export default class Usr4Model { ...@@ -70,6 +70,11 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like', prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM' dataType: 'QUERYPARAM'
}, },
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{ {
......
...@@ -95,32 +95,53 @@ ...@@ -95,32 +95,53 @@
"codeName" : "Author" "codeName" : "Author"
} }
}, { }, {
"id" : "createman", "id" : "borrower",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEMAN", "name" : "BORROWER",
"codeName" : "CreateMan" "codeName" : "Borrower"
} }
}, { }, {
"id" : "createdate", "id" : "borrower1_id",
"dataType" : 5, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEDATE", "name" : "BORROWER1_ID",
"codeName" : "CreateDate" "codeName" : "Borrower1_id"
} }
}, { }, {
"id" : "updateman", "id" : "borrower2_id",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEMAN", "name" : "BORROWER2_ID",
"codeName" : "UpdateMan" "codeName" : "Borrower2_id"
} }
}, { }, {
"id" : "updatedate", "id" : "borrower3_id",
"dataType" : 5, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "BORROWER3_ID",
"codeName" : "UpdateDate" "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", "id" : "ibizbookid",
...@@ -273,153 +294,263 @@ ...@@ -273,153 +294,263 @@
"name" : "group2", "name" : "group2",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEMAN", "lanResTag" : "DEF.LNAME.BORROWER",
"mOSFilePath" : "pslanguageres/Auto859", "mOSFilePath" : "pslanguageres/Auto1872",
"rTMOSFilePath" : "pslanguageres/Auto859" "rTMOSFilePath" : "pslanguageres/Auto1872"
}, },
"caption" : "建立人", "caption" : "借阅人",
"codeName" : "createman", "codeName" : "borrower",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createman", "mOSFilePath" : "psdeformdetail_formitems/borrower",
"name" : "createman", "name" : "borrower",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEMAN", "name" : "BORROWER",
"codeName" : "CreateMan" "codeName" : "Borrower"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "createman", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "borrower"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "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" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/createman", "rTMOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE", "lanResTag" : "DEF.LNAME.BORROWER2_ID",
"mOSFilePath" : "pslanguageres/Auto964", "mOSFilePath" : "pslanguageres/Auto2106",
"rTMOSFilePath" : "pslanguageres/Auto964" "rTMOSFilePath" : "pslanguageres/Auto2106"
}, },
"caption" : "建立时间", "caption" : "借阅人2_ID",
"codeName" : "createdate", "codeName" : "borrower2_id",
"dataType" : 5, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createdate", "mOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"name" : "createdate", "name" : "borrower2_id",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEDATE", "name" : "BORROWER2_ID",
"codeName" : "CreateDate" "codeName" : "Borrower2_id"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "createdate", "maxLength" : 100,
"enableLinkView" : false "name" : "borrower2_id"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/createdate", "rTMOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN", "lanResTag" : "DEF.LNAME.BORROWER3_ID",
"mOSFilePath" : "pslanguageres/Auto202", "mOSFilePath" : "pslanguageres/Auto2109",
"rTMOSFilePath" : "pslanguageres/Auto202" "rTMOSFilePath" : "pslanguageres/Auto2109"
}, },
"caption" : "更新人", "caption" : "借阅人3_ID",
"codeName" : "updateman", "codeName" : "borrower3_id",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updateman", "mOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"name" : "updateman", "name" : "borrower3_id",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEMAN", "name" : "BORROWER3_ID",
"codeName" : "UpdateMan" "codeName" : "Borrower3_id"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "updateman", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "borrower3_id"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "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" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "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, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE", "lanResTag" : "DEF.LNAME.PRESS",
"mOSFilePath" : "pslanguageres/Auto1074", "mOSFilePath" : "pslanguageres/Auto1827",
"rTMOSFilePath" : "pslanguageres/Auto1074" "rTMOSFilePath" : "pslanguageres/Auto1827"
}, },
"caption" : "更新时间", "caption" : "图书出版社",
"codeName" : "updatedate", "codeName" : "press",
"dataType" : 5, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updatedate", "mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "updatedate", "name" : "press",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "PRESS",
"codeName" : "UpdateDate" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "updatedate", "maxLength" : 100,
"enableLinkView" : false "name" : "press"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/updatedate", "rTMOSFilePath" : "psdeformdetail_formitems/press",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : { "getPSLayout" : {
"align" : "center", "align" : "center",
"dir" : "column", "dir" : "column",
......
...@@ -214,32 +214,53 @@ ...@@ -214,32 +214,53 @@
"codeName" : "Author" "codeName" : "Author"
} }
}, { }, {
"id" : "createman", "id" : "borrower",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEMAN", "name" : "BORROWER",
"codeName" : "CreateMan" "codeName" : "Borrower"
} }
}, { }, {
"id" : "createdate", "id" : "borrower1_id",
"dataType" : 5, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEDATE", "name" : "BORROWER1_ID",
"codeName" : "CreateDate" "codeName" : "Borrower1_id"
} }
}, { }, {
"id" : "updateman", "id" : "borrower2_id",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEMAN", "name" : "BORROWER2_ID",
"codeName" : "UpdateMan" "codeName" : "Borrower2_id"
} }
}, { }, {
"id" : "updatedate", "id" : "borrower3_id",
"dataType" : 5, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "BORROWER3_ID",
"codeName" : "UpdateDate" "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", "id" : "ibizbookid",
...@@ -392,153 +413,263 @@ ...@@ -392,153 +413,263 @@
"name" : "group2", "name" : "group2",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEMAN", "lanResTag" : "DEF.LNAME.BORROWER",
"mOSFilePath" : "pslanguageres/Auto859", "mOSFilePath" : "pslanguageres/Auto1872",
"rTMOSFilePath" : "pslanguageres/Auto859" "rTMOSFilePath" : "pslanguageres/Auto1872"
}, },
"caption" : "建立人", "caption" : "借阅人",
"codeName" : "createman", "codeName" : "borrower",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createman", "mOSFilePath" : "psdeformdetail_formitems/borrower",
"name" : "createman", "name" : "borrower",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEMAN", "name" : "BORROWER",
"codeName" : "CreateMan" "codeName" : "Borrower"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "createman", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "borrower"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "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" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/createman", "rTMOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE", "lanResTag" : "DEF.LNAME.BORROWER2_ID",
"mOSFilePath" : "pslanguageres/Auto964", "mOSFilePath" : "pslanguageres/Auto2106",
"rTMOSFilePath" : "pslanguageres/Auto964" "rTMOSFilePath" : "pslanguageres/Auto2106"
}, },
"caption" : "建立时间", "caption" : "借阅人2_ID",
"codeName" : "createdate", "codeName" : "borrower2_id",
"dataType" : 5, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createdate", "mOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"name" : "createdate", "name" : "borrower2_id",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEDATE", "name" : "BORROWER2_ID",
"codeName" : "CreateDate" "codeName" : "Borrower2_id"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "createdate", "maxLength" : 100,
"enableLinkView" : false "name" : "borrower2_id"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/createdate", "rTMOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN", "lanResTag" : "DEF.LNAME.BORROWER3_ID",
"mOSFilePath" : "pslanguageres/Auto202", "mOSFilePath" : "pslanguageres/Auto2109",
"rTMOSFilePath" : "pslanguageres/Auto202" "rTMOSFilePath" : "pslanguageres/Auto2109"
}, },
"caption" : "更新人", "caption" : "借阅人3_ID",
"codeName" : "updateman", "codeName" : "borrower3_id",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updateman", "mOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"name" : "updateman", "name" : "borrower3_id",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEMAN", "name" : "BORROWER3_ID",
"codeName" : "UpdateMan" "codeName" : "Borrower3_id"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "updateman", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "borrower3_id"
"modelref" : true, },
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "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" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "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, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE", "lanResTag" : "DEF.LNAME.PRESS",
"mOSFilePath" : "pslanguageres/Auto1074", "mOSFilePath" : "pslanguageres/Auto1827",
"rTMOSFilePath" : "pslanguageres/Auto1074" "rTMOSFilePath" : "pslanguageres/Auto1827"
}, },
"caption" : "更新时间", "caption" : "图书出版社",
"codeName" : "updatedate", "codeName" : "press",
"dataType" : 5, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updatedate", "mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "updatedate", "name" : "press",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "PRESS",
"codeName" : "UpdateDate" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "updatedate", "maxLength" : 100,
"enableLinkView" : false "name" : "press"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/updatedate", "rTMOSFilePath" : "psdeformdetail_formitems/press",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : { "getPSLayout" : {
"align" : "center", "align" : "center",
"dir" : "column", "dir" : "column",
......
...@@ -30021,32 +30021,53 @@ ...@@ -30021,32 +30021,53 @@
"codeName" : "Author" "codeName" : "Author"
} }
}, { }, {
"id" : "createman", "id" : "borrower",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEMAN", "name" : "BORROWER",
"codeName" : "CreateMan" "codeName" : "Borrower"
} }
}, { }, {
"id" : "createdate", "id" : "borrower1_id",
"dataType" : 5, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEDATE", "name" : "BORROWER1_ID",
"codeName" : "CreateDate" "codeName" : "Borrower1_id"
} }
}, { }, {
"id" : "updateman", "id" : "borrower2_id",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEMAN", "name" : "BORROWER2_ID",
"codeName" : "UpdateMan" "codeName" : "Borrower2_id"
} }
}, { }, {
"id" : "updatedate", "id" : "borrower3_id",
"dataType" : 5, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "BORROWER3_ID",
"codeName" : "UpdateDate" "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", "id" : "ibizbookid",
...@@ -30199,153 +30220,263 @@ ...@@ -30199,153 +30220,263 @@
"name" : "group2", "name" : "group2",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEMAN", "lanResTag" : "DEF.LNAME.BORROWER",
"mOSFilePath" : "pslanguageres/Auto859", "mOSFilePath" : "pslanguageres/Auto1872",
"rTMOSFilePath" : "pslanguageres/Auto859" "rTMOSFilePath" : "pslanguageres/Auto1872"
}, },
"caption" : "建立人", "caption" : "借阅人",
"codeName" : "createman", "codeName" : "borrower",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createman", "mOSFilePath" : "psdeformdetail_formitems/borrower",
"name" : "createman", "name" : "borrower",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEMAN", "name" : "BORROWER",
"codeName" : "CreateMan" "codeName" : "Borrower"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "createman", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "borrower"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
}, },
"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" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/createman", "rTMOSFilePath" : "psdeformdetail_formitems/borrower1_id",
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.CREATEDATE", "lanResTag" : "DEF.LNAME.BORROWER2_ID",
"mOSFilePath" : "pslanguageres/Auto964", "mOSFilePath" : "pslanguageres/Auto2106",
"rTMOSFilePath" : "pslanguageres/Auto964" "rTMOSFilePath" : "pslanguageres/Auto2106"
}, },
"caption" : "建立时间", "caption" : "借阅人2_ID",
"codeName" : "createdate", "codeName" : "borrower2_id",
"dataType" : 5, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/createdate", "mOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"name" : "createdate", "name" : "borrower2_id",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "CREATEDATE", "name" : "BORROWER2_ID",
"codeName" : "CreateDate" "codeName" : "Borrower2_id"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "createdate", "maxLength" : 100,
"enableLinkView" : false "name" : "borrower2_id"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/createdate", "rTMOSFilePath" : "psdeformdetail_formitems/borrower2_id",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN", "lanResTag" : "DEF.LNAME.BORROWER3_ID",
"mOSFilePath" : "pslanguageres/Auto202", "mOSFilePath" : "pslanguageres/Auto2109",
"rTMOSFilePath" : "pslanguageres/Auto202" "rTMOSFilePath" : "pslanguageres/Auto2109"
}, },
"caption" : "更新人", "caption" : "借阅人3_ID",
"codeName" : "updateman", "codeName" : "borrower3_id",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updateman", "mOSFilePath" : "psdeformdetail_formitems/borrower3_id",
"name" : "updateman", "name" : "borrower3_id",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEMAN", "name" : "BORROWER3_ID",
"codeName" : "UpdateMan" "codeName" : "Borrower3_id"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "updateman", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "borrower3_id"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
}, },
"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" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "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, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE", "lanResTag" : "DEF.LNAME.PRESS",
"mOSFilePath" : "pslanguageres/Auto1074", "mOSFilePath" : "pslanguageres/Auto1827",
"rTMOSFilePath" : "pslanguageres/Auto1074" "rTMOSFilePath" : "pslanguageres/Auto1827"
}, },
"caption" : "更新时间", "caption" : "图书出版社",
"codeName" : "updatedate", "codeName" : "press",
"dataType" : 5, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 3, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/updatedate", "mOSFilePath" : "psdeformdetail_formitems/press",
"name" : "updatedate", "name" : "press",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "PRESS",
"codeName" : "UpdateDate" "codeName" : "Press"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "TEXTBOX",
"name" : "updatedate", "maxLength" : 100,
"enableLinkView" : false "name" : "press"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"rTMOSFilePath" : "psdeformdetail_formitems/updatedate", "rTMOSFilePath" : "psdeformdetail_formitems/press",
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : { "getPSLayout" : {
"align" : "center", "align" : "center",
"dir" : "column", "dir" : "column",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册