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

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

上级 2c1c3910
...@@ -1125,6 +1125,21 @@ ...@@ -1125,6 +1125,21 @@
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Yes", "uIActionTag" : "Yes",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, {
"actionTarget" : "NONE",
"caption" : "登出(插件)",
"codeName" : "logout_plugin",
"fullCodeName" : "logout_plugin",
"name" : "登出(插件)",
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CUSTOM"
},
"predefinedType" : "APP_LOGOUT",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "logout_plugin",
"uIActionType" : "DEUIACTION"
}, { }, {
"actionTarget" : "NONE", "actionTarget" : "NONE",
"caption" : "百度", "caption" : "百度",
...@@ -1578,6 +1593,16 @@ ...@@ -1578,6 +1593,16 @@
"pluginCode" : "DATA_PICKER_CUSTOM_SELECT", "pluginCode" : "DATA_PICKER_CUSTOM_SELECT",
"pluginType" : "AC_ITEM", "pluginType" : "AC_ITEM",
"refMode" : "DEACMODE" "refMode" : "DEACMODE"
}, {
"name" : "自定义登出",
"getPSSysPFPlugin" : {
"pluginType" : "DEUIACTION",
"pluginCode" : "CUSTOM"
},
"pluginCode" : "CUSTOM",
"pluginType" : "DEUIACTION",
"refMode" : "UIACTION",
"refTag" : "SYS"
}, { }, {
"name" : "获取数据集插件", "name" : "获取数据集插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -25053,7 +25078,7 @@ ...@@ -25053,7 +25078,7 @@
"name" : "[FIELD4][属性4]", "name" : "[FIELD4][属性4]",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTAREA_10", "editorType" : "SPAN",
"name" : "[FIELD4][属性4]", "name" : "[FIELD4][属性4]",
"stringLength" : 1048576, "stringLength" : 1048576,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
...@@ -25064,7 +25089,7 @@ ...@@ -25064,7 +25089,7 @@
"name" : "[FIELD4][属性4]移动端默认", "name" : "[FIELD4][属性4]移动端默认",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXTAREA", "editorType" : "SPAN",
"name" : "[FIELD4][属性4]移动端默认", "name" : "[FIELD4][属性4]移动端默认",
"stringLength" : 1048576, "stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
...@@ -26283,9 +26308,16 @@ ...@@ -26283,9 +26308,16 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "FIELD4" "codeName" : "FIELD4"
}, },
"getRefPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"getRefPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 21, "type" : "DTO"
"type" : "SIMPLE"
}, { }, {
"codeName" : "FIELD5", "codeName" : "FIELD5",
"logicName" : "属性5", "logicName" : "属性5",
{ {
"codeName" : "Usr03276928EditView2_Form", "codeName" : "Usr03276928EditView2_Form",
"controlStyle" : "form_anchor_point",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -416,6 +417,10 @@ ...@@ -416,6 +417,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "form_anchor_point"
},
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "remove", "id" : "remove",
......
...@@ -322,6 +322,7 @@ ...@@ -322,6 +322,7 @@
"modeltype" : "PSDEDRBAR" "modeltype" : "PSDEDRBAR"
}, { }, {
"codeName" : "Usr03276928EditView2_Form", "codeName" : "Usr03276928EditView2_Form",
"controlStyle" : "form_anchor_point",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -822,6 +823,10 @@ ...@@ -822,6 +823,10 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "form_anchor_point"
},
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "remove", "id" : "remove",
......
...@@ -5646,6 +5646,16 @@ ...@@ -5646,6 +5646,16 @@
"pluginType" : "DEMETHOD", "pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD", "refMode" : "DEMETHOD",
"refTag" : "FETCHTEMP" "refTag" : "FETCHTEMP"
}, {
"name" : "form支持锚点",
"getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "form_anchor_point"
},
"pluginCode" : "form_anchor_point",
"pluginType" : "EDITFORM_RENDER",
"refMode" : "CONTROL",
"refTag" : "FORM"
}, { }, {
"name" : "logicNodePlugin", "name" : "logicNodePlugin",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -113,6 +113,16 @@ ...@@ -113,6 +113,16 @@
"pluginType" : "DEMETHOD", "pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD", "refMode" : "DEMETHOD",
"refTag" : "FETCHTEMP" "refTag" : "FETCHTEMP"
}, {
"name" : "form支持锚点",
"getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "form_anchor_point"
},
"pluginCode" : "form_anchor_point",
"pluginType" : "EDITFORM_RENDER",
"refMode" : "CONTROL",
"refTag" : "FORM"
}, { }, {
"name" : "logicNodePlugin", "name" : "logicNodePlugin",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册