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

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

上级 111959f3
...@@ -1728,9 +1728,9 @@ ...@@ -1728,9 +1728,9 @@
"name" : "测试自填列表项绘制插件", "name" : "测试自填列表项绘制插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "AC_ITEM", "pluginType" : "AC_ITEM",
"pluginCode" : "testacplugin" "pluginCode" : "R9AcItemPluginId"
}, },
"pluginCode" : "testacplugin", "pluginCode" : "R9AcItemPluginId",
"pluginType" : "AC_ITEM", "pluginType" : "AC_ITEM",
"refMode" : "DEACMODE" "refMode" : "DEACMODE"
}, { }, {
...@@ -11871,8 +11871,7 @@ ...@@ -11871,8 +11871,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator1", "name" : "seperator1"
"spanMode" : false
}, { }, {
"caption" : "二级", "caption" : "二级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -11933,8 +11932,7 @@ ...@@ -11933,8 +11932,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator2", "name" : "seperator2"
"spanMode" : false
}, { }, {
"caption" : "三级", "caption" : "三级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -12139,8 +12137,7 @@ ...@@ -12139,8 +12137,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator1", "name" : "seperator1"
"spanMode" : false
}, { }, {
"caption" : "二级", "caption" : "二级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -12201,8 +12198,7 @@ ...@@ -12201,8 +12198,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator2", "name" : "seperator2"
"spanMode" : false
}, { }, {
"caption" : "三级", "caption" : "三级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -12573,8 +12569,7 @@ ...@@ -12573,8 +12569,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator1", "name" : "seperator1"
"spanMode" : false
}, { }, {
"caption" : "二级", "caption" : "二级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -12635,8 +12630,7 @@ ...@@ -12635,8 +12630,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator2", "name" : "seperator2"
"spanMode" : false
}, { }, {
"caption" : "三级", "caption" : "三级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -12889,8 +12883,7 @@ ...@@ -12889,8 +12883,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator1", "name" : "seperator1"
"spanMode" : false
}, { }, {
"caption" : "二级", "caption" : "二级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -12951,8 +12944,7 @@ ...@@ -12951,8 +12944,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "seperator2", "name" : "seperator2"
"spanMode" : false
}, { }, {
"caption" : "三级", "caption" : "三级",
"itemType" : "ITEMS", "itemType" : "ITEMS",
...@@ -19025,7 +19017,7 @@ ...@@ -19025,7 +19017,7 @@
"codeName" : "TestAC", "codeName" : "TestAC",
"getItemPSSysPFPlugin" : { "getItemPSSysPFPlugin" : {
"pluginType" : "AC_ITEM", "pluginType" : "AC_ITEM",
"pluginCode" : "testacplugin" "pluginCode" : "R9AcItemPluginId"
}, },
"logicName" : "测试自填模式", "logicName" : "测试自填模式",
"name" : "TestAC", "name" : "TestAC",
...@@ -19043,6 +19035,21 @@ ...@@ -19043,6 +19035,21 @@
"name" : "TESTNAME", "name" : "TESTNAME",
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, {
"format" : "YYYY-MM-DD",
"dataType" : 25,
"name" : "date",
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
}
}, {
"dataType" : 25,
"name" : "name",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ], } ],
"pagingSize" : 50, "pagingSize" : 50,
"getTextPSAppDEField" : { "getTextPSAppDEField" : {
...@@ -45,6 +45,17 @@ ...@@ -45,6 +45,17 @@
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "pie_0-DEFAULT", "name" : "pie_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "TESTNAME",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AMOUNT",
"groupField" : false,
"id" : "1"
} ],
"id" : "0" "id" : "0"
} ], } ],
"getPSDEChartDataGrid" : { "getPSDEChartDataGrid" : {
...@@ -58,6 +69,7 @@ ...@@ -58,6 +69,7 @@
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "访问来源", "caption" : "访问来源",
"catalogField" : "TESTNAME",
"eChartsType" : "pie", "eChartsType" : "pie",
"index" : 0, "index" : 0,
"name" : "pie_0", "name" : "pie_0",
...@@ -70,13 +82,16 @@ ...@@ -70,13 +82,16 @@
"id" : "0" "id" : "0"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"category" : "TESTNAME",
"index" : 0, "index" : 0,
"name" : "坐标系编码", "name" : "坐标系编码",
"type" : "NONE", "type" : "NONE",
"value" : "AMOUNT",
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "pie", "seriesType" : "pie",
"valueField" : "AMOUNT",
"enableChartDataSet" : true "enableChartDataSet" : true
} ], } ],
"getPSDEChartTitle" : { "getPSDEChartTitle" : {
......
...@@ -150,6 +150,17 @@ ...@@ -150,6 +150,17 @@
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "pie_0-DEFAULT", "name" : "pie_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"index" : 0,
"name" : "TESTNAME",
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AMOUNT",
"groupField" : false,
"id" : "1"
} ],
"id" : "0" "id" : "0"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -237,6 +248,7 @@ ...@@ -237,6 +248,7 @@
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "访问来源", "caption" : "访问来源",
"catalogField" : "TESTNAME",
"eChartsType" : "pie", "eChartsType" : "pie",
"index" : 0, "index" : 0,
"name" : "pie_0", "name" : "pie_0",
...@@ -249,13 +261,16 @@ ...@@ -249,13 +261,16 @@
"id" : "0" "id" : "0"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"category" : "TESTNAME",
"index" : 0, "index" : 0,
"name" : "坐标系编码", "name" : "坐标系编码",
"type" : "NONE", "type" : "NONE",
"value" : "AMOUNT",
"id" : "0" "id" : "0"
}, },
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "pie", "seriesType" : "pie",
"valueField" : "AMOUNT",
"enableChartDataSet" : true "enableChartDataSet" : true
} ], } ],
"getPSDEChartTitle" : { "getPSDEChartTitle" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册