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

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

上级 045c23e8
...@@ -1175,7 +1175,8 @@ ...@@ -1175,7 +1175,8 @@
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"itemsText" : "全部11", "itemsText" : "全部11",
"allItems" : "true" "allItems" : "true",
"valueType" : "SIMPLES"
}, },
"editorType" : "MDROPDOWNLIST", "editorType" : "MDROPDOWNLIST",
"name" : "formitem14", "name" : "formitem14",
...@@ -1183,6 +1184,7 @@ ...@@ -1183,6 +1184,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__All.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__All.json"
}, },
"valueType" : "SIMPLES",
"allItems" : true, "allItems" : true,
"singleSelect" : false "singleSelect" : false
}, },
......
...@@ -1292,7 +1292,8 @@ ...@@ -1292,7 +1292,8 @@
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"itemsText" : "全部11", "itemsText" : "全部11",
"allItems" : "true" "allItems" : "true",
"valueType" : "SIMPLES"
}, },
"editorType" : "MDROPDOWNLIST", "editorType" : "MDROPDOWNLIST",
"name" : "formitem14", "name" : "formitem14",
...@@ -1300,6 +1301,7 @@ ...@@ -1300,6 +1301,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__All.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__All.json"
}, },
"valueType" : "SIMPLES",
"allItems" : true, "allItems" : true,
"singleSelect" : false "singleSelect" : false
}, },
......
...@@ -1847,7 +1847,8 @@ ...@@ -1847,7 +1847,8 @@
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"itemsText" : "全部11", "itemsText" : "全部11",
"allItems" : "true" "allItems" : "true",
"valueType" : "SIMPLES"
}, },
"editorType" : "MDROPDOWNLIST", "editorType" : "MDROPDOWNLIST",
"name" : "formitem14", "name" : "formitem14",
...@@ -1855,6 +1856,7 @@ ...@@ -1855,6 +1856,7 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__All.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__All.json"
}, },
"valueType" : "SIMPLES",
"allItems" : true, "allItems" : true,
"singleSelect" : false "singleSelect" : false
}, },
......
...@@ -8419,6 +8419,16 @@ ...@@ -8419,6 +8419,16 @@
"refMode" : "APPVIEW", "refMode" : "APPVIEW",
"refTag" : "APPINDEXVIEW", "refTag" : "APPINDEXVIEW",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "设计树",
"getPSSysPFPlugin" : {
"pluginType" : "TREE_RENDER",
"pluginCode" : "DESIGN_TREE"
},
"pluginCode" : "DESIGN_TREE",
"pluginType" : "TREE_RENDER",
"refMode" : "CONTROL",
"refTag" : "TREEVIEW"
}, { }, {
"name" : "评审列表", "name" : "评审列表",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -19079,7 +19089,10 @@ ...@@ -19079,7 +19089,10 @@
}, },
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true "showBusyIndicator" : true,
"ctrlParams" : {
"TESTPARAM" : "123abc"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -19125,7 +19138,10 @@ ...@@ -19125,7 +19138,10 @@
"getPSControlParam" : { "getPSControlParam" : {
"height" : 500.0, "height" : 500.0,
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true "showBusyIndicator" : true,
"ctrlParams" : {
"TEST2" : "avbasd"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册