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

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

上级 af70ab84
...@@ -4071,6 +4071,30 @@ ...@@ -4071,6 +4071,30 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "filterTrigger",
"defaultParamName" : "Default",
"logicName" : "搜索表单显示切换",
"name" : "搜索表单显示切换",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -20598,6 +20598,30 @@ ...@@ -20598,6 +20598,30 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "filterTrigger",
"defaultParamName" : "Default",
"logicName" : "搜索表单显示切换",
"name" : "搜索表单显示切换",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
...@@ -1034,9 +1034,13 @@ ...@@ -1034,9 +1034,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -496,9 +496,13 @@ ...@@ -496,9 +496,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -1271,9 +1271,13 @@ ...@@ -1271,9 +1271,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -4081,6 +4081,30 @@ ...@@ -4081,6 +4081,30 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "filterTrigger",
"defaultParamName" : "Default",
"logicName" : "搜索表单显示切换",
"name" : "搜索表单显示切换",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -937,9 +937,13 @@ ...@@ -937,9 +937,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -770,9 +770,13 @@ ...@@ -770,9 +770,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -2468,9 +2468,13 @@ ...@@ -2468,9 +2468,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -2381,9 +2381,13 @@ ...@@ -2381,9 +2381,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -935,9 +935,13 @@ ...@@ -935,9 +935,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -420,9 +420,13 @@ ...@@ -420,9 +420,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -959,9 +959,13 @@ ...@@ -959,9 +959,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -4577,6 +4577,30 @@ ...@@ -4577,6 +4577,30 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "filterTrigger",
"defaultParamName" : "Default",
"logicName" : "搜索表单显示切换",
"name" : "搜索表单显示切换",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
......
...@@ -610,9 +610,13 @@ ...@@ -610,9 +610,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -1021,9 +1021,13 @@ ...@@ -1021,9 +1021,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -589,9 +589,13 @@ ...@@ -589,9 +589,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -638,9 +638,13 @@ ...@@ -638,9 +638,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -1940,9 +1940,13 @@ ...@@ -1940,9 +1940,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -1656,9 +1656,13 @@ ...@@ -1656,9 +1656,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -1654,9 +1654,13 @@ ...@@ -1654,9 +1654,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -1714,9 +1714,13 @@ ...@@ -1714,9 +1714,13 @@
"codeName" : "DepartMent" "codeName" : "DepartMent"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorParams" : {
"autosize" : "{\"minRows\":2,\"maxRows\":6}"
},
"editorType" : "TEXTAREA",
"maxLength" : 100, "maxLength" : 100,
"name" : "department" "name" : "department",
"showMaxLength" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, { }, {
......
...@@ -48245,6 +48245,30 @@ ...@@ -48245,6 +48245,30 @@
"modelref" : true, "modelref" : true,
"id" : "Begin" "id" : "Begin"
} }
}, {
"codeName" : "filterTrigger",
"defaultParamName" : "Default",
"logicName" : "搜索表单显示切换",
"name" : "搜索表单显示切换",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"topPos" : 200,
"parallelOutput" : true
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
}, { }, {
"codeName" : "gridBeforeLoad", "codeName" : "gridBeforeLoad",
"defaultParamName" : "Default", "defaultParamName" : "Default",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册