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

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

上级 51ca8a98
...@@ -63,11 +63,20 @@ ...@@ -63,11 +63,20 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
} }
}, },
"hookEventNames" : [ "ONCHANGE" ],
"logicName" : "主编辑表单", "logicName" : "主编辑表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onChange",
"itemName" : "formitem",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "console.log(111)"
} ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
"hidden" : true, "hidden" : true,
...@@ -433,8 +442,7 @@ ...@@ -433,8 +442,7 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑", "name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑",
"getPSDEFDLogics" : [ { "getPSDEFDLogics" : [ {
"logicType" : "SINGLE", "logicType" : "SINGLE"
"value" : "console.log(111)"
} ], } ],
"notMode" : false "notMode" : false
} ], } ],
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
} }
}, },
"hookEventNames" : [ "ONCHANGE" ],
"logicName" : "主编辑表单", "logicName" : "主编辑表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -168,6 +169,14 @@ ...@@ -168,6 +169,14 @@
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器" "id" : "编辑表单处理器"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onChange",
"itemName" : "formitem",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "console.log(111)"
} ],
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
...@@ -538,8 +547,7 @@ ...@@ -538,8 +547,7 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑", "name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑",
"getPSDEFDLogics" : [ { "getPSDEFDLogics" : [ {
"logicType" : "SINGLE", "logicType" : "SINGLE"
"value" : "console.log(111)"
} ], } ],
"notMode" : false "notMode" : false
} ], } ],
......
...@@ -63,11 +63,20 @@ ...@@ -63,11 +63,20 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"hookEventNames" : [ "ONCHANGE" ],
"logicName" : "主编辑表单", "logicName" : "主编辑表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onChange",
"itemName" : "formitem",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "console.log(111)"
} ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
"hidden" : true, "hidden" : true,
...@@ -433,8 +442,7 @@ ...@@ -433,8 +442,7 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑", "name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑",
"getPSDEFDLogics" : [ { "getPSDEFDLogics" : [ {
"logicType" : "SINGLE", "logicType" : "SINGLE"
"value" : "console.log(111)"
} ], } ],
"notMode" : false "notMode" : false
} ], } ],
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"hookEventNames" : [ "ONCHANGE" ],
"logicName" : "主编辑表单", "logicName" : "主编辑表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -168,6 +169,14 @@ ...@@ -168,6 +169,14 @@
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器" "id" : "编辑表单处理器"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onChange",
"itemName" : "formitem",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "console.log(111)"
} ],
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
...@@ -538,8 +547,7 @@ ...@@ -538,8 +547,7 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑", "name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑",
"getPSDEFDLogics" : [ { "getPSDEFDLogics" : [ {
"logicType" : "SINGLE", "logicType" : "SINGLE"
"value" : "console.log(111)"
} ], } ],
"notMode" : false "notMode" : false
} ], } ],
......
...@@ -612,6 +612,7 @@ ...@@ -612,6 +612,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"hookEventNames" : [ "ONCHANGE" ],
"logicName" : "主编辑表单", "logicName" : "主编辑表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -696,6 +697,14 @@ ...@@ -696,6 +697,14 @@
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器" "id" : "编辑表单处理器"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onChange",
"itemName" : "formitem",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "console.log(111)"
} ],
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
...@@ -1066,8 +1075,7 @@ ...@@ -1066,8 +1075,7 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑", "name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑",
"getPSDEFDLogics" : [ { "getPSDEFDLogics" : [ {
"logicType" : "SINGLE", "logicType" : "SINGLE"
"value" : "console.log(111)"
} ], } ],
"notMode" : false "notMode" : false
} ], } ],
......
...@@ -676,6 +676,7 @@ ...@@ -676,6 +676,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
} }
}, },
"hookEventNames" : [ "ONCHANGE" ],
"logicName" : "主编辑表单", "logicName" : "主编辑表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -760,6 +761,14 @@ ...@@ -760,6 +761,14 @@
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器" "id" : "编辑表单处理器"
}, },
"getPSControlLogics" : [ {
"eventNames" : "onChange",
"itemName" : "formitem",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "console.log(111)"
} ],
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
...@@ -1130,8 +1139,7 @@ ...@@ -1130,8 +1139,7 @@
"logicType" : "GROUP", "logicType" : "GROUP",
"name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑", "name" : "表单成员[formitem][表单项值变更(脚本处理)]逻辑",
"getPSDEFDLogics" : [ { "getPSDEFDLogics" : [ {
"logicType" : "SINGLE", "logicType" : "SINGLE"
"value" : "console.log(111)"
} ], } ],
"notMode" : false "notMode" : false
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册