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

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

上级 ea607e20
......@@ -1571,7 +1571,6 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
}
},
"hookEventNames" : [ "ONDESTROYED" ],
"logicName" : "测试门户数据表单",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -1656,13 +1655,6 @@
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "onDestroyed",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "ctrl.evt.emit('onSaveSuccess', { args: ctrl.data });"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
......@@ -1752,6 +1744,46 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"actionType" : "UIACTION",
"caption" : "确认",
"codeName" : "button1",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "确认",
"codeName" : "portlet_form_confirm",
"frontProcessType" : "OTHER",
"fullCodeName" : "Student_portlet_form_confirm",
"name" : "门户表单确认",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "emit_form_savesuccess"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "portlet_form_confirm",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "portlet_form_confirm@Student"
},
"tooltip" : "确认",
"uIActionTarget" : "NONE",
"showCaption" : true
}, {
"caption" : "学生标识",
"codeName" : "studentid",
......@@ -1996,6 +2028,81 @@
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "emit_form_savesuccess",
"defaultParamName" : "Default",
"logicName" : "触发表单保存成功",
"name" : "触发表单保存成功",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "VIEWCTRLFIREEVENT1",
"eventName" : "onSaveSuccess",
"getEventParam" : {
"modelref" : true,
"id" : "Default"
},
"getFireCtrl" : {
"modelref" : true,
"id" : "form"
},
"leftPos" : 440,
"logicNodeType" : "VIEWCTRLFIREEVENT",
"name" : "视图部件事件触发",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
}
} ],
"topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 670,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "form",
"logicName" : "表单",
"name" : "表单",
"activeCtrlParam" : true,
"ctrlParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"getAllPSAppViews" : [ {
"modelref" : true,
......
......@@ -1592,7 +1592,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hookEventNames" : [ "ONDESTROYED" ],
"logicName" : "测试门户数据表单",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -1677,13 +1676,6 @@
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "onDestroyed",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "ctrl.evt.emit('onSaveSuccess', { args: ctrl.data });"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
......@@ -1773,6 +1765,46 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"actionType" : "UIACTION",
"caption" : "确认",
"codeName" : "button1",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "确认",
"codeName" : "portlet_form_confirm",
"frontProcessType" : "OTHER",
"fullCodeName" : "Student_portlet_form_confirm",
"name" : "门户表单确认",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "emit_form_savesuccess"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "portlet_form_confirm",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "portlet_form_confirm@Student"
},
"tooltip" : "确认",
"uIActionTarget" : "NONE",
"showCaption" : true
}, {
"caption" : "学生标识",
"codeName" : "studentid",
......@@ -2034,6 +2066,81 @@
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "emit_form_savesuccess",
"defaultParamName" : "Default",
"logicName" : "触发表单保存成功",
"name" : "触发表单保存成功",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "VIEWCTRLFIREEVENT1",
"eventName" : "onSaveSuccess",
"getEventParam" : {
"modelref" : true,
"id" : "Default"
},
"getFireCtrl" : {
"modelref" : true,
"id" : "form"
},
"leftPos" : 440,
"logicNodeType" : "VIEWCTRLFIREEVENT",
"name" : "视图部件事件触发",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
}
} ],
"topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 670,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "form",
"logicName" : "表单",
"name" : "表单",
"activeCtrlParam" : true,
"ctrlParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
......
......@@ -102756,7 +102756,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
}
},
"hookEventNames" : [ "ONDESTROYED" ],
"logicName" : "测试门户数据表单",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -102841,13 +102840,6 @@
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "onDestroyed",
"logicTag" : "form",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "ctrl.evt.emit('onSaveSuccess', { args: ctrl.data });"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
......@@ -102937,6 +102929,46 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"actionType" : "UIACTION",
"caption" : "确认",
"codeName" : "button1",
"detailStyle" : "DEFAULT",
"detailType" : "BUTTON",
"name" : "button1",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "form_button1"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "确认",
"codeName" : "portlet_form_confirm",
"frontProcessType" : "OTHER",
"fullCodeName" : "Student_portlet_form_confirm",
"name" : "门户表单确认",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "emit_form_savesuccess"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "portlet_form_confirm",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "portlet_form_confirm@Student"
},
"tooltip" : "确认",
"uIActionTarget" : "NONE",
"showCaption" : true
}, {
"caption" : "学生标识",
"codeName" : "studentid",
......@@ -103037,6 +103069,27 @@
"uILogicAttachMode" : "AFTER",
"globalUIAction" : true,
"id" : "portlet_edit@Student"
}, {
"actionTarget" : "NONE",
"caption" : "确认",
"codeName" : "portlet_form_confirm",
"frontProcessType" : "OTHER",
"fullCodeName" : "Student_portlet_form_confirm",
"name" : "门户表单确认",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "emit_form_savesuccess"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "portlet_form_confirm",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"id" : "portlet_form_confirm@Student"
}, {
"actionTarget" : "NONE",
"caption" : "删除",
......@@ -103198,6 +103251,81 @@
"modelref" : true,
"id" : "Begin"
}
}, {
"codeName" : "emit_form_savesuccess",
"defaultParamName" : "Default",
"logicName" : "触发表单保存成功",
"name" : "触发表单保存成功",
"getPSDEUILogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "VIEWCTRLFIREEVENT1",
"eventName" : "onSaveSuccess",
"getEventParam" : {
"modelref" : true,
"id" : "Default"
},
"getFireCtrl" : {
"modelref" : true,
"id" : "form"
},
"leftPos" : 440,
"logicNodeType" : "VIEWCTRLFIREEVENT",
"name" : "视图部件事件触发",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "VIEWCTRLFIREEVENT1"
}
} ],
"topPos" : 208
}, {
"codeName" : "END1",
"leftPos" : 670,
"logicNodeType" : "END",
"name" : "结束",
"topPos" : 200
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "form",
"logicName" : "表单",
"name" : "表单",
"activeCtrlParam" : true,
"ctrlParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册