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

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

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