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

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

上级 355ff39c
...@@ -6730,6 +6730,12 @@ ...@@ -6730,6 +6730,12 @@
"name" : "测试实体实体编辑视图(简单表单)", "name" : "测试实体实体编辑视图(简单表单)",
"realModelSubType" : "DEEDITVIEW", "realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr03193427EditView",
"logicName" : "表单逻辑属性注入",
"name" : "表单逻辑属性注入",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "SubTestEditView", "codeName" : "SubTestEditView",
"logicName" : "子测试实体编辑视图", "logicName" : "子测试实体编辑视图",
...@@ -6897,6 +6903,13 @@ ...@@ -6897,6 +6903,13 @@
"name" : "编辑表单基础-默认处理-编辑", "name" : "编辑表单基础-默认处理-编辑",
"realModelSubType" : "EDITFORM", "realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM" "realModelType" : "PSDEFORM"
}, {
"codeName" : "Usr03193427EditView_Form",
"logicName" : "表单逻辑属性注入_表单",
"modelTag2" : "0",
"name" : "表单逻辑属性注入_表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, { }, {
"codeName" : "LogicEditView_Form", "codeName" : "LogicEditView_Form",
"logicName" : "逻辑测试编辑视图_表单", "logicName" : "逻辑测试编辑视图_表单",
......
...@@ -1482,16 +1482,16 @@ ...@@ -1482,16 +1482,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"
} }
} ], } ],
"uniqueTag" : "VMGroup2" "uniqueTag" : "VMGroup2"
......
...@@ -2161,6 +2161,24 @@ ...@@ -2161,6 +2161,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -175,7 +175,8 @@ ...@@ -175,7 +175,8 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"forceSelection" : "false" "forceSelection" : "false",
"maxlength" : "100000"
}, },
"editorStyle" : "LuckySheet", "editorStyle" : "LuckySheet",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
......
...@@ -7322,6 +7322,10 @@ ...@@ -7322,6 +7322,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr9EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr9EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03193427EditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
......
...@@ -1354,6 +1354,24 @@ ...@@ -1354,6 +1354,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -2192,6 +2192,24 @@ ...@@ -2192,6 +2192,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -762,7 +762,8 @@ ...@@ -762,7 +762,8 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"forceSelection" : "false" "forceSelection" : "false",
"maxlength" : "100000"
}, },
"editorStyle" : "LuckySheet", "editorStyle" : "LuckySheet",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
......
...@@ -1382,6 +1382,24 @@ ...@@ -1382,6 +1382,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -1139,6 +1139,24 @@ ...@@ -1139,6 +1139,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -847,6 +847,24 @@ ...@@ -847,6 +847,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -1198,6 +1198,24 @@ ...@@ -1198,6 +1198,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -1193,6 +1193,24 @@ ...@@ -1193,6 +1193,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -3452,6 +3452,24 @@ ...@@ -3452,6 +3452,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
......
...@@ -7551,6 +7551,24 @@ ...@@ -7551,6 +7551,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
...@@ -13413,16 +13431,16 @@ ...@@ -13413,16 +13431,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"
} }
} ], } ],
"uniqueTag" : "VMGroup2" "uniqueTag" : "VMGroup2"
...@@ -13454,16 +13472,16 @@ ...@@ -13454,16 +13472,16 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
...@@ -13488,6 +13506,12 @@ ...@@ -13488,6 +13506,12 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13505,90 +13529,84 @@ ...@@ -13505,90 +13529,84 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ], } ],
"uniqueTag" : "VMGroup4" "uniqueTag" : "VMGroup4"
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ], } ],
"uniqueTag" : "VMGroup8" "uniqueTag" : "VMGroup8"
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
} ], } ],
"uniqueTag" : "VMGroup5" "uniqueTag" : "VMGroup5"
...@@ -16734,6 +16752,12 @@ ...@@ -16734,6 +16752,12 @@
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
"resource" : "Phone", "resource" : "Phone",
"view" : "Usr08223555EditView" "view" : "Usr08223555EditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03193427EditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "TEST",
"view" : "Usr03193427EditView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateGridView.json",
...@@ -27214,6 +27238,24 @@ ...@@ -27214,6 +27238,24 @@
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ], } ],
"tooltip" : "分组1", "tooltip" : "分组1",
"showCaption" : true, "showCaption" : true,
...@@ -63613,6 +63655,10 @@ ...@@ -63613,6 +63655,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr9EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr9EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03193427EditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册