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

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

上级 e80d1af3
...@@ -2334,8 +2334,9 @@ ...@@ -2334,8 +2334,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -2353,8 +2354,9 @@ ...@@ -2353,8 +2354,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -2533,23 +2535,6 @@ ...@@ -2533,23 +2535,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -2580,6 +2565,23 @@ ...@@ -2580,6 +2565,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -2670,6 +2672,41 @@ ...@@ -2670,6 +2672,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -199,8 +199,9 @@ ...@@ -199,8 +199,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -218,8 +219,9 @@ ...@@ -218,8 +219,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -398,23 +400,6 @@ ...@@ -398,23 +400,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -445,6 +430,23 @@ ...@@ -445,6 +430,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -535,6 +537,41 @@ ...@@ -535,6 +537,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -876,8 +876,9 @@ ...@@ -876,8 +876,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -895,8 +896,9 @@ ...@@ -895,8 +896,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -1075,23 +1077,6 @@ ...@@ -1075,23 +1077,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1122,6 +1107,23 @@ ...@@ -1122,6 +1107,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -1212,6 +1214,41 @@ ...@@ -1212,6 +1214,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -656,8 +656,9 @@ ...@@ -656,8 +656,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -675,8 +676,9 @@ ...@@ -675,8 +676,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -855,23 +857,6 @@ ...@@ -855,23 +857,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -902,6 +887,23 @@ ...@@ -902,6 +887,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -992,6 +994,41 @@ ...@@ -992,6 +994,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -1469,8 +1469,9 @@ ...@@ -1469,8 +1469,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -1488,8 +1489,9 @@ ...@@ -1488,8 +1489,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -1668,23 +1670,6 @@ ...@@ -1668,23 +1670,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1715,6 +1700,23 @@ ...@@ -1715,6 +1700,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -1805,6 +1807,41 @@ ...@@ -1805,6 +1807,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -376,8 +376,9 @@ ...@@ -376,8 +376,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -395,8 +396,9 @@ ...@@ -395,8 +396,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -575,23 +577,6 @@ ...@@ -575,23 +577,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -622,6 +607,23 @@ ...@@ -622,6 +607,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -712,6 +714,41 @@ ...@@ -712,6 +714,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -707,8 +707,9 @@ ...@@ -707,8 +707,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -726,8 +727,9 @@ ...@@ -726,8 +727,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -906,23 +908,6 @@ ...@@ -906,23 +908,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -953,6 +938,23 @@ ...@@ -953,6 +938,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -1043,6 +1045,41 @@ ...@@ -1043,6 +1045,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -3670,8 +3670,9 @@ ...@@ -3670,8 +3670,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -3689,8 +3690,9 @@ ...@@ -3689,8 +3690,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -3869,23 +3871,6 @@ ...@@ -3869,23 +3871,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -3916,6 +3901,23 @@ ...@@ -3916,6 +3901,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -4006,6 +4008,41 @@ ...@@ -4006,6 +4008,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -2061,8 +2061,9 @@ ...@@ -2061,8 +2061,9 @@
"codeName" : "Scores" "codeName" : "Scores"
}, },
"rTMOSFilePath" : "psdegridcols/scores", "rTMOSFilePath" : "psdegridcols/scores",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -2080,8 +2081,9 @@ ...@@ -2080,8 +2081,9 @@
"codeName" : "Subjects" "codeName" : "Subjects"
}, },
"rTMOSFilePath" : "psdegridcols/subjects", "rTMOSFilePath" : "psdegridcols/subjects",
"width" : 100, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
...@@ -2260,23 +2262,6 @@ ...@@ -2260,23 +2262,6 @@
} }
} ], } ],
"getPSDEGridEditItemVRs" : [ { "getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 1, "checkMode" : 1,
"name" : "编辑项值规则", "name" : "编辑项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -2307,6 +2292,23 @@ ...@@ -2307,6 +2292,23 @@
}, },
"getPSDEGridEditItemName" : "stuno", "getPSDEGridEditItemName" : "stuno",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"mOSFilePath" : "pssysvaluerules/ValueRule4",
"name" : "正整数",
"rTMOSFilePath" : "pssysvaluerules/ValueRule4",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "学员编号", "caption" : "学员编号",
...@@ -2397,6 +2399,41 @@ ...@@ -2397,6 +2399,41 @@
}, },
"rTMOSFilePath" : "psdegridcols/address", "rTMOSFilePath" : "psdegridcols/address",
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "分数",
"codeName" : "scores",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/scores",
"name" : "scores",
"getPSAppDEField" : {
"name" : "SCORES",
"codeName" : "Scores"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "scores"
},
"rTMOSFilePath" : "psdegridcols/scores",
"allowEmpty" : true
}, {
"caption" : "科目",
"codeName" : "subjects",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/subjects",
"name" : "subjects",
"getPSAppDEField" : {
"name" : "SUBJECTS",
"codeName" : "Subjects"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "subjects"
},
"rTMOSFilePath" : "psdegridcols/subjects",
"allowEmpty" : true
}, { }, {
"caption" : "学员登记信息标识", "caption" : "学员登记信息标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册