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

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

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