提交 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",
......
{
"codeName" : "Usr04117341EditView_Form",
"controlType" : "FORM",
"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/Book.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Usr04117341EditView_Form.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "CustomGet",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"logicName" : "测试编辑视图_表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "bookname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"id" : "createman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}
}, {
"id" : "createdate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"id" : "updateman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"id" : "updatedate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "bookid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "基本信息",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "书基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ {
"caption" : "书名称",
"codeName" : "bookname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bookname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "bookname"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "书标识",
"codeName" : "bookid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bookid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "bookid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
}, {
"caption" : "其它",
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"caption" : "操作信息",
"codeName" : "group2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group2",
"getPSDEFormDetails" : [ {
"caption" : "建立人",
"codeName" : "createman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"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/Book.json"
}
},
"tabHeaderPos" : "TOP",
"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/Book.json"
}
},
"noTabHeader" : false,
"modelid" : "413730AE-EA48-409C-8776-5025C81323EF",
"modeltype" : "PSDEFORM_EDITFORM"
}
\ No newline at end of file
{
"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,
......
{
"accUserMode" : 2,
"caption" : "测试视图",
"codeName" : "bookUsr04114240GridView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"gridRowActiveMode" : 2,
"name" : "bookUsr04114240GridView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.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/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.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/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "测试编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"realTitle" : "测试编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "测试编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "Usr04114240GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "测试视图_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"xDataControlName" : "grid",
"modelid" : "6F546C7C-D71B-47A6-B062-B6612F07BF24",
"modeltype" : "PSDETOOLBAR"
}, {
"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"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"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,
"name" : "grid",
"modelid" : "0F4E9E21-8760-4B06-89C1-B3DD57D5A7CF",
"modeltype" : "PSDEGRID"
}, {
"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"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"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,
"name" : "searchform",
"modelid" : "31148536-B957-40C9-8755-6EFB8D11EF5F",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"caption" : "测试视图",
"codeName" : "Usr04114240GridViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr04114240GridView",
"getPSDEViewId" : "17C910A0-A493-421A-8DB3-A836DADF1079",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.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" : "01e0c9ae9bd96ff2edbd040ab217bbf8",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
{
"accUserMode" : 2,
"caption" : "测试编辑视图",
"codeName" : "bookUsr04117341EditView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"name" : "bookUsr04117341EditView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "EditView",
"name" : "engine"
} ],
"getPSControls" : [ {
"codeName" : "Usr04117341EditViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "测试编辑视图_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"xDataControlName" : "form",
"modelid" : "4FC88C9E-6AF6-4177-AE15-23B34C448633",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr04117341EditView_Form",
"controlType" : "FORM",
"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/Book.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Usr04117341EditView_Form.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "CustomGet",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"logicName" : "测试编辑视图_表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "CustomGet",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "FORM"
},
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "bookname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"id" : "createman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}
}, {
"id" : "createdate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"id" : "updateman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"id" : "updatedate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "bookid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "基本信息",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "书基本信息",
"codeName" : "group1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group1",
"getPSDEFormDetails" : [ {
"caption" : "书名称",
"codeName" : "bookname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bookname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "bookname"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"caption" : "书标识",
"codeName" : "bookid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "bookid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "bookid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
}, {
"caption" : "其它",
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"caption" : "操作信息",
"codeName" : "group2",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "group2",
"getPSDEFormDetails" : [ {
"caption" : "建立人",
"codeName" : "createman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "建立时间",
"codeName" : "createdate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "createdate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"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/Book.json"
}
},
"tabHeaderPos" : "TOP",
"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/Book.json"
}
},
"noTabHeader" : false,
"name" : "form",
"modelid" : "413730AE-EA48-409C-8776-5025C81323EF",
"modeltype" : "PSDEFORM_EDITFORM"
}, {
"codeName" : "Usr04117341EditViewdatainfobar",
"controlType" : "DATAINFOBAR",
"name" : "datainfobar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "datainfobar"
}
}, {
"caption" : "测试编辑视图",
"codeName" : "Usr04117341EditViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr04117341EditView",
"getPSDEViewId" : "300BB58B-DF01-4BF0-9ADF-402386A8EAAC",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEEDITVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "测试编辑视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEEDITVIEW",
"xDataControlName" : "form",
"enableDP" : true,
"showDataInfoBar" : true,
"modelid" : "13b158329f5660f41baf1d643ea9d16a",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册