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

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

上级 81bffc51
...@@ -46,12 +46,9 @@ ...@@ -46,12 +46,9 @@
"name" : "TESTGRIDNAME", "name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName" "codeName" : "TESTGRIDName"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -82,12 +79,9 @@ ...@@ -82,12 +79,9 @@
"glyph" : "xf002@FontAwesome", "glyph" : "xf002@FontAwesome",
"cssClass" : "fa fa-search" "cssClass" : "fa fa-search"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -165,6 +159,49 @@ ...@@ -165,6 +159,49 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "测试表格名称",
"codeName" : "testgridname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testgridname",
"getPSAppDEField" : {
"name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "testgridname",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
}
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 60,
"name" : "updateman",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
}
},
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "测试表格标识", "caption" : "测试表格标识",
"codeName" : "srfkey", "codeName" : "srfkey",
"enableCond" : 3, "enableCond" : 3,
......
...@@ -215,12 +215,9 @@ ...@@ -215,12 +215,9 @@
"name" : "TESTGRIDNAME", "name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName" "codeName" : "TESTGRIDName"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -251,12 +248,9 @@ ...@@ -251,12 +248,9 @@
"glyph" : "xf002@FontAwesome", "glyph" : "xf002@FontAwesome",
"cssClass" : "fa fa-search" "cssClass" : "fa fa-search"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -334,6 +328,49 @@ ...@@ -334,6 +328,49 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "测试表格名称",
"codeName" : "testgridname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testgridname",
"getPSAppDEField" : {
"name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "testgridname",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
}
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 60,
"name" : "updateman",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
}
},
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "测试表格标识", "caption" : "测试表格标识",
"codeName" : "srfkey", "codeName" : "srfkey",
"enableCond" : 3, "enableCond" : 3,
......
...@@ -2363,6 +2363,17 @@ ...@@ -2363,6 +2363,17 @@
}, },
"pluginCode" : "ALLORGSELECT", "pluginCode" : "ALLORGSELECT",
"styleCode" : "ALLORGSELECT" "styleCode" : "ALLORGSELECT"
}, {
"codeName" : "CUSTOMEDIT",
"containerType" : "GRIDCOLUMN",
"editorType" : "TEXTBOX",
"name" : "自定义编辑样式",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
},
"pluginCode" : "CUSTOMEDIT",
"styleCode" : "CUSTOMEDIT"
}, { }, {
"codeName" : "DEPATMENTMULTIPLE", "codeName" : "DEPATMENTMULTIPLE",
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
...@@ -4921,6 +4932,15 @@ ...@@ -4921,6 +4932,15 @@
"rTObjectRepo" : "@ibiz-template-plugin/department-select@0.0.10-alpha.16", "rTObjectRepo" : "@ibiz-template-plugin/department-select@0.0.10-alpha.16",
"refMode" : "EDITORSTYPE", "refMode" : "EDITORSTYPE",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "【文本框】自定义编辑",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
},
"pluginCode" : "CUSTOMEDIT",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE"
}, { }, {
"name" : "人员选择", "name" : "人员选择",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -5186,17 +5206,6 @@ ...@@ -5186,17 +5206,6 @@
"refMode" : "CONTROLITEM", "refMode" : "CONTROLITEM",
"refTag" : "GRID", "refTag" : "GRID",
"refTag2" : "DEFGRIDCOLUMN" "refTag2" : "DEFGRIDCOLUMN"
}, {
"name" : "表格列编辑绘制插件",
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"pluginCode" : "GridColumnEditPlugin",
"pluginType" : "GRID_COLRENDER",
"refMode" : "CONTROLITEM",
"refTag" : "GRID",
"refTag2" : "DEFGRIDCOLUMN"
}, { }, {
"name" : "轻量级日历部件插件", "name" : "轻量级日历部件插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -12254,12 +12263,6 @@ ...@@ -12254,12 +12263,6 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12271,6 +12274,12 @@ ...@@ -12271,6 +12274,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg5"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup7", "codeName" : "VMGroup7",
...@@ -12286,10 +12295,10 @@ ...@@ -12286,10 +12295,10 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -12298,53 +12307,53 @@ ...@@ -12298,53 +12307,53 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg9"
}, }
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12352,27 +12361,27 @@ ...@@ -12352,27 +12361,27 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg4"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg11"
}, }
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
...@@ -12381,26 +12390,26 @@ ...@@ -12381,26 +12390,26 @@
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
}, { }, {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
} ] } ]
} ], } ],
...@@ -47504,12 +47513,9 @@ ...@@ -47504,12 +47513,9 @@
"name" : "TESTGRIDNAME", "name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName" "codeName" : "TESTGRIDName"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -47540,12 +47546,9 @@ ...@@ -47540,12 +47546,9 @@
"glyph" : "xf002@FontAwesome", "glyph" : "xf002@FontAwesome",
"cssClass" : "fa fa-search" "cssClass" : "fa fa-search"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -47623,6 +47626,49 @@ ...@@ -47623,6 +47626,49 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "测试表格名称",
"codeName" : "testgridname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testgridname",
"getPSAppDEField" : {
"name" : "TESTGRIDNAME",
"codeName" : "TESTGRIDName"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 200,
"name" : "testgridname",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
}
},
"allowEmpty" : true
}, {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 60,
"name" : "updateman",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
}
},
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "测试表格标识", "caption" : "测试表格标识",
"codeName" : "srfkey", "codeName" : "srfkey",
"enableCond" : 3, "enableCond" : 3,
...@@ -193,6 +193,15 @@ ...@@ -193,6 +193,15 @@
"rTObjectRepo" : "@ibiz-template-plugin/department-select@0.0.10-alpha.16", "rTObjectRepo" : "@ibiz-template-plugin/department-select@0.0.10-alpha.16",
"refMode" : "EDITORSTYPE", "refMode" : "EDITORSTYPE",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "【文本框】自定义编辑",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
},
"pluginCode" : "CUSTOMEDIT",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE"
}, { }, {
"name" : "人员选择", "name" : "人员选择",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -458,17 +467,6 @@ ...@@ -458,17 +467,6 @@
"refMode" : "CONTROLITEM", "refMode" : "CONTROLITEM",
"refTag" : "GRID", "refTag" : "GRID",
"refTag2" : "DEFGRIDCOLUMN" "refTag2" : "DEFGRIDCOLUMN"
}, {
"name" : "表格列编辑绘制插件",
"getPSSysPFPlugin" : {
"pluginType" : "GRID_COLRENDER",
"pluginCode" : "GridColumnEditPlugin"
},
"pluginCode" : "GridColumnEditPlugin",
"pluginType" : "GRID_COLRENDER",
"refMode" : "CONTROLITEM",
"refTag" : "GRID",
"refTag2" : "DEFGRIDCOLUMN"
}, { }, {
"name" : "轻量级日历部件插件", "name" : "轻量级日历部件插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -895,6 +895,19 @@ ...@@ -895,6 +895,19 @@
}, },
"styleCode" : "ALLDEPATMENTSELECT", "styleCode" : "ALLDEPATMENTSELECT",
"replaceDefault" : false "replaceDefault" : false
}, {
"codeName" : "CUSTOMEDIT",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/CUSTOMEDIT.json",
"editorHeight" : -1.0,
"editorType" : "TEXTBOX",
"editorWidth" : -1.0,
"name" : "自定义编辑样式",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT"
},
"styleCode" : "CUSTOMEDIT",
"replaceDefault" : false
}, { }, {
"codeName" : "Auto9", "codeName" : "Auto9",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/Auto9.json", "dynaModelFilePath" : "PSSYSEDITORSTYLES/Auto9.json",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册