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

lxm1993 发布系统代码 [TrainSys,网页端]

上级 ad6be122
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -331,10 +331,62 @@ ...@@ -331,10 +331,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -2,15 +2,67 @@ ...@@ -2,15 +2,67 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -434,10 +434,62 @@ ...@@ -434,10 +434,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -630,7 +630,7 @@ ...@@ -630,7 +630,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -638,10 +638,62 @@ ...@@ -638,10 +638,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -429,10 +429,62 @@ ...@@ -429,10 +429,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -429,10 +429,62 @@ ...@@ -429,10 +429,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -434,10 +434,62 @@ ...@@ -434,10 +434,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -592,7 +592,7 @@ ...@@ -592,7 +592,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -600,10 +600,62 @@ ...@@ -600,10 +600,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -660,7 +712,7 @@ ...@@ -660,7 +712,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -668,10 +720,62 @@ ...@@ -668,10 +720,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -76,10 +76,62 @@ ...@@ -76,10 +76,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -30,10 +30,62 @@ ...@@ -30,10 +30,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -434,10 +434,62 @@ ...@@ -434,10 +434,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -53,10 +53,62 @@ ...@@ -53,10 +53,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -2819,7 +2819,7 @@ ...@@ -2819,7 +2819,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -2827,10 +2827,62 @@ ...@@ -2827,10 +2827,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -6135,7 +6187,7 @@ ...@@ -6135,7 +6187,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -6143,10 +6195,62 @@ ...@@ -6143,10 +6195,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -7364,7 +7468,7 @@ ...@@ -7364,7 +7468,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -7372,10 +7476,62 @@ ...@@ -7372,10 +7476,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -8299,7 +8455,7 @@ ...@@ -8299,7 +8455,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -8307,10 +8463,62 @@ ...@@ -8307,10 +8463,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -8367,7 +8575,7 @@ ...@@ -8367,7 +8575,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -8375,10 +8583,62 @@ ...@@ -8375,10 +8583,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -9463,7 +9723,7 @@ ...@@ -9463,7 +9723,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -9471,10 +9731,62 @@ ...@@ -9471,10 +9731,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "MOBTEXT",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -2,15 +2,67 @@ ...@@ -2,15 +2,67 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -599,7 +599,7 @@ ...@@ -599,7 +599,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
...@@ -607,10 +607,62 @@ ...@@ -607,10 +607,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -681,7 +733,7 @@ ...@@ -681,7 +733,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
...@@ -689,10 +741,62 @@ ...@@ -689,10 +741,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
...@@ -96,10 +96,62 @@ ...@@ -96,10 +96,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json"
...@@ -67,10 +67,62 @@ ...@@ -67,10 +67,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -1432,16 +1432,16 @@ ...@@ -1432,16 +1432,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -2,15 +2,67 @@ ...@@ -2,15 +2,67 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -1395,7 +1395,7 @@ ...@@ -1395,7 +1395,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -1403,10 +1403,62 @@ ...@@ -1403,10 +1403,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "QUICKSEARCHBAR" "id" : "QUICKSEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -54,10 +54,62 @@ ...@@ -54,10 +54,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -598,7 +598,7 @@ ...@@ -598,7 +598,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -606,10 +606,62 @@ ...@@ -606,10 +606,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
...@@ -667,7 +719,7 @@ ...@@ -667,7 +719,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -675,10 +727,62 @@ ...@@ -675,10 +727,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -78,10 +78,62 @@ ...@@ -78,10 +78,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -71,14 +71,6 @@ ...@@ -71,14 +71,6 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "测试实体数据重定向视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
}, {
"name" : "NEWDATA", "name" : "NEWDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -86,6 +78,14 @@ ...@@ -86,6 +78,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "EDITDATA",
"realTitle" : "测试实体数据重定向视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "SearchBarTesttoolbar", "codeName" : "SearchBarTesttoolbar",
...@@ -452,22 +452,79 @@ ...@@ -452,22 +452,79 @@
"modelid" : "7D9454E9-F4C9-4D73-869F-BF7557CA9249", "modelid" : "7D9454E9-F4C9-4D73-869F-BF7557CA9249",
"modeltype" : "PSDEFORM_SEARCHFORM" "modeltype" : "PSDEFORM_SEARCHFORM"
}, { }, {
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "searchbar" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false "mobileSearchBar" : false,
"name" : "searchbar",
"modelid" : "7BEE5399-A0C8-429E-865D-936279D7911D",
"modeltype" : "PSSYSSEARCHBAR"
}, { }, {
"caption" : "搜索栏测试", "caption" : "搜索栏测试",
"codeName" : "SearchBarTestcaptionbar", "codeName" : "SearchBarTestcaptionbar",
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"codeName" : "testSearchBar", "codeName" : "testSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"logicName" : "测试搜索栏", "logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -54,10 +54,62 @@ ...@@ -54,10 +54,62 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "SEARCHBAR" "id" : "SEARCHBAR"
}, },
"getPSSearchBarFilters" : [ {
"caption" : "类型(=)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "type"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "测试实体名称(%)",
"dataType" : 25,
"itemType" : "FILTER",
"labelPos" : "NONE",
"labelWidth" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEFSearchMode" : {
"codeName" : "N_TESTNAME_LIKE",
"name" : "N_TESTNAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "testname"
},
"allowEmpty" : true,
"emptyCaption" : false,
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1, "quickGroupCount" : -1,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 0,
"enableFilter" : false, "enableFilter" : true,
"enableGroup" : false, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false, "mobileSearchBar" : false,
......
...@@ -9654,16 +9654,16 @@ ...@@ -9654,16 +9654,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -9681,10 +9681,10 @@ ...@@ -9681,10 +9681,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -9693,10 +9693,10 @@ ...@@ -9693,10 +9693,10 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -9713,22 +9713,16 @@ ...@@ -9713,22 +9713,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图方", "name" : "消息位置-视图方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -9736,28 +9730,34 @@ ...@@ -9736,28 +9730,34 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
...@@ -9786,10 +9786,10 @@ ...@@ -9786,10 +9786,10 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg13"
} }
} ] } ]
}, { }, {
...@@ -9802,32 +9802,32 @@ ...@@ -9802,32 +9802,32 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg11"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
}, { }, {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
} ] } ]
} ], } ],
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册