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

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

上级 d5f0c1cc
...@@ -4883,6 +4883,12 @@ ...@@ -4883,6 +4883,12 @@
"name" : "测试实体实体移动端选择树视图(部件视图)", "name" : "测试实体实体移动端选择树视图(部件视图)",
"realModelSubType" : "DEMOBPICKUPTREEVIEW", "realModelSubType" : "DEMOBPICKUPTREEVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr12116727GridView",
"logicName" : "单位选择测试",
"name" : "单位选择测试",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "wfTestEditView", "codeName" : "wfTestEditView",
"logicName" : "工作流发起", "logicName" : "工作流发起",
......
...@@ -6059,6 +6059,10 @@ ...@@ -6059,6 +6059,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_7601.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_7601.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12116727GridView.json",
"viewType" : "DEGRIDVIEW"
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
......
...@@ -112,6 +112,13 @@ ...@@ -112,6 +112,13 @@
"id" : "srfsourcekey", "id" : "srfsourcekey",
"hidden" : true, "hidden" : true,
"dataType" : 25 "dataType" : 25
}, {
"id" : "testname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, { }, {
"id" : "field", "id" : "field",
"dataType" : 25, "dataType" : 25,
...@@ -119,6 +126,13 @@ ...@@ -119,6 +126,13 @@
"name" : "FIELD", "name" : "FIELD",
"codeName" : "Field" "codeName" : "Field"
} }
}, {
"id" : "field5",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
}
}, { }, {
"id" : "field2", "id" : "field2",
"dataType" : 25, "dataType" : 25,
...@@ -126,6 +140,13 @@ ...@@ -126,6 +140,13 @@
"name" : "FIELD2", "name" : "FIELD2",
"codeName" : "Field2" "codeName" : "Field2"
} }
}, {
"id" : "field6",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD6",
"codeName" : "Field6"
}
}, { }, {
"id" : "field3", "id" : "field3",
"dataType" : 25, "dataType" : 25,
...@@ -133,6 +154,13 @@ ...@@ -133,6 +154,13 @@
"name" : "FIELD3", "name" : "FIELD3",
"codeName" : "Field3" "codeName" : "Field3"
} }
}, {
"id" : "field7",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD7",
"codeName" : "Field7"
}
}, { }, {
"id" : "field4", "id" : "field4",
"dataType" : 25, "dataType" : 25,
...@@ -140,6 +168,13 @@ ...@@ -140,6 +168,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field8",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
}
}, { }, {
"id" : "testid", "id" : "testid",
"hidden" : true, "hidden" : true,
...@@ -156,6 +191,34 @@ ...@@ -156,6 +191,34 @@
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称",
"codeName" : "testname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM", "actionGroupExtractMode" : "ITEM",
"caption" : "单位选择", "caption" : "单位选择",
"codeName" : "group1", "codeName" : "group1",
...@@ -163,7 +226,7 @@ ...@@ -163,7 +226,7 @@
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "指定单位及下级单位单选", "caption" : "【单选】指定单位",
"codeName" : "field", "codeName" : "field",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -189,6 +252,10 @@ ...@@ -189,6 +252,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field", "name" : "field",
"getPSEditorItems" : [ {
"name" : "field5"
} ],
"valueItemName" : "field5",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -196,13 +263,47 @@ ...@@ -196,13 +263,47 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field5",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "指定单位及下级单位多选", "caption" : "值项",
"codeName" : "field5",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field5",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field5"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "【多选】指定单位",
"codeName" : "field2", "codeName" : "field2",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -229,6 +330,10 @@ ...@@ -229,6 +330,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field2", "name" : "field2",
"getPSEditorItems" : [ {
"name" : "field6"
} ],
"valueItemName" : "field6",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -236,13 +341,47 @@ ...@@ -236,13 +341,47 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "field6",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "值项",
"codeName" : "field6",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field6",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD6",
"codeName" : "Field6"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field6"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "全部单位单选", "caption" : "【单选】所有单位",
"codeName" : "field3", "codeName" : "field3",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -267,6 +406,10 @@ ...@@ -267,6 +406,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field3", "name" : "field3",
"getPSEditorItems" : [ {
"name" : "field7"
} ],
"valueItemName" : "field7",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -274,13 +417,47 @@ ...@@ -274,13 +417,47 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "field7",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "值项",
"codeName" : "field7",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field7",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD7",
"codeName" : "Field7"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field7"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "全部单位多选", "caption" : "【多选】所有单位",
"codeName" : "field4", "codeName" : "field4",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -306,6 +483,10 @@ ...@@ -306,6 +483,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field4", "name" : "field4",
"getPSEditorItems" : [ {
"name" : "field8"
} ],
"valueItemName" : "field8",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -313,17 +494,51 @@ ...@@ -313,17 +494,51 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "field8",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "值项",
"codeName" : "field8",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field8",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field8"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : 12,
"childColMD" : 24, "childColMD" : 12,
"childColSM" : -1, "childColSM" : 12,
"childColXS" : -1, "childColXS" : 12,
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
......
{
"accUserMode" : 2,
"caption" : "测试实体",
"codeName" : "TESTUsr12116727GridView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12116727GridView.json",
"gridRowActiveMode" : 2,
"name" : "TESTUsr12116727GridView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "GridView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "单位选择编辑器测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"realTitle" : "单位选择编辑器测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "单位选择编辑器测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "Usr12116727GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem4"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
},
"caption" : "拷贝",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TEXT.*.COPY",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.COPY]",
"refFlag" : true
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝",
"lanResTag" : "TBB.TOOLTIP.*.COPY",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.COPY]",
"refFlag" : true
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem8"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true
},
"caption" : "导出",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem13",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem13"
},
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true
},
"caption" : "导出",
"codeName" : "ExportExcel",
"fullCodeName" : "ExportExcel",
"name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EXPORT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出",
"getTooltipPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EXPORT]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem10",
"spanMode" : false
}, {
"caption" : "其它",
"itemType" : "ITEMS",
"name" : "tbitem16",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF",
"lanResType" : "MENUITEM.CAPTION",
"name" : "菜单项文本[*.EXPORTSRF]",
"refFlag" : true
},
"caption" : "导出数据模型test",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem21",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem21"
},
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF",
"lanResType" : "MENUITEM.CAPTION",
"name" : "菜单项文本[*.EXPORTSRF]",
"refFlag" : true
},
"caption" : "导出数据模型",
"codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出数据模型test",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem17",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "查找",
"lanResTag" : "TBB.TEXT.*.FILTER",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.FILTER]",
"refFlag" : true
},
"caption" : "过滤",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem19",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem19"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "查找",
"lanResTag" : "TBB.TEXT.*.FILTER",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.FILTER]",
"refFlag" : true
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "查找",
"lanResTag" : "TBB.TOOLTIP.*.FILTER",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.FILTER]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleFilter",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "过滤",
"getTooltipPSLanguageRes" : {
"defaultContent" : "查找",
"lanResTag" : "TBB.TOOLTIP.*.FILTER",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.FILTER]",
"refFlag" : true
},
"enableToggleMode" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TEXT.*.HELP",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]",
"refFlag" : true
},
"caption" : "帮助",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem18",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem18"
},
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TEXT.*.HELP",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.HELP]",
"refFlag" : true
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TOOLTIP.*.HELP",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"defaultContent" : "帮助",
"lanResTag" : "TBB.TOOLTIP.*.HELP",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "Main",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"hookEventNames" : [ "点击" ],
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "点击",
"logicTag" : "grid",
"logicType" : "APPDEUILOGIC",
"name" : "member1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"eventNames" : "点击",
"logicTag" : "grid",
"logicType" : "APPDEUILOGIC",
"name" : "member2",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"logicTag" : "grid",
"logicType" : "PFPLUGIN",
"name" : "member3",
"timer" : 333,
"triggerType" : "TIMER"
}, {
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "member5",
"scriptCode" : "eeeee",
"triggerType" : "CUSTOM"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "测试实体名称",
"codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "testname",
"excelCaption" : "测试实体名称",
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "向导编辑",
"codeName" : "editWizard",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTWizardView.json",
"viewType" : "DEWIZARDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_editWizard",
"name" : "向导编辑",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "editWizard",
"uIActionType" : "DEUIACTION",
"id" : "editWizard@TEST"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "CENTER",
"cLConvertMode" : "NONE",
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 250,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "RIGHT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "amount",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "amount",
"excelCaption" : "金额",
"name" : "amount",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
},
"unitName" : "元",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true,
"enableUnitName" : true
}, {
"align" : "CENTER",
"caption" : "操作列",
"codeName" : "uagridcolumn1",
"columnType" : "UAGRIDCOLUMN",
"name" : "uagridcolumn1",
"noPrivDisplayMode" : 1,
"getPSDEUIActionGroup" : {
"codeName" : "A6913ed9bd0c3e7d614",
"name" : "界面行为组",
"getPSUIActionGroupDetails" : [ {
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "u5ee2086",
"getPSSysImage" : {
"glyph" : "xf00c@FontAwesome",
"cssClass" : "fa fa-check"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "百度",
"codeName" : "openBaidu",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION",
"name" : "u4c6267d",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-delete-left"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"addSeparator" : true,
"showCaption" : false,
"showIcon" : true
} ],
"uniqueTag" : "TEST__A6913ed9bd0c3e7d614"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : false
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 6,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"sortMode" : "REMOTE",
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormItems" : [ {
"id" : "n_testname_like",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "formitem",
"dataType" : 25
}, {
"id" : "formitem1",
"dataType" : 25
}, {
"id" : "formitem2",
"dataType" : 25
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "测试实体名称",
"codeName" : "n_testname_like",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "n_testname_like",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_testname_like"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "条件一",
"codeName" : "formitem",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "条件二",
"codeName" : "formitem1",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem1",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem1"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "条件三",
"codeName" : "formitem2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem2",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem2"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"searchButtonPos" : "RIGHT",
"searchButtonStyle" : "SEARCHONLY",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : true,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "00eb0969f8c08fcc8321a6d60dcb7ae3",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
"name" : "searchbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "searchbar"
},
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, {
"caption" : "测试实体",
"codeName" : "Usr12116727GridViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr12116727GridView",
"getPSDEViewId" : "ABCBCB51-7630-43EB-9D33-E22ECC46E7CD",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "单位选择测试",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
"enableDP" : true,
"enableExport" : true,
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "fec9f21ceeed68d1082468b966b71d63",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
...@@ -807,6 +807,13 @@ ...@@ -807,6 +807,13 @@
"id" : "srfsourcekey", "id" : "srfsourcekey",
"hidden" : true, "hidden" : true,
"dataType" : 25 "dataType" : 25
}, {
"id" : "testname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, { }, {
"id" : "field", "id" : "field",
"dataType" : 25, "dataType" : 25,
...@@ -814,6 +821,13 @@ ...@@ -814,6 +821,13 @@
"name" : "FIELD", "name" : "FIELD",
"codeName" : "Field" "codeName" : "Field"
} }
}, {
"id" : "field5",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
}
}, { }, {
"id" : "field2", "id" : "field2",
"dataType" : 25, "dataType" : 25,
...@@ -821,6 +835,13 @@ ...@@ -821,6 +835,13 @@
"name" : "FIELD2", "name" : "FIELD2",
"codeName" : "Field2" "codeName" : "Field2"
} }
}, {
"id" : "field6",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD6",
"codeName" : "Field6"
}
}, { }, {
"id" : "field3", "id" : "field3",
"dataType" : 25, "dataType" : 25,
...@@ -828,6 +849,13 @@ ...@@ -828,6 +849,13 @@
"name" : "FIELD3", "name" : "FIELD3",
"codeName" : "Field3" "codeName" : "Field3"
} }
}, {
"id" : "field7",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD7",
"codeName" : "Field7"
}
}, { }, {
"id" : "field4", "id" : "field4",
"dataType" : 25, "dataType" : 25,
...@@ -835,6 +863,13 @@ ...@@ -835,6 +863,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "Field4" "codeName" : "Field4"
} }
}, {
"id" : "field8",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
}
}, { }, {
"id" : "testid", "id" : "testid",
"hidden" : true, "hidden" : true,
...@@ -851,6 +886,34 @@ ...@@ -851,6 +886,34 @@
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "测试实体名称",
"codeName" : "testname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"actionGroupExtractMode" : "ITEM", "actionGroupExtractMode" : "ITEM",
"caption" : "单位选择", "caption" : "单位选择",
"codeName" : "group1", "codeName" : "group1",
...@@ -858,7 +921,7 @@ ...@@ -858,7 +921,7 @@
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "指定单位及下级单位单选", "caption" : "【单选】指定单位",
"codeName" : "field", "codeName" : "field",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -884,6 +947,10 @@ ...@@ -884,6 +947,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field", "name" : "field",
"getPSEditorItems" : [ {
"name" : "field5"
} ],
"valueItemName" : "field5",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -891,13 +958,47 @@ ...@@ -891,13 +958,47 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueItemName" : "field5",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "指定单位及下级单位多选", "caption" : "值项",
"codeName" : "field5",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field5",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field5"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "【多选】指定单位",
"codeName" : "field2", "codeName" : "field2",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -924,6 +1025,10 @@ ...@@ -924,6 +1025,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field2", "name" : "field2",
"getPSEditorItems" : [ {
"name" : "field6"
} ],
"valueItemName" : "field6",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -931,13 +1036,47 @@ ...@@ -931,13 +1036,47 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "field6",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "值项",
"codeName" : "field6",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field6",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD6",
"codeName" : "Field6"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field6"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "全部单位单选", "caption" : "【单选】所有单位",
"codeName" : "field3", "codeName" : "field3",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -962,6 +1101,10 @@ ...@@ -962,6 +1101,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field3", "name" : "field3",
"getPSEditorItems" : [ {
"name" : "field7"
} ],
"valueItemName" : "field7",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -969,13 +1112,47 @@ ...@@ -969,13 +1112,47 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "field7",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "值项",
"codeName" : "field7",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field7",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD7",
"codeName" : "Field7"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field7"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "全部单位多选", "caption" : "【多选】所有单位",
"codeName" : "field4", "codeName" : "field4",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -1001,6 +1178,10 @@ ...@@ -1001,6 +1178,10 @@
"editorType" : "PICKER", "editorType" : "PICKER",
"handlerType" : "PickupText", "handlerType" : "PickupText",
"name" : "field4", "name" : "field4",
"getPSEditorItems" : [ {
"name" : "field8"
} ],
"valueItemName" : "field8",
"enableAC" : true, "enableAC" : true,
"enablePickupView" : true, "enablePickupView" : true,
"forceSelection" : true, "forceSelection" : true,
...@@ -1008,17 +1189,51 @@ ...@@ -1008,17 +1189,51 @@
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL"
},
"valueItemName" : "field8",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "值项",
"codeName" : "field8",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field8",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "field8"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 12,
"colSM" : 12,
"colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : 12,
"childColMD" : 24, "childColMD" : 12,
"childColSM" : -1, "childColSM" : 12,
"childColXS" : -1, "childColXS" : 12,
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
......
...@@ -3806,8 +3806,8 @@ ...@@ -3806,8 +3806,8 @@
"openMode" : "INDEXVIEWTAB", "openMode" : "INDEXVIEWTAB",
"getPSAppView" : { "getPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12116727GridView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEGRIDVIEW"
} }
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
...@@ -11842,16 +11842,16 @@ ...@@ -11842,16 +11842,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -11868,6 +11868,12 @@ ...@@ -11868,6 +11868,12 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -11885,12 +11891,6 @@ ...@@ -11885,12 +11891,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
...@@ -14601,6 +14601,12 @@ ...@@ -14601,6 +14601,12 @@
"viewType" : "DELISTVIEW9", "viewType" : "DELISTVIEW9",
"resource" : "BXD", "resource" : "BXD",
"view" : "Usr09045164ListView9" "view" : "Usr09045164ListView9"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12116727GridView.json",
"viewType" : "DEGRIDVIEW",
"resource" : "TEST",
"view" : "Usr12116727GridView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMobWFDynaEditView3.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMobWFDynaEditView3.json",
...@@ -44090,10 +44096,11 @@ ...@@ -44090,10 +44096,11 @@
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "单位选择编辑器测试", "caption" : "测试实体",
"codeName" : "TESTUsr12118325EditView", "codeName" : "TESTUsr12116727GridView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12116727GridView.json",
"name" : "TESTUsr12118325EditView", "gridRowActiveMode" : 2,
"name" : "TESTUsr12116727GridView",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -44104,13 +44111,90 @@ ...@@ -44104,13 +44111,90 @@
}, },
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "VIEW", "engineCat" : "VIEW",
"engineType" : "EditView", "engineType" : "GridView",
"name" : "engine" "name" : "engine"
} ], } ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "单位选择编辑器测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "OPENDATA",
"realTitle" : "单位选择编辑器测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "单位选择编辑器测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12118325EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Usr12118325EditViewtoolbar", "codeName" : "Usr12116727GridViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认编辑界面)", "logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar", "name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -44121,13 +44205,13 @@ ...@@ -44121,13 +44205,13 @@
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "保存", "defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.SAVE", "lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.SAVE]", "name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "保存", "caption" : "新建",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem3", "name" : "tbitem3",
...@@ -44137,57 +44221,59 @@ ...@@ -44137,57 +44221,59 @@
"id" : "toolbar_tbitem3" "id" : "toolbar_tbitem3"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome", "glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-save" "cssClass" : "fa fa-file-text-o"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "保存", "defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.SAVE", "lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.SAVE]", "name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "保存", "caption" : "新建",
"codeName" : "Save", "codeName" : "New",
"fullCodeName" : "Save", "fullCodeName" : "New",
"name" : "编辑界面_保存操作", "name" : "表格界面_新建操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome", "glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-save" "cssClass" : "fa fa-file-text-o"
}, },
"predefinedType" : "EDITVIEW_SAVEACTION", "predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "保存", "defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.SAVE", "lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.SAVE]", "name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Save", "uIActionTag" : "New",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION",
"reloadData" : true
}, },
"tooltip" : "保存", "tooltip" : "新建",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "保存", "defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.SAVE", "lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.SAVE]", "name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true "refFlag" : true
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "保存并新建", "defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW", "lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]", "name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "保存并新建", "caption" : "编辑",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem4", "name" : "tbitem4",
...@@ -44197,238 +44283,50 @@ ...@@ -44197,238 +44283,50 @@
"id" : "toolbar_tbitem4" "id" : "toolbar_tbitem4"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew" "glyph" : "xf044@FontAwesome",
}, "cssClass" : "fa fa-edit"
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"caption" : "保存并新建",
"codeName" : "SaveAndNew",
"fullCodeName" : "SaveAndNew",
"name" : "编辑界面_保存并新建操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew"
},
"predefinedType" : "EDITVIEW_SAVEANDNEWACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndNew",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并新建",
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并新建",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDNEW]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"caption" : "保存并关闭",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem5"
},
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"caption" : "保存并关闭",
"codeName" : "SaveAndExit",
"fullCodeName" : "SaveAndExit",
"name" : "编辑界面_保存并退出操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndExit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并关闭",
"getTooltipPSLanguageRes" : {
"defaultContent" : "保存并关闭",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.SAVEANDCLOSE]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem6",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "删除并关闭",
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]",
"refFlag" : true
},
"caption" : "删除并关闭",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem7",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem7"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "删除并关闭", "defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE", "lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[EDITVIEW.REMOVEANDCLOSE]", "name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true "refFlag" : true
}, },
"caption" : "删除并关闭", "caption" : "编辑",
"codeName" : "RemoveAndExit", "codeName" : "Edit",
"fullCodeName" : "RemoveAndExit", "fullCodeName" : "Edit",
"name" : "编辑界面_删除并退出操作", "name" : "表格界面_编辑操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-remove" "cssClass" : "fa fa-edit"
}, },
"predefinedType" : "EDITVIEW_REMOVEANDEXITACTION", "predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "删除并关闭", "defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE", "lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]", "name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true "refFlag" : true
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "RemoveAndExit", "uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "删除并关闭", "tooltip" : "编辑",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "删除并关闭", "defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE", "lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP", "lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[EDITVIEW.REMOVEANDCLOSE]", "name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true "refFlag" : true
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem8",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem12",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem12"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TEXT.*.NEW",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.NEW]",
"refFlag" : true
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "编辑界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "EDITVIEW_NEWACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"defaultContent" : "新建",
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.NEW]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem13",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "拷贝", "defaultContent" : "拷贝",
...@@ -44440,11 +44338,11 @@ ...@@ -44440,11 +44338,11 @@
"caption" : "拷贝", "caption" : "拷贝",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem14", "name" : "tbitem6",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem14" "id" : "toolbar_tbitem6"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome", "glyph" : "xf0c5@FontAwesome",
...@@ -44462,12 +44360,12 @@ ...@@ -44462,12 +44360,12 @@
"caption" : "拷贝", "caption" : "拷贝",
"codeName" : "Copy", "codeName" : "Copy",
"fullCodeName" : "Copy", "fullCodeName" : "Copy",
"name" : "编辑界面_拷贝操作", "name" : "表格界面_拷贝操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome", "glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy" "cssClass" : "fa fa-copy"
}, },
"predefinedType" : "EDITVIEW_COPYACTION", "predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "拷贝", "defaultContent" : "拷贝",
...@@ -44493,148 +44391,288 @@ ...@@ -44493,148 +44391,288 @@
"showIcon" : true "showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "itemType" : "SEPERATOR",
"name" : "tbitem16", "name" : "tbitem7",
"spanMode" : false "spanMode" : false
}, { }, {
"caption" : "第一个记录", "getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem23", "name" : "tbitem8",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem23" "id" : "toolbar_tbitem8"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf049@FontAwesome", "glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-fast-backward" "cssClass" : "fa fa-remove"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "MULTIKEY",
"caption" : "第一个记录", "getCapPSLanguageRes" : {
"codeName" : "FirstRecord", "defaultContent" : "删除",
"fullCodeName" : "FirstRecord", "lanResTag" : "TBB.TEXT.*.REMOVE",
"name" : "编辑界面_第一个记录", "lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf049@FontAwesome", "glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-fast-backward" "cssClass" : "fa fa-remove"
}, },
"predefinedType" : "EDITVIEW_FIRSTRECORDACTION", "predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "FirstRecord", "uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "第一个记录", "tooltip" : "删除",
"uIActionTarget" : "SINGLEKEY", "getTooltipPSLanguageRes" : {
"showCaption" : false, "defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"caption" : "上一个记录", "itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true
},
"caption" : "导出",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem24", "name" : "tbitem13",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem24" "id" : "toolbar_tbitem13"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf048@FontAwesome", "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-step-backward" "cssClass" : "fa fa-file-excel-o"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "getCapPSLanguageRes" : {
"caption" : "上一个记录", "defaultContent" : "导出",
"codeName" : "PrevRecord", "lanResTag" : "TBB.TEXT.*.EXPORT",
"fullCodeName" : "PrevRecord", "lanResType" : "TBB.TEXT",
"name" : "编辑界面_上一个记录", "name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true
},
"caption" : "导出",
"codeName" : "ExportExcel",
"fullCodeName" : "ExportExcel",
"name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf048@FontAwesome", "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-step-backward" "cssClass" : "fa fa-file-excel-o"
}, },
"predefinedType" : "EDITVIEW_PREVRECORDACTION", "predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EXPORT]",
"refFlag" : true
},
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "PrevRecord", "uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "上一个记录", "tooltip" : "导出",
"uIActionTarget" : "SINGLEKEY", "getTooltipPSLanguageRes" : {
"showCaption" : false, "defaultContent" : "导出",
"lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EXPORT]",
"refFlag" : true
},
"showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"caption" : "下一个记录", "itemType" : "SEPERATOR",
"groupExtractMode" : "ITEM", "name" : "tbitem10",
"itemType" : "DEUIACTION", "spanMode" : false
"name" : "tbitem25", }, {
"noPrivDisplayMode" : 2, "caption" : "其它",
"getPSAppViewUIAction" : { "itemType" : "ITEMS",
"modelref" : true, "name" : "tbitem16",
"id" : "toolbar_tbitem25" "getPSDEToolbarItems" : [ {
}, "getCapPSLanguageRes" : {
"getPSSysImage" : { "lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF",
"glyph" : "xf051@FontAwesome", "lanResType" : "MENUITEM.CAPTION",
"cssClass" : "fa fa-step-forward" "name" : "菜单项文本[*.EXPORTSRF]",
}, "refFlag" : true
"getPSUIAction" : { },
"actionTarget" : "SINGLEKEY", "caption" : "导出数据模型test",
"caption" : "下一个记录", "groupExtractMode" : "ITEM",
"codeName" : "NextRecord", "itemType" : "DEUIACTION",
"fullCodeName" : "NextRecord", "name" : "tbitem21",
"name" : "编辑界面_下一个记录", "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem21"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf051@FontAwesome", "glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-step-forward" "cssClass" : "fa fa-download"
}, },
"predefinedType" : "EDITVIEW_NEXTRECORDACTION", "getPSUIAction" : {
"timeout" : 60000, "getCapPSLanguageRes" : {
"uIActionMode" : "SYS", "lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF",
"uIActionTag" : "NextRecord", "lanResType" : "MENUITEM.CAPTION",
"uIActionType" : "DEUIACTION" "name" : "菜单项文本[*.EXPORTSRF]",
}, "refFlag" : true
"tooltip" : "下一个记录", },
"uIActionTarget" : "SINGLEKEY", "caption" : "导出数据模型",
"showCaption" : false, "codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出数据模型test",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"caption" : "最后一个记录", "itemType" : "SEPERATOR",
"name" : "tbitem17",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "查找",
"lanResTag" : "TBB.TEXT.*.FILTER",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.FILTER]",
"refFlag" : true
},
"caption" : "过滤",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem26", "name" : "tbitem19",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem26" "id" : "toolbar_tbitem19"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf050@FontAwesome", "glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-fast-forward" "cssClass" : "fa fa-filter"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "getCapPSLanguageRes" : {
"caption" : "最后一个记录", "defaultContent" : "查找",
"codeName" : "LastRecord", "lanResTag" : "TBB.TEXT.*.FILTER",
"fullCodeName" : "LastRecord", "lanResType" : "TBB.TEXT",
"name" : "编辑界面_最后一个记录", "name" : "工具栏按钮文本[*.FILTER]",
"refFlag" : true
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf050@FontAwesome", "glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-fast-forward" "cssClass" : "fa fa-filter"
}, },
"predefinedType" : "EDITVIEW_LASTRECORDACTION", "predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "查找",
"lanResTag" : "TBB.TOOLTIP.*.FILTER",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.FILTER]",
"refFlag" : true
},
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "LastRecord", "uIActionTag" : "ToggleFilter",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION",
"enableToggleMode" : true
}, },
"tooltip" : "最后一个记录", "tooltip" : "过滤",
"uIActionTarget" : "SINGLEKEY", "getTooltipPSLanguageRes" : {
"showCaption" : false, "defaultContent" : "查找",
"lanResTag" : "TBB.TOOLTIP.*.FILTER",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.FILTER]",
"refFlag" : true
},
"enableToggleMode" : true,
"showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem21",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "帮助",
...@@ -44646,11 +44684,11 @@ ...@@ -44646,11 +44684,11 @@
"caption" : "帮助", "caption" : "帮助",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem22", "name" : "tbitem18",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem22" "id" : "toolbar_tbitem18"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "glyph" : "xf128@FontAwesome",
...@@ -44667,12 +44705,12 @@ ...@@ -44667,12 +44705,12 @@
"caption" : "帮助", "caption" : "帮助",
"codeName" : "Help", "codeName" : "Help",
"fullCodeName" : "Help", "fullCodeName" : "Help",
"name" : "编辑界面_帮助操作", "name" : "表格界面_帮助操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question" "cssClass" : "fa fa-question"
}, },
"predefinedType" : "EDITVIEW_HELPACTION", "predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"defaultContent" : "帮助", "defaultContent" : "帮助",
...@@ -44695,150 +44733,573 @@ ...@@ -44695,150 +44733,573 @@
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "form", "xDataControlName" : "grid",
"modelid" : "a4eb00b17f8652bdf677cb4ed5231e63", "modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "ORG_FORM", "aggMode" : "NONE",
"controlType" : "FORM", "codeName" : "Main",
"getCreatePSControlAction" : { "columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "create", "id" : "fetch",
"actionName" : "Create", "actionType" : "DEDATASET",
"actionType" : "DEACTION", "name" : "fetch",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Create" "id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"defaultLabelWidth" : 130, "groupMode" : "NONE",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/ORG_FORM.json", "hookEventNames" : [ "点击" ],
"getGetDraftFromPSControlAction" : { "logicName" : "主表格",
"modelref" : true, "getPSAppDataEntity" : {
"id" : "loaddraftfrom", "modelref" : true,
"actionName" : "GETDRAFTFROM", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"actionType" : "DEACTION", },
"dataAccessAction" : "CREATE", "getPSControlHandler" : {
"name" : "loaddraftfrom", "getPSHandlerActions" : [ {
"getPSAppDataEntity" : { "actionName" : "Get",
"modelref" : true, "actionType" : "DEACTION",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "点击",
"logicTag" : "grid",
"logicType" : "APPDEUILOGIC",
"name" : "member1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"eventNames" : "点击",
"logicTag" : "grid",
"logicType" : "APPDEUILOGIC",
"name" : "member2",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"logicTag" : "grid",
"logicType" : "PFPLUGIN",
"name" : "member3",
"timer" : 333,
"triggerType" : "TIMER"
}, {
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "member5",
"scriptCode" : "eeeee",
"triggerType" : "CUSTOM"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "测试实体名称",
"codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "testname",
"excelCaption" : "测试实体名称",
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSDEUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "向导编辑",
"codeName" : "editWizard",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTWizardView.json",
"viewType" : "DEWIZARDVIEW"
},
"frontProcessType" : "TOP",
"fullCodeName" : "TEST_editWizard",
"name" : "向导编辑",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "editWizard",
"uIActionType" : "DEUIACTION",
"id" : "editWizard@TEST"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "CENTER",
"cLConvertMode" : "NONE",
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 250,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "RIGHT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "amount",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "amount",
"excelCaption" : "金额",
"name" : "amount",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
},
"unitName" : "元",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true,
"enableUnitName" : true
}, {
"align" : "CENTER",
"caption" : "操作列",
"codeName" : "uagridcolumn1",
"columnType" : "UAGRIDCOLUMN",
"name" : "uagridcolumn1",
"noPrivDisplayMode" : 1,
"getPSDEUIActionGroup" : {
"codeName" : "A6913ed9bd0c3e7d614",
"name" : "界面行为组",
"getPSUIActionGroupDetails" : [ {
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "u5ee2086",
"getPSSysImage" : {
"glyph" : "xf00c@FontAwesome",
"cssClass" : "fa fa-check"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "百度",
"codeName" : "openBaidu",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度",
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TEXT.*.EDIT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EDIT]",
"refFlag" : true
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "编辑",
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.EDIT]",
"refFlag" : true
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION",
"name" : "u4c6267d",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-delete-left"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"addSeparator" : true,
"showCaption" : false,
"showIcon" : true
} ],
"uniqueTag" : "TEST__A6913ed9bd0c3e7d614"
},
"width" : 100,
"widthUnit" : "PX",
"enableSort" : false
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 6,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
} }
}, }, {
"getGetDraftPSControlAction" : { "dataType" : 25,
"modelref" : true, "name" : "srfdataaccaction",
"id" : "loaddraft", "getPSAppDEField" : {
"actionName" : "GetDraft", "name" : "TESTID",
"actionType" : "DEACTION", "codeName" : "TESTId"
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"getPSAppDataEntity" : { "dataAccessAction" : true
"modelref" : true, }, {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
} }
}, } ],
"getGetPSControlAction" : { "getPSDEGridEditItems" : [ {
"modelref" : true, "caption" : "测试实体标识",
"id" : "load", "codeName" : "srfkey",
"actionName" : "Get", "enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "READ", "dataAccessAction" : "DELETE",
"name" : "load", "name" : "remove",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Get" "id" : "Remove"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"logicName" : "单位选择表单", "sortMode" : "REMOTE",
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
"actionName" : "GetDraft", "actionType" : "FILTERACTION",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load", "name" : "load",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Get" "id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, { }, {
"actionName" : "Update", "actionType" : "FILTERACTION",
"actionType" : "DEACTION", "name" : "loaddraft",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Update" "id" : "FilterGetDraft"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, { }, {
"actionName" : "Remove", "actionType" : "FILTERACTION",
"actionType" : "DEACTION", "name" : "search",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "FilterSearch"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -44846,281 +45307,89 @@ ...@@ -44846,281 +45307,89 @@
} }
} ], } ],
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器" "id" : "搜索表单处理器"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "FORM" "id" : "SEARCHFORM"
}, },
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "n_testname_like",
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "TESTNAME",
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, { }, {
"id" : "srftempmode", "id" : "formitem",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25 "dataType" : 25
}, { }, {
"id" : "srfdeid", "id" : "formitem1",
"hidden" : true,
"dataType" : 25 "dataType" : 25
}, { }, {
"id" : "srfsourcekey", "id" : "formitem2",
"hidden" : true,
"dataType" : 25 "dataType" : 25
}, {
"id" : "field",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"id" : "field2",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"id" : "field3",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
}
}, {
"id" : "field4",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
}
}, {
"id" : "testid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
} ], } ],
"getPSDEFormPages" : [ { "getPSDEFormPages" : [ {
"caption" : "基本信息", "caption" : "常规条件",
"codeName" : "formpage1", "codeName" : "formpage1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM", "caption" : "测试实体名称",
"caption" : "单位选择", "codeName" : "n_testname_like",
"codeName" : "group1", "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL", "detailType" : "FORMITEM",
"name" : "group1", "enableCond" : 3,
"getPSDEFormDetails" : [ { "ignoreInput" : 0,
"caption" : "指定单位及下级单位单选", "labelPos" : "LEFT",
"codeName" : "field", "labelWidth" : 130,
"dataType" : 25, "name" : "n_testname_like",
"detailStyle" : "DEFAULT", "noPrivDisplayMode" : 1,
"detailType" : "FORMITEM", "getPSAppDEField" : {
"enableCond" : 3, "name" : "TESTNAME",
"ignoreInput" : 0, "codeName" : "TESTName"
"labelPos" : "LEFT", },
"labelWidth" : 130, "getPSEditor" : {
"name" : "field", "editorType" : "TEXTBOX",
"noPrivDisplayMode" : 1, "name" : "n_testname_like"
"getPSAppDEField" : { },
"name" : "FIELD", "getPSLayoutPos" : {
"codeName" : "Field" "colLG" : 12,
}, "colMD" : 24,
"getPSEditor" : {
"editorParams" : {
"url" : "/sysorganizations/${orgid}/suborg/picker",
"filter" : "srforgid",
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorStyle" : "ORGSELECT",
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "指定单位及下级单位多选",
"codeName" : "field2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"getPSEditor" : {
"editorParams" : {
"multiple" : "true",
"url" : "/sysorganizations/${orgid}/suborg/picker",
"filter" : "srforgid",
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorStyle" : "ORGMULTIPLE",
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field2",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "全部单位单选",
"codeName" : "field3",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field3",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
},
"getPSEditor" : {
"editorParams" : {
"url" : "/sysorganizations/alls/suborg/picker",
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorStyle" : "ALLORGSELECT",
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field3",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "全部单位多选",
"codeName" : "field4",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field4",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
},
"getPSEditor" : {
"editorParams" : {
"multiple" : "true",
"url" : "/sysorganizations/alls/suborg/picker",
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorStyle" : "ALLORGMULTIPLE",
"editorType" : "PICKER",
"handlerType" : "PickupText",
"name" : "field4",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "条件一",
"codeName" : "formitem",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem"
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "测试实体标识", "caption" : "条件二",
"codeName" : "testid", "codeName" : "formitem1",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
...@@ -45128,22 +45397,41 @@ ...@@ -45128,22 +45397,41 @@
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "testid", "name" : "formitem1",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSEditor" : {
"name" : "TESTID", "editorType" : "TEXTBOX",
"codeName" : "TESTId" "name" : "formitem1"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
}, },
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "条件三",
"codeName" : "formitem2",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem2",
"noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSEditor" : {
"editorType" : "HIDDEN", "editorType" : "TEXTBOX",
"name" : "testid" "name" : "formitem2"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"hidden" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -45164,57 +45452,36 @@ ...@@ -45164,57 +45452,36 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getRemovePSControlAction" : { "searchButtonPos" : "RIGHT",
"modelref" : true, "searchButtonStyle" : "SEARCHONLY",
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : { "enableAdvanceSearch" : true,
"modelref" : true, "enableAutoSearch" : false,
"id" : "update", "enableFilterSave" : false,
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "searchform",
"modelid" : "298AF62E-3368-4B52-A0C8-D93EC9EE9C50", "modelid" : "00eb0969f8c08fcc8321a6d60dcb7ae3",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_SEARCHFORM"
}, { }, {
"codeName" : "Usr12118325EditViewdatainfobar", "controlType" : "SEARCHBAR",
"controlType" : "DATAINFOBAR", "name" : "searchbar",
"name" : "datainfobar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "datainfobar" "id" : "searchbar"
} },
"quickGroupCount" : -1,
"quickSearchMode" : 1,
"quickSearchWidth" : 0,
"enableFilter" : false,
"enableGroup" : false,
"enableQuickSearch" : true,
"mobileSearchBar" : false
}, { }, {
"caption" : "单位选择编辑器测试", "caption" : "测试实体",
"codeName" : "Usr12118325EditViewcaptionbar", "codeName" : "Usr12116727GridViewcaptionbar",
"controlType" : "CAPTIONBAR", "controlType" : "CAPTIONBAR",
"name" : "captionbar", "name" : "captionbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -45223,11 +45490,11 @@ ...@@ -45223,11 +45490,11 @@
}, },
"getPSControlParam" : { } "getPSControlParam" : { }
} ], } ],
"getPSDEViewCodeName" : "Usr12118325EditView", "getPSDEViewCodeName" : "Usr12116727GridView",
"getPSDEViewId" : "70437729-957A-484F-A1EF-762785795AE4", "getPSDEViewId" : "ABCBCB51-7630-43EB-9D33-E22ECC46E7CD",
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
"controlStyle" : "APPDEEDITVIEW", "controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -45239,13 +45506,19 @@ ...@@ -45239,13 +45506,19 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"title" : "单位选择编辑器测试", "title" : "单位选择测试",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DEEDITVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "form", "xDataControlName" : "grid",
"enableDP" : true, "enableDP" : true,
"showDataInfoBar" : true, "enableExport" : true,
"modelid" : "31c06aaac1e13d7d0d47f0e66894d8c2", "enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "fec9f21ceeed68d1082468b966b71d63",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
} ], } ],
"getPSAppDataEntities" : [ { "getPSAppDataEntities" : [ {
...@@ -60301,6 +60574,10 @@ ...@@ -60301,6 +60574,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_7601.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12EditView_7601.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr12116727GridView.json",
"viewType" : "DEGRIDVIEW"
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册