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

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

上级 7f91f585
...@@ -188,9 +188,6 @@ ...@@ -188,9 +188,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -217,11 +214,7 @@ ...@@ -217,11 +214,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -397,15 +390,15 @@ ...@@ -397,15 +390,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -207,9 +207,6 @@ ...@@ -207,9 +207,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -236,11 +233,7 @@ ...@@ -236,11 +233,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -494,15 +487,15 @@ ...@@ -494,15 +487,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -7686,9 +7686,6 @@ ...@@ -7686,9 +7686,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -7715,11 +7712,7 @@ ...@@ -7715,11 +7712,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -7973,15 +7966,15 @@ ...@@ -7973,15 +7966,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
...@@ -150,9 +150,6 @@ ...@@ -150,9 +150,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -179,11 +176,7 @@ ...@@ -179,11 +176,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -422,15 +415,15 @@ ...@@ -422,15 +415,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -175,9 +175,6 @@ ...@@ -175,9 +175,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -204,11 +201,7 @@ ...@@ -204,11 +201,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -525,15 +518,15 @@ ...@@ -525,15 +518,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -3192,6 +3192,27 @@ ...@@ -3192,6 +3192,27 @@
"uIActionTag" : "editWizard", "uIActionTag" : "editWizard",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"id" : "editWizard@TEST" "id" : "editWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "编辑多数据部件",
"codeName" : "mdctrledit",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4GridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_mdctrledit",
"name" : "编辑多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "mdctrledit",
"uIActionType" : "DEUIACTION",
"id" : "mdctrledit@TEST"
}, { }, {
"actionTarget" : "NONE", "actionTarget" : "NONE",
"caption" : "向导新建", "caption" : "向导新建",
...@@ -3213,6 +3234,27 @@ ...@@ -3213,6 +3234,27 @@
"uIActionTag" : "newWizard", "uIActionTag" : "newWizard",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"id" : "newWizard@TEST" "id" : "newWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "新建多数据部件",
"codeName" : "newmdctrl",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_newmdctrl",
"name" : "新建多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "newmdctrl",
"uIActionType" : "DEUIACTION",
"id" : "newmdctrl@TEST"
}, { }, {
"actionTarget" : "NONE", "actionTarget" : "NONE",
"caption" : "百度", "caption" : "百度",
......
...@@ -10327,6 +10327,102 @@ ...@@ -10327,6 +10327,102 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"caption" : "多数据部件",
"codeName" : "formpage10",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage10",
"getPSDEFormDetails" : [ {
"actionType" : "UIACTION",
"caption" : "新建多数据部件",
"codeName" : "button6",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button6",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button6"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "新建多数据部件",
"codeName" : "newmdctrl",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_newmdctrl",
"name" : "新建多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "newmdctrl",
"uIActionType" : "DEUIACTION",
"id" : "newmdctrl@TEST"
},
"tooltip" : "新建多数据部件",
"uIActionTarget" : "NONE",
"showCaption" : true
}, {
"actionType" : "UIACTION",
"caption" : "编辑多数据部件",
"codeName" : "button7",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button7",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button7"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "编辑多数据部件",
"codeName" : "mdctrledit",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4GridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_mdctrledit",
"name" : "编辑多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "mdctrledit",
"uIActionType" : "DEUIACTION",
"id" : "mdctrledit@TEST"
},
"tooltip" : "编辑多数据部件",
"uIActionTarget" : "NONE",
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -193,9 +193,6 @@ ...@@ -193,9 +193,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -222,11 +219,7 @@ ...@@ -222,11 +219,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -407,15 +400,15 @@ ...@@ -407,15 +400,15 @@
"id" : "DataExport" "id" : "DataExport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -179,9 +179,6 @@ ...@@ -179,9 +179,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -208,11 +205,7 @@ ...@@ -208,11 +205,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
......
...@@ -127,9 +127,6 @@ ...@@ -127,9 +127,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -156,11 +153,7 @@ ...@@ -156,11 +153,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
......
...@@ -497,7 +497,7 @@ ...@@ -497,7 +497,7 @@
}, { }, {
"codeName" : "GridViewtoolbar", "codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
"logicName" : "工具栏模板(流程表格界面)", "logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar", "name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -517,11 +517,11 @@ ...@@ -517,11 +517,11 @@
"caption" : "新建", "caption" : "新建",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem1", "name" : "tbitem3",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem1" "id" : "toolbar_tbitem3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome", "glyph" : "xf0f6@FontAwesome",
...@@ -577,11 +577,11 @@ ...@@ -577,11 +577,11 @@
"caption" : "编辑", "caption" : "编辑",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem21", "name" : "tbitem4",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem21" "id" : "toolbar_tbitem4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf044@FontAwesome", "glyph" : "xf044@FontAwesome",
...@@ -639,77 +639,11 @@ ...@@ -639,77 +639,11 @@
"caption" : "拷贝", "caption" : "拷贝",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem2", "name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem2"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem24",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
},
"caption" : "拷贝",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem8",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem8" "id" : "toolbar_tbitem6"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome", "glyph" : "xf0c5@FontAwesome",
...@@ -758,7 +692,7 @@ ...@@ -758,7 +692,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "tbitem9", "name" : "tbitem7",
"spanMode" : false "spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -771,11 +705,11 @@ ...@@ -771,11 +705,11 @@
"caption" : "删除", "caption" : "删除",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem11", "name" : "tbitem8",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem11" "id" : "toolbar_tbitem8"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
...@@ -824,7 +758,7 @@ ...@@ -824,7 +758,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "tbitem12", "name" : "tbitem9",
"spanMode" : false "spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -888,12 +822,12 @@ ...@@ -888,12 +822,12 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "tbitem14", "name" : "tbitem10",
"spanMode" : false "spanMode" : false
}, { }, {
"caption" : "其它", "caption" : "其它",
"itemType" : "ITEMS", "itemType" : "ITEMS",
"name" : "tbitem19", "name" : "tbitem16",
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF", "lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF",
...@@ -901,14 +835,14 @@ ...@@ -901,14 +835,14 @@
"name" : "菜单项文本[*.EXPORTSRF]", "name" : "菜单项文本[*.EXPORTSRF]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "导出数据模型", "caption" : "导出数据模型test",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem30", "name" : "tbitem21",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem30" "id" : "toolbar_tbitem21"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf019@FontAwesome", "glyph" : "xf019@FontAwesome",
...@@ -935,18 +869,18 @@ ...@@ -935,18 +869,18 @@
"uIActionTag" : "ExportModel", "uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "导出数据模型", "tooltip" : "导出数据模型test",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"caption" : "数据导入", "caption" : "数据导入",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem31", "name" : "tbitem23",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem31" "id" : "toolbar_tbitem23"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf093@FontAwesome", "glyph" : "xf093@FontAwesome",
...@@ -976,7 +910,7 @@ ...@@ -976,7 +910,7 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "tbitem4", "name" : "tbitem17",
"spanMode" : false "spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
...@@ -989,11 +923,11 @@ ...@@ -989,11 +923,11 @@
"caption" : "过滤", "caption" : "过滤",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem5", "name" : "tbitem19",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem5" "id" : "toolbar_tbitem19"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome", "glyph" : "xf0b0@FontAwesome",
...@@ -1040,10 +974,6 @@ ...@@ -1040,10 +974,6 @@
"enableToggleMode" : true, "enableToggleMode" : true,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem6",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "帮助",
...@@ -1055,11 +985,11 @@ ...@@ -1055,11 +985,11 @@
"caption" : "帮助", "caption" : "帮助",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem7", "name" : "tbitem18",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem7" "id" : "toolbar_tbitem18"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "glyph" : "xf128@FontAwesome",
...@@ -1104,9 +1034,41 @@ ...@@ -1104,9 +1034,41 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "xDataControlName" : "grid",
"modelid" : "1f747e7c50d7a21e9ce98bde3d5eb692", "modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
......
...@@ -987,9 +987,6 @@ ...@@ -987,9 +987,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -1016,11 +1013,7 @@ ...@@ -1016,11 +1013,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -1281,15 +1274,15 @@ ...@@ -1281,15 +1274,15 @@
"id" : "DataExport" "id" : "DataExport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -212,9 +212,6 @@ ...@@ -212,9 +212,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -241,11 +238,7 @@ ...@@ -241,11 +238,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
...@@ -500,15 +493,15 @@ ...@@ -500,15 +493,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -10450,6 +10450,102 @@ ...@@ -10450,6 +10450,102 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"caption" : "多数据部件",
"codeName" : "formpage10",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage10",
"getPSDEFormDetails" : [ {
"actionType" : "UIACTION",
"caption" : "新建多数据部件",
"codeName" : "button6",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button6",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button6"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "新建多数据部件",
"codeName" : "newmdctrl",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_newmdctrl",
"name" : "新建多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "newmdctrl",
"uIActionType" : "DEUIACTION",
"id" : "newmdctrl@TEST"
},
"tooltip" : "新建多数据部件",
"uIActionTarget" : "NONE",
"showCaption" : true
}, {
"actionType" : "UIACTION",
"caption" : "编辑多数据部件",
"codeName" : "button7",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button7",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button7"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "编辑多数据部件",
"codeName" : "mdctrledit",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4GridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_mdctrledit",
"name" : "编辑多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "mdctrledit",
"uIActionType" : "DEUIACTION",
"id" : "mdctrledit@TEST"
},
"tooltip" : "编辑多数据部件",
"uIActionTarget" : "NONE",
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -757,9 +757,6 @@ ...@@ -757,9 +757,6 @@
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorHeight" : 60.0, "editorHeight" : 60.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 400.0, "editorWidth" : 400.0,
"name" : "field_textbox", "name" : "field_textbox",
...@@ -786,11 +783,7 @@ ...@@ -786,11 +783,7 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox1", "name" : "field_textbox1",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorHeight" : 100.0, "editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "MARKDOWN"
},
"editorType" : "RAW", "editorType" : "RAW",
"editorWidth" : 600.0, "editorWidth" : 600.0,
"name" : "field_textbox1", "name" : "field_textbox1",
......
...@@ -109,10 +109,10 @@ ...@@ -109,10 +109,10 @@
"caption" : "登陆", "caption" : "登陆",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "auth_loginbutton1", "name" : "auth_loginbutton",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_auth_loginbutton1" "id" : "layoutpanel_auth_loginbutton"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -156,10 +156,10 @@ ...@@ -156,10 +156,10 @@
"caption" : "重置", "caption" : "重置",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "auth_resetinput1", "name" : "auth_resetinput",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_auth_resetinput1" "id" : "layoutpanel_auth_resetinput"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -1709,19 +1709,6 @@ ...@@ -1709,19 +1709,6 @@
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"group" : true, "group" : true,
"id" : "71b7ee924981dcda862f4624cd020dc9" "id" : "71b7ee924981dcda862f4624cd020dc9"
}, {
"actionTarget" : "MULTIKEY",
"caption" : "流程交互操作",
"codeName" : "表格界面_流程交互操作",
"fullCodeName" : "表格界面_流程交互操作",
"name" : "表格界面_流程交互操作",
"predefinedType" : "GRIDVIEW_WFIAACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "c346d46aff220a0f63e6eeea5b441324",
"uIActionType" : "DEUIACTION",
"group" : true,
"id" : "c346d46aff220a0f63e6eeea5b441324"
}, { }, {
"caption" : "行操作集合", "caption" : "行操作集合",
"codeName" : "表格界面_行操作集合", "codeName" : "表格界面_行操作集合",
...@@ -33040,6 +33027,27 @@ ...@@ -33040,6 +33027,27 @@
"uIActionTag" : "editWizard", "uIActionTag" : "editWizard",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"id" : "editWizard@TEST" "id" : "editWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "编辑多数据部件",
"codeName" : "mdctrledit",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4GridView.json",
"viewType" : "DEGRIDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_mdctrledit",
"name" : "编辑多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "mdctrledit",
"uIActionType" : "DEUIACTION",
"id" : "mdctrledit@TEST"
}, { }, {
"actionTarget" : "NONE", "actionTarget" : "NONE",
"caption" : "向导新建", "caption" : "向导新建",
...@@ -33061,6 +33069,27 @@ ...@@ -33061,6 +33069,27 @@
"uIActionTag" : "newWizard", "uIActionTag" : "newWizard",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"id" : "newWizard@TEST" "id" : "newWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "新建多数据部件",
"codeName" : "newmdctrl",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_newmdctrl",
"name" : "新建多数据部件",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "newmdctrl",
"uIActionType" : "DEUIACTION",
"id" : "newmdctrl@TEST"
}, { }, {
"actionTarget" : "NONE", "actionTarget" : "NONE",
"caption" : "百度", "caption" : "百度",
...@@ -347,10 +347,10 @@ ...@@ -347,10 +347,10 @@
"caption" : "登陆", "caption" : "登陆",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "auth_loginbutton1", "name" : "auth_loginbutton",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_auth_loginbutton1" "id" : "layoutpanel_auth_loginbutton"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -394,10 +394,10 @@ ...@@ -394,10 +394,10 @@
"caption" : "重置", "caption" : "重置",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "auth_resetinput1", "name" : "auth_resetinput",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_auth_resetinput1" "id" : "layoutpanel_auth_resetinput"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册