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

tony001 发布系统代码 [TrainSys,Mob]

上级 cc78f82c
export const appMapping: any = {
'bookchild1': 'bookchild1',
'bookchild2': 'bookchild2',
'bookchild3': 'bookchild3',
'bookchild4': 'bookchild4',
'bookchild1': 'bookchild1',
'phone': 'phone',
'workflow': 'workflow',
'reginfo': 'reginfo',
'sys_todo': 'systodo',
'book': 'book',
'test': 'test',
'bookchild5': 'bookchild5',
'rawmaterial': 'rawmaterial',
'pay': 'pay'
}
\ No newline at end of file
......@@ -329,6 +329,7 @@ export const viewstate: any = {
viewaction: '',
viewdatachange: false,
refviews: [
'd8d1b5108ce7fda432f8d3fe33c65063',
],
},
],
......
......@@ -4130,6 +4130,12 @@
"name" : "测试实体实体编辑视图(功能确认-基本功能-模态左侧抽屉弹出)",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr10123853PickupView3",
"logicName" : "xxx",
"name" : "xxx",
"realModelSubType" : "DEPICKUPVIEW3",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TabExpView",
"logicName" : "测试实体实体分页导航视图(左侧)",
......
......@@ -7259,6 +7259,12 @@
"name" : "书实体编辑视图(多数据部件测试_卡片11111)",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr10139588EditView",
"logicName" : "表单编辑器",
"name" : "表单编辑器",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "MapView",
"logicName" : "书实体地图视图",
......@@ -7461,6 +7467,13 @@
"name" : "编辑器测试",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "Usr10139588EditView_Form",
"logicName" : "表单编辑器_表单",
"modelTag2" : "0",
"name" : "表单编辑器_表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, {
"codeName" : "Main",
"logicName" : "主编辑表单",
......
......@@ -920,6 +920,12 @@
"name" : "支付实体编辑视图(左右关系)",
"realModelSubType" : "DEEDITVIEW2",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr10128787TreeExpView",
"logicName" : "test",
"name" : "test",
"realModelSubType" : "DETREEEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr0504613516MobEditView",
"logicName" : "PayTest",
......
......@@ -332,6 +332,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -349,13 +375,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -8,6 +8,32 @@
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -25,13 +51,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -435,6 +435,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -452,13 +478,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -639,6 +639,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -656,13 +682,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -430,6 +430,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -447,13 +473,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -430,6 +430,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -447,13 +473,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -435,6 +435,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -452,13 +478,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -601,6 +601,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -618,13 +644,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......@@ -721,6 +752,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -738,13 +795,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -77,6 +77,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -94,13 +120,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -31,6 +31,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -48,13 +74,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -435,6 +435,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -452,13 +478,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -54,6 +54,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -71,13 +97,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -60,6 +60,16 @@
"itemType" : "MENUITEM",
"name" : "menuitem9",
"tooltip" : "其他"
}, {
"accUserMode" : 2,
"caption" : "分页导航",
"itemType" : "MENUITEM",
"name" : "menuitem10",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc"
},
"tooltip" : "分页导航"
} ],
"enableCustomize" : false,
"name" : "portlet_icon_menu",
......
......@@ -211,6 +211,28 @@
"layout" : "TABLE_24COL"
},
"tooltip" : "其他"
}, {
"accUserMode" : 2,
"caption" : "分页导航",
"itemType" : "MENUITEM",
"name" : "menuitem10",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "分页导航"
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
......
......@@ -8,6 +8,32 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -25,13 +51,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -608,6 +608,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -625,13 +651,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......@@ -742,6 +773,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -759,13 +816,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -97,6 +97,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -114,13 +140,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -68,6 +68,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -85,13 +111,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -1432,16 +1432,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......
......@@ -4165,6 +4165,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr10139588EditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json",
......
......@@ -981,6 +981,10 @@
"builtinMethod" : false
} ],
"getAllPSAppViews" : [ {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr10128787TreeExpView.json",
"viewType" : "DETREEEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr0526294161TabExpView.json",
"viewType" : "DETABEXPVIEW"
......
{
"codeName" : "Treeexpbar_tree",
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay/PSTREEVIEWS/Treeexpbar_tree.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"enableRootSelect" : false,
"outputIconDefault" : true,
"rootVisible" : false,
"modelid" : "10356151-0ECF-4882-B229-7FAD5D7E0601_treeexpbar_tree",
"modeltype" : "PSDETREEVIEW"
}
\ No newline at end of file
......@@ -5069,6 +5069,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_9682.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr10123853PickupView3.json",
"viewType" : "DEPICKUPVIEW3"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json",
......
......@@ -8,6 +8,32 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -25,13 +51,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
{
"accUserMode" : 2,
"caption" : "支付",
"codeName" : "PayUsr10128787TreeExpView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr10128787TreeExpView.json",
"name" : "PayUsr10128787TreeExpView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "TreeExpView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSControls" : [ {
"codeName" : "Usr10128787TreeExpViewtreeexpbar",
"controlType" : "TREEEXPBAR",
"name" : "treeexpbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "treeexpbar"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "TREEEXPBAR"
},
"getPSControls" : [ {
"codeName" : "Treeexpbar_tree",
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay/PSTREEVIEWS/Treeexpbar_tree.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "树视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "treeexpbar_tree"
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
}
},
"enableRootSelect" : false,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "treeexpbar_tree",
"modelid" : "10356151-0ECF-4882-B229-7FAD5D7E0601_treeexpbar_tree",
"modeltype" : "PSDETREEVIEW"
} ],
"xDataControlName" : "treeexpbar_tree",
"enableCounter" : true,
"enableSearch" : false,
"showTitleBar" : true,
"modelid" : "10356151-0ECF-4882-B229-7FAD5D7E0601_treeexpbar",
"modeltype" : "PSEXPBAR"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"caption" : "支付",
"codeName" : "Usr10128787TreeExpViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr10128787TreeExpView",
"getPSDEViewId" : "D091E146-F8DE-4022-AD2A-FBA287829BEC",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDETREEEXPVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"refFlag" : false,
"title" : "test",
"viewStyle" : "DEFAULT",
"viewType" : "DETREEEXPVIEW",
"enableDP" : true,
"enableFilter" : true,
"enableQuickSearch" : true,
"enableSearch" : true,
"showDataInfoBar" : true,
"modelid" : "10356151-0ECF-4882-B229-7FAD5D7E0601",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -1404,6 +1404,32 @@
"id" : "QUICKSEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -1421,13 +1447,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -55,6 +55,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -72,13 +98,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -607,6 +607,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -624,13 +650,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......@@ -728,6 +759,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -745,13 +802,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -79,6 +79,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -96,13 +122,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -378,6 +378,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -395,13 +421,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -55,6 +55,32 @@
"id" : "SEARCHBAR"
},
"getPSSearchBarFilters" : [ {
"caption" : "类型(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "filter",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_LIKE",
"name" : "N_TYPE_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "filter"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
......@@ -72,13 +98,18 @@
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
"editorType" : "DROPDOWNLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"needCodeListConfig" : true,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
......
......@@ -9654,16 +9654,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......@@ -9681,22 +9681,22 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-错误信息",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg5"
}
}, {
"name" : "消息类型-常规信息",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
"id" : "ViewMsg6"
}
} ]
}, {
......@@ -9713,54 +9713,34 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图上方",
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
"id" : "ViewMsg10"
}
}, {
"name" : "消息位置-视图方",
"name" : "消息位置-视图方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-弹出",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
"id" : "ViewMsg9"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -9778,6 +9758,12 @@
"modelref" : true,
"id" : "ViewMsg13"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
......@@ -9786,22 +9772,30 @@
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图下方",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -9813,21 +9807,27 @@
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
} ]
}, {
"codeName" : "VMGroup6",
"name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容",
"name" : "动态模式-实体数据集",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg15"
"id" : "ViewMsg14"
}
}, {
"name" : "动态模式-实体数据集",
"name" : "动态模式-静态内容",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg14"
"id" : "ViewMsg15"
}
} ]
} ],
......@@ -10133,6 +10133,18 @@
"viewType" : "DEEDITVIEW",
"resource" : "TEST",
"view" : "Usr12EditView_1918"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr10139588EditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "Book",
"view" : "Usr10139588EditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr10128787TreeExpView.json",
"viewType" : "DETREEEXPVIEW",
"resource" : "Pay",
"view" : "Usr10128787TreeExpView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json",
......@@ -10205,6 +10217,12 @@
"viewType" : "DEEDITVIEW",
"resource" : "TEST",
"view" : "Usr12EditView_9682"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr10123853PickupView3.json",
"viewType" : "DEPICKUPVIEW3",
"resource" : "TEST",
"view" : "Usr10123853PickupView3"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SysTodoUnSubmitGridView.json",
......@@ -43300,6 +43318,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr10139588EditView.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json",
......@@ -48750,6 +48772,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_9682.json",
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr10123853PickupView3.json",
"viewType" : "DEPICKUPVIEW3"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEmptyCustomView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册