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

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

上级 85a0e5d2
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
"gridRowActiveMode" : 1, "gridRowActiveMode" : 1,
"height" : 2000, "height" : 2000,
"name" : "TESTGRIDUsr09053571GridView", "name" : "TESTGRIDUsr09053571GridView",
"openMode" : "DRAWER_TOP",
"getPSAppCounterRef" : { "getPSAppCounterRef" : {
"modelref" : true, "modelref" : true,
"id" : "aa6e16464930a722312196486a5154a5" "id" : "aa6e16464930a722312196486a5154a5"
...@@ -110,7 +109,7 @@ ...@@ -110,7 +109,7 @@
"id" : "VMGroup2" "id" : "VMGroup2"
}, },
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "书编辑视图", "realTitle" : "书编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -118,7 +117,7 @@ ...@@ -118,7 +117,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realTitle" : "书编辑视图", "realTitle" : "书编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -1384,6 +1383,10 @@ ...@@ -1384,6 +1383,10 @@
"glyph" : "xf0f1@FontAwesome", "glyph" : "xf0f1@FontAwesome",
"cssClass" : "fa fa-stethoscope" "cssClass" : "fa fa-stethoscope"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW", "controlStyle" : "APPDEGRIDVIEW",
...@@ -1404,7 +1407,7 @@ ...@@ -1404,7 +1407,7 @@
}, },
"subCaption" : "视图子标题:测试视图子标题", "subCaption" : "视图子标题:测试视图子标题",
"title" : "视图抬头:数据表格95", "title" : "视图抬头:数据表格95",
"viewStyle" : "DEFAULT", "viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"width" : 1600, "width" : 1600,
"xDataControlName" : "grid", "xDataControlName" : "grid",
......
...@@ -3226,6 +3226,20 @@ ...@@ -3226,6 +3226,20 @@
"refTag2" : "DEFGRIDCOLUMN", "refTag2" : "DEFGRIDCOLUMN",
"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插件", "name" : "view插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -3453,6 +3467,15 @@ ...@@ -3453,6 +3467,15 @@
"pluginCode" : "PubViewTest", "pluginCode" : "PubViewTest",
"typeCode" : "PubTest", "typeCode" : "PubTest",
"viewType" : "DEDATAVIEW" "viewType" : "DEDATAVIEW"
}, {
"name" : "viewStyle",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"typeCode" : "viewStyle",
"viewType" : "DEGRIDVIEW"
}, { }, {
"name" : "viewStyle", "name" : "viewStyle",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -26,6 +26,20 @@ ...@@ -26,6 +26,20 @@
"refTag2" : "DEFGRIDCOLUMN", "refTag2" : "DEFGRIDCOLUMN",
"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插件", "name" : "view插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册