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

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

上级 3823a347
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} ], } ],
"getPSCodeListTemplId" : "CODELIST_00103", "getPSCodeListTemplId" : "CODELIST_00103",
"rTMOSFilePath" : "pscodelists/CodeList96", "rTMOSFilePath" : "pscodelists/CodeList96",
"refFlag" : false, "refFlag" : true,
"systemTag" : "TrainSys", "systemTag" : "TrainSys",
"codeItemValueNumber" : false, "codeItemValueNumber" : false,
"enableCache" : true, "enableCache" : true,
......
{
"codeListTag" : "CodeList96",
"codeListType" : "STATIC",
"codeName" : "CodeList96",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList96.json",
"emptyText" : "未定义",
"mOSFilePath" : "pscodelists/CodeList96",
"name" : "前端展现技术",
"getPSCodeItems" : [ {
"codeName" : "Html",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Html",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Html",
"text" : "HTML",
"value" : "HTML"
}, {
"codeName" : "Sl",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Sl",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Sl",
"text" : "SilverLight",
"value" : "SL"
}, {
"codeName" : "Winrt",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Winrt",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Winrt",
"text" : "WinRT",
"value" : "WinRT"
}, {
"codeName" : "Android",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Android",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Android",
"text" : "Android",
"value" : "Android"
}, {
"codeName" : "Ios",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Ios",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Ios",
"text" : "IOS",
"value" : "IOS"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/CodeList96",
"enableCache" : true
}
\ No newline at end of file
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "name", "name" : "name",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList96.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
...@@ -124,6 +128,10 @@ ...@@ -124,6 +128,10 @@
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "学生年龄信息", "caption" : "学生年龄信息",
"catalogField" : "name", "catalogField" : "name",
"getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList96.json"
},
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_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",
......
...@@ -263,6 +263,10 @@ ...@@ -263,6 +263,10 @@
"getPSChartDataSetFields" : [ { "getPSChartDataSetFields" : [ {
"index" : 0, "index" : 0,
"name" : "name", "name" : "name",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList96.json"
},
"groupField" : true, "groupField" : true,
"id" : "0" "id" : "0"
}, { }, {
...@@ -403,6 +407,10 @@ ...@@ -403,6 +407,10 @@
"getPSDEChartSerieses" : [ { "getPSDEChartSerieses" : [ {
"caption" : "学生年龄信息", "caption" : "学生年龄信息",
"catalogField" : "name", "catalogField" : "name",
"getCatalogPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList96.json"
},
"eChartsType" : "bar", "eChartsType" : "bar",
"index" : 0, "index" : 0,
"name" : "bar_0", "name" : "bar_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",
......
...@@ -258,6 +258,48 @@ ...@@ -258,6 +258,48 @@
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/CodeList83", "rTMOSFilePath" : "pssysapps/Web/psappcodelists/CodeList83",
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "CodeList96",
"codeListType" : "STATIC",
"codeName" : "CodeList96",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList96.json",
"emptyText" : "未定义",
"mOSFilePath" : "pscodelists/CodeList96",
"name" : "前端展现技术",
"getPSCodeItems" : [ {
"codeName" : "Html",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Html",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Html",
"text" : "HTML",
"value" : "HTML"
}, {
"codeName" : "Sl",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Sl",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Sl",
"text" : "SilverLight",
"value" : "SL"
}, {
"codeName" : "Winrt",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Winrt",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Winrt",
"text" : "WinRT",
"value" : "WinRT"
}, {
"codeName" : "Android",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Android",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Android",
"text" : "Android",
"value" : "Android"
}, {
"codeName" : "Ios",
"mOSFilePath" : "pscodelists/CodeList96/pscodeitems/Ios",
"rTMOSFilePath" : "pscodelists/CodeList96/pscodeitems/Ios",
"text" : "IOS",
"value" : "IOS"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappcodelists/CodeList96",
"enableCache" : true
}, { }, {
"codeListTag" : "common__PhoneType", "codeListTag" : "common__PhoneType",
"codeListType" : "STATIC", "codeListType" : "STATIC",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册