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

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

上级 63939c6f
...@@ -1633,16 +1633,16 @@ ...@@ -1633,16 +1633,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"
} }
} ] } ]
}, { }, {
......
...@@ -275,8 +275,9 @@ ...@@ -275,8 +275,9 @@
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container2", "name" : "container3",
"getPSLayout" : { "getPSLayout" : {
"dir" : "row",
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
...@@ -284,71 +285,97 @@ ...@@ -284,71 +285,97 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "数据选择", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "FIELD", "itemType" : "CONTAINER",
"name" : "field_picker1", "name" : "container4",
"getPSEditor" : { "getPSLayout" : {
"editorParams" : { "layout" : "FLEX"
"AC" : "TRUE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "FALSE"
},
"editorStyle" : "PERSONEL_SELECT_PROJECT",
"editorType" : "PICKEREX_TRIGGER",
"name" : "field_picker1",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "PERSON_SELECT",
"runtimeObject" : true
},
"predefinedType" : "FIELD_PICKER",
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : 2,
"hAlignSelf" : "LEFT", "layout" : "FLEX"
"layout" : "FLEX",
"vAlignSelf" : "TOP"
}, },
"hidden" : false, "getPSPanelItems" : [ {
"showCaption" : false "caption" : "数据选择",
}, { "itemStyle" : "DEFAULT",
"caption" : "下拉列表框", "itemType" : "FIELD",
"itemStyle" : "DEFAULT", "name" : "field_picker1",
"itemType" : "FIELD", "getPSEditor" : {
"name" : "field_dropdownlist", "editorParams" : {
"getPSEditor" : { "AC" : "TRUE",
"editorParams" : { "TRIGGER" : "TRUE",
"defaultSelected" : "10", "PICKUPVIEW" : "FALSE"
"fileMap" : "{followed: [20],notFollowing: [10], }" },
}, "editorStyle" : "PERSONEL_SELECT_PROJECT",
"editorStyle" : "PUBLICITY", "editorType" : "PICKEREX_TRIGGER",
"editorType" : "DROPDOWNLIST", "name" : "field_picker1",
"name" : "field_dropdownlist", "getPSSysPFPlugin" : {
"getPSAppCodeList" : { "pluginType" : "EDITOR_CUSTOMSTYLE",
"modelref" : true, "pluginCode" : "PERSON_SELECT",
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__UsrCodeList0218851772.json" "runtimeObject" : true
},
"predefinedType" : "FIELD_PICKER",
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
}, },
"getPSSysPFPlugin" : { "getPSLayoutPos" : {
"pluginType" : "EDITOR_CUSTOMSTYLE", "grow" : -1,
"pluginCode" : "PUBLICITY" "hAlignSelf" : "LEFT",
"layout" : "FLEX",
"vAlignSelf" : "TOP"
}, },
"predefinedType" : "FIELD_DROPDOWNLIST", "hidden" : false,
"singleSelect" : true "showCaption" : false
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container5",
"getPSLayout" : {
"layout" : "FLEX"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : 2,
"hAlignSelf" : "RIGHT", "layout" : "FLEX"
"layout" : "FLEX",
"vAlignSelf" : "TOP"
}, },
"hidden" : false, "getPSPanelItems" : [ {
"showCaption" : false "caption" : "下拉列表框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_dropdownlist",
"getPSEditor" : {
"editorParams" : {
"codelistMap" : "{\"followed\":[20],\"notFollowing\":[10]}",
"defaultSelected" : "10"
},
"editorStyle" : "PUBLICITY",
"editorType" : "DROPDOWNLIST",
"name" : "field_dropdownlist",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__UsrCodeList0218851772.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "PUBLICITY"
},
"predefinedType" : "FIELD_DROPDOWNLIST",
"singleSelect" : true
},
"getPSLayoutPos" : {
"grow" : -1,
"hAlignSelf" : "RIGHT",
"layout" : "FLEX",
"vAlignSelf" : "TOP"
},
"hidden" : false,
"showCaption" : false
} ]
} ] } ]
} ] } ]
} ], } ],
......
...@@ -13692,16 +13692,16 @@ ...@@ -13692,16 +13692,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"
} }
} ] } ]
}, { }, {
...@@ -13730,12 +13730,6 @@ ...@@ -13730,12 +13730,6 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13747,6 +13741,12 @@ ...@@ -13747,6 +13741,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg5"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup7", "codeName" : "VMGroup7",
...@@ -13774,70 +13774,70 @@ ...@@ -13774,70 +13774,70 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg7"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg4"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg8"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg12"
}, }
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
} ] } ]
...@@ -13845,12 +13845,6 @@ ...@@ -13845,12 +13845,6 @@
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13862,6 +13856,12 @@ ...@@ -13862,6 +13856,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册