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

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

上级 5ff24f8a
...@@ -867,6 +867,38 @@ ...@@ -867,6 +867,38 @@
"allowEmpty" : false, "allowEmpty" : false,
"systemReserver" : true "systemReserver" : true
} ], } ],
"getAllPSDELogics" : [ {
"codeName" : "test",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json",
"logicName" : "test",
"name" : "test",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Test_aaa.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
} ],
"getAllPSDEMethodDTOs" : [ { "getAllPSDEMethodDTOs" : [ {
"name" : "Test_aaaDTO", "name" : "Test_aaaDTO",
"getPSDEMethodDTOFields" : [ { "getPSDEMethodDTOFields" : [ {
......
{
"codeName" : "test",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json",
"logicName" : "test",
"name" : "test",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/Test_aaa.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.test.service.logic.test_aaatest" isClosed="false" isExecutable="true" name="test_test_aaa_test_ruleFlow" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.test.service.logic.test_aaatest">
<extensionElements>
<tns:import name="java.util.Map" />
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
<tns:metaData express="" name="test_aaatestdefault" type="entity"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.SpringContextHolder).getBean(T(cn.ibizlab.trainsys.core.test.service.ITest_aaaService))" name="iBzSysTest_aaaDefaultService" type="service"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.AuthenticationUser).getAuthenticationUser()" name="curuser" type="session"/>
<tns:global identifier="test_aaatestdefault" type="cn.ibizlab.trainsys.core.test.domain.Test_aaa" />
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<endEvent id="begin_end" name="end"/>
<sequenceFlow id="begin_end_line" sourceRef="begin" targetRef="begin_end"/>
</process>
</definitions>
\ No newline at end of file
package cn.ibizlab.trainsys.test.logic.test_aaalogic.test;
import java.util.Map;
import java.util.HashMap;
import com.alibaba.fastjson.JSONObject;
import org.springframework.util.StringUtils;
import org.springframework.util.ObjectUtils;
import cn.ibizlab.trainsys.util.errors.BadRequestAlertException;
global cn.ibizlab.trainsys.core.test.domain.Test_aaa test_aaatestdefault;
global cn.ibizlab.trainsys.core.test.service.ITest_aaaService iBzSysTest_aaaDefaultService;
global cn.ibizlab.trainsys.util.security.AuthenticationUser curuser;
no-loop
//逻辑处理节点[开始]
rule "begin"
ruleflow-group "test_aaatestbegin"
when
then
end
\ No newline at end of file
...@@ -268,6 +268,31 @@ ...@@ -268,6 +268,31 @@
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json" "path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json"
}, },
"enableBackend" : false "enableBackend" : false
}, {
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json",
"logicName" : "自定义获取",
"name" : "CustomGet",
"getPSDEActionInput" : {
"name" : "CustomGetInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json"
},
"enableBackend" : false
}, { }, {
"actionMode" : "UNKNOWN", "actionMode" : "UNKNOWN",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -6728,6 +6753,16 @@ ...@@ -6728,6 +6753,16 @@
"queryColumn" : false "queryColumn" : false
} ], } ],
"getAllPSDELogics" : [ { "getAllPSDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic", "codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json",
...@@ -8297,6 +8332,12 @@ ...@@ -8297,6 +8332,12 @@
"name" : "书实体编辑视图(飘窗)", "name" : "书实体编辑视图(飘窗)",
"realModelSubType" : "DEEDITVIEW", "realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr04114240GridView",
"logicName" : "测试视图",
"name" : "测试视图",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "Usr08126702EditView", "codeName" : "Usr08126702EditView",
"logicName" : "重复器表单", "logicName" : "重复器表单",
...@@ -8369,6 +8410,12 @@ ...@@ -8369,6 +8410,12 @@
"name" : "书实体数据选择视图(树选择测试)", "name" : "书实体数据选择视图(树选择测试)",
"realModelSubType" : "DEPICKUPVIEW", "realModelSubType" : "DEPICKUPVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr04117341EditView",
"logicName" : "测试编辑视图",
"name" : "测试编辑视图",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "testgrid", "codeName" : "testgrid",
"logicName" : "测试表格", "logicName" : "测试表格",
...@@ -9161,6 +9208,13 @@ ...@@ -9161,6 +9208,13 @@
"name" : "表单锚点-左_表单", "name" : "表单锚点-左_表单",
"realModelSubType" : "EDITFORM", "realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM" "realModelType" : "PSDEFORM"
}, {
"codeName" : "Usr04117341EditView_Form",
"logicName" : "测试编辑视图_表单",
"modelTag2" : "0",
"name" : "测试编辑视图_表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, { }, {
"codeName" : "dsjbjcs", "codeName" : "dsjbjcs",
"logicName" : "多数据部件测试", "logicName" : "多数据部件测试",
......
{
"actionHolder" : 2,
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json",
"logicName" : "自定义获取",
"name" : "CustomGet",
"getPSDEActionInput" : {
"name" : "CustomGetInput",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json"
},
"enableBackend" : false
}
\ No newline at end of file
{
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}
\ No newline at end of file
...@@ -363,6 +363,35 @@ ...@@ -363,6 +363,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -3302,6 +3331,15 @@ ...@@ -3302,6 +3331,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic", "codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "计数器", "logicName" : "计数器",
...@@ -4485,6 +4523,35 @@ ...@@ -4485,6 +4523,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
......
...@@ -36742,6 +36742,35 @@ ...@@ -36742,6 +36742,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -39681,6 +39710,15 @@ ...@@ -39681,6 +39710,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic", "codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "计数器", "logicName" : "计数器",
...@@ -40864,6 +40902,35 @@ ...@@ -40864,6 +40902,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -363,6 +363,35 @@ ...@@ -363,6 +363,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -3302,6 +3331,15 @@ ...@@ -3302,6 +3331,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic", "codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "计数器", "logicName" : "计数器",
...@@ -4485,6 +4523,35 @@ ...@@ -4485,6 +4523,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
......
...@@ -393,6 +393,35 @@ ...@@ -393,6 +393,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -3332,6 +3361,15 @@ ...@@ -3332,6 +3361,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic", "codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "计数器", "logicName" : "计数器",
...@@ -4515,6 +4553,35 @@ ...@@ -4515,6 +4553,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -6630,6 +6697,10 @@ ...@@ -6630,6 +6697,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"viewType" : "DEGRIDVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json",
...@@ -6670,6 +6741,10 @@ ...@@ -6670,6 +6741,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json",
......
{
"aggMode" : "NONE",
"codeName" : "Usr04114240GridView_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Usr04114240GridView_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode" : "NONE",
"logicName" : "测试视图_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "书名称",
"codeName" : "bookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bookname",
"excelCaption" : "书名称",
"name" : "bookname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"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" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"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" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "phoneid",
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
}
}, {
"dataType" : 25,
"name" : "pbookid",
"getPSAppDEField" : {
"name" : "PBOOKID",
"codeName" : "Pbookid"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "书标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingMode" : 1,
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.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" : "0F4E9E21-8760-4B06-89C1-B3DD57D5A7CF",
"modeltype" : "PSDEGRID"
}
\ No newline at end of file
{
"codeName" : "Usr04114240GridView_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Usr04114240GridView_SearchForm.json",
"logicName" : "测试视图_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"modelid" : "31148536-B957-40C9-8755-6EFB8D11EF5F",
"modeltype" : "PSDEFORM_SEARCHFORM"
}
\ No newline at end of file
...@@ -182,11 +182,11 @@ ...@@ -182,11 +182,11 @@
"id" : "DataImport" "id" : "DataImport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 9, "dataType" : 25,
"name" : "order", "name" : "testname",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "ORDER", "name" : "TESTNAME",
"codeName" : "Order" "codeName" : "TESTName"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
...@@ -196,11 +196,11 @@ ...@@ -196,11 +196,11 @@
"codeName" : "Field8" "codeName" : "Field8"
} }
}, { }, {
"dataType" : 25, "dataType" : 9,
"name" : "testname", "name" : "order",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "ORDER",
"codeName" : "TESTName" "codeName" : "Order"
} }
}, { }, {
"dataType" : 6, "dataType" : 6,
......
...@@ -458,11 +458,11 @@ ...@@ -458,11 +458,11 @@
"id" : "DataImport" "id" : "DataImport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 9, "dataType" : 25,
"name" : "order", "name" : "testname",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "ORDER", "name" : "TESTNAME",
"codeName" : "Order" "codeName" : "TESTName"
} }
}, { }, {
"dataType" : 25, "dataType" : 25,
...@@ -472,11 +472,11 @@ ...@@ -472,11 +472,11 @@
"codeName" : "Field8" "codeName" : "Field8"
} }
}, { }, {
"dataType" : 25, "dataType" : 9,
"name" : "testname", "name" : "order",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "ORDER",
"codeName" : "TESTName" "codeName" : "Order"
} }
}, { }, {
"dataType" : 6, "dataType" : 6,
......
...@@ -485,6 +485,25 @@ ...@@ -485,6 +485,25 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "界面行为直接脚本" "tooltip" : "界面行为直接脚本"
}, {
"accUserMode" : 2,
"caption" : "实体界面逻辑",
"itemType" : "MENUITEM",
"name" : "menuitem392",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0411940618"
},
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "实体界面逻辑"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "界面逻辑直接脚本", "caption" : "界面逻辑直接脚本",
......
...@@ -28,6 +28,16 @@ ...@@ -28,6 +28,16 @@
"id" : "UsrAppFunc0408848266" "id" : "UsrAppFunc0408848266"
}, },
"tooltip" : "界面行为直接脚本" "tooltip" : "界面行为直接脚本"
}, {
"accUserMode" : 2,
"caption" : "实体界面逻辑",
"itemType" : "MENUITEM",
"name" : "menuitem392",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0411940618"
},
"tooltip" : "实体界面逻辑"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "界面逻辑直接脚本", "caption" : "界面逻辑直接脚本",
......
...@@ -7329,6 +7329,16 @@ ...@@ -7329,6 +7329,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTDataViewExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTDataViewExpView.json",
"viewType" : "DEDATAVIEWEXPVIEW" "viewType" : "DEDATAVIEWEXPVIEW"
} }
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0411940618",
"name" : "实体界面逻辑",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"viewType" : "DEGRIDVIEW"
}
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0707791126", "codeName" : "UsrAppFunc0707791126",
...@@ -35626,6 +35636,12 @@ ...@@ -35626,6 +35636,12 @@
"viewType" : "DEMPICKUPVIEW", "viewType" : "DEMPICKUPVIEW",
"resource" : "Realtor", "resource" : "Realtor",
"view" : "MPickupView" "view" : "MPickupView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"viewType" : "DEGRIDVIEW",
"resource" : "Book",
"view" : "Usr04114240GridView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEListExpViewLayout.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEListExpViewLayout.json",
...@@ -35884,6 +35900,12 @@ ...@@ -35884,6 +35900,12 @@
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
"resource" : "Book", "resource" : "Book",
"view" : "Usr4EditView" "view" : "Usr4EditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "Book",
"view" : "Usr04117341EditView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json",
...@@ -41143,6 +41165,25 @@ ...@@ -41143,6 +41165,25 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "界面行为直接脚本" "tooltip" : "界面行为直接脚本"
}, {
"accUserMode" : 2,
"caption" : "实体界面逻辑",
"itemType" : "MENUITEM",
"name" : "menuitem392",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0411940618"
},
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "实体界面逻辑"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "界面逻辑直接脚本", "caption" : "界面逻辑直接脚本",
...@@ -129693,6 +129734,35 @@ ...@@ -129693,6 +129734,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -132632,6 +132702,15 @@ ...@@ -132632,6 +132702,15 @@
"stringLength" : 1048576 "stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic", "codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT", "defaultParamName" : "DEFAULT",
"logicName" : "计数器", "logicName" : "计数器",
...@@ -133815,6 +133894,35 @@ ...@@ -133815,6 +133894,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"builtinMethod" : false, "builtinMethod" : false,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, { }, {
"actionMode" : "READ", "actionMode" : "READ",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -135930,6 +136038,10 @@ ...@@ -135930,6 +136038,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json",
"viewType" : "DEGRIDVIEW" "viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"viewType" : "DEGRIDVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json",
...@@ -135970,6 +136082,10 @@ ...@@ -135970,6 +136082,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册