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

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

上级 f8e323aa
...@@ -7,10 +7,37 @@ ...@@ -7,10 +7,37 @@
"caption" : "测试实体实体表格视图", "caption" : "测试实体实体表格视图",
"detailType" : "DRITEM", "detailType" : "DRITEM",
"name" : "dritem1", "name" : "dritem1",
"orderValue" : 1000, "orderValue" : 100,
"getPSDEDRItem" : { "getPSDEDRItem" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEDRITEMS/DRItem.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEDRITEMS/DRItem.json"
} }
}, {
"caption" : "模拟表格视图",
"detailType" : "DRITEM",
"name" : "dritem2",
"orderValue" : 110,
"getPSDEDRItem" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEDRITEMS/UsrDRItem1211348459.json"
}
}, {
"caption" : "书实体数据视图测试",
"detailType" : "DRITEM",
"name" : "dritem3",
"orderValue" : 120,
"getPSDEDRItem" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEDRITEMS/UsrDRItem1211696935.json"
}
}, {
"caption" : "测试实体实体编辑视图(简单表单)",
"detailType" : "DRITEM",
"name" : "dritem4",
"orderValue" : 130,
"getPSDEDRItem" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEDRITEMS/DRItem2.json"
}
} ] } ]
} }
\ No newline at end of file
...@@ -1495,16 +1495,16 @@ ...@@ -1495,16 +1495,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -295,6 +295,11 @@ ...@@ -295,6 +295,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field5" "name" : "field5"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGSELECT",
"runtimeObject" : true
},
"valueItemName" : "field5", "valueItemName" : "field5",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -329,9 +334,9 @@ ...@@ -329,9 +334,9 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field5",
"name" : "field5" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -373,6 +378,11 @@ ...@@ -373,6 +378,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field6" "name" : "field6"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGMULTIPLE",
"runtimeObject" : true
},
"valueItemName" : "field6", "valueItemName" : "field6",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -407,9 +417,9 @@ ...@@ -407,9 +417,9 @@
"codeName" : "Field6" "codeName" : "Field6"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field6",
"name" : "field6" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -449,6 +459,11 @@ ...@@ -449,6 +459,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field7" "name" : "field7"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGSELECT",
"runtimeObject" : true
},
"valueItemName" : "field7", "valueItemName" : "field7",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -483,9 +498,9 @@ ...@@ -483,9 +498,9 @@
"codeName" : "Field7" "codeName" : "Field7"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field7",
"name" : "field7" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -526,6 +541,11 @@ ...@@ -526,6 +541,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field8" "name" : "field8"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGMULTIPLE",
"runtimeObject" : true
},
"valueItemName" : "field8", "valueItemName" : "field8",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -560,9 +580,9 @@ ...@@ -560,9 +580,9 @@
"codeName" : "Field8" "codeName" : "Field8"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field8",
"name" : "field8" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
......
...@@ -43,6 +43,30 @@ ...@@ -43,6 +43,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "模拟表格视图",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json",
"viewType" : "DECUSTOMVIEW"
}
}, {
"caption" : "书实体数据视图测试",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json",
"viewType" : "DEDATAVIEW"
}
}, {
"caption" : "测试实体实体编辑视图(简单表单)",
"name" : "dritem4",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"uniqueTag" : "TESTEditView3__drtab", "uniqueTag" : "TESTEditView3__drtab",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
......
...@@ -713,6 +713,30 @@ ...@@ -713,6 +713,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "模拟表格视图",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json",
"viewType" : "DECUSTOMVIEW"
}
}, {
"caption" : "书实体数据视图测试",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json",
"viewType" : "DEDATAVIEW"
}
}, {
"caption" : "测试实体实体编辑视图(简单表单)",
"name" : "dritem4",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"uniqueTag" : "TESTEditView3_drawer__drtab", "uniqueTag" : "TESTEditView3_drawer__drtab",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
......
...@@ -713,6 +713,30 @@ ...@@ -713,6 +713,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "模拟表格视图",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json",
"viewType" : "DECUSTOMVIEW"
}
}, {
"caption" : "书实体数据视图测试",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json",
"viewType" : "DEDATAVIEW"
}
}, {
"caption" : "测试实体实体编辑视图(简单表单)",
"name" : "dritem4",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"uniqueTag" : "TESTEditView3_modal__drtab", "uniqueTag" : "TESTEditView3_modal__drtab",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
......
...@@ -990,6 +990,11 @@ ...@@ -990,6 +990,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field5" "name" : "field5"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGSELECT",
"runtimeObject" : true
},
"valueItemName" : "field5", "valueItemName" : "field5",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -1024,9 +1029,9 @@ ...@@ -1024,9 +1029,9 @@
"codeName" : "Field5" "codeName" : "Field5"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field5",
"name" : "field5" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -1068,6 +1073,11 @@ ...@@ -1068,6 +1073,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field6" "name" : "field6"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGMULTIPLE",
"runtimeObject" : true
},
"valueItemName" : "field6", "valueItemName" : "field6",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -1102,9 +1112,9 @@ ...@@ -1102,9 +1112,9 @@
"codeName" : "Field6" "codeName" : "Field6"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field6",
"name" : "field6" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -1144,6 +1154,11 @@ ...@@ -1144,6 +1154,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field7" "name" : "field7"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGSELECT",
"runtimeObject" : true
},
"valueItemName" : "field7", "valueItemName" : "field7",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -1178,9 +1193,9 @@ ...@@ -1178,9 +1193,9 @@
"codeName" : "Field7" "codeName" : "Field7"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field7",
"name" : "field7" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
...@@ -1221,6 +1236,11 @@ ...@@ -1221,6 +1236,11 @@
"getPSEditorItems" : [ { "getPSEditorItems" : [ {
"name" : "field8" "name" : "field8"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGMULTIPLE",
"runtimeObject" : true
},
"valueItemName" : "field8", "valueItemName" : "field8",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
...@@ -1255,9 +1275,9 @@ ...@@ -1255,9 +1275,9 @@
"codeName" : "Field8" "codeName" : "Field8"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "SPAN",
"maxLength" : 100, "name" : "field8",
"name" : "field8" "enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12, "colLG" : 12,
......
...@@ -1546,6 +1546,30 @@ ...@@ -1546,6 +1546,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "模拟表格视图",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json",
"viewType" : "DECUSTOMVIEW"
}
}, {
"caption" : "书实体数据视图测试",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json",
"viewType" : "DEDATAVIEW"
}
}, {
"caption" : "测试实体实体编辑视图(简单表单)",
"name" : "dritem4",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"uniqueTag" : "TESTEditView3_modal__drtab", "uniqueTag" : "TESTEditView3_modal__drtab",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
...@@ -1617,6 +1641,30 @@ ...@@ -1617,6 +1641,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "模拟表格视图",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json",
"viewType" : "DECUSTOMVIEW"
}
}, {
"caption" : "书实体数据视图测试",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json",
"viewType" : "DEDATAVIEW"
}
}, {
"caption" : "测试实体实体编辑视图(简单表单)",
"name" : "dritem4",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"uniqueTag" : "TESTEditView3_drawer__drtab", "uniqueTag" : "TESTEditView3_drawer__drtab",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
...@@ -2172,6 +2220,30 @@ ...@@ -2172,6 +2220,30 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
} }
}, {
"caption" : "模拟表格视图",
"name" : "dritem2",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTCustomGridView.json",
"viewType" : "DECUSTOMVIEW"
}
}, {
"caption" : "书实体数据视图测试",
"name" : "dritem3",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2DataView.json",
"viewType" : "DEDATAVIEW"
}
}, {
"caption" : "测试实体实体编辑视图(简单表单)",
"name" : "dritem4",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr6EditView.json",
"viewType" : "DEEDITVIEW"
}
} ], } ],
"uniqueTag" : "TESTEditView3__drtab", "uniqueTag" : "TESTEditView3__drtab",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
......
...@@ -2245,12 +2245,24 @@ ...@@ -2245,12 +2245,24 @@
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
"editorType" : "PICKER", "editorType" : "PICKER",
"name" : "【多选】单位(全部单位)", "name" : "【多选】单位(全部单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGMULTIPLE",
"runtimeObject" : true
},
"pluginCode" : "ALLORGMULTIPLE",
"styleCode" : "ALLORGMULTIPLE" "styleCode" : "ALLORGMULTIPLE"
}, { }, {
"codeName" : "ALLORGSELECT", "codeName" : "ALLORGSELECT",
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
"editorType" : "PICKER", "editorType" : "PICKER",
"name" : "【单选】单位(全部单位)", "name" : "【单选】单位(全部单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGSELECT",
"runtimeObject" : true
},
"pluginCode" : "ALLORGSELECT",
"styleCode" : "ALLORGSELECT" "styleCode" : "ALLORGSELECT"
}, { }, {
"codeName" : "DEPATMENTMULTIPLE", "codeName" : "DEPATMENTMULTIPLE",
...@@ -2303,12 +2315,24 @@ ...@@ -2303,12 +2315,24 @@
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
"editorType" : "PICKER", "editorType" : "PICKER",
"name" : "【多选】单位(仅含指定单位及其下级单位)", "name" : "【多选】单位(仅含指定单位及其下级单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGMULTIPLE",
"runtimeObject" : true
},
"pluginCode" : "ORGMULTIPLE",
"styleCode" : "ORGMULTIPLE" "styleCode" : "ORGMULTIPLE"
}, { }, {
"codeName" : "ORGSELECT", "codeName" : "ORGSELECT",
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
"editorType" : "PICKER", "editorType" : "PICKER",
"name" : "【单选】单位(仅含指定单位及其下级单位)", "name" : "【单选】单位(仅含指定单位及其下级单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGSELECT",
"runtimeObject" : true
},
"pluginCode" : "ORGSELECT",
"styleCode" : "ORGSELECT" "styleCode" : "ORGSELECT"
}, { }, {
"codeName" : "editorTest", "codeName" : "editorTest",
...@@ -4558,6 +4582,32 @@ ...@@ -4558,6 +4582,32 @@
"templCode2" : "view2", "templCode2" : "view2",
"templCode3" : "view3", "templCode3" : "view3",
"templCode4" : "view4" "templCode4" : "view4"
}, {
"name" : "【单选】所有单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGSELECT",
"runtimeObject" : true
},
"pluginCode" : "ALLORGSELECT",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, {
"name" : "【单选】指定单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGSELECT",
"runtimeObject" : true
},
"pluginCode" : "ORGSELECT",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, { }, {
"name" : "【单选】部门(指定单位内的部门)", "name" : "【单选】部门(指定单位内的部门)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -4585,6 +4635,32 @@ ...@@ -4585,6 +4635,32 @@
"pluginCode" : "ALLDEPATMENTMULTIPLE", "pluginCode" : "ALLDEPATMENTMULTIPLE",
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE" "refMode" : "EDITORSTYPE"
}, {
"name" : "【多选】所有单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGMULTIPLE",
"runtimeObject" : true
},
"pluginCode" : "ALLORGMULTIPLE",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, {
"name" : "【多选】指定单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGMULTIPLE",
"runtimeObject" : true
},
"pluginCode" : "ORGMULTIPLE",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, { }, {
"name" : "【多选】部门(指定单位内的部门)", "name" : "【多选】部门(指定单位内的部门)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -11826,16 +11902,16 @@ ...@@ -11826,16 +11902,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
...@@ -11864,12 +11940,6 @@ ...@@ -11864,12 +11940,6 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -11881,6 +11951,12 @@ ...@@ -11881,6 +11951,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup7", "codeName" : "VMGroup7",
...@@ -11896,16 +11972,16 @@ ...@@ -11896,16 +11972,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图方", "name" : "消息位置-视图方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
...@@ -11914,29 +11990,16 @@ ...@@ -11914,29 +11990,16 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -11949,11 +12012,12 @@ ...@@ -11949,11 +12012,12 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11961,28 +12025,40 @@ ...@@ -11961,28 +12025,40 @@
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
...@@ -11991,10 +12067,10 @@ ...@@ -11991,10 +12067,10 @@
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
...@@ -89,6 +89,32 @@ ...@@ -89,6 +89,32 @@
"templCode2" : "view2", "templCode2" : "view2",
"templCode3" : "view3", "templCode3" : "view3",
"templCode4" : "view4" "templCode4" : "view4"
}, {
"name" : "【单选】所有单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGSELECT",
"runtimeObject" : true
},
"pluginCode" : "ALLORGSELECT",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, {
"name" : "【单选】指定单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGSELECT",
"runtimeObject" : true
},
"pluginCode" : "ORGSELECT",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, { }, {
"name" : "【单选】部门(指定单位内的部门)", "name" : "【单选】部门(指定单位内的部门)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -116,6 +142,32 @@ ...@@ -116,6 +142,32 @@
"pluginCode" : "ALLDEPATMENTMULTIPLE", "pluginCode" : "ALLDEPATMENTMULTIPLE",
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE" "refMode" : "EDITORSTYPE"
}, {
"name" : "【多选】所有单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGMULTIPLE",
"runtimeObject" : true
},
"pluginCode" : "ALLORGMULTIPLE",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, {
"name" : "【多选】指定单位",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGMULTIPLE",
"runtimeObject" : true
},
"pluginCode" : "ORGMULTIPLE",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizOrgSelect",
"rTObjectRepo" : "@ibiz-template-plugin/org-select@0.01",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, { }, {
"name" : "【多选】部门(指定单位内的部门)", "name" : "【多选】部门(指定单位内的部门)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -740,6 +740,11 @@ ...@@ -740,6 +740,11 @@
"editorWidth" : -1.0, "editorWidth" : -1.0,
"memo" : "filter=指定单位id对应的表单项名称,不设置时filter默认取当前登录人的所在单位srforgid\nurl=SYS_organizations/${orgid}/suborg/picker", "memo" : "filter=指定单位id对应的表单项名称,不设置时filter默认取当前登录人的所在单位srforgid\nurl=SYS_organizations/${orgid}/suborg/picker",
"name" : "【多选】单位(仅含指定单位及其下级单位)", "name" : "【多选】单位(仅含指定单位及其下级单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGMULTIPLE",
"runtimeObject" : true
},
"styleCode" : "ORGMULTIPLE", "styleCode" : "ORGMULTIPLE",
"replaceDefault" : false "replaceDefault" : false
}, { }, {
...@@ -831,6 +836,11 @@ ...@@ -831,6 +836,11 @@
"editorWidth" : -1.0, "editorWidth" : -1.0,
"memo" : "filter=指定单位id对应的表单项名称,不设置时filter默认取当前登录人的所在单位srforgid\nurl=SYS_organizations/${orgid}/suborg/picker", "memo" : "filter=指定单位id对应的表单项名称,不设置时filter默认取当前登录人的所在单位srforgid\nurl=SYS_organizations/${orgid}/suborg/picker",
"name" : "【单选】单位(仅含指定单位及其下级单位)", "name" : "【单选】单位(仅含指定单位及其下级单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ORGSELECT",
"runtimeObject" : true
},
"styleCode" : "ORGSELECT", "styleCode" : "ORGSELECT",
"replaceDefault" : false "replaceDefault" : false
}, { }, {
...@@ -841,6 +851,11 @@ ...@@ -841,6 +851,11 @@
"editorWidth" : -1.0, "editorWidth" : -1.0,
"memo" : "全部单位选择,强行按照 filter=alls来处理,不接收参数,查询就是全部单位\nurl=SYS_organizations/alls/suborg/picker", "memo" : "全部单位选择,强行按照 filter=alls来处理,不接收参数,查询就是全部单位\nurl=SYS_organizations/alls/suborg/picker",
"name" : "【单选】单位(全部单位)", "name" : "【单选】单位(全部单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGSELECT",
"runtimeObject" : true
},
"styleCode" : "ALLORGSELECT", "styleCode" : "ALLORGSELECT",
"replaceDefault" : false "replaceDefault" : false
}, { }, {
...@@ -963,6 +978,11 @@ ...@@ -963,6 +978,11 @@
"editorWidth" : -1.0, "editorWidth" : -1.0,
"memo" : "全部单位选择,强行按照 filter=alls来处理,不接收参数,查询就是全部单位\nurl=SYS_organizations/alls/suborg/picker", "memo" : "全部单位选择,强行按照 filter=alls来处理,不接收参数,查询就是全部单位\nurl=SYS_organizations/alls/suborg/picker",
"name" : "【多选】单位(全部单位)", "name" : "【多选】单位(全部单位)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "ALLORGMULTIPLE",
"runtimeObject" : true
},
"styleCode" : "ALLORGMULTIPLE", "styleCode" : "ALLORGMULTIPLE",
"replaceDefault" : false "replaceDefault" : false
}, { }, {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册