提交 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
{
"accUserMode" : 2,
"caption" : "实体行为插件测试",
"codeName" : "TESTActionPluginTestGrid",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTActionPluginTestGrid.json",
"gridRowActiveMode" : 2,
"name" : "TESTActionPluginTestGrid",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "GridView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "测试实体数据重定向视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
}
}, {
"name" : "NEWDATA",
"realTitle" : "测试实体编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "ActionPluginTestGridtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "实体行为插件测试_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "05D2C264-D928-4BDA-BEBC-3CDFDEE6E88E",
"modeltype" : "PSDETOOLBAR"
}, {
"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"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchPluginDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"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,
"name" : "grid",
"modelid" : "8C73BC31-2FBE-494C-83D7-66D3BCFBD1BD",
"modeltype" : "PSDEGRID"
}, {
"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"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"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,
"name" : "searchform",
"modelid" : "512C4CA9-1AEA-4700-8568-63A1C507486E",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"caption" : "实体行为插件测试",
"codeName" : "ActionPluginTestGridcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "ActionPluginTestGrid",
"getPSDEViewId" : "D37BB031-8847-459E-A1D6-1C9882F3A1B0",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "实体行为插件测试",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
"enableDP" : true,
"enableExport" : true,
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "906e5beb351573809d05303494dbb5cf",
"modeltype" : "PSAPPDEVIEW"
}
\ 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册