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

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

上级 586eac2d
...@@ -1579,16 +1579,16 @@ ...@@ -1579,16 +1579,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"codeName" : "TestEditorGrid", "codeName" : "TestEditorGrid",
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlStyle" : "NUMBER_GRID",
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"actionName" : "Create", "actionName" : "Create",
...@@ -1028,6 +1029,10 @@ ...@@ -1028,6 +1029,10 @@
}, },
"allowEmpty" : true "allowEmpty" : true
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "GRID_RENDER",
"pluginCode" : "NUMBER_GRID"
},
"pagingSize" : 20, "pagingSize" : 20,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"actionName" : "Remove", "actionName" : "Remove",
......
...@@ -895,6 +895,7 @@ ...@@ -895,6 +895,7 @@
"codeName" : "TestEditorGrid", "codeName" : "TestEditorGrid",
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlStyle" : "NUMBER_GRID",
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"actionName" : "Create", "actionName" : "Create",
...@@ -2007,6 +2008,10 @@ ...@@ -2007,6 +2008,10 @@
}, },
"allowEmpty" : true "allowEmpty" : true
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "GRID_RENDER",
"pluginCode" : "NUMBER_GRID"
},
"pagingSize" : 20, "pagingSize" : 20,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"actionName" : "Remove", "actionName" : "Remove",
......
...@@ -5499,6 +5499,16 @@ ...@@ -5499,6 +5499,16 @@
"pluginType" : "DEMETHOD", "pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD", "refMode" : "DEMETHOD",
"refTag" : "DEACTION" "refTag" : "DEACTION"
}, {
"name" : "序号表格",
"getPSSysPFPlugin" : {
"pluginType" : "GRID_RENDER",
"pluginCode" : "NUMBER_GRID"
},
"pluginCode" : "NUMBER_GRID",
"pluginType" : "GRID_RENDER",
"refMode" : "CONTROL",
"refTag" : "GRID"
}, { }, {
"name" : "数据选择自定义下拉测试", "name" : "数据选择自定义下拉测试",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -12734,16 +12744,16 @@ ...@@ -12734,16 +12744,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
...@@ -12778,16 +12788,16 @@ ...@@ -12778,16 +12788,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
} ] } ]
}, { }, {
...@@ -12804,6 +12814,12 @@ ...@@ -12804,6 +12814,12 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
}
}, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12821,22 +12837,17 @@ ...@@ -12821,22 +12837,17 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12845,16 +12856,16 @@ ...@@ -12845,16 +12856,16 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -12863,10 +12874,10 @@ ...@@ -12863,10 +12874,10 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -12876,12 +12887,11 @@ ...@@ -12876,12 +12887,11 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg13"
}, }
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
...@@ -12909,16 +12919,16 @@ ...@@ -12909,16 +12919,16 @@
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
}, { }, {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
} ] } ]
} ], } ],
...@@ -314,6 +314,16 @@ ...@@ -314,6 +314,16 @@
"pluginType" : "DEMETHOD", "pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD", "refMode" : "DEMETHOD",
"refTag" : "DEACTION" "refTag" : "DEACTION"
}, {
"name" : "序号表格",
"getPSSysPFPlugin" : {
"pluginType" : "GRID_RENDER",
"pluginCode" : "NUMBER_GRID"
},
"pluginCode" : "NUMBER_GRID",
"pluginType" : "GRID_RENDER",
"refMode" : "CONTROL",
"refTag" : "GRID"
}, { }, {
"name" : "数据选择自定义下拉测试", "name" : "数据选择自定义下拉测试",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -1505,20 +1505,17 @@ ...@@ -1505,20 +1505,17 @@
"defaultContent" : "其它", "defaultContent" : "其它",
"lanResTag" : "CONTROL.DEFORM.X6DESINGTEST.MAIN.FORMPAGE.FORMPAGE2", "lanResTag" : "CONTROL.DEFORM.X6DESINGTEST.MAIN.FORMPAGE.FORMPAGE2",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.X6DESINGTEST.MAIN.FORMPAGE.FORMPAGE2]", "name" : "控件文本(CONTROL.*)[DEFORM.X6DESINGTEST.MAIN.FORMPAGE.FORMPAGE2]"
"refFlag" : true
}, { }, {
"defaultContent" : "X6设计组件测试基本信息", "defaultContent" : "X6设计组件测试基本信息",
"lanResTag" : "CONTROL.DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP1", "lanResTag" : "CONTROL.DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP1",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP1]", "name" : "控件文本(CONTROL.*)[DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP1]"
"refFlag" : true
}, { }, {
"defaultContent" : "操作信息", "defaultContent" : "操作信息",
"lanResTag" : "CONTROL.DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP2", "lanResTag" : "CONTROL.DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP2",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
"name" : "控件文本(CONTROL.*)[DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP2]", "name" : "控件文本(CONTROL.*)[DEFORM.X6DESINGTEST.MAIN.GROUPPANEL.GROUP2]"
"refFlag" : true
}, { }, {
"lanResTag" : "CONTROL.DEFSFITEM.BOOKCHILD2.N_BOOKCHILD2NAME_LIKE", "lanResTag" : "CONTROL.DEFSFITEM.BOOKCHILD2.N_BOOKCHILD2NAME_LIKE",
"lanResType" : "CONTROL", "lanResType" : "CONTROL",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册