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

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

上级 c8c31bec
...@@ -99,6 +99,9 @@ ...@@ -99,6 +99,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest.json" "path" : "PSMODULES/Test/PSDATAENTITIES/SubTest.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SysTodo.json" "path" : "PSMODULES/Test/PSDATAENTITIES/SysTodo.json"
......
{
"actionMode" : "CHECKKEY",
"actionType" : "BUILTIN",
"codeName" : "CheckKey",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEACTIONS/CheckKey.json",
"logicName" : "CheckKey",
"name" : "CheckKey",
"getPSDEActionInput" : {
"name" : "CheckKeyInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SubTest2DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CheckKeyResult",
"stdDataType" : 9,
"type" : "SIMPLE"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEACTIONS/Create.json",
"logicName" : "Create",
"name" : "Create",
"orderValue" : 1,
"getPSDEActionInput" : {
"name" : "CreateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SubTest2DTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "CreateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "BUILTIN",
"codeName" : "Get",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEACTIONS/Get.json",
"logicName" : "Get",
"name" : "Get",
"orderValue" : 31,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "SUBTEST2ID",
"codeName" : "SubTest2Id"
},
"name" : "GetInput",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "GetResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SubTest2DTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "BUILTIN",
"codeName" : "GetDraft",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEACTIONS/GetDraft.json",
"logicName" : "GetDraft",
"name" : "GetDraft",
"orderValue" : 41,
"getPSDEActionInput" : {
"name" : "GetDraftInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SubTest2DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraftResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SubTest2DTO"
},
"type" : "DTO"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "BUILTIN",
"batchActionMode" : 1,
"codeName" : "Remove",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEACTIONS/Remove.json",
"logicName" : "Remove",
"name" : "Remove",
"orderValue" : 21,
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "SUBTEST2ID",
"codeName" : "SubTest2Id"
},
"name" : "RemoveInput",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "RemoveResult",
"type" : "VOID"
},
"batchAction" : true,
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UNKNOWN",
"actionType" : "BUILTIN",
"codeName" : "Save",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEACTIONS/Save.json",
"logicName" : "Save",
"name" : "Save",
"getPSDEActionInput" : {
"name" : "SaveInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SubTest2DTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "SaveResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "BUILTIN",
"codeName" : "Update",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEACTIONS/Update.json",
"logicName" : "Update",
"name" : "Update",
"orderValue" : 11,
"getPSDEActionInput" : {
"name" : "UpdateInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "SubTest2DTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "UpdateResult",
"type" : "VOID"
},
"builtinAction" : true
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`SUBTEST2ID`",
"name" : "SUBTEST2ID"
}, {
"expression" : "t1.`SUBTEST2NAME`",
"name" : "SUBTEST2NAME"
}, {
"expression" : "t1.`TESTID`",
"name" : "TESTID"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`SUBTEST2ID`,\nt1.`SUBTEST2NAME`,\nt1.`TESTID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_SUBTEST2` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`SUBTEST2ID`",
"name" : "SUBTEST2ID"
}, {
"expression" : "t1.`SUBTEST2NAME`",
"name" : "SUBTEST2NAME"
}, {
"expression" : "t1.`TESTID`",
"name" : "TESTID"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`SUBTEST2ID`,\nt1.`SUBTEST2NAME`,\nt1.`TESTID`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_SUBTEST2` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"codeName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEDATARELATIONS/Default.json",
"getFormCapPSLanguageRes" : {
"defaultContent" : "子测试实体",
"lanResTag" : "DE.LNAME.SUBTEST2",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SUBTEST2]",
"refFlag" : true
},
"formCaption" : "子测试实体",
"name" : "子测试实体默认关系界面组"
}
\ No newline at end of file
{
"caption" : "详细信息",
"codeName" : "DRGroup",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDEDRGROUPS/DRGroup.json",
"name" : "详细信息",
"hidden" : false
}
\ No newline at end of file
{
"codeName" : "TEST",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDERS/DER1N_SUBTEST2_TEST_TESTID.json",
"fKeyName" : "F461BC270A48D9191D",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "SubTest2s",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json"
},
"minorServiceCodeName" : "SubTest2s",
"name" : "DER1N_SUBTEST2_TEST_TESTID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"pickupDEFName" : "TESTID",
"removeActionType" : -1,
"removeOrder" : 0,
"serviceCodeName" : "TEST",
"enableFKey" : true
}
\ No newline at end of file
...@@ -5693,6 +5693,12 @@ ...@@ -5693,6 +5693,12 @@
"name" : "测试实体实体树导航视图(布局缓存配置)", "name" : "测试实体实体树导航视图(布局缓存配置)",
"realModelSubType" : "DETREEEXPVIEW", "realModelSubType" : "DETREEEXPVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TreeEditTest",
"logicName" : "树编辑模式测试",
"name" : "树编辑模式测试",
"realModelSubType" : "DETREEVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "PanelView", "codeName" : "PanelView",
"logicName" : "测试实体实体面板视图", "logicName" : "测试实体实体面板视图",
...@@ -6606,6 +6612,35 @@ ...@@ -6606,6 +6612,35 @@
"codeName" : "TESTName" "codeName" : "TESTName"
}, },
"getMajorPSDERs" : [ { "getMajorPSDERs" : [ {
"codeName" : "TEST",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest2/PSDERS/DER1N_SUBTEST2_TEST_TESTID.json",
"fKeyName" : "F461BC270A48D9191D",
"logicName" : "名称",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json"
},
"masterOrder" : -1,
"masterRS" : 0,
"minorCodeName" : "SubTest2s",
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json"
},
"minorServiceCodeName" : "SubTest2s",
"name" : "DER1N_SUBTEST2_TEST_TESTID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"pickupDEFName" : "TESTID",
"removeActionType" : -1,
"removeOrder" : 0,
"serviceCodeName" : "TEST",
"enableFKey" : true
}, {
"codeName" : "TEST", "codeName" : "TEST",
"dERType" : "DER1N", "dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest/PSDERS/DER1N_SUBTEST_TEST_TESTID.json", "dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/SubTest/PSDERS/DER1N_SUBTEST_TEST_TESTID.json",
......
...@@ -6544,6 +6544,10 @@ ...@@ -6544,6 +6544,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeEditTest.json",
"viewType" : "DETREEVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeNodeLayout.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeNodeLayout.json",
......
{
"codeName" : "TreeEditTest_TreeView",
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEVIEWS/TreeEditTest_TreeView.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"logicName" : "树编辑模式测试_树视图",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"name" : "默认根节点 - 父测试节点",
"getPSNavigateParams" : [ {
"key" : "n_type_eq",
"name" : "n_type_eq",
"value" : "B",
"rawValue" : true
} ],
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
}, {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node_1"
},
"name" : "默认根节点 - 子测试节点",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ],
"getPSDETreeNodes" : [ {
"counterMode" : 0,
"name" : "默认根节点",
"nodeType" : "ROOT",
"nodeValue" : "root",
"text" : "默认根节点",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : true,
"selectFirstOnly" : false,
"selected" : false,
"id" : "ROOT"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"maxSize" : -1,
"name" : "父测试节点",
"nodeType" : "node",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getTextPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node"
}, {
"counterMode" : 0,
"maxSize" : -1,
"name" : "子测试节点",
"nodeType" : "node_1",
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : false,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node_1"
} ],
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableRootSelect" : false,
"outputIconDefault" : true,
"rootVisible" : false,
"modelid" : "084610EC-D6F5-4E8F-ADBD-4FE873D11665",
"modeltype" : "PSDETREEVIEW"
}
\ No newline at end of file
...@@ -878,6 +878,28 @@ ...@@ -878,6 +878,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "树导航节点绘制器测试" "tooltip" : "树导航节点绘制器测试"
}, {
"accUserMode" : 2,
"caption" : "树编辑模式测试",
"itemType" : "MENUITEM",
"name" : "menuitem70",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1214625205"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "树编辑模式测试"
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -395,6 +395,16 @@ ...@@ -395,6 +395,16 @@
"id" : "UsrAppFunc1205864448" "id" : "UsrAppFunc1205864448"
}, },
"tooltip" : "树导航节点绘制器测试" "tooltip" : "树导航节点绘制器测试"
}, {
"accUserMode" : 2,
"caption" : "树编辑模式测试",
"itemType" : "MENUITEM",
"name" : "menuitem70",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc1214625205"
},
"tooltip" : "树编辑模式测试"
} ], } ],
"tooltip" : "树" "tooltip" : "树"
}, { }, {
......
...@@ -2585,6 +2585,16 @@ ...@@ -2585,6 +2585,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneTabExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneTabExpView.json",
"viewType" : "DETABEXPVIEW" "viewType" : "DETABEXPVIEW"
} }
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc1214625205",
"name" : "树编辑模式测试",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeEditTest.json",
"viewType" : "DETREEVIEW"
}
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "AppFunc12", "codeName" : "AppFunc12",
...@@ -12072,10 +12082,10 @@ ...@@ -12072,10 +12082,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -12084,10 +12094,10 @@ ...@@ -12084,10 +12094,10 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
} }
} ] } ]
}, { }, {
...@@ -12104,6 +12114,18 @@ ...@@ -12104,6 +12114,18 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12115,11 +12137,28 @@ ...@@ -12115,11 +12137,28 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -12127,11 +12166,7 @@ ...@@ -12127,11 +12166,7 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
} ] }, {
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12157,31 +12192,6 @@ ...@@ -12157,31 +12192,6 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
...@@ -14707,6 +14717,12 @@ ...@@ -14707,6 +14717,12 @@
"viewType" : "DEMOBWFDYNAACTIONVIEW", "viewType" : "DEMOBWFDYNAACTIONVIEW",
"resource" : "WorkFlow", "resource" : "WorkFlow",
"view" : "MobWFDynaActionView" "view" : "MobWFDynaActionView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeEditTest.json",
"viewType" : "DETREEVIEW",
"resource" : "TEST",
"view" : "TreeEditTest"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeNodeLayout.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeNodeLayout.json",
...@@ -61901,6 +61917,10 @@ ...@@ -61901,6 +61917,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_74.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeEditTest.json",
"viewType" : "DETREEVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeNodeLayout.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeNodeLayout.json",
...@@ -2789,6 +2789,75 @@ ...@@ -2789,6 +2789,75 @@
"name" : "T_SUBTEST", "name" : "T_SUBTEST",
"autoExtendModel" : true, "autoExtendModel" : true,
"existingModel" : false "existingModel" : false
}, {
"getAllPSSysDBColumns" : [ {
"codeName" : "CREATEDATE",
"length" : 8,
"logicName" : "建立时间",
"name" : "CREATEDATE",
"stdDataType" : 5,
"nullable" : true
}, {
"codeName" : "CREATEMAN",
"length" : 60,
"logicName" : "建立人",
"name" : "CREATEMAN",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "SUBTEST2ID",
"length" : 100,
"logicName" : "子测试实体标识",
"name" : "SUBTEST2ID",
"stdDataType" : 25,
"pKey" : true
}, {
"codeName" : "SUBTEST2NAME",
"length" : 200,
"logicName" : "子测试实体名称",
"name" : "SUBTEST2NAME",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "TESTID",
"length" : 100,
"logicName" : "测试实体标识",
"name" : "TESTID",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "UPDATEDATE",
"length" : 8,
"logicName" : "更新时间",
"name" : "UPDATEDATE",
"stdDataType" : 5,
"nullable" : true
}, {
"codeName" : "UPDATEMAN",
"length" : 60,
"logicName" : "更新人",
"name" : "UPDATEMAN",
"stdDataType" : 25,
"nullable" : true
} ],
"getAllPSSysDBIndices" : [ {
"getAllPSSysDBIndexColumns" : [ {
"name" : "TESTID",
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "TESTID"
}
} ],
"codeName" : "IF_F461BC270A48D91",
"indexType" : "NORMAL",
"name" : "DER1N_SUBTEST2_TEST_TESTID",
"sourceType" : "DER"
} ],
"codeName" : "T_SUBTEST2",
"logicName" : "子测试实体",
"name" : "T_SUBTEST2",
"autoExtendModel" : true,
"existingModel" : false
}, { }, {
"getAllPSSysDBColumns" : [ { "getAllPSSysDBColumns" : [ {
"codeName" : "CREATEDATE", "codeName" : "CREATEDATE",
......
...@@ -87,6 +87,12 @@ ...@@ -87,6 +87,12 @@
"lanResType" : "DE.LNAME", "lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SONG]", "name" : "实体逻辑名称(DE.LNAME.*)[SONG]",
"refFlag" : true "refFlag" : true
}, {
"defaultContent" : "子测试实体",
"lanResTag" : "DE.LNAME.SUBTEST2",
"lanResType" : "DE.LNAME",
"name" : "实体逻辑名称(DE.LNAME.*)[SUBTEST2]",
"refFlag" : true
}, { }, {
"defaultContent" : "子测试实体", "defaultContent" : "子测试实体",
"lanResTag" : "DE.LNAME.SUBTEST", "lanResTag" : "DE.LNAME.SUBTEST",
...@@ -284,6 +290,18 @@ ...@@ -284,6 +290,18 @@
"lanResType" : "DEF.LNAME", "lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[SONGNAME]", "name" : "属性逻辑名称(DEF.LNAME.*)[SONGNAME]",
"refFlag" : true "refFlag" : true
}, {
"defaultContent" : "子测试实体标识",
"lanResTag" : "DEF.LNAME.SUBTEST2ID",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[SUBTEST2ID]",
"refFlag" : true
}, {
"defaultContent" : "子测试实体名称",
"lanResTag" : "DEF.LNAME.SUBTEST2NAME",
"lanResType" : "DEF.LNAME",
"name" : "属性逻辑名称(DEF.LNAME.*)[SUBTEST2NAME]",
"refFlag" : true
}, { }, {
"defaultContent" : "子测试实体标识", "defaultContent" : "子测试实体标识",
"lanResTag" : "DEF.LNAME.SUBTESTID", "lanResTag" : "DEF.LNAME.SUBTESTID",
...@@ -1006,6 +1024,31 @@ ...@@ -1006,6 +1024,31 @@
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SUBTEST.MAIN.GROUPPANEL.GROUP2]", "name" : "控件文本(CONTROL.*)[DEFORM.SUBTEST.MAIN.GROUPPANEL.GROUP2]",
"refFlag" : true "refFlag" : true
}, {
"defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.SUBTEST2.DEFAULT.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SUBTEST2.DEFAULT.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "基本信息",
"lanResTag" : "CONTROL.DEFORM.SUBTEST2.MAIN.FORMPAGE.FORMPAGE1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SUBTEST2.MAIN.FORMPAGE.FORMPAGE1]"
}, {
"defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.SUBTEST2.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SUBTEST2.MAIN.FORMPAGE.FORMPAGE2]"
}, {
"defaultContent" : "子测试实体基本信息",
"lanResTag" : "CONTROL.DEFORM.SUBTEST2.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SUBTEST2.MAIN.GROUPPANEL.GROUP1]"
}, {
"defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.SUBTEST2.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.SUBTEST2.MAIN.GROUPPANEL.GROUP2]"
}, { }, {
"defaultContent" : "常规条件", "defaultContent" : "常规条件",
"lanResTag" : "CONTROL.DEFORM.SYS_EMP_EX.DEFAULT.FORMPAGE.FORMPAGE1", "lanResTag" : "CONTROL.DEFORM.SYS_EMP_EX.DEFAULT.FORMPAGE.FORMPAGE1",
...@@ -1272,6 +1315,11 @@ ...@@ -1272,6 +1315,11 @@
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFSFITEM.SUBTEST.N_SUBTESTNAME_LIKE]", "name" : "控件文本(CONTROL.*)[DEFSFITEM.SUBTEST.N_SUBTESTNAME_LIKE]",
"refFlag" : true "refFlag" : true
}, {
"lanResTag" : "CONTROL.DEFSFITEM.SUBTEST2.N_SUBTEST2NAME_LIKE",
"lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFSFITEM.SUBTEST2.N_SUBTEST2NAME_LIKE]",
"refFlag" : true
}, { }, {
"lanResTag" : "CONTROL.DEFSFITEM.SYS_EMP_EX.N_SYS_EMP_EXNAME_LIKE", "lanResTag" : "CONTROL.DEFSFITEM.SYS_EMP_EX.N_SYS_EMP_EXNAME_LIKE",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
...@@ -1893,6 +1941,41 @@ ...@@ -1893,6 +1941,41 @@
"lanResTag" : "PAGE.TITLE.SUBTEST.REDIRECTVIEW", "lanResTag" : "PAGE.TITLE.SUBTEST.REDIRECTVIEW",
"lanResType" : "PAGE", "lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST.REDIRECTVIEW]" "name" : "界面文本(PAGE.*)[TITLE.SUBTEST.REDIRECTVIEW]"
}, {
"defaultContent" : "子测试实体编辑视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.EDITVIEW2",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.EDITVIEW2]"
}, {
"defaultContent" : "子测试实体编辑视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.EDITVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.EDITVIEW]"
}, {
"defaultContent" : "子测试实体表格视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.GRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.GRIDVIEW]"
}, {
"defaultContent" : "子测试实体数据多项选择视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.MPICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.MPICKUPVIEW]"
}, {
"defaultContent" : "子测试实体选择表格视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.PICKUPGRIDVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.PICKUPGRIDVIEW]"
}, {
"defaultContent" : "子测试实体数据选择视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.PICKUPVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.PICKUPVIEW]"
}, {
"defaultContent" : "子测试实体数据重定向视图",
"lanResTag" : "PAGE.TITLE.SUBTEST2.REDIRECTVIEW",
"lanResType" : "PAGE",
"name" : "界面文本(PAGE.*)[TITLE.SUBTEST2.REDIRECTVIEW]"
}, { }, {
"defaultContent" : "SYS_EMP_EX编辑视图", "defaultContent" : "SYS_EMP_EX编辑视图",
"lanResTag" : "PAGE.TITLE.SYS_EMP_EX.EDITVIEW2", "lanResTag" : "PAGE.TITLE.SYS_EMP_EX.EDITVIEW2",
......
...@@ -595,6 +595,10 @@ ...@@ -595,6 +595,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest.json", "path" : "PSMODULES/Test/PSDATAENTITIES/SubTest.json",
"name" : "SUBTEST" "name" : "SUBTEST"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json",
"name" : "SUBTEST2"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/SysEmployee.json", "path" : "PSMODULES/common/PSDATAENTITIES/SysEmployee.json",
...@@ -1381,6 +1385,9 @@ ...@@ -1381,6 +1385,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest.json" "path" : "PSMODULES/Test/PSDATAENTITIES/SubTest.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SubTest2.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/SysTodo.json" "path" : "PSMODULES/Test/PSDATAENTITIES/SysTodo.json"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册