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

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

上级 a224795b
......@@ -1375,16 +1375,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
}, {
......
......@@ -3192,6 +3192,27 @@
"uIActionTag" : "editWizard",
"uIActionType" : "DEUIACTION",
"id" : "editWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "向导新建",
"codeName" : "newWizard",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTWizardView.json",
"viewType" : "DEWIZARDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_newWizard",
"name" : "向导新建",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "newWizard",
"uIActionType" : "DEUIACTION",
"id" : "newWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "百度",
......
......@@ -202,6 +202,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlAttributes" : [ {
"attrValue" : "console.log('列表视图aaa')",
"name" : "LISTTEST"
} ],
"getPSControlLogics" : [ {
"eventArg" : "22",
"eventArg2" : "22",
......
......@@ -270,6 +270,14 @@
"name" : "TEST1",
"codeName" : "Test1"
},
"getPSControlLogics" : [ {
"itemName" : "test1",
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "login1",
"scriptCode" : "console.log('预定义类型:项显示逻辑1111')",
"triggerType" : "ITEMVISIBLE"
} ],
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
......
......@@ -680,6 +680,14 @@
"name" : "TEST1",
"codeName" : "Test1"
},
"getPSControlLogics" : [ {
"itemName" : "test1",
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "login1",
"scriptCode" : "console.log('预定义类型:项显示逻辑1111')",
"triggerType" : "ITEMVISIBLE"
} ],
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
......
......@@ -48,12 +48,19 @@
"name" : "engine_list_default"
} ],
"getPSAppViewLogics" : [ {
"eventNames" : "onClick;onViewMounted",
"logicTrigger" : "CTRLEVENT",
"logicType" : "SCRIPT",
"name" : "LISTTEST",
"getPSViewCtrlName" : "list",
"scriptCode" : "console.log('列表视图aaa')"
"eventNames" : "onClick;onViewMounted;onViewDestroyed;onLoadError",
"logicTrigger" : "VIEWEVENT",
"logicType" : "APPDEUIACTION",
"name" : "AA",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "向导新建"
},
"getPSViewCtrlName" : "searchform"
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
......@@ -980,6 +987,10 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlAttributes" : [ {
"attrValue" : "console.log('列表视图aaa')",
"name" : "LISTTEST"
} ],
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
......
......@@ -3467,16 +3467,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
}, {
......@@ -32575,6 +32575,27 @@
"uIActionTag" : "editWizard",
"uIActionType" : "DEUIACTION",
"id" : "editWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "向导新建",
"codeName" : "newWizard",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTWizardView.json",
"viewType" : "DEWIZARDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_newWizard",
"name" : "向导新建",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "newWizard",
"uIActionType" : "DEUIACTION",
"id" : "newWizard@TEST"
}, {
"actionTarget" : "NONE",
"caption" : "百度",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册