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

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

上级 cc4d4c06
{
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
}
\ No newline at end of file
...@@ -45,6 +45,21 @@ ...@@ -45,6 +45,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -783,6 +798,7 @@ ...@@ -783,6 +798,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -814,6 +830,7 @@ ...@@ -814,6 +830,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -837,7 +854,8 @@ ...@@ -837,7 +854,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -1181,6 +1199,7 @@ ...@@ -1181,6 +1199,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -65,6 +65,21 @@ ...@@ -65,6 +65,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -453,6 +468,7 @@ ...@@ -453,6 +468,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -484,6 +500,7 @@ ...@@ -484,6 +500,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -507,7 +524,8 @@ ...@@ -507,7 +524,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -641,6 +659,7 @@ ...@@ -641,6 +659,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -251,6 +251,21 @@ ...@@ -251,6 +251,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -1059,6 +1074,7 @@ ...@@ -1059,6 +1074,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -1090,6 +1106,7 @@ ...@@ -1090,6 +1106,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -1113,7 +1130,8 @@ ...@@ -1113,7 +1130,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -1457,6 +1475,7 @@ ...@@ -1457,6 +1475,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -65,6 +65,21 @@ ...@@ -65,6 +65,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -873,6 +888,7 @@ ...@@ -873,6 +888,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -904,6 +920,7 @@ ...@@ -904,6 +920,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -927,7 +944,8 @@ ...@@ -927,7 +944,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -1271,6 +1289,7 @@ ...@@ -1271,6 +1289,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -87,6 +87,21 @@ ...@@ -87,6 +87,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -475,6 +490,7 @@ ...@@ -475,6 +490,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -506,6 +522,7 @@ ...@@ -506,6 +522,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -529,7 +546,8 @@ ...@@ -529,7 +546,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -663,6 +681,7 @@ ...@@ -663,6 +681,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -87,6 +87,21 @@ ...@@ -87,6 +87,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
...@@ -475,6 +490,7 @@ ...@@ -475,6 +490,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -506,6 +522,7 @@ ...@@ -506,6 +522,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -529,7 +546,8 @@ ...@@ -529,7 +546,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -663,6 +681,7 @@ ...@@ -663,6 +681,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
{
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
}
\ No newline at end of file
...@@ -45,6 +45,21 @@ ...@@ -45,6 +45,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -783,6 +798,7 @@ ...@@ -783,6 +798,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -814,6 +830,7 @@ ...@@ -814,6 +830,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -837,7 +854,8 @@ ...@@ -837,7 +854,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -1181,6 +1199,7 @@ ...@@ -1181,6 +1199,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -1348,6 +1348,21 @@ ...@@ -1348,6 +1348,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -2156,6 +2171,7 @@ ...@@ -2156,6 +2171,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -2187,6 +2203,7 @@ ...@@ -2187,6 +2203,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -2210,7 +2227,8 @@ ...@@ -2210,7 +2227,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -2554,6 +2572,7 @@ ...@@ -2554,6 +2572,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -65,6 +65,21 @@ ...@@ -65,6 +65,21 @@
} }
}, },
"logicName" : "测试树视图_树视图", "logicName" : "测试树视图_树视图",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -873,6 +888,7 @@ ...@@ -873,6 +888,7 @@
"selected" : false, "selected" : false,
"id" : "ROOT" "id" : "ROOT"
}, { }, {
"counterId" : "num3",
"counterMode" : 0, "counterMode" : 0,
"name" : "动态代码表", "name" : "动态代码表",
"nodeType" : "codeList", "nodeType" : "codeList",
...@@ -904,6 +920,7 @@ ...@@ -904,6 +920,7 @@
"selected" : false, "selected" : false,
"id" : "codeList" "id" : "codeList"
}, { }, {
"counterId" : "num1",
"counterMode" : 0, "counterMode" : 0,
"name" : "静态2", "name" : "静态2",
"nodeType" : "noDe2", "nodeType" : "noDe2",
...@@ -927,7 +944,8 @@ ...@@ -927,7 +944,8 @@
"selected" : false, "selected" : false,
"id" : "noDe2" "id" : "noDe2"
}, { }, {
"counterMode" : 0, "counterId" : "zero",
"counterMode" : 1,
"name" : "静态1", "name" : "静态1",
"nodeType" : "node1", "nodeType" : "node1",
"getPSDEContextMenu" : { "getPSDEContextMenu" : {
...@@ -1271,6 +1289,7 @@ ...@@ -1271,6 +1289,7 @@
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
}, },
"counterId" : "num2",
"counterMode" : 0, "counterMode" : 0,
"getIdPSAppDEField" : { "getIdPSAppDEField" : {
"name" : "TESTID", "name" : "TESTID",
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
"engineType" : "PickupGridView", "engineType" : "PickupGridView",
"name" : "engine" "name" : "engine"
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "testparam1",
"name" : "testparam1",
"value" : "book",
"rawValue" : false
} ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Main", "codeName" : "Main",
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
"engineType" : "PickupGridView", "engineType" : "PickupGridView",
"name" : "engine" "name" : "engine"
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "testparam1",
"name" : "testparam1",
"value" : "book",
"rawValue" : false
} ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Main", "codeName" : "Main",
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
"engineType" : "PickupGridView", "engineType" : "PickupGridView",
"name" : "engine" "name" : "engine"
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "testparam1",
"name" : "testparam1",
"value" : "book",
"rawValue" : false
} ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Main", "codeName" : "Main",
......
...@@ -425,6 +425,12 @@ ...@@ -425,6 +425,12 @@
"engineType" : "PickupGridView", "engineType" : "PickupGridView",
"name" : "engine" "name" : "engine"
} ], } ],
"getPSAppViewNavParams" : [ {
"key" : "testparam1",
"name" : "testparam1",
"value" : "book",
"rawValue" : false
} ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Main", "codeName" : "Main",
......
...@@ -7,6 +7,17 @@ ...@@ -7,6 +7,17 @@
"codeName" : "AppTestIndexView", "codeName" : "AppTestIndexView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppTestIndexView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppTestIndexView.json",
"name" : "AppTestIndexView", "name" : "AppTestIndexView",
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "Custom",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json",
"name" : "自定义计数器",
"timer" : 1000
},
"tag" : "5c4f953a4244f433a1511bce64b1f3fb",
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
} ],
"getPSAppModule" : { "getPSAppModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
...@@ -20,11 +31,13 @@ ...@@ -20,11 +31,13 @@
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "视图消息", "caption" : "视图消息",
"counterId" : "num1",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem43", "name" : "menuitem43",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "基础", "caption" : "基础",
"counterId" : "num2",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem44", "name" : "menuitem44",
"getPSAppFunc" : { "getPSAppFunc" : {
...@@ -87,7 +100,8 @@ ...@@ -87,7 +100,8 @@
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "CustomAppMenu" "pluginCode" : "CustomAppMenu"
}, },
"tooltip" : "视图消息" "tooltip" : "视图消息",
"expanded" : true
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
...@@ -108,6 +122,7 @@ ...@@ -108,6 +122,7 @@
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "视图布局", "caption" : "视图布局",
"counterId" : "num3",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem1", "name" : "menuitem1",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
...@@ -359,6 +374,7 @@ ...@@ -359,6 +374,7 @@
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "工作流", "caption" : "工作流",
"counterId" : "num4",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem21", "name" : "menuitem21",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
...@@ -812,6 +828,7 @@ ...@@ -812,6 +828,7 @@
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "树", "caption" : "树",
"counterId" : "num5",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem16", "name" : "menuitem16",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
...@@ -1740,6 +1757,10 @@ ...@@ -1740,6 +1757,10 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"getPortalPSAppCounterRef" : {
"modelref" : true,
"id" : "5c4f953a4244f433a1511bce64b1f3fb"
},
"title" : "应用测试首页视图", "title" : "应用测试首页视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "APPINDEXVIEW", "viewType" : "APPINDEXVIEW",
......
...@@ -6,11 +6,13 @@ ...@@ -6,11 +6,13 @@
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "视图消息", "caption" : "视图消息",
"counterId" : "num1",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem43", "name" : "menuitem43",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "基础", "caption" : "基础",
"counterId" : "num2",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem44", "name" : "menuitem44",
"getPSAppFunc" : { "getPSAppFunc" : {
...@@ -33,7 +35,8 @@ ...@@ -33,7 +35,8 @@
"glyph" : "xf12a@FontAwesome", "glyph" : "xf12a@FontAwesome",
"cssClass" : "fa fa-exclamation" "cssClass" : "fa fa-exclamation"
}, },
"tooltip" : "视图消息" "tooltip" : "视图消息",
"expanded" : true
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
...@@ -42,6 +45,7 @@ ...@@ -42,6 +45,7 @@
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "视图布局", "caption" : "视图布局",
"counterId" : "num3",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem1", "name" : "menuitem1",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
...@@ -157,6 +161,7 @@ ...@@ -157,6 +161,7 @@
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "工作流", "caption" : "工作流",
"counterId" : "num4",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem21", "name" : "menuitem21",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
...@@ -358,6 +363,7 @@ ...@@ -358,6 +363,7 @@
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "树", "caption" : "树",
"counterId" : "num5",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem16", "name" : "menuitem16",
"getPSAppMenuItems" : [ { "getPSAppMenuItems" : [ {
......
...@@ -928,6 +928,9 @@ ...@@ -928,6 +928,9 @@
"getAllPSAppCounters" : [ { "getAllPSAppCounters" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Counter.json" "path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Counter.json"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Custom.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Portal.json" "path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/Portal.json"
...@@ -12886,12 +12889,6 @@ ...@@ -12886,12 +12889,6 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12909,30 +12906,17 @@ ...@@ -12909,30 +12906,17 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg7"
} }
} ]
}, { }, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12951,6 +12935,12 @@ ...@@ -12951,6 +12935,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12959,22 +12949,29 @@ ...@@ -12959,22 +12949,29 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
} }
} ]
}, { }, {
"codeName" : "VMGroup5", "name" : "消息位置-视图内容区",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg9"
} }
} ]
}, { }, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12986,21 +12983,27 @@ ...@@ -12986,21 +12983,27 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
}, { }, {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
} ] } ]
} ], } ],
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册