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

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

上级 b0a2f259
...@@ -110,7 +110,6 @@ ...@@ -110,7 +110,6 @@
"enableSort" : true, "enableSort" : true,
"enableUnitName" : true "enableUnitName" : true
}, { }, {
"aggMode" : "SUM",
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -142,6 +141,7 @@ ...@@ -142,6 +141,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
...@@ -231,6 +231,27 @@ ...@@ -231,6 +231,27 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "手机型号",
"codeName" : "phonetype",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phonetype",
"getPSAppDEField" : {
"name" : "PHONETYPE",
"codeName" : "Phonetype"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "phonetype",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__PhoneType.json"
},
"singleSelect" : true
},
"allowEmpty" : false,
"needCodeListConfig" : true
}, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "srfkey", "codeName" : "srfkey",
"enableCond" : 3, "enableCond" : 3,
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "OPENDATA",
"realOpenMode" : "DRAWER_RIGHT", "realOpenMode" : "DRAWER_RIGHT",
"realTitle" : "手机主编辑视图", "realTitle" : "手机主编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "OPENDATA", "name" : "EDITDATA",
"realOpenMode" : "DRAWER_RIGHT", "realOpenMode" : "DRAWER_RIGHT",
"realTitle" : "手机主编辑视图", "realTitle" : "手机主编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -729,7 +729,6 @@ ...@@ -729,7 +729,6 @@
"enableSort" : true, "enableSort" : true,
"enableUnitName" : true "enableUnitName" : true
}, { }, {
"aggMode" : "SUM",
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "FRONT",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -761,6 +760,7 @@ ...@@ -761,6 +760,7 @@
}, },
"width" : 100, "width" : 100,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
...@@ -850,6 +850,27 @@ ...@@ -850,6 +850,27 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "手机型号",
"codeName" : "phonetype",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phonetype",
"getPSAppDEField" : {
"name" : "PHONETYPE",
"codeName" : "Phonetype"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "phonetype",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__PhoneType.json"
},
"singleSelect" : true
},
"allowEmpty" : false,
"needCodeListConfig" : true
}, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "srfkey", "codeName" : "srfkey",
"enableCond" : 3, "enableCond" : 3,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册