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

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

上级 aa6eb820
...@@ -1579,16 +1579,16 @@ ...@@ -1579,16 +1579,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -69,15 +69,15 @@ ...@@ -69,15 +69,15 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSDEFormItemUpdates" : [ { "getPSDEFormItemUpdates" : [ {
"codeName" : "formitem1",
"name" : "formitem1",
"scriptCode" : "console.log('表单项值更新1');\r\nif (data && data['bookname1']) {\r\n data['formitem661'] = Number(data['bookname1'].length);\r\n}",
"customCode" : true
}, {
"codeName" : "fiemItemCodeName", "codeName" : "fiemItemCodeName",
"name" : "fiemItem", "name" : "fiemItem",
"scriptCode" : "console.log('表单项值更新');\r\nif (data && data['bookname']) {\r\n data['formitem66'] = Number(data['bookname'].length);\r\n}", "scriptCode" : "console.log('表单项值更新');\r\nif (data && data['bookname']) {\r\n data['formitem66'] = Number(data['bookname'].length);\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "formitem1",
"name" : "formitem1",
"scriptCode" : "console.log('表单项值更新1');\r\nif (data && data['bookname1']) {\r\n data['formitem661'] = Number(data['bookname1'].length);\r\n}",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -146,6 +146,13 @@ ...@@ -146,6 +146,13 @@
}, { }, {
"id" : "formitem2", "id" : "formitem2",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem15",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, { }, {
"id" : "bookname1", "id" : "bookname1",
"dataType" : 25 "dataType" : 25
...@@ -505,6 +512,39 @@ ...@@ -505,6 +512,39 @@
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group11", "name" : "group11",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "书名称",
"codeName" : "formitem15",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem15",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorStyle" : "CronEditor",
"editorType" : "TEXTAREA",
"maxLength" : 200,
"name" : "formitem15",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CronEditor"
},
"showMaxLength" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"codeName" : "bookname1", "codeName" : "bookname1",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
......
...@@ -187,15 +187,15 @@ ...@@ -187,15 +187,15 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemUpdates" : [ { "getPSDEFormItemUpdates" : [ {
"codeName" : "formitem1",
"name" : "formitem1",
"scriptCode" : "console.log('表单项值更新1');\r\nif (data && data['bookname1']) {\r\n data['formitem661'] = Number(data['bookname1'].length);\r\n}",
"customCode" : true
}, {
"codeName" : "fiemItemCodeName", "codeName" : "fiemItemCodeName",
"name" : "fiemItem", "name" : "fiemItem",
"scriptCode" : "console.log('表单项值更新');\r\nif (data && data['bookname']) {\r\n data['formitem66'] = Number(data['bookname'].length);\r\n}", "scriptCode" : "console.log('表单项值更新');\r\nif (data && data['bookname']) {\r\n data['formitem66'] = Number(data['bookname'].length);\r\n}",
"customCode" : true "customCode" : true
}, {
"codeName" : "formitem1",
"name" : "formitem1",
"scriptCode" : "console.log('表单项值更新1');\r\nif (data && data['bookname1']) {\r\n data['formitem661'] = Number(data['bookname1'].length);\r\n}",
"customCode" : true
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
...@@ -264,6 +264,13 @@ ...@@ -264,6 +264,13 @@
}, { }, {
"id" : "formitem2", "id" : "formitem2",
"dataType" : 25 "dataType" : 25
}, {
"id" : "formitem15",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, { }, {
"id" : "bookname1", "id" : "bookname1",
"dataType" : 25 "dataType" : 25
...@@ -623,6 +630,39 @@ ...@@ -623,6 +630,39 @@
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group11", "name" : "group11",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "书名称",
"codeName" : "formitem15",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem15",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorStyle" : "CronEditor",
"editorType" : "TEXTAREA",
"maxLength" : 200,
"name" : "formitem15",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CronEditor"
},
"showMaxLength" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"codeName" : "bookname1", "codeName" : "bookname1",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
......
...@@ -2710,6 +2710,17 @@ ...@@ -2710,6 +2710,17 @@
}, },
"pluginCode" : "CUSTOMEDIT", "pluginCode" : "CUSTOMEDIT",
"styleCode" : "CUSTOMEDIT" "styleCode" : "CUSTOMEDIT"
}, {
"codeName" : "CronEditor",
"containerType" : "FORMITEM",
"editorType" : "TEXTAREA",
"name" : "cron表达式编辑器",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CronEditor"
},
"pluginCode" : "CronEditor",
"styleCode" : "CronEditor"
}, { }, {
"codeName" : "DEPATMENTMULTIPLE", "codeName" : "DEPATMENTMULTIPLE",
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
...@@ -5258,6 +5269,15 @@ ...@@ -5258,6 +5269,15 @@
"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" : "cron表达式编辑器",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CronEditor"
},
"pluginCode" : "CronEditor",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE"
}, { }, {
"name" : "fetchPlugin", "name" : "fetchPlugin",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -12853,16 +12873,16 @@ ...@@ -12853,16 +12873,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -12891,22 +12911,22 @@ ...@@ -12891,22 +12911,22 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -12935,47 +12955,39 @@ ...@@ -12935,47 +12955,39 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg13"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12983,45 +12995,53 @@ ...@@ -12983,45 +12995,53 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
...@@ -26,6 +26,15 @@ ...@@ -26,6 +26,15 @@
"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" : "cron表达式编辑器",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CronEditor"
},
"pluginCode" : "CronEditor",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE"
}, { }, {
"name" : "fetchPlugin", "name" : "fetchPlugin",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -985,6 +985,19 @@ ...@@ -985,6 +985,19 @@
}, },
"styleCode" : "EMPMULTIPLE", "styleCode" : "EMPMULTIPLE",
"replaceDefault" : false "replaceDefault" : false
}, {
"codeName" : "CronEditor",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/CronEditor.json",
"editorHeight" : -1.0,
"editorType" : "TEXTAREA",
"editorWidth" : -1.0,
"name" : "cron表达式编辑器",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CronEditor"
},
"styleCode" : "CronEditor",
"replaceDefault" : false
}, { }, {
"codeName" : "Auto4", "codeName" : "Auto4",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/Auto4.json", "dynaModelFilePath" : "PSSYSEDITORSTYLES/Auto4.json",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册