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

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

上级 b6b3f947
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-146-6"> <changeSet author="root" id="tab-phone-155-6">
<createTable tableName="T_PHONE"> <createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)"> <column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/> <constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</changeSet> </changeSet>
<!--输出实体[STUDENT]数据结构 --> <!--输出实体[STUDENT]数据结构 -->
<changeSet author="root" id="tab-student-72-10"> <changeSet author="root" id="tab-student-74-10">
<createTable tableName="T_STUDENT"> <createTable tableName="T_STUDENT">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
......
...@@ -35,21 +35,6 @@ ...@@ -35,21 +35,6 @@
} }
} ], } ],
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -79,6 +64,21 @@ ...@@ -79,6 +64,21 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
{
"codeName" : "StudentList",
"controlType" : "LIST",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"height" : 300.0,
"logicName" : "StudentList",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "address"
}, {
"dataType" : 25,
"name" : "studentid"
}, {
"dataType" : 25,
"name" : "studentname"
}, {
"dataType" : 9,
"name" : "age"
}, {
"dataType" : 25,
"name" : "name"
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "STUDENTNAME",
"codeName" : "StudentName"
}
} ],
"getPSDEListItems" : [ {
"align" : "LEFT",
"caption" : "地址",
"dataItemName" : "address",
"itemType" : "TEXTITEM",
"name" : "ADDRESS",
"width" : 150,
"widthString" : "150px",
"enableSort" : true
}, {
"align" : "LEFT",
"caption" : "属性",
"dataItemName" : "field",
"itemType" : "ACTIONITEM",
"name" : "FIELD",
"getPSDEUIActionGroup" : {
"name" : "界面行为组"
},
"width" : 150,
"widthString" : "150px",
"enableSort" : true
} ],
"pagingSize" : 1000,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : false,
"enableGroup" : false,
"enableRowEdit" : false,
"enableRowEditGroup" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"noSort" : false,
"showHeader" : true,
"modelid" : "7155BF55-897F-4A8F-8C6F-AE7104900209",
"modeltype" : "PSDELIST"
}
\ No newline at end of file
...@@ -1021,21 +1021,6 @@ ...@@ -1021,21 +1021,6 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1065,6 +1050,21 @@ ...@@ -1065,6 +1050,21 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
"width" : 350.0, "width" : 350.0,
"showTitleBar" : true "showTitleBar" : true
}, { }, {
"codeName" : "List", "codeName" : "StudentListPortlet",
"getContentPSControl" : { "getContentPSControl" : {
"name" : "db_sysportlet2_list" "name" : "db_sysportlet2_list"
}, },
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
"name" : "db_sysportlet2", "name" : "db_sysportlet2",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
...@@ -167,13 +167,13 @@ ...@@ -167,13 +167,13 @@
"showBusyIndicator" : true "showBusyIndicator" : true
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "StudentList",
"controlType" : "LIST", "controlType" : "LIST",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "create" "id" : "create"
}, },
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSLISTS/Mob.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "id" : "fetch"
...@@ -184,10 +184,10 @@ ...@@ -184,10 +184,10 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"height" : 300.0, "height" : 300.0,
"logicName" : "MOB", "logicName" : "StudentList",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionName" : "Create", "actionName" : "Create",
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionName" : "Update", "actionName" : "Update",
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionName" : "Remove", "actionName" : "Remove",
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionType" : "DEDATASET", "actionType" : "DEDATASET",
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
} ], } ],
"userDRAction" : "READ", "userDRAction" : "READ",
...@@ -264,20 +264,57 @@ ...@@ -264,20 +264,57 @@
"showBusyIndicator" : true "showBusyIndicator" : true
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "address"
}, {
"dataType" : 25,
"name" : "studentid"
}, {
"dataType" : 25,
"name" : "studentname"
}, {
"dataType" : 9,
"name" : "age"
}, {
"dataType" : 25,
"name" : "name"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONEID", "name" : "STUDENTID",
"codeName" : "PhoneId" "codeName" : "StudentId"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONENAME", "name" : "STUDENTNAME",
"codeName" : "PhoneName" "codeName" : "StudentName"
} }
} ], } ],
"getPSDEListItems" : [ {
"align" : "LEFT",
"caption" : "地址",
"dataItemName" : "address",
"itemType" : "TEXTITEM",
"name" : "ADDRESS",
"width" : 150,
"widthString" : "150px",
"enableSort" : true
}, {
"align" : "LEFT",
"caption" : "属性",
"dataItemName" : "field",
"itemType" : "ACTIONITEM",
"name" : "FIELD",
"getPSDEUIActionGroup" : {
"name" : "界面行为组"
},
"width" : 150,
"widthString" : "150px",
"enableSort" : true
} ],
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -296,7 +333,7 @@ ...@@ -296,7 +333,7 @@
"noSort" : false, "noSort" : false,
"showHeader" : true, "showHeader" : true,
"name" : "db_sysportlet2_list", "name" : "db_sysportlet2_list",
"modelid" : "328464b4629381af0328575a2f898569", "modelid" : "7155BF55-897F-4A8F-8C6F-AE7104900209",
"modeltype" : "PSDELIST" "modeltype" : "PSDELIST"
} ], } ],
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -304,9 +341,9 @@ ...@@ -304,9 +341,9 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"portletType" : "LIST", "portletType" : "LIST",
"title" : "List", "title" : "学生列表",
"showTitleBar" : true, "showTitleBar" : true,
"modelid" : "E3451794-AD3C-4B76-96D2-7121D2D2775E", "modelid" : "E585F423-C50D-4522-9352-D330A6D340CB",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, { }, {
"codeName" : "Grid", "codeName" : "Grid",
......
...@@ -2040,7 +2040,7 @@ ...@@ -2040,7 +2040,7 @@
"width" : 350.0, "width" : 350.0,
"showTitleBar" : true "showTitleBar" : true
}, { }, {
"codeName" : "List", "codeName" : "StudentListPortlet",
"getContentPSControl" : { "getContentPSControl" : {
"name" : "db_sysportlet2_list" "name" : "db_sysportlet2_list"
}, },
...@@ -2049,7 +2049,7 @@ ...@@ -2049,7 +2049,7 @@
"name" : "db_sysportlet2", "name" : "db_sysportlet2",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
...@@ -2060,13 +2060,13 @@ ...@@ -2060,13 +2060,13 @@
"showBusyIndicator" : true "showBusyIndicator" : true
}, },
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "StudentList",
"controlType" : "LIST", "controlType" : "LIST",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "create" "id" : "create"
}, },
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSLISTS/Mob.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "id" : "fetch"
...@@ -2077,10 +2077,10 @@ ...@@ -2077,10 +2077,10 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"height" : 300.0, "height" : 300.0,
"logicName" : "MOB", "logicName" : "StudentList",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
...@@ -2094,7 +2094,7 @@ ...@@ -2094,7 +2094,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionName" : "Create", "actionName" : "Create",
...@@ -2107,7 +2107,7 @@ ...@@ -2107,7 +2107,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionName" : "Update", "actionName" : "Update",
...@@ -2120,7 +2120,7 @@ ...@@ -2120,7 +2120,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionName" : "Remove", "actionName" : "Remove",
...@@ -2133,7 +2133,7 @@ ...@@ -2133,7 +2133,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, { }, {
"actionType" : "DEDATASET", "actionType" : "DEDATASET",
...@@ -2144,7 +2144,7 @@ ...@@ -2144,7 +2144,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
} ], } ],
"userDRAction" : "READ", "userDRAction" : "READ",
...@@ -2157,20 +2157,57 @@ ...@@ -2157,20 +2157,57 @@
"showBusyIndicator" : true "showBusyIndicator" : true
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "address"
}, {
"dataType" : 25,
"name" : "studentid"
}, {
"dataType" : 25,
"name" : "studentname"
}, {
"dataType" : 9,
"name" : "age"
}, {
"dataType" : 25,
"name" : "name"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONEID", "name" : "STUDENTID",
"codeName" : "PhoneId" "codeName" : "StudentId"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONENAME", "name" : "STUDENTNAME",
"codeName" : "PhoneName" "codeName" : "StudentName"
} }
} ], } ],
"getPSDEListItems" : [ {
"align" : "LEFT",
"caption" : "地址",
"dataItemName" : "address",
"itemType" : "TEXTITEM",
"name" : "ADDRESS",
"width" : 150,
"widthString" : "150px",
"enableSort" : true
}, {
"align" : "LEFT",
"caption" : "属性",
"dataItemName" : "field",
"itemType" : "ACTIONITEM",
"name" : "FIELD",
"getPSDEUIActionGroup" : {
"name" : "界面行为组"
},
"width" : 150,
"widthString" : "150px",
"enableSort" : true
} ],
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -2189,7 +2226,7 @@ ...@@ -2189,7 +2226,7 @@
"noSort" : false, "noSort" : false,
"showHeader" : true, "showHeader" : true,
"name" : "db_sysportlet2_list", "name" : "db_sysportlet2_list",
"modelid" : "328464b4629381af0328575a2f898569", "modelid" : "7155BF55-897F-4A8F-8C6F-AE7104900209",
"modeltype" : "PSDELIST" "modeltype" : "PSDELIST"
} ], } ],
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -2197,9 +2234,9 @@ ...@@ -2197,9 +2234,9 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"portletType" : "LIST", "portletType" : "LIST",
"title" : "List", "title" : "学生列表",
"showTitleBar" : true, "showTitleBar" : true,
"modelid" : "E3451794-AD3C-4B76-96D2-7121D2D2775E", "modelid" : "E585F423-C50D-4522-9352-D330A6D340CB",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, { }, {
"codeName" : "Grid", "codeName" : "Grid",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册