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

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

上级 63912424
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-102-6"> <changeSet author="root" id="tab-phone-106-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"/>
......
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -102,6 +103,7 @@ ...@@ -102,6 +103,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -120,6 +122,7 @@ ...@@ -120,6 +122,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
...@@ -181,27 +184,40 @@ ...@@ -181,27 +184,40 @@
"codeName" : "PhoneName" "codeName" : "PhoneName"
} }
} ], } ],
"getPSDEGridEditItemUpdates" : [ {
"codeName" : "testGridItemUpdate1",
"name" : "测试1",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSDEGEIUpdateDetails" : [ {
"name" : "updateman"
}, {
"name" : "phonename"
} ]
} ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"name" : "phonetype", "name" : "phonetype",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
}, },
"getPSDEGridEditItemUpdate" : {
"modelref" : true,
"id" : "testGridItemUpdate1"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "DROPDOWNLIST", "editorType" : "TEXTBOX",
"name" : "phonetype", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "phonetype"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"singleSelect" : true
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true "convertToCodeItemText" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "phoneid", "codeName" : "phoneid",
...@@ -212,9 +228,62 @@ ...@@ -212,9 +228,62 @@
"name" : "PHONEID", "name" : "PHONEID",
"codeName" : "PhoneId" "codeName" : "PhoneId"
}, },
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "phoneid"
},
"allowEmpty" : true
}, {
"caption" : "手机名称",
"codeName" : "phonename",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phonename",
"getPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "phonename"
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, {
"caption" : "更新时间",
"codeName" : "updatedate",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"name" : "phoneid", "name" : "updatedate",
"enableLinkView" : false "enableLinkView" : false
}, },
"allowEmpty" : true "allowEmpty" : true
......
...@@ -386,6 +386,7 @@ ...@@ -386,6 +386,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -407,6 +408,7 @@ ...@@ -407,6 +408,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -425,6 +427,7 @@ ...@@ -425,6 +427,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
...@@ -486,27 +489,40 @@ ...@@ -486,27 +489,40 @@
"codeName" : "PhoneName" "codeName" : "PhoneName"
} }
} ], } ],
"getPSDEGridEditItemUpdates" : [ {
"codeName" : "testGridItemUpdate1",
"name" : "测试1",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSDEGEIUpdateDetails" : [ {
"name" : "updateman"
}, {
"name" : "phonename"
} ]
} ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"name" : "phonetype", "name" : "phonetype",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
}, },
"getPSDEGridEditItemUpdate" : {
"modelref" : true,
"id" : "testGridItemUpdate1"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "DROPDOWNLIST", "editorType" : "TEXTBOX",
"name" : "phonetype", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "phonetype"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"singleSelect" : true
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true "convertToCodeItemText" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "phoneid", "codeName" : "phoneid",
...@@ -517,9 +533,62 @@ ...@@ -517,9 +533,62 @@
"name" : "PHONEID", "name" : "PHONEID",
"codeName" : "PhoneId" "codeName" : "PhoneId"
}, },
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "phoneid"
},
"allowEmpty" : true
}, {
"caption" : "手机名称",
"codeName" : "phonename",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phonename",
"getPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "phonename"
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, {
"caption" : "更新时间",
"codeName" : "updatedate",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"name" : "phoneid", "name" : "updatedate",
"enableLinkView" : false "enableLinkView" : false
}, },
"allowEmpty" : true "allowEmpty" : true
......
...@@ -3980,6 +3980,7 @@ ...@@ -3980,6 +3980,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -4001,6 +4002,7 @@ ...@@ -4001,6 +4002,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -4019,6 +4021,7 @@ ...@@ -4019,6 +4021,7 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
...@@ -4080,27 +4083,40 @@ ...@@ -4080,27 +4083,40 @@
"codeName" : "PhoneName" "codeName" : "PhoneName"
} }
} ], } ],
"getPSDEGridEditItemUpdates" : [ {
"codeName" : "testGridItemUpdate1",
"name" : "测试1",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSDEGEIUpdateDetails" : [ {
"name" : "updateman"
}, {
"name" : "phonename"
} ]
} ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"name" : "phonetype", "name" : "phonetype",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
}, },
"getPSDEGridEditItemUpdate" : {
"modelref" : true,
"id" : "testGridItemUpdate1"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "DROPDOWNLIST", "editorType" : "TEXTBOX",
"name" : "phonetype", "maxLength" : 100,
"getPSAppCodeList" : { "name" : "phonetype"
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"singleSelect" : true
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true "convertToCodeItemText" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "phoneid", "codeName" : "phoneid",
...@@ -4111,9 +4127,62 @@ ...@@ -4111,9 +4127,62 @@
"name" : "PHONEID", "name" : "PHONEID",
"codeName" : "PhoneId" "codeName" : "PhoneId"
}, },
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "phoneid"
},
"allowEmpty" : true
}, {
"caption" : "手机名称",
"codeName" : "phonename",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phonename",
"getPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "phonename"
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"allowEmpty" : true,
"convertToCodeItemText" : true
}, {
"caption" : "更新时间",
"codeName" : "updatedate",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "SPAN", "editorType" : "SPAN",
"name" : "phoneid", "name" : "updatedate",
"enableLinkView" : false "enableLinkView" : false
}, },
"allowEmpty" : true "allowEmpty" : true
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册