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

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

上级 8283889f
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"path" : "PSMODULES/common.json" "path" : "PSMODULES/common.json"
}, },
"rTMOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258", "rTMOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258",
"refFlag" : false, "refFlag" : true,
"systemTag" : "TrainSys", "systemTag" : "TrainSys",
"codeItemValueNumber" : false, "codeItemValueNumber" : false,
"enableCache" : true, "enableCache" : true,
......
{ {
"codeName" : "Chart", "codeName" : "Chart",
"controlType" : "CHART", "controlType" : "CHART",
"coordinateSystem" : "NONE", "coordinateSystem" : "XY",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json",
"emptyText" : "hello", "emptyText" : "hello",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
...@@ -16,10 +16,28 @@ ...@@ -16,10 +16,28 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "none", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[funnel_0]无坐标系[0]", "name" : "[bar_0]直角坐标系[0]",
"type" : "NONE", "getPSChartGrid" : {
"index" : 0,
"name" : "[bar_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
},
"type" : "XY",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartDataSetGroups" : [ { "getPSChartDataSetGroups" : [ {
...@@ -37,20 +55,69 @@ ...@@ -37,20 +55,69 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "funnel_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "name", "name" : "name",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
"index" : 1, "index" : 1,
"name" : "department",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "age", "name" : "age",
"groupField" : false, "groupField" : false,
"id" : "1" "id" : "2"
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ {
"index" : 0,
"name" : "[bar_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
} ],
"getPSChartXAxises" : [ {
"eChartsPos" : "xAxis",
"eChartsType" : "category",
"index" : 0,
"name" : "axis_xAxis_0",
"position" : "bottom",
"type" : "category",
"id" : "0"
} ],
"getPSChartYAxises" : [ {
"eChartsPos" : "yAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_yAxis_0",
"position" : "left",
"type" : "numeric",
"id" : "0"
} ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventNames" : "LOAD;BEFORELOAD", "eventNames" : "LOAD;BEFORELOAD",
"logicTag" : "chart", "logicTag" : "chart",
...@@ -68,11 +135,15 @@ ...@@ -68,11 +135,15 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "漏斗图", "caption" : "学生信息柱状图",
"catalogField" : "name", "catalogField" : "name",
"eChartsType" : "funnel", "getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "funnel_0", "name" : "bar_0",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -82,17 +153,33 @@ ...@@ -82,17 +153,33 @@
"id" : "0" "id" : "0"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"category" : "name",
"index" : 0, "index" : 0,
"itemId" : "department",
"itemName" : "department",
"name" : "坐标系编码", "name" : "坐标系编码",
"type" : "NONE", "getPSChartXAxis" : {
"value" : "age", "modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "name" ],
"y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "department",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "funnel", "getSeriesPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"seriesType" : "bar",
"valueField" : "age", "valueField" : "age",
"enableChartDataSet" : true "enableChartDataSet" : true,
"stack" : false
} ], } ],
"getPSDEChartTitle" : { "getPSDEChartTitle" : {
"index" : 0, "index" : 0,
......
...@@ -69,23 +69,6 @@ ...@@ -69,23 +69,6 @@
} }
} ], } ],
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -117,6 +100,23 @@ ...@@ -117,6 +100,23 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
}, { }, {
"codeName" : "Chart", "codeName" : "Chart",
"controlType" : "CHART", "controlType" : "CHART",
"coordinateSystem" : "NONE", "coordinateSystem" : "XY",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json",
"emptyText" : "hello", "emptyText" : "hello",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
...@@ -221,10 +221,28 @@ ...@@ -221,10 +221,28 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSChartCoordinateSystems" : [ { "getPSChartCoordinateSystems" : [ {
"eChartsType" : "none", "eChartsType" : "cartesian2d",
"index" : 0, "index" : 0,
"name" : "[funnel_0]无坐标系[0]", "name" : "[bar_0]直角坐标系[0]",
"type" : "NONE", "getPSChartGrid" : {
"index" : 0,
"name" : "[bar_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
},
"type" : "XY",
"id" : "0" "id" : "0"
} ], } ],
"getPSChartDataSetGroups" : [ { "getPSChartDataSetGroups" : [ {
...@@ -242,20 +260,69 @@ ...@@ -242,20 +260,69 @@
} ], } ],
"getPSChartDataSets" : [ { "getPSChartDataSets" : [ {
"index" : 0, "index" : 0,
"name" : "funnel_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "name", "name" : "name",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
"index" : 1, "index" : 1,
"name" : "department",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "age", "name" : "age",
"groupField" : false, "groupField" : false,
"id" : "1" "id" : "2"
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
"getPSChartGrids" : [ {
"index" : 0,
"name" : "[bar_0]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
} ],
"getPSChartXAxises" : [ {
"eChartsPos" : "xAxis",
"eChartsType" : "category",
"index" : 0,
"name" : "axis_xAxis_0",
"position" : "bottom",
"type" : "category",
"id" : "0"
} ],
"getPSChartYAxises" : [ {
"eChartsPos" : "yAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_yAxis_0",
"position" : "left",
"type" : "numeric",
"id" : "0"
} ],
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
"actionName" : "Get", "actionName" : "Get",
...@@ -347,11 +414,15 @@ ...@@ -347,11 +414,15 @@
"id" : "0" "id" : "0"
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "漏斗图", "caption" : "学生信息柱状图",
"catalogField" : "name", "catalogField" : "name",
"eChartsType" : "funnel", "getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129740128.json"
},
"eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "funnel_0", "name" : "bar_0",
"getPSChartCoordinateSystem" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "0" "id" : "0"
...@@ -361,17 +432,33 @@ ...@@ -361,17 +432,33 @@
"id" : "0" "id" : "0"
}, },
"getPSChartSeriesEncode" : { "getPSChartSeriesEncode" : {
"category" : "name",
"index" : 0, "index" : 0,
"itemId" : "department",
"itemName" : "department",
"name" : "坐标系编码", "name" : "坐标系编码",
"type" : "NONE", "getPSChartXAxis" : {
"value" : "age", "modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "name" ],
"y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "department",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "funnel", "getSeriesPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"seriesType" : "bar",
"valueField" : "age", "valueField" : "age",
"enableChartDataSet" : true "enableChartDataSet" : true,
"stack" : false
} ], } ],
"getPSDEChartTitle" : { "getPSDEChartTitle" : {
"index" : 0, "index" : 0,
......
...@@ -1253,23 +1253,6 @@ ...@@ -1253,23 +1253,6 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1301,6 +1284,23 @@ ...@@ -1301,6 +1284,23 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -298,6 +298,42 @@ ...@@ -298,6 +298,42 @@
"predefinedType" : "OPERATOR", "predefinedType" : "OPERATOR",
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/SysOperator", "rTMOSFilePath" : "pssysapps/Web/psappcodelists/SysOperator",
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "common__UsrCodeList0129249258",
"codeListType" : "STATIC",
"codeName" : "UsrCodeList0129249258",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json",
"emptyText" : "未定义",
"mOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258",
"name" : "地区",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"mOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_1",
"rTMOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_1",
"text" : "江南",
"value" : "苏州"
}, {
"codeName" : "Item_2",
"mOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_2",
"rTMOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_2",
"text" : "粤",
"value" : "广州"
}, {
"codeName" : "Item_3",
"mOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_3",
"rTMOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_3",
"text" : "首都",
"value" : "北京"
}, {
"codeName" : "Item_4",
"mOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_4",
"rTMOSFilePath" : "psmodules/common/pscodelists/UsrCodeList0129249258/pscodeitems/Item_4",
"text" : "魔都",
"value" : "上海"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/UsrCodeList0129249258",
"enableCache" : true
}, { }, {
"codeListTag" : "common__UsrCodeList0129740128", "codeListTag" : "common__UsrCodeList0129740128",
"codeListType" : "STATIC", "codeListType" : "STATIC",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册