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

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

上级 cdb7324d
...@@ -2982,6 +2982,26 @@ ...@@ -2982,6 +2982,26 @@
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdemethods/WFSubmit", "rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdemethods/WFSubmit",
"builtinMethod" : true "builtinMethod" : true
} ], } ],
"getAllPSAppDEUIActions" : [ {
"actionTarget" : "SINGLEDATA",
"caption" : "打开HTML界面",
"codeName" : "OpenHtml",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "Book_OpenHtml",
"htmlPageUrl" : "https://www.baidu.com",
"mOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"name" : "OpenHtml",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenHtml",
"uIActionType" : "DEUIACTION",
"id" : "OpenHtml@Book"
} ],
"getAllPSAppDEUILogics" : [ { "getAllPSAppDEUILogics" : [ {
"codeName" : "test", "codeName" : "test",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "field1",
"viewFieldName" : "date"
} ],
"codeName" : "Usr0815611479", "codeName" : "Usr0815611479",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json",
...@@ -27,6 +31,28 @@ ...@@ -27,6 +31,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "itemlayoutpanel_button1_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "itemlayoutpanel_button1",
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"modelref" : true,
"id" : "OpenHtml@Book"
},
"uIActionTarget" : "SINGLEDATA",
"xDataControlName" : "itemlayoutpanel"
} ],
"getPSControlParam" : { }, "getPSControlParam" : { },
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -52,7 +78,77 @@ ...@@ -52,7 +78,77 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
} },
"getPSPanelItems" : [ {
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"caption" : "测试直接内容1111",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "测试直接内容1111"
}, {
"caption" : "date数据项",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field1",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "date",
"hidden" : false,
"showCaption" : false
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "测试按钮",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "打开HTML界面",
"codeName" : "OpenHtml",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "Book_OpenHtml",
"htmlPageUrl" : "https://www.baidu.com",
"mOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"name" : "OpenHtml",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenHtml",
"uIActionType" : "DEUIACTION",
"id" : "OpenHtml@Book"
},
"tooltip" : "测试按钮",
"showCaption" : true
} ]
} ], } ],
"name" : "itemlayoutpanel", "name" : "itemlayoutpanel",
"modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E", "modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E",
......
{ {
"getAllPSPanelFields" : [ {
"id" : "field1",
"viewFieldName" : "date"
} ],
"codeName" : "Usr0815611479", "codeName" : "Usr0815611479",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json",
...@@ -9,6 +13,28 @@ ...@@ -9,6 +13,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "itemlayoutpanel_button1_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "itemlayoutpanel_button1",
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"modelref" : true,
"id" : "OpenHtml@Book"
},
"uIActionTarget" : "SINGLEDATA",
"xDataControlName" : "itemlayoutpanel"
} ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
"childColMD" : 24, "childColMD" : 24,
...@@ -33,7 +59,77 @@ ...@@ -33,7 +59,77 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
} },
"getPSPanelItems" : [ {
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"caption" : "测试直接内容1111",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "测试直接内容1111"
}, {
"caption" : "date数据项",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field1",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "date",
"hidden" : false,
"showCaption" : false
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "测试按钮",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "打开HTML界面",
"codeName" : "OpenHtml",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "Book_OpenHtml",
"htmlPageUrl" : "https://www.baidu.com",
"mOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"name" : "OpenHtml",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenHtml",
"uIActionType" : "DEUIACTION",
"id" : "OpenHtml@Book"
},
"tooltip" : "测试按钮",
"showCaption" : true
} ]
} ], } ],
"modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E", "modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
......
...@@ -290,6 +290,10 @@ ...@@ -290,6 +290,10 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "field1",
"viewFieldName" : "date"
} ],
"codeName" : "Usr0815611479", "codeName" : "Usr0815611479",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json",
...@@ -300,6 +304,28 @@ ...@@ -300,6 +304,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "itemlayoutpanel_button1_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "itemlayoutpanel_button1",
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"modelref" : true,
"id" : "OpenHtml@Book"
},
"uIActionTarget" : "SINGLEDATA",
"xDataControlName" : "itemlayoutpanel"
} ],
"getPSControlParam" : { }, "getPSControlParam" : { },
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -325,7 +351,77 @@ ...@@ -325,7 +351,77 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
} },
"getPSPanelItems" : [ {
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"caption" : "测试直接内容1111",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "测试直接内容1111"
}, {
"caption" : "date数据项",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field1",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "date",
"hidden" : false,
"showCaption" : false
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "测试按钮",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "打开HTML界面",
"codeName" : "OpenHtml",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "Book_OpenHtml",
"htmlPageUrl" : "https://www.baidu.com",
"mOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"name" : "OpenHtml",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenHtml",
"uIActionType" : "DEUIACTION",
"id" : "OpenHtml@Book"
},
"tooltip" : "测试按钮",
"showCaption" : true
} ]
} ], } ],
"name" : "itemlayoutpanel", "name" : "itemlayoutpanel",
"modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E", "modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E",
......
...@@ -254,6 +254,10 @@ ...@@ -254,6 +254,10 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "field1",
"viewFieldName" : "date"
} ],
"codeName" : "Usr0815611479", "codeName" : "Usr0815611479",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json",
...@@ -264,6 +268,28 @@ ...@@ -264,6 +268,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "itemlayoutpanel_button1_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "itemlayoutpanel_button1",
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"modelref" : true,
"id" : "OpenHtml@Book"
},
"uIActionTarget" : "SINGLEDATA",
"xDataControlName" : "itemlayoutpanel"
} ],
"getPSControlParam" : { }, "getPSControlParam" : { },
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -289,7 +315,77 @@ ...@@ -289,7 +315,77 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
} },
"getPSPanelItems" : [ {
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"caption" : "测试直接内容1111",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "测试直接内容1111"
}, {
"caption" : "date数据项",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field1",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "date",
"hidden" : false,
"showCaption" : false
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "测试按钮",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "打开HTML界面",
"codeName" : "OpenHtml",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "Book_OpenHtml",
"htmlPageUrl" : "https://www.baidu.com",
"mOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"name" : "OpenHtml",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenHtml",
"uIActionType" : "DEUIACTION",
"id" : "OpenHtml@Book"
},
"tooltip" : "测试按钮",
"showCaption" : true
} ]
} ], } ],
"name" : "itemlayoutpanel", "name" : "itemlayoutpanel",
"modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E", "modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E",
......
...@@ -290,6 +290,10 @@ ...@@ -290,6 +290,10 @@
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "field1",
"viewFieldName" : "date"
} ],
"codeName" : "Usr0815611479", "codeName" : "Usr0815611479",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json",
...@@ -300,6 +304,28 @@ ...@@ -300,6 +304,28 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "itemlayoutpanel_button1_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "itemlayoutpanel_button1",
"getPSUIAction" : {
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"modelref" : true,
"id" : "OpenHtml@Book"
},
"uIActionTarget" : "SINGLEDATA",
"xDataControlName" : "itemlayoutpanel"
} ],
"getPSControlParam" : { }, "getPSControlParam" : { },
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -325,7 +351,77 @@ ...@@ -325,7 +351,77 @@
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
} },
"getPSPanelItems" : [ {
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"caption" : "测试直接内容1111",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "测试直接内容1111"
}, {
"caption" : "date数据项",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field1",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field1",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "date",
"hidden" : false,
"showCaption" : false
}, {
"actionType" : "UIACTION",
"buttonStyle" : "DEFAULT",
"caption" : "测试按钮",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "itemlayoutpanel_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "打开HTML界面",
"codeName" : "OpenHtml",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "Book_OpenHtml",
"htmlPageUrl" : "https://www.baidu.com",
"mOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"name" : "OpenHtml",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenHtml",
"uIActionType" : "DEUIACTION",
"id" : "OpenHtml@Book"
},
"tooltip" : "测试按钮",
"showCaption" : true
} ]
} ], } ],
"name" : "itemlayoutpanel", "name" : "itemlayoutpanel",
"modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E", "modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E",
......
...@@ -21264,6 +21264,26 @@ ...@@ -21264,6 +21264,26 @@
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdemethods/WFSubmit", "rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdemethods/WFSubmit",
"builtinMethod" : true "builtinMethod" : true
} ], } ],
"getAllPSAppDEUIActions" : [ {
"actionTarget" : "SINGLEDATA",
"caption" : "打开HTML界面",
"codeName" : "OpenHtml",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "Book_OpenHtml",
"htmlPageUrl" : "https://www.baidu.com",
"mOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"name" : "OpenHtml",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Book/psappdeuiactions/OpenHtml",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "OpenHtml",
"uIActionType" : "DEUIACTION",
"id" : "OpenHtml@Book"
} ],
"getAllPSAppDEUILogics" : [ { "getAllPSAppDEUILogics" : [ {
"codeName" : "test", "codeName" : "test",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册