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

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

上级 72ed6b9b
{
"getAllPSPanelFields" : [ {
"id" : "reginfoname",
"viewFieldName" : "reginfoname"
} ],
"codeName" : "Usr0713899315",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0713899315.json",
"layoutMode" : "Flex",
"logicName" : "表格列绘制器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "reginfoname",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "reginfoname",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "reginfoname"
} ]
} ],
"layoutPanel" : true,
"modelid" : "BA395E21-F170-4780-A9A6-94C9BBCBB580",
"modeltype" : "PSSYSVIEWPANEL"
}
\ No newline at end of file
...@@ -155,6 +155,16 @@ ...@@ -155,6 +155,16 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"showCaption" : true "showCaption" : true
}, {
"caption" : "表格",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "grid",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_MULTIDATA_RAW" "predefinedType" : "CONTAINER_MULTIDATA_RAW"
} ], } ],
...@@ -1739,6 +1749,590 @@ ...@@ -1739,6 +1749,590 @@
"EC.legend" : "{\"textStyle\":{\"color\":\"#999999\"}}", "EC.legend" : "{\"textStyle\":{\"color\":\"#999999\"}}",
"EC.color" : "[\"#73A0FA\",\"#FFB200\",\"#6DDA2F\",\"#ee6666\",\"#73c0de\",\"#3ba272\",\"#fc8452\",\"#9a60b4\",\"#ea7ccc\",\"#73A0FA\",\"#FFB200\"]" "EC.color" : "[\"#73A0FA\",\"#FFB200\",\"#6DDA2F\",\"#ee6666\",\"#73c0de\",\"#3ba272\",\"#fc8452\",\"#9a60b4\",\"#ea7ccc\",\"#73A0FA\",\"#FFB200\"]"
} }
}, {
"aggMode" : "NONE",
"codeName" : "Main",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "ONLOADSUCCESS" ],
"logicName" : "主表格",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0301946956EditView3.json",
"viewType" : "DEEDITVIEW3"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSControlAttributes" : [ {
"attrName" : "spanMethod",
"attrValue" : "({\r\n row,\r\n column,\r\n rowIndex,\r\n columnIndex,\r\n }) => {\r\n console.log('测试合并');\r\n const { property } = column;\r\n const rowspankeys = ['department','age'];\r\n const tableData = ctrl.state.rows;\r\n // 合并行\r\n if (rowspankeys.length > 0 && rowspankeys.includes(property)) {\r\n // 只有第一列或有值时才和并\r\n const allow = columnIndex === 0 || row[property];\r\n // 第二行开始合并\r\n if (\r\n rowIndex > 0 &&\r\n allow &&\r\n row[property] === tableData[rowIndex - 1].data[property]\r\n ) {\r\n return {\r\n rowspan: 0,\r\n colspan: 0,\r\n };\r\n }\r\n // 第一行计算出合并长度\r\n let rowspan = 1;\r\n for (let i = rowIndex + 1; i < tableData.length; i++) {\r\n if (allow && tableData[i].data[property] === row[property]) {\r\n rowspan += 1;\r\n } else {\r\n break;\r\n }\r\n }\r\n return {\r\n rowspan,\r\n colspan: 1,\r\n };\r\n }\r\n}",
"name" : "logic"
} ],
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "onLoadSuccess",
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "test",
"scriptCode" : "setTimeout(() => {\r\n console.log('测试1231321')\r\n\tconst rows = ctrl.state.rows;\r\n\tif (rows && rows.length > 0) {\r\n\trows.forEach(row => {\r\n\t\tconst titleColumn = row.uiActionGroupStates.reginfoname;\r\n\t\tconst name = row.data.name;\r\n\t\tif (titleColumn && Object.values(titleColumn).length > 0) {\r\n\t\tObject.values(titleColumn).forEach(action => {\r\n\t\t\t// 百度\r\n\t\t\tif (action.uiActionId === 'openbaidu') {\r\n\t\t\taction.visible = name ? name.includes('q') : true;\r\n\t\t\t}\r\n\t\t});\r\n\t\t}\r\n\t});\r\n\t}\r\n}, 1000);"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "学员登记信息名称",
"codeName" : "reginfoname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "reginfoname",
"excelCaption" : "学员登记信息名称",
"name" : "reginfoname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
},
"getPSControlRenders" : [ {
"name" : "layout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "reginfoname",
"viewFieldName" : "reginfoname"
} ],
"codeName" : "Usr0713899315",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0713899315.json",
"layoutMode" : "Flex",
"logicName" : "表格列绘制器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "reginfoname",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "reginfoname",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "reginfoname"
} ]
} ],
"layoutPanel" : true,
"name" : "layout",
"modelid" : "BA395E21-F170-4780-A9A6-94C9BBCBB580",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEUIActionGroup" : {
"codeName" : "Usr0412090031",
"name" : "列行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSUIActionGroupDetails" : [ {
"actionLevel" : 250,
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "ue718d5e",
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "Reginfo__Usr0412090031"
},
"width" : 250,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "CENTER",
"cLConvertMode" : "NONE",
"caption" : "单位",
"codeName" : "department",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "department",
"excelCaption" : "单位",
"name" : "department",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "DepartMent"
},
"width" : 250,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "RIGHT",
"cLConvertMode" : "NONE",
"caption" : "家庭住址",
"codeName" : "address",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "address",
"excelCaption" : "家庭住址",
"name" : "address",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
},
"width" : 250,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "年龄",
"codeName" : "age",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "age",
"excelCaption" : "年龄",
"name" : "age",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"width" : 250,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "RIGHT",
"caption" : "操作",
"codeName" : "uagridcolumn1",
"columnType" : "UAGRIDCOLUMN",
"name" : "uagridcolumn1",
"noPrivDisplayMode" : 1,
"getPSDEUIActionGroup" : {
"codeName" : "A046596b6afb50f9e5b",
"name" : "操作列",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSUIActionGroupDetails" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "u479f517",
"getPSSysImage" : {
"imagePath" : "view/caption.svg"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "行编辑",
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"getPSSysImage" : {
"glyph" : "xf0f1@FontAwesome",
"cssClass" : "fa fa-stethoscope"
},
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : false
} ],
"uniqueTag" : "Reginfo__A046596b6afb50f9e5b"
},
"width" : 100,
"widthUnit" : "STAR",
"enableSort" : false
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "reginfoname",
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
}
}, {
"dataType" : 25,
"name" : "department",
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "DepartMent"
}
}, {
"dataType" : 25,
"name" : "address",
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
}
}, {
"dataType" : 9,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "studentid",
"getPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
}
}, {
"dataType" : 25,
"name" : "preginfoid",
"getPSAppDEField" : {
"name" : "PREGINFOID",
"codeName" : "Preginfoid"
}
}, {
"dataType" : 25,
"name" : "preginfoid2",
"getPSAppDEField" : {
"name" : "PREGINFOID2",
"codeName" : "Preginfoid2"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
}
} ],
"getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"name" : "正整数",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"uniqueTag" : "ValueRule4",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ],
"getPSDEGridEditItems" : [ {
"caption" : "单位",
"codeName" : "department",
"enableCond" : 2,
"ignoreInput" : 0,
"name" : "department",
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "DepartMent"
},
"getPSEditor" : {
"editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100,
"name" : "department",
"showMaxLength" : true
},
"allowEmpty" : true
}, {
"caption" : "年龄",
"codeName" : "age",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
},
"getPSEditor" : {
"editorType" : "NUMBER",
"name" : "age"
},
"allowEmpty" : true
}, {
"caption" : "学员登记信息标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"getPSNavigateContexts" : [ {
"key" : "FORMITEM",
"name" : "FORMITEM",
"value" : "32123",
"rawValue" : true
}, {
"key" : "FORMITEM1",
"name" : "FORMITEM1",
"value" : "reginfoname",
"rawValue" : false
}, {
"key" : "EMPTY",
"name" : "EMPTY",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "formitem5",
"name" : "formitem5",
"value" : "age",
"rawValue" : false
}, {
"key" : "formitem3",
"name" : "formitem3",
"value" : "21332513",
"rawValue" : true
}, {
"key" : "empty",
"name" : "empty",
"rawValue" : true
} ],
"pagingMode" : 3,
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
},
"sortMode" : "REMOTE",
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : false,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "79298f0344beee0b6f745936bb3a2fcd",
"modeltype" : "PSDEGRID"
}, { }, {
"caption" : "书", "caption" : "书",
"codeName" : "Usr09062298CustomViewcaptionbar", "codeName" : "Usr09062298CustomViewcaptionbar",
......
...@@ -97512,7 +97512,21 @@ ...@@ -97512,7 +97512,21 @@
"showCaption" : true "showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_MULTIDATA_RAW" "predefinedType" : "CONTAINER_MULTIDATA_RAW"
}, { } ],
"showCaption" : true
}, {
"caption" : "多数据仅数据2",
"itemStyle" : "DEFAULT",
"itemType" : "TABPAGE",
"name" : "tabpage2",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "多项数据容器", "caption" : "多项数据容器",
"dataRegionType" : "MULTIDATA_RAW", "dataRegionType" : "MULTIDATA_RAW",
"dataSourceType" : "DEDATASET", "dataSourceType" : "DEDATASET",
...@@ -97544,6 +97558,16 @@ ...@@ -97544,6 +97558,16 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"showCaption" : true "showCaption" : true
}, {
"caption" : "表格",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "grid",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_MULTIDATA_RAW" "predefinedType" : "CONTAINER_MULTIDATA_RAW"
} ], } ],
...@@ -97603,47 +97627,6 @@ ...@@ -97603,47 +97627,6 @@
"predefinedType" : "CONTAINER_MULTIDATA" "predefinedType" : "CONTAINER_MULTIDATA"
} ], } ],
"showCaption" : true "showCaption" : true
}, {
"caption" : "单数据",
"itemStyle" : "DEFAULT",
"itemType" : "TABPAGE",
"name" : "tabpage2",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "单项数据容器",
"dataName" : "srfactiveviewdata",
"dataRegionType" : "SINGLEDATA",
"dataSourceType" : "TOPVIEWSESSIONPARAM",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_singledata",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "表单",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "form",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ],
"predefinedType" : "CONTAINER_SINGLEDATA"
} ],
"showCaption" : true
} ] } ]
} ] } ]
} ], } ],
...@@ -98695,136 +98678,213 @@ ...@@ -98695,136 +98678,213 @@
"modelid" : "6A8B1B78-7183-4F70-9801-297C89D9EFAE", "modelid" : "6A8B1B78-7183-4F70-9801-297C89D9EFAE",
"modeltype" : "PSDEDATAVIEW" "modeltype" : "PSDEDATAVIEW"
}, { }, {
"codeName" : "Main", "codeName" : "Usr0301355514",
"controlType" : "FORM", "controlType" : "CHART",
"getCreatePSControlAction" : { "coordinateSystem" : "XY",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Usr0301355514.json",
"getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "create", "id" : "fetch",
"actionName" : "Create", "actionType" : "DEDATASET",
"actionType" : "DEACTION", "name" : "fetch",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Create" "id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
} }
}, },
"defaultLabelWidth" : 130, "logicName" : "Chart3",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main.json", "getPSAppDataEntity" : {
"getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, },
"getGetDraftPSControlAction" : { "getPSChartCoordinateSystems" : [ {
"modelref" : true, "eChartsType" : "cartesian2d",
"id" : "loaddraft", "index" : 0,
"actionName" : "GetDraft", "name" : "[line_2]直角坐标系[0]",
"actionType" : "DEACTION", "getPSChartGrid" : {
"dataAccessAction" : "CREATE", "index" : 0,
"name" : "loaddraft", "name" : "[line_2]直角坐标系[0]",
"getPSAppDEMethod" : { "getPSChartCoordinateSystem" : {
"modelref" : true, "modelref" : true,
"id" : "GetDraft" "id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
}, },
"getPSAppDataEntity" : { "type" : "XY",
"modelref" : true, "id" : "0"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" } ],
} "getPSChartDataSetGroups" : [ {
}, "index" : 0,
"getGetPSControlAction" : { "name" : "DEFAULT",
"modelref" : true, "getPSAppDEDataSet" : {
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Get" "id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
} },
}, "id" : "0"
"logicName" : "主编辑表单", } ],
"getPSAppDataEntity" : { "getPSChartDataSets" : [ {
"modelref" : true, "index" : 0,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "name" : "line_2-DEFAULT",
}, "getPSChartDataSetFields" : [ {
"getPSControlHandler" : { "groupMode" : "CODELIST",
"getPSHandlerActions" : [ { "index" : 0,
"actionName" : "GetDraft", "name" : "NAME",
"actionType" : "DEACTION", "getPSCodeList" : {
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "GetDraft" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
}, },
"getPSAppDataEntity" : { "groupField" : true,
"modelref" : true, "id" : "0"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, { }, {
"actionName" : "Get", "index" : 1,
"actionType" : "DEACTION", "name" : "AGE",
"dataAccessAction" : "READ", "groupField" : false,
"name" : "load", "id" : "1"
"getPSAppDEMethod" : { } ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST",
"index" : 0,
"name" : "NAME",
"getPSCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "Get" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
}, },
"getPSAppDataEntity" : { "groupField" : true,
"modelref" : true, "id" : "0"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, { }, {
"actionName" : "Create", "index" : 1,
"actionType" : "DEACTION", "name" : "ORGID",
"dataAccessAction" : "CREATE", "groupField" : true,
"name" : "create", "id" : "1"
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, { }, {
"actionName" : "Update", "index" : 2,
"actionType" : "DEACTION", "name" : "SCORES",
"dataAccessAction" : "UPDATE", "groupField" : false,
"name" : "update", "id" : "2"
"getPSAppDEMethod" : { } ],
"id" : "1"
}, {
"index" : 2,
"name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST",
"index" : 0,
"name" : "NAME",
"getPSCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "Update" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
}, },
"getPSAppDataEntity" : { "groupField" : true,
"modelref" : true, "id" : "0"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" }, {
"index" : 1,
"name" : "AGE",
"groupField" : false,
"id" : "1"
} ],
"id" : "2"
} ],
"getPSChartGrids" : [ {
"index" : 0,
"name" : "[line_2]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
} ],
"getPSChartXAxises" : [ {
"eChartsPos" : "xAxis",
"eChartsType" : "category",
"index" : 0,
"name" : "axis_xAxis_0",
"position" : "bottom",
"type" : "category",
"getUserParam" : {
"EC.axisTick" : "{\"show\":0}",
"ECX.axisLine" : "{\"lineStyle\":{\"color\":\"rgba(0,0,0,0.15)\"}}",
"EC.axisLine" : "{\"lineStyle\":{\"color\":\"rgba(0,0,0,0.15)\"}}"
},
"id" : "0"
} ],
"getPSChartYAxises" : [ {
"eChartsPos" : "yAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_yAxis_0",
"position" : "left",
"type" : "numeric",
"id" : "0"
} ],
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
} }
}, { }, {
"actionName" : "Remove", "actionName" : "Remove",
...@@ -98837,445 +98897,268 @@ ...@@ -98837,445 +98897,268 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
} }
} ], } ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器" "id" : "图形控件处理器"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "FORM" "id" : "CHART"
}, },
"getPSDEFormItems" : [ { "getPSDEChartDataGrid" : {
"id" : "srfupdatedate", "index" : 0,
"hidden" : true, "id" : "0"
"dataType" : 5, },
"getPSAppDEField" : { "getPSDEChartLegend" : {
"name" : "UPDATEDATE", "index" : 0,
"codeName" : "UpdateDate" "showLegend" : true,
} "id" : "0"
}, { },
"id" : "srforikey", "getPSDEChartSerieses" : [ {
"hidden" : true, "caption" : "折线",
"dataType" : 25 "catalogField" : "NAME",
}, { "getCatalogPSCodeList" : {
"id" : "srfkey", "modelref" : true,
"hidden" : true, "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
"dataType" : 25, },
"getPSAppDEField" : { "eChartsType" : "line",
"name" : "BOOKID", "groupMode" : "CODELIST",
"codeName" : "BookId" "index" : 0,
} "name" : "line_2",
}, { "getNavPSAppView" : {
"id" : "srfmajortext", "modelref" : true,
"hidden" : true, "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"dataType" : 25, "viewType" : "DEEDITVIEW"
"getPSAppDEField" : { },
"name" : "BOOKNAME", "navViewParamJO" : {
"codeName" : "BookName" "testval" : "%age%"
} },
}, { "getPSChartCoordinateSystem" : {
"id" : "srftempmode", "modelref" : true,
"hidden" : true, "id" : "0"
"dataType" : 25 },
}, { "getPSChartDataSet" : {
"id" : "srfuf", "modelref" : true,
"hidden" : true, "id" : "0"
"dataType" : 25 },
}, { "getPSChartSeriesEncode" : {
"id" : "srfdeid", "index" : 0,
"hidden" : true, "name" : "坐标系编码",
"dataType" : 25 "getPSChartXAxis" : {
}, { "modelref" : true,
"id" : "srfsourcekey", "id" : "0"
"hidden" : true, },
"dataType" : 25 "getPSChartYAxis" : {
}, { "modelref" : true,
"id" : "field", "id" : "0"
"dataType" : 25, },
"getPSAppDEField" : { "type" : "XY",
"name" : "FIELD", "x" : [ "NAME" ],
"codeName" : "Field" "y" : [ "AGE" ],
} "id" : "0"
}, { },
"id" : "bookname", "getPSNavigateParams" : [ {
"dataType" : 25, "key" : "testval",
"getPSAppDEField" : { "name" : "testval",
"name" : "BOOKNAME", "value" : "age",
"codeName" : "BookName" "rawValue" : false
} } ],
}, { "seriesLayoutBy" : "column",
"id" : "type", "seriesType" : "line",
"dataType" : 25, "valueField" : "AGE",
"getPSAppDEField" : { "enableChartDataSet" : true,
"name" : "TYPE", "stack" : false
"codeName" : "Type"
}
}, {
"id" : "createman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}
}, {
"id" : "createdate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, { }, {
"id" : "updateman", "caption" : "分数",
"dataType" : 25, "catalogField" : "NAME",
"getPSAppDEField" : { "getCatalogPSCodeList" : {
"name" : "UPDATEMAN", "modelref" : true,
"codeName" : "UpdateMan" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
} },
}, { "eChartsType" : "bar",
"id" : "updatedate", "groupMode" : "CODELIST",
"dataType" : 5, "index" : 1,
"getPSAppDEField" : { "name" : "bar_1",
"name" : "UPDATEDATE", "navFilter" : "DEPTID",
"codeName" : "UpdateDate" "getNavPSAppView" : {
} "modelref" : true,
}, { "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json",
"id" : "bookid", "viewType" : "DEGRIDVIEW"
"hidden" : true, },
"dataType" : 25, "getNavPSDER" : {
"getPSAppDEField" : { "codeName" : "Reginfo",
"name" : "BOOKID", "dERType" : "DER1N",
"codeName" : "BookId" "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDERS/DER1N_REGINFO_REGINFO_PREGINFOID.json",
} "fKeyName" : "FA09ABFCBC1BF360AA",
} ], "logicName" : "名称",
"getPSDEFormPages" : [ { "getMajorPSDataEntity" : {
"caption" : "基本信息", "modelref" : true,
"codeName" : "formpage1", "path" : "PSMODULES/common/PSDATAENTITIES/Reginfo.json"
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "属性",
"codeName" : "field",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"itemHeight" : 200.0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"getPSEditor" : {
"editorHeight" : 200.0,
"editorParams" : {
"HEIGHT" : "200"
},
"editorType" : "TEXTAREA_10",
"maxLength" : 2000,
"name" : "field",
"showMaxLength" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : false,
"showCaption" : true
}, {
"caption" : "书名称",
"codeName" : "bookname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bookname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "bookname"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "type"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "书标识",
"codeName" : "bookid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bookid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}, },
"getPSEditor" : { "masterOrder" : -1,
"editorType" : "HIDDEN", "masterRS" : 0,
"name" : "bookid" "minorCodeName" : "Reginfos",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo.json"
}, },
"getPSLayoutPos" : { "minorServiceCodeName" : "Reginfos",
"colMD" : 24, "name" : "DER1N_REGINFO_REGINFO_PREGINFOID",
"layout" : "TABLE_24COL" "orderValue" : 100,
"getPSPickupDEField" : {
"name" : "PREGINFOID",
"codeName" : "Preginfoid"
}, },
"allowEmpty" : true, "pickupDEFName" : "PREGINFOID",
"hidden" : true "removeActionType" : -1,
} ], "removeOrder" : 0,
"getPSLayout" : { "serviceCodeName" : "Reginfo",
"childColMD" : 24, "enableFKey" : true
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "getPSChartCoordinateSystem" : {
}, { "modelref" : true,
"caption" : "其它", "id" : "0"
"codeName" : "formpage2", },
"detailStyle" : "DEFAULT", "getPSChartDataSet" : {
"detailType" : "FORMPAGE", "modelref" : true,
"name" : "formpage2", "id" : "1"
"getPSDEFormDetails" : [ { },
"caption" : "操作信息", "getPSChartSeriesEncode" : {
"codeName" : "group2", "index" : 0,
"detailStyle" : "DEFAULT", "itemId" : "ORGID",
"detailType" : "GROUPPANEL", "itemName" : "ORGID",
"name" : "group2", "name" : "坐标系编码",
"getPSDEFormDetails" : [ { "getPSChartXAxis" : {
"caption" : "建立人", "modelref" : true,
"codeName" : "createman", "id" : "0"
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "getPSChartYAxis" : {
"colMD" : 24, "modelref" : true,
"layout" : "TABLE_24COL" "id" : "0"
}, },
"infoGroupMode" : false, "type" : "XY",
"showCaption" : true "x" : [ "NAME" ],
} ], "y" : [ "SCORES" ],
"getPSLayout" : { "id" : "0"
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "getPSNavigateContexts" : [ {
} ], "key" : "TEST",
"getPSLayout" : { "name" : "TEST",
"childColMD" : 24, "value" : "srforgname",
"columnCount" : 24, "rawValue" : false
"layout" : "TABLE_24COL" } ],
}, "getPSNavigateParams" : [ {
"getRemovePSControlAction" : { "key" : "name",
"modelref" : true, "name" : "name",
"id" : "remove", "value" : "name",
"actionName" : "Remove", "rawValue" : false
"actionType" : "DEACTION", } ],
"dataAccessAction" : "DELETE", "seriesField" : "ORGID",
"name" : "remove", "seriesLayoutBy" : "column",
"getPSAppDEMethod" : { "seriesType" : "bar",
"valueField" : "SCORES",
"enableChartDataSet" : true,
"stack" : false,
"getUserParam" : {
"EC.label" : "{\"position\":\"center\"}"
}
}, {
"caption" : "年龄",
"catalogField" : "NAME",
"getCatalogPSCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
}, },
"getPSAppDataEntity" : { "eChartsType" : "bar",
"groupMode" : "CODELIST",
"index" : 2,
"name" : "bar_0",
"getNavPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
} "viewType" : "DEEDITVIEW"
}, },
"tabHeaderPos" : "TOP", "navViewParamJO" : {
"getUpdatePSControlAction" : { "testval" : "%age%"
"modelref" : true, },
"id" : "update", "getPSChartCoordinateSystem" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Update" "id" : "0"
}, },
"getPSAppDataEntity" : { "getPSChartDataSet" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "id" : "2"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0"
},
"getPSNavigateParams" : [ {
"key" : "testval",
"name" : "testval",
"value" : "age",
"rawValue" : false
} ],
"seriesLayoutBy" : "column",
"seriesType" : "bar",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false,
"getUserParam" : {
"EC.label" : "{\"position\":\"inside\"}"
} }
} ],
"getPSDEChartTitle" : {
"index" : 0,
"title" : "柱状图",
"showTitle" : false,
"id" : "0"
}, },
"noTabHeader" : false, "readOnly" : true,
"name" : "form", "name" : "chart",
"modelid" : "30e57e03ffaa6be25a9d764accc12b56", "modelid" : "A1BCD468-3027-4DAF-A36E-F8900BF586DA",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDECHART",
"getUserParam" : {
"ECX.legend" : "{\"textStyle\":{\"color\":\"#999999\"}}",
"tdType" : "3dbar",
"EC.textStyle" : "{\"color\":\"#666666\",\"fontSize\":12}",
"EC.legend" : "{\"textStyle\":{\"color\":\"#999999\"}}",
"EC.color" : "[\"#73A0FA\",\"#FFB200\",\"#6DDA2F\",\"#ee6666\",\"#73c0de\",\"#3ba272\",\"#fc8452\",\"#9a60b4\",\"#ea7ccc\",\"#73A0FA\",\"#FFB200\"]"
}
}, { }, {
"codeName" : "Usr0301355514", "aggMode" : "NONE",
"controlType" : "CHART", "codeName" : "Main",
"coordinateSystem" : "XY", "columnEnableFilter" : 2,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Usr0301355514.json", "columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch", "id" : "fetch",
...@@ -99290,155 +99173,22 @@ ...@@ -99290,155 +99173,22 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
} }
}, },
"logicName" : "Chart3", "groupMode" : "NONE",
"hookEventNames" : [ "ONLOADSUCCESS" ],
"logicName" : "主表格",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0301946956EditView3.json",
"viewType" : "DEEDITVIEW3"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSChartCoordinateSystems" : [ { "getPSControlAttributes" : [ {
"eChartsType" : "cartesian2d", "attrName" : "spanMethod",
"index" : 0, "attrValue" : "({\r\n row,\r\n column,\r\n rowIndex,\r\n columnIndex,\r\n }) => {\r\n console.log('测试合并');\r\n const { property } = column;\r\n const rowspankeys = ['department','age'];\r\n const tableData = ctrl.state.rows;\r\n // 合并行\r\n if (rowspankeys.length > 0 && rowspankeys.includes(property)) {\r\n // 只有第一列或有值时才和并\r\n const allow = columnIndex === 0 || row[property];\r\n // 第二行开始合并\r\n if (\r\n rowIndex > 0 &&\r\n allow &&\r\n row[property] === tableData[rowIndex - 1].data[property]\r\n ) {\r\n return {\r\n rowspan: 0,\r\n colspan: 0,\r\n };\r\n }\r\n // 第一行计算出合并长度\r\n let rowspan = 1;\r\n for (let i = rowIndex + 1; i < tableData.length; i++) {\r\n if (allow && tableData[i].data[property] === row[property]) {\r\n rowspan += 1;\r\n } else {\r\n break;\r\n }\r\n }\r\n return {\r\n rowspan,\r\n colspan: 1,\r\n };\r\n }\r\n}",
"name" : "[line_2]直角坐标系[0]", "name" : "logic"
"getPSChartGrid" : {
"index" : 0,
"name" : "[line_2]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
},
"type" : "XY",
"id" : "0"
} ],
"getPSChartDataSetGroups" : [ {
"index" : 0,
"name" : "DEFAULT",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"id" : "0"
} ],
"getPSChartDataSets" : [ {
"index" : 0,
"name" : "line_2-DEFAULT",
"getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST",
"index" : 0,
"name" : "NAME",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
},
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AGE",
"groupField" : false,
"id" : "1"
} ],
"id" : "0"
}, {
"index" : 1,
"name" : "bar_1-DEFAULT",
"getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST",
"index" : 0,
"name" : "NAME",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
},
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "ORGID",
"groupField" : true,
"id" : "1"
}, {
"index" : 2,
"name" : "SCORES",
"groupField" : false,
"id" : "2"
} ],
"id" : "1"
}, {
"index" : 2,
"name" : "bar_0-DEFAULT",
"getPSChartDataSetFields" : [ {
"groupMode" : "CODELIST",
"index" : 0,
"name" : "NAME",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
},
"groupField" : true,
"id" : "0"
}, {
"index" : 1,
"name" : "AGE",
"groupField" : false,
"id" : "1"
} ],
"id" : "2"
} ],
"getPSChartGrids" : [ {
"index" : 0,
"name" : "[line_2]直角坐标系[0]",
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridXAxis0" : {
"modelref" : true,
"id" : "0"
},
"getPSChartGridYAxis0" : {
"modelref" : true,
"id" : "0"
},
"type" : "grid",
"id" : "0"
} ],
"getPSChartXAxises" : [ {
"eChartsPos" : "xAxis",
"eChartsType" : "category",
"index" : 0,
"name" : "axis_xAxis_0",
"position" : "bottom",
"type" : "category",
"getUserParam" : {
"EC.axisTick" : "{\"show\":0}",
"ECX.axisLine" : "{\"lineStyle\":{\"color\":\"rgba(0,0,0,0.15)\"}}",
"EC.axisLine" : "{\"lineStyle\":{\"color\":\"rgba(0,0,0,0.15)\"}}"
},
"id" : "0"
} ],
"getPSChartYAxises" : [ {
"eChartsPos" : "yAxis",
"eChartsType" : "value",
"index" : 0,
"name" : "axis_yAxis_0",
"position" : "left",
"type" : "numeric",
"id" : "0"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
...@@ -99492,260 +99242,500 @@ ...@@ -99492,260 +99242,500 @@
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
} }
}, { }, {
"actionType" : "DEDATASET", "actionName" : "GetDraft",
"name" : "fetch", "actionType" : "DEACTION",
"getPSAppDEMethod" : { "dataAccessAction" : "CREATE",
"modelref" : true, "name" : "loaddraft",
"id" : "FetchDefault" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "onLoadSuccess",
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "test",
"scriptCode" : "setTimeout(() => {\r\n console.log('测试1231321')\r\n\tconst rows = ctrl.state.rows;\r\n\tif (rows && rows.length > 0) {\r\n\trows.forEach(row => {\r\n\t\tconst titleColumn = row.uiActionGroupStates.reginfoname;\r\n\t\tconst name = row.data.name;\r\n\t\tif (titleColumn && Object.values(titleColumn).length > 0) {\r\n\t\tObject.values(titleColumn).forEach(action => {\r\n\t\t\t// 百度\r\n\t\t\tif (action.uiActionId === 'openbaidu') {\r\n\t\t\taction.visible = name ? name.includes('q') : true;\r\n\t\t\t}\r\n\t\t});\r\n\t\t}\r\n\t});\r\n\t}\r\n}, 1000);"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "学员登记信息名称",
"codeName" : "reginfoname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "reginfoname",
"excelCaption" : "学员登记信息名称",
"name" : "reginfoname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
},
"getPSControlRenders" : [ {
"name" : "layout",
"getPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "reginfoname",
"viewFieldName" : "reginfoname"
} ],
"codeName" : "Usr0713899315",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0713899315.json",
"layoutMode" : "Flex",
"logicName" : "表格列绘制器",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "reginfoname",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "reginfoname",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "reginfoname"
} ]
} ],
"layoutPanel" : true,
"name" : "layout",
"modelid" : "BA395E21-F170-4780-A9A6-94C9BBCBB580",
"modeltype" : "PSSYSVIEWPANEL"
},
"renderType" : "LAYOUTPANEL"
} ],
"getPSDEUIActionGroup" : {
"codeName" : "Usr0412090031",
"name" : "列行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
}, },
"getPSAppDataEntity" : { "getPSUIActionGroupDetails" : [ {
"modelref" : true, "actionLevel" : 250,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "caption" : "百度",
} "detailType" : "DEUIACTION",
} ], "name" : "ue718d5e",
"userDRAction" : "READ", "getPSUIAction" : {
"enableDEFieldPrivilege" : false, "actionTarget" : "NONE",
"id" : "图形控件处理器" "caption" : "百度",
}, "codeName" : "openBaidu",
"getPSControlParam" : { "counterId" : "openBaidu",
"autoLoad" : true, "frontProcessType" : "OPENHTMLPAGE",
"showBusyIndicator" : true, "fullCodeName" : "openBaidu",
"id" : "CHART" "htmlPageUrl" : "https://www.baidu.com/",
}, "name" : "百度",
"getPSDEChartDataGrid" : { "getPSAppCounter" : {
"index" : 0, "modelref" : true,
"id" : "0" "path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
}, },
"getPSDEChartLegend" : { "timeout" : 60000,
"index" : 0, "uIActionMode" : "FRONT",
"showLegend" : true, "uIActionTag" : "openBaidu",
"id" : "0" "uIActionType" : "DEUIACTION"
}, },
"getPSDEChartSerieses" : [ { "addSeparator" : false,
"caption" : "折线", "showCaption" : true,
"catalogField" : "NAME", "showIcon" : true
"getCatalogPSCodeList" : { } ],
"modelref" : true, "uniqueTag" : "Reginfo__Usr0412090031"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json"
},
"eChartsType" : "line",
"groupMode" : "CODELIST",
"index" : 0,
"name" : "line_2",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW"
},
"navViewParamJO" : {
"testval" : "%age%"
},
"getPSChartCoordinateSystem" : {
"modelref" : true,
"id" : "0"
},
"getPSChartDataSet" : {
"modelref" : true,
"id" : "0"
}, },
"getPSChartSeriesEncode" : { "width" : 250,
"index" : 0, "widthUnit" : "PX",
"name" : "坐标系编码", "enableSort" : true
"getPSChartXAxis" : { }, {
"modelref" : true, "align" : "CENTER",
"id" : "0" "cLConvertMode" : "NONE",
}, "caption" : "单位",
"getPSChartYAxis" : { "codeName" : "department",
"modelref" : true, "columnType" : "DEFGRIDCOLUMN",
"id" : "0" "dataItemName" : "department",
}, "excelCaption" : "单位",
"type" : "XY", "name" : "department",
"x" : [ "NAME" ], "noPrivDisplayMode" : 1,
"y" : [ "AGE" ], "getPSAppDEField" : {
"id" : "0" "name" : "DEPARTMENT",
"codeName" : "DepartMent"
}, },
"getPSNavigateParams" : [ { "width" : 250,
"key" : "testval", "widthUnit" : "PX",
"name" : "testval", "enableRowEdit" : true,
"value" : "age", "enableSort" : true
"rawValue" : false
} ],
"seriesLayoutBy" : "column",
"seriesType" : "line",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false
}, { }, {
"caption" : "分数", "align" : "RIGHT",
"catalogField" : "NAME", "cLConvertMode" : "NONE",
"getCatalogPSCodeList" : { "caption" : "家庭住址",
"modelref" : true, "codeName" : "address",
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json" "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "address",
"excelCaption" : "家庭住址",
"name" : "address",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
}, },
"eChartsType" : "bar", "width" : 250,
"groupMode" : "CODELIST", "widthUnit" : "PX",
"index" : 1, "enableSort" : true
"name" : "bar_1", }, {
"navFilter" : "DEPTID", "align" : "LEFT",
"getNavPSAppView" : { "cLConvertMode" : "NONE",
"modelref" : true, "caption" : "年龄",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json", "codeName" : "age",
"viewType" : "DEGRIDVIEW" "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "age",
"excelCaption" : "年龄",
"name" : "age",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
}, },
"getNavPSDER" : { "width" : 250,
"codeName" : "Reginfo", "widthUnit" : "PX",
"dERType" : "DER1N", "enableRowEdit" : true,
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Reginfo/PSDERS/DER1N_REGINFO_REGINFO_PREGINFOID.json", "enableSort" : true
"fKeyName" : "FA09ABFCBC1BF360AA", }, {
"logicName" : "名称", "align" : "RIGHT",
"getMajorPSDataEntity" : { "caption" : "操作",
"modelref" : true, "codeName" : "uagridcolumn1",
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo.json" "columnType" : "UAGRIDCOLUMN",
}, "name" : "uagridcolumn1",
"masterOrder" : -1, "noPrivDisplayMode" : 1,
"masterRS" : 0, "getPSDEUIActionGroup" : {
"minorCodeName" : "Reginfos", "codeName" : "A046596b6afb50f9e5b",
"getMinorPSDataEntity" : { "name" : "操作列",
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"minorServiceCodeName" : "Reginfos",
"name" : "DER1N_REGINFO_REGINFO_PREGINFOID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "PREGINFOID",
"codeName" : "Preginfoid"
}, },
"pickupDEFName" : "PREGINFOID", "getPSUIActionGroupDetails" : [ {
"removeActionType" : -1, "getCapPSLanguageRes" : {
"removeOrder" : 0, "lanResTag" : "TBB.TEXT.*.EDIT"
"serviceCodeName" : "Reginfo", },
"enableFKey" : true "caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "u479f517",
"getPSSysImage" : {
"imagePath" : "view/caption.svg"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "行编辑",
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"getPSSysImage" : {
"glyph" : "xf0f1@FontAwesome",
"cssClass" : "fa fa-stethoscope"
},
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : false
} ],
"uniqueTag" : "Reginfo__A046596b6afb50f9e5b"
}, },
"getPSChartCoordinateSystem" : { "width" : 100,
"modelref" : true, "widthUnit" : "STAR",
"id" : "0" "enableSort" : false
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "reginfoname",
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
}
}, {
"dataType" : 25,
"name" : "department",
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "DepartMent"
}
}, {
"dataType" : 25,
"name" : "address",
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
}
}, {
"dataType" : 9,
"name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
}, },
"getPSChartDataSet" : { "dataAccessAction" : true
"modelref" : true, }, {
"id" : "1" "dataType" : 25,
"name" : "studentid",
"getPSAppDEField" : {
"name" : "STUDENTID",
"codeName" : "StudentId"
}
}, {
"dataType" : 25,
"name" : "preginfoid",
"getPSAppDEField" : {
"name" : "PREGINFOID",
"codeName" : "Preginfoid"
}
}, {
"dataType" : 25,
"name" : "preginfoid2",
"getPSAppDEField" : {
"name" : "PREGINFOID2",
"codeName" : "Preginfoid2"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
}
} ],
"getPSDEGridEditItemVRs" : [ {
"checkMode" : 3,
"name" : "编辑项值规则",
"getPSDEGridEditItemName" : "age",
"getPSSysValueRule" : {
"codeName" : "ValueRule4",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule4.json",
"name" : "正整数",
"regExCode" : "[0-9]*[1-9][0-9]*",
"ruleInfo" : "内容必须为正整数",
"ruleType" : "REG",
"uniqueTag" : "ValueRule4",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ],
"getPSDEGridEditItems" : [ {
"caption" : "单位",
"codeName" : "department",
"enableCond" : 2,
"ignoreInput" : 0,
"name" : "department",
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "DepartMent"
}, },
"getPSChartSeriesEncode" : { "getPSEditor" : {
"index" : 0, "editorParams" : {
"itemId" : "ORGID", "autosize" : "{\"minRows\":2,\"maxRows\":6}"
"itemName" : "ORGID",
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
}, },
"type" : "XY", "editorType" : "TEXTAREA",
"x" : [ "NAME" ], "maxLength" : 100,
"y" : [ "SCORES" ], "name" : "department",
"id" : "0" "showMaxLength" : true
}, },
"getPSNavigateContexts" : [ { "allowEmpty" : true
"key" : "TEST",
"name" : "TEST",
"value" : "srforgname",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "name",
"name" : "name",
"value" : "name",
"rawValue" : false
} ],
"seriesField" : "ORGID",
"seriesLayoutBy" : "column",
"seriesType" : "bar",
"valueField" : "SCORES",
"enableChartDataSet" : true,
"stack" : false,
"getUserParam" : {
"EC.label" : "{\"position\":\"center\"}"
}
}, { }, {
"caption" : "年龄", "caption" : "年龄",
"catalogField" : "NAME", "codeName" : "age",
"getCatalogPSCodeList" : { "enableCond" : 3,
"modelref" : true, "ignoreInput" : 0,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0129740128.json" "name" : "age",
"getPSAppDEField" : {
"name" : "AGE",
"codeName" : "Age"
}, },
"eChartsType" : "bar", "getPSEditor" : {
"groupMode" : "CODELIST", "editorType" : "NUMBER",
"index" : 2, "name" : "age"
"name" : "bar_0",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0423209603EditView.json",
"viewType" : "DEEDITVIEW"
}, },
"navViewParamJO" : { "allowEmpty" : true
"testval" : "%age%" }, {
"caption" : "学员登记信息标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
}, },
"getPSChartCoordinateSystem" : { "getPSEditor" : {
"modelref" : true, "editorType" : "HIDDEN",
"id" : "0" "name" : "srfkey"
}, },
"getPSChartDataSet" : { "allowEmpty" : true
} ],
"getPSNavigateContexts" : [ {
"key" : "FORMITEM",
"name" : "FORMITEM",
"value" : "32123",
"rawValue" : true
}, {
"key" : "FORMITEM1",
"name" : "FORMITEM1",
"value" : "reginfoname",
"rawValue" : false
}, {
"key" : "EMPTY",
"name" : "EMPTY",
"rawValue" : true
} ],
"getPSNavigateParams" : [ {
"key" : "formitem5",
"name" : "formitem5",
"value" : "age",
"rawValue" : false
}, {
"key" : "formitem3",
"name" : "formitem3",
"value" : "21332513",
"rawValue" : true
}, {
"key" : "empty",
"name" : "empty",
"rawValue" : true
} ],
"pagingMode" : 3,
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "2" "id" : "Remove"
},
"getPSChartSeriesEncode" : {
"index" : 0,
"name" : "坐标系编码",
"getPSChartXAxis" : {
"modelref" : true,
"id" : "0"
},
"getPSChartYAxis" : {
"modelref" : true,
"id" : "0"
},
"type" : "XY",
"x" : [ "NAME" ],
"y" : [ "AGE" ],
"id" : "0"
}, },
"getPSNavigateParams" : [ { "getPSAppDataEntity" : {
"key" : "testval", "modelref" : true,
"name" : "testval", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
"value" : "age",
"rawValue" : false
} ],
"seriesLayoutBy" : "column",
"seriesType" : "bar",
"valueField" : "AGE",
"enableChartDataSet" : true,
"stack" : false,
"getUserParam" : {
"EC.label" : "{\"position\":\"inside\"}"
} }
} ],
"getPSDEChartTitle" : {
"index" : 0,
"title" : "柱状图",
"showTitle" : false,
"id" : "0"
}, },
"readOnly" : true, "sortMode" : "REMOTE",
"name" : "chart", "hasWFDataItems" : false,
"modelid" : "A1BCD468-3027-4DAF-A36E-F8900BF586DA", "enableColFilter" : false,
"modeltype" : "PSDECHART", "enableCustomized" : true,
"getUserParam" : { "enableGroup" : false,
"ECX.legend" : "{\"textStyle\":{\"color\":\"#999999\"}}", "enablePagingBar" : false,
"tdType" : "3dbar", "enableRowEdit" : false,
"EC.textStyle" : "{\"color\":\"#666666\",\"fontSize\":12}", "enableRowEditOrder" : false,
"EC.legend" : "{\"textStyle\":{\"color\":\"#999999\"}}", "enableRowNew" : false,
"EC.color" : "[\"#73A0FA\",\"#FFB200\",\"#6DDA2F\",\"#ee6666\",\"#73c0de\",\"#3ba272\",\"#fc8452\",\"#9a60b4\",\"#ea7ccc\",\"#73A0FA\",\"#FFB200\"]" "forceFit" : false,
} "hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "79298f0344beee0b6f745936bb3a2fcd",
"modeltype" : "PSDEGRID"
}, { }, {
"caption" : "书", "caption" : "书",
"codeName" : "Usr09062298CustomViewcaptionbar", "codeName" : "Usr09062298CustomViewcaptionbar",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册