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

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

上级 9800f0a5
......@@ -319,12 +319,12 @@
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json",
"logicName" : " 插件get",
"name" : "PluginGet",
"codeName" : "PluginDelete",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json",
"logicName" : " 插件Delete",
"name" : "PluginDelete",
"getPSDEActionInput" : {
"name" : "PluginGetInput",
"name" : "PluginDeleteInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -332,12 +332,12 @@
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "PluginGetResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"enableBackend" : false
}, {
......@@ -4958,6 +4958,12 @@
"name" : "测试实体测试动态控制列表视图",
"realModelSubType" : "DELISTVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "ActionPluginTestGrid",
"logicName" : "实体行为插件测试",
"name" : "实体行为插件测试",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "MobDataViewExpView",
"logicName" : "测试实体实体移动端卡片视图导航视图",
......
{
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginDelete",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json",
"logicName" : " 插件Delete",
"name" : "PluginDelete",
"getPSDEActionInput" : {
"name" : "PluginDeleteInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "DeleteActionPlugin"
},
"enableBackend" : false
}
\ No newline at end of file
......@@ -414,12 +414,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -427,17 +427,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -3369,12 +3369,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -3382,17 +3382,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......
......@@ -1589,12 +1589,12 @@
"pluginType" : "UILOGICNODE",
"refMode" : "DEUIPFPLUGIN"
}, {
"name" : "实体方法Get插件",
"name" : "实体方法Delete插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginCode" : "DeleteActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
......@@ -18322,12 +18322,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -18335,17 +18335,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -21277,12 +21277,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -21290,17 +21290,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -13,12 +13,12 @@
"pluginType" : "UILOGICNODE",
"refMode" : "DEUIPFPLUGIN"
}, {
"name" : "实体方法Get插件",
"name" : "实体方法Delete插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginCode" : "DeleteActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
......
......@@ -414,12 +414,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -427,17 +427,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -3369,12 +3369,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -3382,17 +3382,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......
......@@ -1375,12 +1375,12 @@
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
}, {
"name" : "实体方法Get插件",
"name" : "实体方法Delete插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginCode" : "DeleteActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
......
......@@ -89,12 +89,12 @@
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
}, {
"name" : "实体方法Get插件",
"name" : "实体方法Delete插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginCode" : "DeleteActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
......
......@@ -414,12 +414,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -427,17 +427,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -3369,12 +3369,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -3382,17 +3382,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -5793,6 +5793,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json",
"viewType" : "DELISTEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTActionPluginTestGrid.json",
"viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTDataViewExpView.json",
......
{
"aggMode" : "NONE",
"codeName" : "ActionPluginTestGrid_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/ActionPluginTestGrid_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchPluginDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"logicName" : "实体行为插件测试_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "测试实体名称",
"codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "testname",
"excelCaption" : "测试实体名称",
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"sortMode" : "REMOTE",
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"modelid" : "8C73BC31-2FBE-494C-83D7-66D3BCFBD1BD",
"modeltype" : "PSDEGRID"
}
\ No newline at end of file
{
"codeName" : "Usr11284318_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Usr11284318_SearchForm.json",
"logicName" : "实体行为插件测试_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"modelid" : "512C4CA9-1AEA-4700-8568-63A1C507486E",
"modeltype" : "PSDEFORM_SEARCHFORM"
}
\ No newline at end of file
......@@ -1361,6 +1361,28 @@
"layout" : "TABLE_24COL"
},
"tooltip" : "搜索表单"
}, {
"accUserMode" : 2,
"caption" : "实体行为插件",
"itemType" : "MENUITEM",
"name" : "menuitem63",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1128967417"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "实体行为插件"
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
......
......@@ -602,6 +602,16 @@
"tooltip" : "搜索表单自定义布局"
} ],
"tooltip" : "搜索表单"
}, {
"accUserMode" : 2,
"caption" : "实体行为插件",
"itemType" : "MENUITEM",
"name" : "menuitem63",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1128967417"
},
"tooltip" : "实体行为插件"
} ],
"enableCustomize" : false,
"name" : "apptestindexview",
......
......@@ -2186,6 +2186,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/SongGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc1128967417",
"name" : "实体行为插件测试",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTActionPluginTestGrid.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc38",
......@@ -4201,12 +4211,12 @@
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
}, {
"name" : "实体方法Get插件",
"name" : "实体方法Delete插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginCode" : "DeleteActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
......@@ -12973,6 +12983,12 @@
"viewType" : "DEEDITVIEW",
"resource" : "Book",
"view" : "Usr8EditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTActionPluginTestGrid.json",
"viewType" : "DEGRIDVIEW",
"resource" : "TEST",
"view" : "ActionPluginTestGrid"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDETabExpViewLayout.json",
......@@ -50562,12 +50578,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -50575,17 +50591,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -53517,12 +53533,12 @@
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"codeName" : "PluginDelete",
"methodType" : "DEACTION",
"name" : "PluginGet",
"name" : "PluginDelete",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"codeName" : "PluginDeleteInput",
"name" : "PluginDeleteInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
......@@ -53530,17 +53546,17 @@
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"codeName" : "PluginDeleteResult",
"name" : "PluginDeleteResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginDelete.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"builtinMethod" : false
}, {
......@@ -55941,6 +55957,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListExpView.json",
"viewType" : "DELISTEXPVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTActionPluginTestGrid.json",
"viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTDataViewExpView.json",
......@@ -140,12 +140,12 @@
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
}, {
"name" : "实体方法Get插件",
"name" : "实体方法Delete插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
"pluginCode" : "DeleteActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginCode" : "DeleteActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册