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

zhanghengfeng 发布系统代码 [TrainSys,模板发布]

上级 49bacbdc
...@@ -186,7 +186,11 @@ ...@@ -186,7 +186,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -161,6 +161,10 @@ ...@@ -161,6 +161,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
......
...@@ -1243,7 +1243,11 @@ ...@@ -1243,7 +1243,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -1927,7 +1931,11 @@ ...@@ -1927,7 +1931,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -2364,7 +2372,7 @@ ...@@ -2364,7 +2372,7 @@
"getPSDEViewId" : "15e96773878c25246e15e13878103f6b", "getPSDEViewId" : "15e96773878c25246e15e13878103f6b",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest" "pluginCode" : "viewPlugin"
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
...@@ -2384,7 +2392,7 @@ ...@@ -2384,7 +2392,7 @@
}, },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneEditView", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneEditView",
"title" : "手机编辑视图", "title" : "手机编辑视图",
"viewStyle" : "viewTest", "viewStyle" : "viewStyle",
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
"xDataControlName" : "form", "xDataControlName" : "form",
"enableDP" : true, "enableDP" : true,
......
...@@ -825,6 +825,10 @@ ...@@ -825,6 +825,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
...@@ -1481,7 +1485,7 @@ ...@@ -1481,7 +1485,7 @@
}, },
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView" "pluginCode" : "viewPlugin"
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
...@@ -1619,7 +1623,7 @@ ...@@ -1619,7 +1623,7 @@
}, },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView",
"title" : "手机表格视图", "title" : "手机表格视图",
"viewStyle" : "PluginTest", "viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid", "xDataControlName" : "grid",
"enableDP" : true, "enableDP" : true,
......
...@@ -735,6 +735,14 @@ ...@@ -735,6 +735,14 @@
"pluginCode" : "editorTest" "pluginCode" : "editorTest"
}, },
"pluginCode" : "editorTest" "pluginCode" : "editorTest"
}, {
"containerType" : "FORMITEM",
"name" : "textStyle",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin"
} ], } ],
"getAllPSAppFuncs" : [ { "getAllPSAppFuncs" : [ {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
...@@ -792,6 +800,34 @@ ...@@ -792,6 +800,34 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPMODULES/Ungroup.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPMODULES/Ungroup.json"
} ], } ],
"getAllPSAppPFPluginRefs" : [ { "getAllPSAppPFPluginRefs" : [ {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "前端模板插件5", "name" : "前端模板插件5",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
...@@ -815,6 +851,20 @@ ...@@ -815,6 +851,20 @@
"pluginType" : "DEUIACTION", "pluginType" : "DEUIACTION",
"refMode" : "UIACTION", "refMode" : "UIACTION",
"refTag" : "SYS" "refTag" : "SYS"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "CONTROL",
"refTag" : "SEARCHFORM",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, { }, {
"name" : "编辑器插件test", "name" : "编辑器插件test",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -830,20 +880,6 @@ ...@@ -830,20 +880,6 @@
"templCode2" : "editor22222", "templCode2" : "editor22222",
"templCode3" : "editor3333", "templCode3" : "editor3333",
"templCode4" : "editor44444" "templCode4" : "editor44444"
}, {
"name" : "视图插件test",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest"
},
"pluginCode" : "viewTest",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view111111",
"templCode2" : "view22222",
"templCode3" : "view33333",
"templCode4" : "view44444"
}, { }, {
"name" : "运行时部件(出来)", "name" : "运行时部件(出来)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -866,27 +902,8 @@ ...@@ -866,27 +902,8 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>", "templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}"
}, {
"name" : "远程视图插件测试",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView"
},
"pluginCode" : "remoteView",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "http://l.zhr.icu:20002/static/index.system.min.js"
} ], } ],
"getAllPSAppSubViewTypeRefs" : [ { "getAllPSAppSubViewTypeRefs" : [ {
"name" : "PluginTest",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView"
},
"pluginCode" : "remoteView",
"viewType" : "DEGRIDVIEW"
}, {
"name" : "PubTest", "name" : "PubTest",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
...@@ -895,12 +912,20 @@ ...@@ -895,12 +912,20 @@
"pluginCode" : "PubViewTest", "pluginCode" : "PubViewTest",
"viewType" : "DEDATAVIEW" "viewType" : "DEDATAVIEW"
}, { }, {
"name" : "viewTest", "name" : "viewStyle",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest" "pluginCode" : "viewPlugin"
}, },
"pluginCode" : "viewTest", "pluginCode" : "viewPlugin",
"viewType" : "DEGRIDVIEW"
}, {
"name" : "viewStyle",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} ], } ],
"getAllPSAppViewMsgGroups" : [ { "getAllPSAppViewMsgGroups" : [ {
...@@ -2747,6 +2772,10 @@ ...@@ -2747,6 +2772,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
...@@ -3403,7 +3432,7 @@ ...@@ -3403,7 +3432,7 @@
}, },
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView" "pluginCode" : "viewPlugin"
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
...@@ -3541,7 +3570,7 @@ ...@@ -3541,7 +3570,7 @@
}, },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView",
"title" : "手机表格视图", "title" : "手机表格视图",
"viewStyle" : "PluginTest", "viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid", "xDataControlName" : "grid",
"enableDP" : true, "enableDP" : true,
......
...@@ -2,6 +2,34 @@ ...@@ -2,6 +2,34 @@
"name" : "模板发布", "name" : "模板发布",
"simple" : "true", "simple" : "true",
"getAllPSAppPFPluginRefs" : [ { "getAllPSAppPFPluginRefs" : [ {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "前端模板插件5", "name" : "前端模板插件5",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
...@@ -25,6 +53,20 @@ ...@@ -25,6 +53,20 @@
"pluginType" : "DEUIACTION", "pluginType" : "DEUIACTION",
"refMode" : "UIACTION", "refMode" : "UIACTION",
"refTag" : "SYS" "refTag" : "SYS"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "CONTROL",
"refTag" : "SEARCHFORM",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, { }, {
"name" : "编辑器插件test", "name" : "编辑器插件test",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -40,20 +82,6 @@ ...@@ -40,20 +82,6 @@
"templCode2" : "editor22222", "templCode2" : "editor22222",
"templCode3" : "editor3333", "templCode3" : "editor3333",
"templCode4" : "editor44444" "templCode4" : "editor44444"
}, {
"name" : "视图插件test",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest"
},
"pluginCode" : "viewTest",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view111111",
"templCode2" : "view22222",
"templCode3" : "view33333",
"templCode4" : "view44444"
}, { }, {
"name" : "运行时部件(出来)", "name" : "运行时部件(出来)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -76,17 +104,6 @@ ...@@ -76,17 +104,6 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>", "templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}"
}, {
"name" : "远程视图插件测试",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView"
},
"pluginCode" : "remoteView",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "http://l.zhr.icu:20002/static/index.system.min.js"
} ], } ],
"cache" : { "cache" : {
"getPSAppViews" : [ ] "getPSAppViews" : [ ]
......
...@@ -241,7 +241,11 @@ ...@@ -241,7 +241,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -165,6 +165,10 @@ ...@@ -165,6 +165,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
......
...@@ -37,6 +37,23 @@ ...@@ -37,6 +37,23 @@
} }
} ], } ],
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -68,23 +85,6 @@ ...@@ -68,23 +85,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -1109,6 +1109,23 @@ ...@@ -1109,6 +1109,23 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1140,23 +1157,6 @@ ...@@ -1140,23 +1157,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -1317,7 +1317,11 @@ ...@@ -1317,7 +1317,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -2095,7 +2099,11 @@ ...@@ -2095,7 +2099,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -2551,7 +2559,7 @@ ...@@ -2551,7 +2559,7 @@
"getPSDEViewId" : "15e96773878c25246e15e13878103f6b", "getPSDEViewId" : "15e96773878c25246e15e13878103f6b",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest" "pluginCode" : "viewPlugin"
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
...@@ -2571,7 +2579,7 @@ ...@@ -2571,7 +2579,7 @@
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneEditView", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneEditView",
"title" : "手机编辑视图", "title" : "手机编辑视图",
"viewStyle" : "viewTest", "viewStyle" : "viewStyle",
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
"xDataControlName" : "form", "xDataControlName" : "form",
"enableDP" : true, "enableDP" : true,
......
...@@ -917,6 +917,10 @@ ...@@ -917,6 +917,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneGridView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneGridView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
...@@ -1573,7 +1577,7 @@ ...@@ -1573,7 +1577,7 @@
}, },
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView" "pluginCode" : "viewPlugin"
}, },
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
...@@ -1706,7 +1710,7 @@ ...@@ -1706,7 +1710,7 @@
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneGridView", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneGridView",
"title" : "手机表格视图", "title" : "手机表格视图",
"viewStyle" : "PluginTest", "viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid", "xDataControlName" : "grid",
"enableDP" : true, "enableDP" : true,
......
...@@ -844,6 +844,10 @@ ...@@ -844,6 +844,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
......
...@@ -369,7 +369,11 @@ ...@@ -369,7 +369,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -1347,6 +1347,10 @@ ...@@ -1347,6 +1347,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
...@@ -2065,7 +2069,11 @@ ...@@ -2065,7 +2069,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -1082,6 +1082,14 @@ ...@@ -1082,6 +1082,14 @@
"pluginCode" : "editorTest" "pluginCode" : "editorTest"
}, },
"pluginCode" : "editorTest" "pluginCode" : "editorTest"
}, {
"containerType" : "FORMITEM",
"name" : "textStyle",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin"
} ], } ],
"getAllPSAppFuncs" : [ { "getAllPSAppFuncs" : [ {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
...@@ -1361,6 +1369,34 @@ ...@@ -1361,6 +1369,34 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\r\n <button class='xx' @click='add'>xxx</button>\r\n </template>\r\n <script>\r\n export default {\r\n methods:{\r\n add(){\r\n alert('add')\r\n }\r\n }\r\n }\r\n </script>\r\n <style>\r\n .xx{\r\n color:red;\r\n }\r\n </style>\r\n", "templCode" : "<template>\r\n <button class='xx' @click='add'>xxx</button>\r\n </template>\r\n <script>\r\n export default {\r\n methods:{\r\n add(){\r\n alert('add')\r\n }\r\n }\r\n }\r\n </script>\r\n <style>\r\n .xx{\r\n color:red;\r\n }\r\n </style>\r\n",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c(\\\"div\\\")}\\n}\",\"script\":\"\",\"style\":\"\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c(\\\"div\\\")}\\n}\",\"script\":\"\",\"style\":\"\"}"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, { }, {
"name" : "代码表表格列绘制插件", "name" : "代码表表格列绘制插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -1397,6 +1433,20 @@ ...@@ -1397,6 +1433,20 @@
"pluginType" : "DEUIACTION", "pluginType" : "DEUIACTION",
"refMode" : "UIACTION", "refMode" : "UIACTION",
"refTag" : "SYS" "refTag" : "SYS"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "CONTROL",
"refTag" : "SEARCHFORM",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, { }, {
"name" : "编辑器插件test", "name" : "编辑器插件test",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -1412,20 +1462,6 @@ ...@@ -1412,20 +1462,6 @@
"templCode2" : "editor22222", "templCode2" : "editor22222",
"templCode3" : "editor3333", "templCode3" : "editor3333",
"templCode4" : "editor44444" "templCode4" : "editor44444"
}, {
"name" : "视图插件test",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest"
},
"pluginCode" : "viewTest",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view111111",
"templCode2" : "view22222",
"templCode3" : "view33333",
"templCode4" : "view44444"
}, { }, {
"name" : "运行时部件(出来)", "name" : "运行时部件(出来)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -1448,17 +1484,6 @@ ...@@ -1448,17 +1484,6 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>", "templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}"
}, {
"name" : "远程视图插件测试",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView"
},
"pluginCode" : "remoteView",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "http://l.zhr.icu:20002/static/index.system.min.js"
}, { }, {
"name" : "部件运行时插件测试(编辑表单)", "name" : "部件运行时插件测试(编辑表单)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -1484,20 +1509,20 @@ ...@@ -1484,20 +1509,20 @@
"verParam4" : "xxx" "verParam4" : "xxx"
} ], } ],
"getAllPSAppSubViewTypeRefs" : [ { "getAllPSAppSubViewTypeRefs" : [ {
"name" : "PluginTest", "name" : "viewStyle",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView" "pluginCode" : "viewPlugin"
}, },
"pluginCode" : "remoteView", "pluginCode" : "viewPlugin",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, { }, {
"name" : "viewTest", "name" : "viewStyle",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM", "pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest" "pluginCode" : "viewPlugin"
}, },
"pluginCode" : "viewTest", "pluginCode" : "viewPlugin",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} ], } ],
"getAllPSAppViewMsgGroups" : [ { "getAllPSAppViewMsgGroups" : [ {
...@@ -3926,6 +3951,10 @@ ...@@ -3926,6 +3951,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
...@@ -4644,7 +4673,11 @@ ...@@ -4644,7 +4673,11 @@
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "phonetype" "name" : "phonetype",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -9859,6 +9892,10 @@ ...@@ -9859,6 +9892,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phonePhoneView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT", "searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
...@@ -13,6 +13,34 @@ ...@@ -13,6 +13,34 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\r\n <button class='xx' @click='add'>xxx</button>\r\n </template>\r\n <script>\r\n export default {\r\n methods:{\r\n add(){\r\n alert('add')\r\n }\r\n }\r\n }\r\n </script>\r\n <style>\r\n .xx{\r\n color:red;\r\n }\r\n </style>\r\n", "templCode" : "<template>\r\n <button class='xx' @click='add'>xxx</button>\r\n </template>\r\n <script>\r\n export default {\r\n methods:{\r\n add(){\r\n alert('add')\r\n }\r\n }\r\n }\r\n </script>\r\n <style>\r\n .xx{\r\n color:red;\r\n }\r\n </style>\r\n",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c(\\\"div\\\")}\\n}\",\"script\":\"\",\"style\":\"\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c(\\\"div\\\")}\\n}\",\"script\":\"\",\"style\":\"\"}"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, { }, {
"name" : "代码表表格列绘制插件", "name" : "代码表表格列绘制插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -49,6 +77,20 @@ ...@@ -49,6 +77,20 @@
"pluginType" : "DEUIACTION", "pluginType" : "DEUIACTION",
"refMode" : "UIACTION", "refMode" : "UIACTION",
"refTag" : "SYS" "refTag" : "SYS"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "CONTROL",
"refTag" : "SEARCHFORM",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, { }, {
"name" : "编辑器插件test", "name" : "编辑器插件test",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -64,20 +106,6 @@ ...@@ -64,20 +106,6 @@
"templCode2" : "editor22222", "templCode2" : "editor22222",
"templCode3" : "editor3333", "templCode3" : "editor3333",
"templCode4" : "editor44444" "templCode4" : "editor44444"
}, {
"name" : "视图插件test",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewTest"
},
"pluginCode" : "viewTest",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEEDITVIEW",
"templCode" : "view111111",
"templCode2" : "view22222",
"templCode3" : "view33333",
"templCode4" : "view44444"
}, { }, {
"name" : "运行时部件(出来)", "name" : "运行时部件(出来)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -100,17 +128,6 @@ ...@@ -100,17 +128,6 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>", "templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}"
}, {
"name" : "远程视图插件测试",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "remoteView"
},
"pluginCode" : "remoteView",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "http://l.zhr.icu:20002/static/index.system.min.js"
}, { }, {
"name" : "部件运行时插件测试(编辑表单)", "name" : "部件运行时插件测试(编辑表单)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -590,6 +590,17 @@ ...@@ -590,6 +590,17 @@
"rTMOSFilePath" : "pssyseditorstyles/Auto8", "rTMOSFilePath" : "pssyseditorstyles/Auto8",
"styleCode" : "Auto8", "styleCode" : "Auto8",
"replaceDefault" : false "replaceDefault" : false
}, {
"dynaModelFilePath" : "PSMODULES/common/PSSYSEDITORSTYLES/.json",
"editorHeight" : -1.0,
"editorType" : "TEXTBOX",
"editorWidth" : -1.0,
"name" : "textStyle",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"replaceDefault" : false
}, { }, {
"codeName" : "Auto6", "codeName" : "Auto6",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/Auto6.json", "dynaModelFilePath" : "PSSYSEDITORSTYLES/Auto6.json",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册