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

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

上级 7118a6fe
...@@ -1209,16 +1209,16 @@ ...@@ -1209,16 +1209,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -45,17 +45,17 @@ ...@@ -45,17 +45,17 @@
"id" : "Get" "id" : "Get"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "type"
}, {
"name" : "field14" "name" : "field14"
}, { }, {
"name" : "field11" "name" : "type"
}, { }, {
"name" : "field13" "name" : "field13"
}, { }, {
"name" : "field17" "name" : "field17"
}, { }, {
"name" : "field8" "name" : "field8"
}, {
"name" : "field11"
} ], } ],
"rTMOSFilePath" : "psdefiupdates/updateA" "rTMOSFilePath" : "psdefiupdates/updateA"
} ], } ],
...@@ -202,6 +202,9 @@ ...@@ -202,6 +202,9 @@
"id" : "formitem2", "id" : "formitem2",
"dataType" : 25, "dataType" : 25,
"createDV" : "<div style='color:red;'>测试直接内容html</div>" "createDV" : "<div style='color:red;'>测试直接内容html</div>"
}, {
"id" : "formitem3",
"dataType" : 25
}, { }, {
"id" : "date", "id" : "date",
"dataType" : 5, "dataType" : 5,
...@@ -769,6 +772,8 @@ ...@@ -769,6 +772,8 @@
"getPSEditor" : { "getPSEditor" : {
"contentType" : "HTML", "contentType" : "HTML",
"editorParams" : { "editorParams" : {
"contenttype" : "HTML",
"editable" : "TRUE",
"CONTENTTYPE" : "HTML" "CONTENTTYPE" : "HTML"
}, },
"editorType" : "RAW", "editorType" : "RAW",
...@@ -781,6 +786,37 @@ ...@@ -781,6 +786,37 @@
"rTMOSFilePath" : "psdeformdetail_formitems/formitem2", "rTMOSFilePath" : "psdeformdetail_formitems/formitem2",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "步进器",
"codeName" : "formitem3",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem3",
"name" : "formitem3",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"precision" : "2",
"minvalue" : "-10",
"maxvalue" : "30",
"stepvalue" : "2"
},
"editorType" : "STEPPER",
"name" : "formitem3",
"stepValue" : 1.0
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem3",
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"actionGroupExtractMode" : "ITEM", "actionGroupExtractMode" : "ITEM",
"caption" : "时间选择器", "caption" : "时间选择器",
......
...@@ -1381,17 +1381,17 @@ ...@@ -1381,17 +1381,17 @@
"id" : "Get" "id" : "Get"
}, },
"getPSDEFIUpdateDetails" : [ { "getPSDEFIUpdateDetails" : [ {
"name" : "type"
}, {
"name" : "field14" "name" : "field14"
}, { }, {
"name" : "field11" "name" : "type"
}, { }, {
"name" : "field13" "name" : "field13"
}, { }, {
"name" : "field17" "name" : "field17"
}, { }, {
"name" : "field8" "name" : "field8"
}, {
"name" : "field11"
} ], } ],
"rTMOSFilePath" : "psdefiupdates/updateA" "rTMOSFilePath" : "psdefiupdates/updateA"
} ], } ],
...@@ -1538,6 +1538,9 @@ ...@@ -1538,6 +1538,9 @@
"id" : "formitem2", "id" : "formitem2",
"dataType" : 25, "dataType" : 25,
"createDV" : "<div style='color:red;'>测试直接内容html</div>" "createDV" : "<div style='color:red;'>测试直接内容html</div>"
}, {
"id" : "formitem3",
"dataType" : 25
}, { }, {
"id" : "date", "id" : "date",
"dataType" : 5, "dataType" : 5,
...@@ -2105,6 +2108,8 @@ ...@@ -2105,6 +2108,8 @@
"getPSEditor" : { "getPSEditor" : {
"contentType" : "HTML", "contentType" : "HTML",
"editorParams" : { "editorParams" : {
"contenttype" : "HTML",
"editable" : "TRUE",
"CONTENTTYPE" : "HTML" "CONTENTTYPE" : "HTML"
}, },
"editorType" : "RAW", "editorType" : "RAW",
...@@ -2117,6 +2122,37 @@ ...@@ -2117,6 +2122,37 @@
"rTMOSFilePath" : "psdeformdetail_formitems/formitem2", "rTMOSFilePath" : "psdeformdetail_formitems/formitem2",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "步进器",
"codeName" : "formitem3",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem3",
"name" : "formitem3",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"precision" : "2",
"minvalue" : "-10",
"maxvalue" : "30",
"stepvalue" : "2"
},
"editorType" : "STEPPER",
"name" : "formitem3",
"stepValue" : 1.0
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem3",
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"actionGroupExtractMode" : "ITEM", "actionGroupExtractMode" : "ITEM",
"caption" : "时间选择器", "caption" : "时间选择器",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册