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

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

上级 ef468da5
......@@ -1482,16 +1482,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......
{
"autoSaveMode" : 3,
"codeName" : "Test2",
"controlType" : "FORM",
"getCreatePSControlAction" : {
......@@ -1199,6 +1200,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json"
}
},
"enableAutoSave" : true,
"noTabHeader" : true,
"modelid" : "63680324-80B4-4699-A194-C72941BCA369",
"modeltype" : "PSDEFORM_EDITFORM"
......
......@@ -1502,7 +1502,7 @@
"modelref" : true,
"id" : "view"
},
"invokeMethod" : "load",
"invokeMethod" : "refresh",
"getInvokeParam" : {
"modelref" : true,
"id" : "view_params"
......@@ -1524,51 +1524,24 @@
} ],
"topPos" : 495
}, {
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 820,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "获取名字",
"code" : "console.log('测试', view)",
"codeName" : "RAWJSCODE1",
"leftPos" : 1084,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM2"
"id" : "END1"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM1"
"id" : "RAWJSCODE1"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "container_singledata"
},
"name" : "view[layoutPanel.panelItems.container_singledata] ==> container_singledata",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "layoutPanel.panelItems.container_singledata",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "testgridname",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "commit_object"
},
"name" : "container_singledata[panelItems.testgridname.value] ==> commit_object[testgridname]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "panelItems.testgridname.value",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "container_singledata"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 300
"topPos" : 495
}, {
"codeName" : "DEACTION1",
"getDstPSAppDEAction" : {
......@@ -1644,26 +1617,63 @@
} ],
"topPos" : 400
}, {
"code" : "console.log('测试', view)",
"codeName" : "RAWJSCODE1",
"leftPos" : 1084,
"logicNodeType" : "RAWJSCODE",
"name" : "注入脚本代码",
"codeName" : "PREPAREJSPARAM1",
"leftPos" : 820,
"logicNodeType" : "PREPAREJSPARAM",
"name" : "获取名字",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "END1"
"id" : "PREPAREJSPARAM2"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "RAWJSCODE1"
"id" : "PREPAREJSPARAM1"
}
} ],
"topPos" : 495
"getPSDEUILogicNodeParams" : [ {
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "container_singledata"
},
"name" : "view[layoutPanel.panelItems.container_singledata] ==> container_singledata",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "layoutPanel.panelItems.container_singledata",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "view"
},
"srcValueType" : "SRCDLPARAM"
}, {
"dstFieldName" : "testgridname",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "commit_object"
},
"name" : "container_singledata[panelItems.testgridname.value] ==> commit_object[testgridname]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "panelItems.testgridname.value",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "container_singledata"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 300
} ],
"getPSDEUILogicParams" : [ {
"codeName" : "ctx",
"logicName" : "当前上下文",
"name" : "当前上下文",
"navContextParam" : true
}, {
"codeName" : "view",
"logicName" : "当前视图",
"name" : "当前视图",
"activeViewParam" : true
}, {
"codeName" : "view_params",
"logicName" : "视图参数",
"name" : "视图参数",
......@@ -1674,11 +1684,6 @@
"name" : "传入变量",
"default" : true,
"entityParam" : true
}, {
"codeName" : "view",
"logicName" : "当前视图",
"name" : "当前视图",
"activeViewParam" : true
}, {
"codeName" : "commit_object",
"logicName" : "提交对象",
......@@ -1689,11 +1694,6 @@
"logicName" : "单数据容器变量",
"name" : "单数据容器变量",
"entityParam" : true
}, {
"codeName" : "ctx",
"logicName" : "当前上下文",
"name" : "当前上下文",
"navContextParam" : true
} ],
"getStartPSDEUILogicNode" : {
"modelref" : true,
......
......@@ -509,6 +509,7 @@
"modelid" : "a4eb00b17f8652bdf677cb4ed5231e63",
"modeltype" : "PSDETOOLBAR"
}, {
"autoSaveMode" : 3,
"codeName" : "Test2",
"controlType" : "FORM",
"getCreatePSControlAction" : {
......@@ -1793,6 +1794,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD2.json"
}
},
"enableAutoSave" : true,
"noTabHeader" : true,
"name" : "form",
"modelid" : "63680324-80B4-4699-A194-C72941BCA369",
......
......@@ -13230,16 +13230,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......@@ -13268,12 +13268,6 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -13285,6 +13279,12 @@
"modelref" : true,
"id" : "ViewMsg6"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
} ]
}, {
"codeName" : "VMGroup7",
......@@ -13300,6 +13300,12 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -13317,41 +13323,21 @@
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图内容区",
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
......@@ -13360,11 +13346,12 @@
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图下方",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
......@@ -13372,49 +13359,62 @@
"id" : "ViewMsg13"
}
}, {
"name" : "消息类型-警告信息",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除",
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-删除",
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除",
"name" : "关闭模式-删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
"id" : "ViewMsg11"
}
} ]
}, {
"codeName" : "VMGroup6",
"name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集",
"name" : "动态模式-静态内容",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg14"
"id" : "ViewMsg15"
}
}, {
"name" : "动态模式-静态内容",
"name" : "动态模式-实体数据集",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg15"
"id" : "ViewMsg14"
}
} ]
} ],
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册