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

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

上级 ddfa511b
{
"codeName" : "TestCard",
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSDATAVIEWS/TestCard.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "登记信息卡片",
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdedataviews/TestCard",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "dataview",
"logicType" : "APPVIEWENGINE",
"name" : "engine_dataview",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"format" : "%1$s",
"name" : "name"
}, {
"dataType" : 25,
"format" : "%1$s",
"name" : "srfkey"
}, {
"dataType" : 25,
"format" : "%1$s",
"name" : "srfmajortext"
} ],
"getPSDEDataViewItems" : [ {
"caption" : "学员姓名",
"dataItemName" : "name",
"itemType" : "DATAITEM",
"name" : "NAME",
"enableSort" : true
} ],
"pagingSize" : 20,
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/ReginfoDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : false,
"appendDEItems" : false,
"enableCardEdit" : false,
"enableCardEditGroup" : false,
"enableCardEditOrder" : false,
"enableCardNew" : false,
"enableGroup" : false,
"enablePagingBar" : true,
"noSort" : false,
"singleSelect" : false,
"modelid" : "0ED85A55-3ECE-4DB6-B4CA-3D450E9DE126",
"modeltype" : "PSDEDATAVIEW"
}
\ No newline at end of file
...@@ -233,13 +233,13 @@ ...@@ -233,13 +233,13 @@
"modelid" : "84B54BEA-D639-46BA-ACC4-A301BBD0402A", "modelid" : "84B54BEA-D639-46BA-ACC4-A301BBD0402A",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Dataview", "codeName" : "TestCard",
"controlType" : "DATAVIEW", "controlType" : "DATAVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "create" "id" : "create"
}, },
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSDATAVIEWS/Dataview.json", "dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSDATAVIEWS/TestCard.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "id" : "fetch"
...@@ -250,7 +250,8 @@ ...@@ -250,7 +250,8 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdedataviews/Dataview", "logicName" : "登记信息卡片",
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdedataviews/TestCard",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json"
...@@ -319,7 +320,27 @@ ...@@ -319,7 +320,27 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "DATAVIEW" "id" : "DATAVIEW"
}, },
"pagingSize" : 1000, "getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"format" : "%1$s",
"name" : "name"
}, {
"dataType" : 25,
"format" : "%1$s",
"name" : "srfkey"
}, {
"dataType" : 25,
"format" : "%1$s",
"name" : "srfmajortext"
} ],
"getPSDEDataViewItems" : [ {
"caption" : "学员姓名",
"dataItemName" : "name",
"itemType" : "DATAITEM",
"name" : "NAME",
"enableSort" : true
} ],
"pagingSize" : 20,
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/ReginfoDataView/psappviewctrls/dataview", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/ReginfoDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -336,11 +357,11 @@ ...@@ -336,11 +357,11 @@
"enableCardEditOrder" : false, "enableCardEditOrder" : false,
"enableCardNew" : false, "enableCardNew" : false,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"noSort" : false, "noSort" : false,
"singleSelect" : false, "singleSelect" : false,
"name" : "dataview", "name" : "dataview",
"modelid" : "13757d894d7e670ed3bb8dd1a4f80db7_dataview", "modelid" : "0ED85A55-3ECE-4DB6-B4CA-3D450E9DE126",
"modeltype" : "PSDEDATAVIEW" "modeltype" : "PSDEDATAVIEW"
} ], } ],
"getPSDEViewCodeName" : "DataView", "getPSDEViewCodeName" : "DataView",
......
...@@ -1133,16 +1133,16 @@ ...@@ -1133,16 +1133,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -19,35 +19,35 @@ ...@@ -19,35 +19,35 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u1feafb4_click", "name" : "grid_uagridcolumn1_u4c6267d_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_编辑操作" "id" : "表格界面_删除操作"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u4c6267d_click", "name" : "grid_uagridcolumn1_u1feafb4_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_删除操作" "id" : "表格界面_编辑操作"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "表格界面_编辑操作", "name" : "表格界面_删除操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Edit" "id" : "Remove"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "MULTIKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
}, { }, {
"name" : "表格界面_删除操作", "name" : "表格界面_编辑操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Edit"
}, },
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
} ], } ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
...@@ -168,48 +168,6 @@ ...@@ -168,48 +168,6 @@
"getPSDEUIActionGroup" : { "getPSDEUIActionGroup" : {
"name" : "界面行为组", "name" : "界面行为组",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"mOSFilePath" : "pslanguageres/Auto253",
"name" : "工具栏按钮文本[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto253",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"mOSFilePath" : "pslanguageres/Auto130",
"name" : "工具栏按钮提示[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto130",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u4c6267d", "name" : "u4c6267d",
"getPSUIAction" : { "getPSUIAction" : {
...@@ -251,6 +209,48 @@ ...@@ -251,6 +209,48 @@
"addSeparator" : true, "addSeparator" : true,
"showCaption" : false, "showCaption" : false,
"showIcon" : true "showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"mOSFilePath" : "pslanguageres/Auto253",
"name" : "工具栏按钮文本[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto253",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"mOSFilePath" : "pslanguageres/Auto130",
"name" : "工具栏按钮提示[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto130",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ] } ]
}, },
"rTMOSFilePath" : "psdegridcols/uagridcolumn1", "rTMOSFilePath" : "psdegridcols/uagridcolumn1",
......
{
"codeName" : "TestCard",
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSDATAVIEWS/TestCard.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "登记信息卡片",
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdedataviews/TestCard",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "dataview",
"logicType" : "APPVIEWENGINE",
"name" : "engine_dataview",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "name",
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
}
} ],
"getPSDEDataViewItems" : [ {
"caption" : "学员姓名",
"dataItemName" : "name",
"itemType" : "DATAITEM",
"name" : "NAME",
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"enableSort" : true
} ],
"pagingSize" : 20,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/ReginfoDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : false,
"appendDEItems" : false,
"enableCardEdit" : false,
"enableCardEditGroup" : false,
"enableCardEditOrder" : false,
"enableCardNew" : false,
"enableGroup" : false,
"enablePagingBar" : true,
"noSort" : false,
"singleSelect" : false,
"modelid" : "0ED85A55-3ECE-4DB6-B4CA-3D450E9DE126",
"modeltype" : "PSDEDATAVIEW"
}
\ No newline at end of file
...@@ -69,6 +69,23 @@ ...@@ -69,6 +69,23 @@
} }
} ], } ],
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -100,23 +117,6 @@ ...@@ -100,23 +117,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -25,35 +25,35 @@ ...@@ -25,35 +25,35 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet2_list_field_u1feafb4_click", "name" : "db_sysportlet2_list_field_u4c6267d_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_编辑操作" "id" : "表格界面_删除操作"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet2_list_field_u4c6267d_click", "name" : "db_sysportlet2_list_field_u1feafb4_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_删除操作" "id" : "表格界面_编辑操作"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "表格界面_编辑操作", "name" : "表格界面_删除操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Edit" "id" : "Remove"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "MULTIKEY",
"xDataControlName" : "db_sysportlet2_list" "xDataControlName" : "db_sysportlet2_list"
}, { }, {
"name" : "表格界面_删除操作", "name" : "表格界面_编辑操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Edit"
}, },
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "db_sysportlet2_list" "xDataControlName" : "db_sysportlet2_list"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
...@@ -104,48 +104,6 @@ ...@@ -104,48 +104,6 @@
"getPSDEUIActionGroup" : { "getPSDEUIActionGroup" : {
"name" : "界面行为组", "name" : "界面行为组",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"mOSFilePath" : "pslanguageres/Auto253",
"name" : "工具栏按钮文本[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto253",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"mOSFilePath" : "pslanguageres/Auto130",
"name" : "工具栏按钮提示[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto130",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u4c6267d", "name" : "u4c6267d",
"getPSUIAction" : { "getPSUIAction" : {
...@@ -187,6 +145,48 @@ ...@@ -187,6 +145,48 @@
"addSeparator" : true, "addSeparator" : true,
"showCaption" : false, "showCaption" : false,
"showIcon" : true "showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"mOSFilePath" : "pslanguageres/Auto253",
"name" : "工具栏按钮文本[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto253",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"mOSFilePath" : "pslanguageres/Auto130",
"name" : "工具栏按钮提示[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto130",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ] } ]
}, },
"width" : 150, "width" : 150,
......
...@@ -307,13 +307,13 @@ ...@@ -307,13 +307,13 @@
"modelid" : "84B54BEA-D639-46BA-ACC4-A301BBD0402A", "modelid" : "84B54BEA-D639-46BA-ACC4-A301BBD0402A",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Dataview", "codeName" : "TestCard",
"controlType" : "DATAVIEW", "controlType" : "DATAVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "create" "id" : "create"
}, },
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSDATAVIEWS/Dataview.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSDATAVIEWS/TestCard.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch" "id" : "fetch"
...@@ -324,7 +324,8 @@ ...@@ -324,7 +324,8 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ], "hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdedataviews/Dataview", "logicName" : "登记信息卡片",
"mOSFilePath" : "psmodules/common/psdataentities/REGINFO/psdedataviews/TestCard",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json"
...@@ -413,7 +414,40 @@ ...@@ -413,7 +414,40 @@
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "DATAVIEW" "id" : "DATAVIEW"
}, },
"pagingSize" : 1000, "getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "name",
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "REGINFOID",
"codeName" : "ReginfoId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "REGINFONAME",
"codeName" : "ReginfoName"
}
} ],
"getPSDEDataViewItems" : [ {
"caption" : "学员姓名",
"dataItemName" : "name",
"itemType" : "DATAITEM",
"name" : "NAME",
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"enableSort" : true
} ],
"pagingSize" : 20,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/ReginfoDataView/psappviewctrls/dataview", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/ReginfoDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -430,11 +464,11 @@ ...@@ -430,11 +464,11 @@
"enableCardEditOrder" : false, "enableCardEditOrder" : false,
"enableCardNew" : false, "enableCardNew" : false,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : false, "enablePagingBar" : true,
"noSort" : false, "noSort" : false,
"singleSelect" : false, "singleSelect" : false,
"name" : "dataview", "name" : "dataview",
"modelid" : "e773ce8c4b1f61b0369559d48267eb64_dataview", "modelid" : "0ED85A55-3ECE-4DB6-B4CA-3D450E9DE126",
"modeltype" : "PSDEDATAVIEW" "modeltype" : "PSDEDATAVIEW"
} ], } ],
"getPSDEViewCodeName" : "DataView", "getPSDEViewCodeName" : "DataView",
......
...@@ -1253,6 +1253,23 @@ ...@@ -1253,6 +1253,23 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1284,23 +1301,6 @@ ...@@ -1284,23 +1301,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -379,35 +379,35 @@ ...@@ -379,35 +379,35 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u1feafb4_click", "name" : "grid_uagridcolumn1_u4c6267d_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_编辑操作" "id" : "表格界面_删除操作"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u4c6267d_click", "name" : "grid_uagridcolumn1_u1feafb4_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_删除操作" "id" : "表格界面_编辑操作"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "表格界面_编辑操作", "name" : "表格界面_删除操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Edit" "id" : "Remove"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "MULTIKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
}, { }, {
"name" : "表格界面_删除操作", "name" : "表格界面_编辑操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Edit"
}, },
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -615,48 +615,6 @@ ...@@ -615,48 +615,6 @@
"getPSDEUIActionGroup" : { "getPSDEUIActionGroup" : {
"name" : "界面行为组", "name" : "界面行为组",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"mOSFilePath" : "pslanguageres/Auto253",
"name" : "工具栏按钮文本[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto253",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"mOSFilePath" : "pslanguageres/Auto130",
"name" : "工具栏按钮提示[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto130",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u4c6267d", "name" : "u4c6267d",
"getPSUIAction" : { "getPSUIAction" : {
...@@ -698,6 +656,48 @@ ...@@ -698,6 +656,48 @@
"addSeparator" : true, "addSeparator" : true,
"showCaption" : false, "showCaption" : false,
"showIcon" : true "showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"mOSFilePath" : "pslanguageres/Auto253",
"name" : "工具栏按钮文本[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto253",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"mOSFilePath" : "pslanguageres/Auto130",
"name" : "工具栏按钮提示[*.EDIT]",
"rTMOSFilePath" : "pslanguageres/Auto130",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ] } ]
}, },
"rTMOSFilePath" : "psdegridcols/uagridcolumn1", "rTMOSFilePath" : "psdegridcols/uagridcolumn1",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册