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

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

上级 6a9ac9ac
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]数据结构 --> <!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-183-8"> <changeSet author="root" id="tab-reginfo-189-8">
<createTable tableName="T_REGINFO"> <createTable tableName="T_REGINFO">
<column name="UPDATEDATE" remarks="" type="DATETIME"> <column name="UPDATEDATE" remarks="" type="DATETIME">
</column> </column>
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
</changeSet> </changeSet>
<!--输出实体[REGINFO]外键关系 --> <!--输出实体[REGINFO]外键关系 -->
<changeSet author="root" id="fk-reginfo-183-13"> <changeSet author="root" id="fk-reginfo-189-13">
<addForeignKeyConstraint baseColumnNames="STUDENTID" baseTableName="T_REGINFO" constraintName="F328B6E61632896255" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="STUDENTID" referencedTableName="T_STUDENT" validate="true"/> <addForeignKeyConstraint baseColumnNames="STUDENTID" baseTableName="T_REGINFO" constraintName="F328B6E61632896255" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="STUDENTID" referencedTableName="T_STUDENT" validate="true"/>
</changeSet> </changeSet>
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
} ], } ],
"getPSCodeListTemplId" : "CODELIST_00089", "getPSCodeListTemplId" : "CODELIST_00089",
"rTMOSFilePath" : "pscodelists/CodeList82", "rTMOSFilePath" : "pscodelists/CodeList82",
"refFlag" : true, "refFlag" : false,
"systemTag" : "TrainSys", "systemTag" : "TrainSys",
"codeItemValueNumber" : false, "codeItemValueNumber" : false,
"enableCache" : true, "enableCache" : true,
......
...@@ -982,16 +982,16 @@ ...@@ -982,16 +982,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -56,29 +56,15 @@ ...@@ -56,29 +56,15 @@
"index" : 0, "index" : 0,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST",
"index" : 0, "index" : 0,
"name" : "reginfoid", "name" : "deptId",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
"index" : 1, "index" : 1,
"name" : "deptid",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "age", "name" : "age",
"groupField" : true, "groupField" : true,
"id" : "2" "id" : "1"
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
...@@ -101,7 +87,7 @@ ...@@ -101,7 +87,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "age", "caption" : "deptId",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "category",
"index" : 0, "index" : 0,
...@@ -111,7 +97,7 @@ ...@@ -111,7 +97,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "reginfoid", "caption" : "age",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "value", "eChartsType" : "value",
"index" : 0, "index" : 0,
...@@ -137,13 +123,8 @@ ...@@ -137,13 +123,8 @@
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图", "caption" : "柱状图",
"catalogField" : "reginfoid", "catalogField" : "deptId",
"getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
"eChartsType" : "bar", "eChartsType" : "bar",
"groupMode" : "CODELIST",
"idField" : "age", "idField" : "age",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -169,16 +150,12 @@ ...@@ -169,16 +150,12 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "reginfoid" ], "x" : [ "deptId" ],
"y" : [ "age" ], "y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "deptid", "seriesField" : "deptid",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"getSeriesPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "age", "valueField" : "age",
"enableChartDataSet" : true, "enableChartDataSet" : true,
......
...@@ -69,6 +69,23 @@ ...@@ -69,6 +69,23 @@
} }
} ], } ],
"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" : {
...@@ -100,23 +117,6 @@ ...@@ -100,23 +117,6 @@
}, },
"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",
......
...@@ -261,29 +261,15 @@ ...@@ -261,29 +261,15 @@
"index" : 0, "index" : 0,
"name" : "bar_0-DEFAULT", "name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST",
"index" : 0, "index" : 0,
"name" : "reginfoid", "name" : "deptId",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
"index" : 1, "index" : 1,
"name" : "deptid",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "age", "name" : "age",
"groupField" : true, "groupField" : true,
"id" : "2" "id" : "1"
} ], } ],
"id" : "0" "id" : "0"
} ], } ],
...@@ -306,7 +292,7 @@ ...@@ -306,7 +292,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartXAxises" : [ { "getPSChartXAxises" : [ {
"caption" : "age", "caption" : "deptId",
"eChartsPos" : "xAxis", "eChartsPos" : "xAxis",
"eChartsType" : "category", "eChartsType" : "category",
"index" : 0, "index" : 0,
...@@ -316,7 +302,7 @@ ...@@ -316,7 +302,7 @@
"id" : "0" "id" : "0"
} ], } ],
"getPSChartYAxises" : [ { "getPSChartYAxises" : [ {
"caption" : "reginfoid", "caption" : "age",
"eChartsPos" : "yAxis", "eChartsPos" : "yAxis",
"eChartsType" : "value", "eChartsType" : "value",
"index" : 0, "index" : 0,
...@@ -416,13 +402,8 @@ ...@@ -416,13 +402,8 @@
}, },
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "柱状图", "caption" : "柱状图",
"catalogField" : "reginfoid", "catalogField" : "deptId",
"getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json"
},
"eChartsType" : "bar", "eChartsType" : "bar",
"groupMode" : "CODELIST",
"idField" : "age", "idField" : "age",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_0",
...@@ -448,16 +429,12 @@ ...@@ -448,16 +429,12 @@
"id" : "0" "id" : "0"
}, },
"type" : "XY", "type" : "XY",
"x" : [ "reginfoid" ], "x" : [ "deptId" ],
"y" : [ "age" ], "y" : [ "age" ],
"id" : "0" "id" : "0"
}, },
"seriesField" : "deptid", "seriesField" : "deptid",
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"getSeriesPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "age", "valueField" : "age",
"enableChartDataSet" : true, "enableChartDataSet" : true,
......
...@@ -1141,6 +1141,23 @@ ...@@ -1141,6 +1141,23 @@
"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" : {
...@@ -1172,23 +1189,6 @@ ...@@ -1172,23 +1189,6 @@
}, },
"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",
......
...@@ -222,90 +222,6 @@ ...@@ -222,90 +222,6 @@
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/CodeList81", "rTMOSFilePath" : "pssysapps/Web/psappcodelists/CodeList81",
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "CodeList82",
"codeListType" : "STATIC",
"codeName" : "CodeList82",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList82.json",
"emptyText" : "未定义",
"mOSFilePath" : "pscodelists/CodeList82",
"name" : "月份(1~12)",
"getPSCodeItems" : [ {
"codeName" : "Item_01",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_01",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_01",
"text" : "1月",
"value" : "01"
}, {
"codeName" : "Item_02",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_02",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_02",
"text" : "2月",
"value" : "02"
}, {
"codeName" : "Item_03",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_03",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_03",
"text" : "3月",
"value" : "03"
}, {
"codeName" : "Item_04",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_04",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_04",
"text" : "4月",
"value" : "04"
}, {
"codeName" : "Item_05",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_05",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_05",
"text" : "5月",
"value" : "05"
}, {
"codeName" : "Item_06",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_06",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_06",
"text" : "6月",
"value" : "06"
}, {
"codeName" : "Item_07",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_07",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_07",
"text" : "7月",
"value" : "07"
}, {
"codeName" : "Item_08",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_08",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_08",
"text" : "8月",
"value" : "08"
}, {
"codeName" : "Item_09",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_09",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_09",
"text" : "9月",
"value" : "09"
}, {
"codeName" : "Item_10",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_10",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_10",
"text" : "10月",
"value" : "10"
}, {
"codeName" : "Item_11",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_11",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_11",
"text" : "11月",
"value" : "11"
}, {
"codeName" : "Item_12",
"mOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_12",
"rTMOSFilePath" : "pscodelists/CodeList82/pscodeitems/Item_12",
"text" : "12月",
"value" : "12"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/CodeList82",
"enableCache" : true
}, { }, {
"codeListTag" : "CodeList83", "codeListTag" : "CodeList83",
"codeListType" : "STATIC", "codeListType" : "STATIC",
...@@ -1892,16 +1808,16 @@ ...@@ -1892,16 +1808,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册