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

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

上级 0f6b966f
......@@ -327,6 +327,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -452,11 +453,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -2,6 +2,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -124,11 +125,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"modelid" : "7BEE5399-A0C8-429E-865D-936279D7911D",
......
......@@ -430,6 +430,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -555,11 +556,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -634,6 +634,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -759,11 +760,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -425,6 +425,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -550,11 +551,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -425,6 +425,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -550,11 +551,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -430,6 +430,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -555,11 +556,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -596,6 +596,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -721,11 +722,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......@@ -781,6 +798,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -906,11 +924,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -68,6 +68,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -193,11 +194,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -22,6 +22,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -147,11 +148,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -430,6 +430,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -555,11 +556,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -45,6 +45,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -170,11 +171,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -2,6 +2,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -124,11 +125,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"modelid" : "7BEE5399-A0C8-429E-865D-936279D7911D",
......
......@@ -597,6 +597,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -722,11 +723,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......@@ -783,6 +800,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -908,11 +926,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -70,6 +70,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -195,11 +196,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -46,6 +46,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -171,11 +172,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -217,8 +217,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"modelid" : "56F6024E-D9F7-4A95-A422-5AEC791F397C",
......
......@@ -552,8 +552,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"modelid" : "48CB0996-1395-41B4-8529-1E98C1B9FB62",
......
......@@ -125,8 +125,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"modelid" : "CBCB0EF8-7840-42CD-A7F5-ED7182AC1BAF",
......
......@@ -217,8 +217,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"modelid" : "22B2AC4A-938D-40C0-9B62-817EFB5631E7",
......
......@@ -2,6 +2,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -124,11 +125,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"modelid" : "7BEE5399-A0C8-429E-865D-936279D7911D",
......
......@@ -1405,6 +1405,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -1530,11 +1531,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "quicksearchbar",
......
......@@ -46,6 +46,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -171,11 +172,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -602,6 +602,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -727,11 +728,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......@@ -788,6 +805,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -913,11 +931,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -70,6 +70,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -195,11 +196,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -373,6 +373,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -498,11 +499,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -46,6 +46,7 @@
"codeName" : "testSearchBar",
"controlType" : "SEARCHBAR",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHBARS/testSearchBar.json",
"groupMoreText" : "更多分组",
"logicName" : "搜索栏(Test)",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -171,11 +172,27 @@
"hidden" : false,
"showCaption" : false
} ],
"quickGroupCount" : -1,
"getPSSearchBarGroups" : [ {
"itemType" : "GROUP",
"name" : "group1",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group2",
"width" : 0.0,
"addSeparator" : false
}, {
"itemType" : "GROUP",
"name" : "group3",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 2,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : true,
"enableGroup" : false,
"enableGroup" : true,
"enableQuickSearch" : true,
"mobileSearchBar" : false,
"name" : "searchbar",
......
......@@ -274,8 +274,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"name" : "calendar",
......
......@@ -617,8 +617,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"name" : "calendar",
......
......@@ -182,8 +182,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"name" : "calendar",
......
......@@ -274,8 +274,7 @@
} ],
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"enableGroup" : false,
"name" : "calendar",
......
......@@ -5131,16 +5131,12 @@
"name" : "轻量级日历部件插件",
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"pluginCode" : "LIGHT_CALENDAR",
"pluginType" : "CUSTOM",
"rTObjectName" : "IBizLightCalendar",
"rTObjectRepo" : "@ibiz-template-plugin/light-calendar@0.0.10-alpha.15",
"refMode" : "CONTROL",
"refTag" : "CALENDAR",
"runtimeObject" : true
"refTag" : "CALENDAR"
}, {
"name" : "运行时部件(出来)",
"getPSSysPFPlugin" : {
......@@ -12205,10 +12201,10 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图方",
"name" : "消息位置-视图方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区",
......@@ -12217,10 +12213,10 @@
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图方",
"name" : "消息位置-视图方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-弹出",
......@@ -12233,12 +12229,11 @@
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
"id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
......@@ -12247,10 +12242,10 @@
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
......@@ -12259,10 +12254,10 @@
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-本次删除-上方-警告",
......@@ -12271,11 +12266,12 @@
"id" : "ViewMsg13"
}
}, {
"name" : "消息位置-视图下方",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
......@@ -12294,16 +12290,16 @@
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除",
"name" : "关闭模式-删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-删除",
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg13"
}
} ]
}, {
......@@ -453,16 +453,12 @@
"name" : "轻量级日历部件插件",
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
"pluginCode" : "LIGHT_CALENDAR"
},
"pluginCode" : "LIGHT_CALENDAR",
"pluginType" : "CUSTOM",
"rTObjectName" : "IBizLightCalendar",
"rTObjectRepo" : "@ibiz-template-plugin/light-calendar@0.0.10-alpha.15",
"refMode" : "CONTROL",
"refTag" : "CALENDAR",
"runtimeObject" : true
"refTag" : "CALENDAR"
}, {
"name" : "运行时部件(出来)",
"getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册