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

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

上级 6c5ef598
......@@ -461,6 +461,7 @@ function getLocaleResourceBase(){
main_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
grouppanel2: commonLogic.appcommonhandle("文件上传",null),
druipart1: commonLogic.appcommonhandle("",null),
grouppanel1: commonLogic.appcommonhandle("订单明细",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
......@@ -481,10 +482,10 @@ function getLocaleResourceBase(){
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
memo: commonLogic.appcommonhandle("备注",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
},
......
......@@ -461,6 +461,7 @@ function getLocaleResourceBase(){
main_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
grouppanel2: commonLogic.appcommonhandle("文件上传",null),
druipart1: commonLogic.appcommonhandle("",null),
grouppanel1: commonLogic.appcommonhandle("订单明细",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
......@@ -481,10 +482,10 @@ function getLocaleResourceBase(){
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
memo: commonLogic.appcommonhandle("备注",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
},
......
......@@ -461,6 +461,7 @@ function getLocaleResourceBase(){
main_form: {
details: {
group1: commonLogic.appcommonhandle("订单基本信息",null),
grouppanel2: commonLogic.appcommonhandle("文件上传",null),
druipart1: commonLogic.appcommonhandle("",null),
grouppanel1: commonLogic.appcommonhandle("订单明细",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
......@@ -481,10 +482,10 @@ function getLocaleResourceBase(){
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
ordertype: commonLogic.appcommonhandle("订单类型",null),
amount: commonLogic.appcommonhandle("总计",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
detailnum: commonLogic.appcommonhandle("明细数",null),
orderstate: commonLogic.appcommonhandle("订单状态",null),
memo: commonLogic.appcommonhandle("备注",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
},
......
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -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: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -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: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -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: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -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: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -70,11 +70,6 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
......
......@@ -601,7 +601,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/
public async load(opt: any = {}): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -731,7 +731,7 @@ export default class ListExpBase 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: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.removeAction') as string) });
return;
}
if (datas.length === 0) {
......@@ -836,7 +836,7 @@ export default class ListExpBase 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: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderListExpView' + (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);
......@@ -844,7 +844,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZOrderListExpView_layout' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.warning') as string), desc: 'IBIZOrderListExpView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizorder){
......
......@@ -117,29 +117,6 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<app-form-item name='formitem' :itemRules="this.rules().formitem" class='' :caption="$t('entities.ibizorder.main_form.details.formitem')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem.error" :isEmptyCaption="false" labelPos="LEFT">
<app-ey-upload
:data="data"
formItemName="formitem"
:value="data.formitem"
:formState="formState"
folder="ibizorder"
ownertype="formitem"
:ownerid="data.srfkey"
:show-ocrview="false"
:show-preview="false"
:show-edit="false"
:show-drag="false"
:persistence="false"
:show-download="false"
:disabled="detailsModel.formitem.disabled"
:show-delete="false"
@formitemvaluechange="onFormItemValueChange">
</app-ey-upload>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.detailnum.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }">
<app-form-item name='detailnum' :itemRules="this.rules().detailnum" class='' :caption="$t('entities.ibizorder.main_form.details.detailnum')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.detailnum.error" :isEmptyCaption="false" labelPos="LEFT">
......@@ -183,6 +160,37 @@
</row>
</app-form-group>
</i-col>
<i-col v-show="detailsModel.grouppanel2.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel2.manageContainerStatus" :isManageContainer="detailsModel.grouppanel2.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel2')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel2.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.ibizorder.main_form.details.grouppanel2')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
<row>
<i-col v-show="detailsModel.formitem.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='formitem' :itemRules="this.rules().formitem" class='' :caption="$t('entities.ibizorder.main_form.details.formitem')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem.error" :isEmptyCaption="false" labelPos="LEFT">
<app-ey-upload
:data="data"
formItemName="formitem"
:value="data.formitem"
:formState="formState"
folder="ibizorder"
ownertype="formitem"
:ownerid="data.srfkey"
:show-ocrview="false"
:show-preview="false"
:show-edit="false"
:show-drag="false"
:persistence="false"
:show-download="false"
:disabled="detailsModel.formitem.disabled"
:show-delete="false"
@formitemvaluechange="onFormItemValueChange">
</app-ey-upload>
</app-form-item>
</i-col>
</row>
</app-form-group>
</i-col>
<i-col v-show="detailsModel.grouppanel1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel1.manageContainerStatus" :isManageContainer="detailsModel.grouppanel1.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('entities.ibizorder.main_form.details.grouppanel1')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" >
......@@ -680,10 +688,10 @@ export default class MainBase extends Vue implements ControlInterface {
ibizcustomername: null,
ordertype: null,
amount: null,
formitem: null,
detailnum: null,
orderstate: null,
memo: null,
formitem: null,
ibizcustomerid: null,
ibizorderid: null,
ibizorder:null,
......@@ -769,10 +777,6 @@ export default class MainBase extends Vue implements ControlInterface {
{ required: this.detailsModel.amount.required, type: 'number', message: '总计 值不能为空', trigger: 'change' },
{ required: this.detailsModel.amount.required, type: 'number', message: '总计 值不能为空', trigger: 'blur' },
],
formitem: [
{ required: this.detailsModel.formitem.required, type: 'string', message: '文件上传 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem.required, type: 'string', message: '文件上传 值不能为空', trigger: 'blur' },
],
detailnum: [
{ required: this.detailsModel.detailnum.required, type: 'number', message: '明细数 值不能为空', trigger: 'change' },
{ required: this.detailsModel.detailnum.required, type: 'number', message: '明细数 值不能为空', trigger: 'blur' },
......@@ -785,6 +789,10 @@ export default class MainBase extends Vue implements ControlInterface {
{ required: this.detailsModel.memo.required, type: 'string', message: '备注 值不能为空', trigger: 'change' },
{ required: this.detailsModel.memo.required, type: 'string', message: '备注 值不能为空', trigger: 'blur' },
],
formitem: [
{ required: this.detailsModel.formitem.required, type: 'string', message: '文件上传 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem.required, type: 'string', message: '文件上传 值不能为空', trigger: 'blur' },
],
}
}
......@@ -893,6 +901,8 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public detailsModel: any = {
group1: new FormGroupPanelModel({ caption: '订单基本信息', detailType: 'GROUPPANEL', name: 'group1', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizorder.main_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
grouppanel2: new FormGroupPanelModel({ caption: '文件上传', detailType: 'GROUPPANEL', name: 'grouppanel2', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'entities.ibizorder.main_form', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] })
,
druipart1: new FormDRUIPartModel({ caption: '', detailType: 'DRUIPART', name: 'druipart1', visible: true, isShowCaption: true, form: this, isControlledContent: false })
,
......@@ -933,14 +943,14 @@ export default class MainBase extends Vue implements ControlInterface {
ordertype: new FormItemModel({ caption: '订单类型', detailType: 'FORMITEM', name: 'ordertype', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
amount: new FormItemModel({ caption: '总计', detailType: 'FORMITEM', name: 'amount', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem: new FormItemModel({ caption: '文件上传', detailType: 'FORMITEM', name: 'formitem', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
detailnum: new FormItemModel({ caption: '明细数', detailType: 'FORMITEM', name: 'detailnum', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
orderstate: new FormItemModel({ caption: '订单状态', detailType: 'FORMITEM', name: 'orderstate', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 0 })
,
memo: new FormItemModel({ caption: '备注', detailType: 'FORMITEM', name: 'memo', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem: new FormItemModel({ caption: '文件上传', detailType: 'FORMITEM', name: 'formitem', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
ibizcustomerid: new FormItemModel({ caption: '客户标识', detailType: 'FORMITEM', name: 'ibizcustomerid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
......@@ -1152,18 +1162,6 @@ export default class MainBase extends Vue implements ControlInterface {
this.formDataChange({ name: 'amount', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@Watch('data.formitem')
onFormitemChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 detailnum 值
*
......@@ -1200,6 +1198,18 @@ export default class MainBase extends Vue implements ControlInterface {
this.formDataChange({ name: 'memo', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@Watch('data.formitem')
onFormitemChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 ibizcustomerid 值
*
......@@ -1303,6 +1313,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
......
......@@ -99,11 +99,6 @@ export default class MainModel {
prop: 'amount',
dataType: 'FLOAT',
},
{
name: 'formitem',
prop: 'tp',
dataType: 'LONGTEXT',
},
{
name: 'detailnum',
prop: 'detailnum',
......@@ -119,6 +114,11 @@ export default class MainModel {
prop: 'memo',
dataType: 'LONGTEXT_1000',
},
{
name: 'formitem',
prop: 'tp',
dataType: 'LONGTEXT',
},
{
name: 'ibizcustomerid',
prop: 'ibizcustomerid',
......
......@@ -141,13 +141,6 @@
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "detailnum",
"dataType" : 9,
......@@ -169,6 +162,13 @@
"name" : "MEMO",
"codeName" : "Memo"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "ibizcustomerid",
"hidden" : true,
......@@ -544,51 +544,6 @@
"enableItemPriv" : true,
"enableUnitName" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.DETAILNUM",
......@@ -724,6 +679,73 @@
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "文件上传",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
......
......@@ -1123,13 +1123,6 @@
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "detailnum",
"dataType" : 9,
......@@ -1151,6 +1144,13 @@
"name" : "MEMO",
"codeName" : "Memo"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "ibizcustomerid",
"hidden" : true,
......@@ -1526,51 +1526,6 @@
"enableItemPriv" : true,
"enableUnitName" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.DETAILNUM",
......@@ -1706,6 +1661,73 @@
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "文件上传",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
......
......@@ -1572,13 +1572,6 @@
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "detailnum",
"dataType" : 9,
......@@ -1600,6 +1593,13 @@
"name" : "MEMO",
"codeName" : "Memo"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "ibizcustomerid",
"hidden" : true,
......@@ -1975,51 +1975,6 @@
"enableItemPriv" : true,
"enableUnitName" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.DETAILNUM",
......@@ -2155,6 +2110,73 @@
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "文件上传",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
......
......@@ -716,13 +716,6 @@
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "detailnum",
"dataType" : 9,
......@@ -744,6 +737,13 @@
"name" : "MEMO",
"codeName" : "Memo"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "ibizcustomerid",
"hidden" : true,
......@@ -1119,51 +1119,6 @@
"enableItemPriv" : true,
"enableUnitName" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.DETAILNUM",
......@@ -1299,6 +1254,73 @@
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "文件上传",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
......
......@@ -251,13 +251,6 @@
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "detailnum",
"dataType" : 9,
......@@ -279,6 +272,13 @@
"name" : "MEMO",
"codeName" : "Memo"
}
}, {
"id" : "formitem",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
}
}, {
"id" : "ibizcustomerid",
"hidden" : true,
......@@ -654,51 +654,6 @@
"enableItemPriv" : true,
"enableUnitName" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.DETAILNUM",
......@@ -834,6 +789,73 @@
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"caption" : "文件上传",
"codeName" : "grouppanel2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"mOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"name" : "grouppanel2",
"getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.TP",
"mOSFilePath" : "pslanguageres/Auto1423",
"rTMOSFilePath" : "pslanguageres/Auto1423"
},
"caption" : "文件上传",
"codeName" : "formitem",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem",
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TP",
"codeName" : "Tp"
},
"getPSEditor" : {
"editorParams" : {
"FILEEXTS" : "",
"MAXFILESIZE" : "",
"MINFILECNT" : "",
"MAXFILECNT" : ""
},
"editorStyle" : "EY",
"editorType" : "FILEUPLOADER",
"maxFileCount" : -1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "formitem"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_grouppanels/grouppanel2",
"infoGroupMode" : false,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册