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

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

上级 aee6b2ab
...@@ -55,12 +55,6 @@ ...@@ -55,12 +55,6 @@
git clone -b master $para2 trainsys/ git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/ cd trainsys/
mvn clean package -Ptrainsys
mvn install -Ptrainsys
cd trainsys-provider
mvn -Ptrainsys docker:build
mvn -Ptrainsys docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/trainsys-provider-trainsys.yaml ebsx --with-registry-auth
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
} }
} ], } ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
...@@ -106,1365 +106,1365 @@ ...@@ -106,1365 +106,1365 @@
} }
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "codeName" : "GridViewtoolbar",
"codeName" : "Main", "controlType" : "TOOLBAR",
"columnEnableFilter" : 2, "logicName" : "工具栏模板(默认表格界面)",
"columnEnableLink" : 2, "name" : "toolbar",
"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" : [ "点击", "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlHandler" : { "getPSControlParam" : {
"getPSHandlerActions" : [ { "id" : "TOOLBAR"
"actionName" : "Get", },
"actionType" : "DEACTION", "getPSDEToolbarItems" : [ {
"dataAccessAction" : "READ", "caption" : "抽屉编辑",
"name" : "load", "groupExtractMode" : "ITEM",
"getPSAppDEMethod" : { "itemType" : "DEUIACTION",
"modelref" : true, "name" : "tbitem1_drawer_edit",
"id" : "Get" "noPrivDisplayMode" : 2,
}, "getPSAppViewUIAction" : {
"getPSAppDataEntity" : { "modelref" : true,
"modelref" : true, "id" : "toolbar_tbitem1_drawer_edit"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" },
} "getPSUIAction" : {
}, { "actionTarget" : "SINGLEKEY",
"actionName" : "Create", "caption" : "抽屉编辑",
"actionType" : "DEACTION", "codeName" : "drawer_edit",
"dataAccessAction" : "CREATE", "getFrontPSAppView" : {
"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, "modelref" : true,
"id" : "GetDraft" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView_drawer.json",
"viewType" : "DEEDITVIEW"
}, },
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_drawer_edit",
"name" : "抽屉编辑",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "timeout" : 60000,
"modelref" : true, "uIActionMode" : "FRONT",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "uIActionTag" : "drawer_edit",
} "uIActionType" : "DEUIACTION",
} ], "id" : "drawer_edit@TEST"
"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" : { "tooltip" : "抽屉编辑",
"modelref" : true, "uIActionTarget" : "SINGLEKEY",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "showCaption" : true,
} "showIcon" : true
}, {
"logicTag" : "grid",
"logicType" : "PFPLUGIN",
"name" : "member3",
"timer" : 333,
"triggerType" : "TIMER"
}, {
"logicTag" : "grid",
"logicType" : "SCRIPT",
"name" : "member5",
"scriptCode" : "eeeee",
"triggerType" : "CUSTOM"
}, { }, {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD", "caption" : "选项操作",
"logicTag" : "grid", "groupExtractMode" : "ITEM",
"logicType" : "APPVIEWENGINE", "itemType" : "DEUIACTION",
"name" : "engine_grid", "name" : "tbitem1_openoptview",
"getPSAppViewEngine" : { "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "engine" "id" : "toolbar_tbitem1_openoptview"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "测试实体名称",
"codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "testname",
"excelCaption" : "测试实体名称",
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}, },
"getPSDEUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "向导编辑", "caption" : "选项操作",
"codeName" : "editWizard", "codeName" : "OpenOptView",
"getFrontPSAppView" : { "getFrontPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTWizardView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTOptionView.json",
"viewType" : "DEWIZARDVIEW" "viewType" : "DEOPTVIEW"
}, },
"frontProcessType" : "TOP", "frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_editWizard", "fullCodeName" : "TEST_OpenOptView",
"name" : "向导编辑", "name" : "选项操作",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"refreshMode" : 1,
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "editWizard", "uIActionTag" : "OpenOptView",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"id" : "editWizard@TEST" "reloadData" : true,
"id" : "OpenOptView@TEST"
}, },
"width" : 150, "tooltip" : "选项操作",
"widthUnit" : "PX", "uIActionTarget" : "SINGLEKEY",
"enableSort" : true "showCaption" : true,
"showIcon" : true
}, { }, {
"align" : "LEFT", "itemType" : "SEPERATOR",
"cLConvertMode" : "FRONT", "name" : "tbitem2",
"caption" : "类型", "spanMode" : false
"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" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, { }, {
"align" : "LEFT", "getCapPSLanguageRes" : {
"cLConvertMode" : "NONE", "defaultContent" : "新建",
"caption" : "更新时间", "lanResTag" : "TBB.TEXT.*.NEW",
"codeName" : "updatedate", "lanResType" : "TBB.TEXT",
"columnType" : "DEFGRIDCOLUMN", "name" : "工具栏按钮文本[*.NEW]",
"dataItemName" : "updatedate", "refFlag" : true
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "caption" : "新建",
"width" : 150, "groupExtractMode" : "ITEM",
"widthUnit" : "PX", "itemType" : "DEUIACTION",
"enableSort" : true "name" : "tbitem3",
}, { "noPrivDisplayMode" : 2,
"align" : "LEFT", "getPSAppViewUIAction" : {
"cLConvertMode" : "NONE", "modelref" : true,
"caption" : "金额", "id" : "toolbar_tbitem3"
"codeName" : "amount",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "amount",
"excelCaption" : "金额",
"name" : "amount",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}, },
"unitName" : "元", "getPSSysImage" : {
"width" : 100, "glyph" : "xf0f6@FontAwesome",
"widthUnit" : "PX", "cssClass" : "fa fa-file-text-o"
"enableSort" : true,
"enableUnitName" : true
}, {
"align" : "RIGHT",
"caption" : "操作列",
"codeName" : "uagridcolumn1",
"columnType" : "UAGRIDCOLUMN",
"name" : "uagridcolumn1",
"noPrivDisplayMode" : 1,
"getPSDEUIActionGroup" : {
"name" : "界面行为组",
"getPSUIActionGroupDetails" : [ {
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "u5ee2086",
"getPSSysImage" : {
"glyph" : "xf00c@FontAwesome",
"cssClass" : "fa fa-check"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"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
} ]
}, },
"width" : 100, "getPSUIAction" : {
"widthUnit" : "PX", "getCapPSLanguageRes" : {
"enableSort" : false "defaultContent" : "新建",
} ], "lanResTag" : "TBB.TEXT.*.NEW",
"getPSDEGridDataItems" : [ { "lanResType" : "TBB.TEXT",
"dataType" : 25, "name" : "工具栏按钮文本[*.NEW]",
"name" : "testname", "refFlag" : true
"getPSAppDEField" : { },
"name" : "TESTNAME", "caption" : "新建",
"codeName" : "TESTName" "codeName" : "New",
} "fullCodeName" : "New",
}, { "name" : "表格界面_新建操作",
"dataType" : 25, "getPSSysImage" : {
"name" : "type", "glyph" : "xf0f6@FontAwesome",
"getPSAppDEField" : { "cssClass" : "fa fa-file-text-o"
"name" : "TYPE", },
"codeName" : "Type" "predefinedType" : "GRIDVIEW_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
}, { }, {
"format" : "YYYY-MM-DD HH:mm:ss", "getCapPSLanguageRes" : {
"dataType" : 5, "defaultContent" : "编辑",
"name" : "updatedate", "lanResTag" : "TBB.TEXT.*.EDIT",
"getPSAppDEField" : { "lanResType" : "TBB.TEXT",
"name" : "UPDATEDATE", "name" : "工具栏按钮文本[*.EDIT]",
"codeName" : "UpdateDate" "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
}, { }, {
"dataType" : 6, "getCapPSLanguageRes" : {
"name" : "amount", "defaultContent" : "拷贝",
"getPSAppDEField" : { "lanResTag" : "TBB.TEXT.*.COPY",
"name" : "AMOUNT", "lanResType" : "TBB.TEXT",
"codeName" : "Amount" "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
}, { }, {
"dataType" : 25, "itemType" : "SEPERATOR",
"name" : "srfkey", "name" : "tbitem7",
"getPSAppDEField" : { "spanMode" : false
"name" : "TESTID",
"codeName" : "TESTId"
}
}, { }, {
"dataType" : 25, "getCapPSLanguageRes" : {
"name" : "srfdataaccaction", "defaultContent" : "删除",
"getPSAppDEField" : { "lanResTag" : "TBB.TEXT.*.REMOVE",
"name" : "TESTID", "lanResType" : "TBB.TEXT",
"codeName" : "TESTId" "name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
}, },
"dataAccessAction" : true "caption" : "删除",
}, { "groupExtractMode" : "ITEM",
"dataType" : 25, "itemType" : "DEUIACTION",
"name" : "srfmajortext", "name" : "tbitem8",
"getPSAppDEField" : { "noPrivDisplayMode" : 2,
"name" : "TESTNAME", "getPSAppViewUIAction" : {
"codeName" : "TESTName" "modelref" : true,
} "id" : "toolbar_tbitem8"
} ], },
"getPSDEGridEditItems" : [ { "getPSSysImage" : {
"caption" : "测试实体标识", "glyph" : "xf00d@FontAwesome",
"codeName" : "srfkey", "cssClass" : "fa fa-remove"
"enableCond" : 3, },
"ignoreInput" : 0, "getPSUIAction" : {
"name" : "srfkey", "actionTarget" : "MULTIKEY",
"getPSAppDEField" : { "getCapPSLanguageRes" : {
"name" : "TESTID", "defaultContent" : "删除",
"codeName" : "TESTId" "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"
}, },
"getPSEditor" : { "tooltip" : "删除",
"editorType" : "HIDDEN", "getTooltipPSLanguageRes" : {
"name" : "srfkey" "defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
}, },
"allowEmpty" : true "uIActionTarget" : "MULTIKEY",
} ], "showCaption" : true,
"pagingSize" : 20, "showIcon" : true
"getRemovePSControlAction" : { }, {
"actionName" : "Remove", "itemType" : "SEPERATOR",
"actionType" : "DEACTION", "name" : "tbitem9",
"dataAccessAction" : "DELETE", "spanMode" : false
"name" : "remove", }, {
"getPSAppDEMethod" : { "getCapPSLanguageRes" : {
"modelref" : true, "defaultContent" : "导出",
"id" : "Remove" "lanResTag" : "TBB.TEXT.*.EXPORT",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.EXPORT]",
"refFlag" : true
}, },
"getPSAppDataEntity" : { "caption" : "导出",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem13",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_tbitem13"
} },
}, "getPSSysImage" : {
"sortMode" : "REMOTE", "glyph" : "xf1c3@FontAwesome",
"hasWFDataItems" : false, "cssClass" : "fa fa-file-excel-o"
"enableColFilter" : false, },
"enableCustomized" : true, "getPSUIAction" : {
"enableGroup" : false, "getCapPSLanguageRes" : {
"enablePagingBar" : true, "defaultContent" : "导出",
"enableRowEdit" : false, "lanResTag" : "TBB.TEXT.*.EXPORT",
"enableRowEditOrder" : false, "lanResType" : "TBB.TEXT",
"enableRowNew" : false, "name" : "工具栏按钮文本[*.EXPORT]",
"forceFit" : false, "refFlag" : true
"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",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
}, },
"getPSAppDataEntity" : { "caption" : "导出",
"modelref" : true, "codeName" : "ExportExcel",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "fullCodeName" : "ExportExcel",
} "name" : "表格界面_导出操作(Excel)",
}, { "getPSSysImage" : {
"actionType" : "FILTERACTION", "glyph" : "xf1c3@FontAwesome",
"name" : "loaddraft", "cssClass" : "fa fa-file-excel-o"
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
}, },
"getPSAppDataEntity" : { "predefinedType" : "GRIDVIEW_EXPORTACTION",
"modelref" : true, "timeout" : 60000,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "getTooltipPSLanguageRes" : {
} "defaultContent" : "导出",
}, { "lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"actionType" : "FILTERACTION", "lanResType" : "TBB.TOOLTIP",
"name" : "search", "name" : "工具栏按钮提示[*.EXPORT]",
"getPSAppDEMethod" : { "refFlag" : true
"modelref" : true,
"id" : "FilterSearch"
}, },
"getPSAppDataEntity" : { "uIActionMode" : "SYS",
"modelref" : true, "uIActionTag" : "ExportExcel",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "uIActionType" : "DEUIACTION"
} },
} ], "tooltip" : "导出",
"enableDEFieldPrivilege" : false, "getTooltipPSLanguageRes" : {
"id" : "搜索表单处理器" "defaultContent" : "导出",
}, "lanResTag" : "TBB.TOOLTIP.*.EXPORT",
"getPSControlLogics" : [ { "lanResType" : "TBB.TOOLTIP",
"eventNames" : "SEARCH;LOAD;SAVE", "name" : "工具栏按钮提示[*.EXPORT]",
"logicTag" : "searchform", "refFlag" : true
"logicType" : "APPVIEWENGINE", },
"name" : "engine_searchform", "showCaption" : true,
"getPSAppViewEngine" : { "showIcon" : true
"modelref" : true,
"id" : "engine"
}
} ],
"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", "itemType" : "SEPERATOR",
"dataType" : 25 "name" : "tbitem10",
"spanMode" : false
}, { }, {
"id" : "formitem2", "caption" : "其它",
"dataType" : 25 "itemType" : "ITEMS",
} ], "name" : "tbitem16",
"getPSDEFormPages" : [ { "getPSDEToolbarItems" : [ {
"caption" : "常规条件", "getCapPSLanguageRes" : {
"codeName" : "formpage1", "lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF",
"detailStyle" : "DEFAULT", "lanResType" : "MENUITEM.CAPTION",
"detailType" : "FORMPAGE", "name" : "菜单项文本[*.EXPORTSRF]",
"name" : "formpage1", "refFlag" : true
"getPSDEFormDetails" : [ { },
"caption" : "测试实体名称", "caption" : "导出数据模型",
"codeName" : "n_testname_like", "groupExtractMode" : "ITEM",
"dataType" : 25, "itemType" : "DEUIACTION",
"detailStyle" : "DEFAULT", "name" : "tbitem21",
"detailType" : "FORMITEM", "noPrivDisplayMode" : 2,
"enableCond" : 3, "getPSAppViewUIAction" : {
"ignoreInput" : 0, "modelref" : true,
"labelPos" : "LEFT", "id" : "toolbar_tbitem21"
"labelWidth" : 130, },
"name" : "n_testname_like", "getPSSysImage" : {
"noPrivDisplayMode" : 1, "glyph" : "xf019@FontAwesome",
"getPSAppDEField" : { "cssClass" : "fa fa-download"
"name" : "TESTNAME", },
"codeName" : "TESTName" "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" : "导出数据模型",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
}, },
"getPSEditor" : { "getPSSysImage" : {
"editorType" : "TEXTBOX", "glyph" : "xf093@FontAwesome",
"name" : "n_testname_like" "cssClass" : "fa fa-upload"
}, },
"getPSLayoutPos" : { "getPSUIAction" : {
"colLG" : 12, "caption" : "数据导入",
"colMD" : 24, "codeName" : "Import",
"layout" : "TABLE_24COL" "fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
}, },
"allowEmpty" : true, "tooltip" : "数据导入",
"showCaption" : true "showCaption" : true,
}, { "showIcon" : true
"caption" : "条件一", } ],
"codeName" : "formitem", "tooltip" : "其它",
"dataType" : 25, "showCaption" : true,
"detailStyle" : "DEFAULT", "showIcon" : true
"detailType" : "FORMITEM", }, {
"enableCond" : 3, "itemType" : "SEPERATOR",
"ignoreInput" : 0, "name" : "tbitem17",
"labelPos" : "LEFT", "spanMode" : false
"labelWidth" : 130, }, {
"name" : "formitem", "getCapPSLanguageRes" : {
"noPrivDisplayMode" : 1, "defaultContent" : "查找",
"getPSEditor" : { "lanResTag" : "TBB.TEXT.*.FILTER",
"editorType" : "TEXTBOX", "lanResType" : "TBB.TEXT",
"name" : "formitem" "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
}, },
"getPSLayoutPos" : { "caption" : "过滤",
"colLG" : 12, "codeName" : "ToggleFilter",
"colMD" : 24, "fullCodeName" : "ToggleFilter",
"layout" : "TABLE_24COL" "name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
}, },
"allowEmpty" : true, "predefinedType" : "GRIDVIEW_SEARCHBAR",
"showCaption" : true "timeout" : 60000,
}, { "getTooltipPSLanguageRes" : {
"caption" : "条件二", "defaultContent" : "查找",
"codeName" : "formitem1", "lanResTag" : "TBB.TOOLTIP.*.FILTER",
"dataType" : 25, "lanResType" : "TBB.TOOLTIP",
"detailStyle" : "DEFAULT", "name" : "工具栏按钮提示[*.FILTER]",
"detailType" : "FORMITEM", "refFlag" : true
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem1",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem1"
}, },
"getPSLayoutPos" : { "uIActionMode" : "SYS",
"colLG" : 12, "uIActionTag" : "ToggleFilter",
"colMD" : 24, "uIActionType" : "DEUIACTION",
"layout" : "TABLE_24COL" "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
}, },
"allowEmpty" : true, "caption" : "帮助",
"showCaption" : true "codeName" : "Help",
}, { "fullCodeName" : "Help",
"caption" : "条件三", "name" : "表格界面_帮助操作",
"codeName" : "formitem2", "getPSSysImage" : {
"dataType" : 25, "glyph" : "xf128@FontAwesome",
"detailStyle" : "DEFAULT", "cssClass" : "fa fa-question"
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem2",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem2"
}, },
"getPSLayoutPos" : { "predefinedType" : "GRIDVIEW_HELPACTION",
"colLG" : 12, "timeout" : 60000,
"colMD" : 24, "getTooltipPSLanguageRes" : {
"layout" : "TABLE_24COL" "defaultContent" : "帮助",
"lanResTag" : "TBB.TOOLTIP.*.HELP",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.HELP]",
"refFlag" : true
}, },
"allowEmpty" : true, "uIActionMode" : "SYS",
"showCaption" : true "uIActionTag" : "Help",
} ], "uIActionType" : "DEUIACTION"
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "tooltip" : "帮助",
} ], "getTooltipPSLanguageRes" : {
"getPSLayout" : { "defaultContent" : "帮助",
"childColLG" : -1, "lanResTag" : "TBB.TOOLTIP.*.HELP",
"childColMD" : 24, "lanResType" : "TBB.TOOLTIP",
"childColSM" : -1, "name" : "工具栏按钮提示[*.HELP]",
"childColXS" : -1, "refFlag" : true
"columnCount" : 24, },
"layout" : "TABLE_24COL" "showCaption" : true,
}, "showIcon" : true
"searchButtonStyle" : "DEFAULT", }, {
"tabHeaderPos" : "TOP", "caption" : "数据导入",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "00eb0969f8c08fcc8321a6d60dcb7ae3",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"getPSDEToolbarItems" : [ {
"caption" : "抽屉编辑",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem1_drawer_edit", "name" : "deuiaction2",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem1_drawer_edit" "id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "caption" : "数据导入",
"caption" : "抽屉编辑", "codeName" : "Import",
"codeName" : "drawer_edit", "fullCodeName" : "Import",
"getFrontPSAppView" : { "name" : "表格界面_数据导入栏",
"modelref" : true, "getPSSysImage" : {
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView_drawer.json", "glyph" : "xf093@FontAwesome",
"viewType" : "DEEDITVIEW" "cssClass" : "fa fa-upload"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_drawer_edit",
"name" : "抽屉编辑",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "SYS",
"uIActionTag" : "drawer_edit", "uIActionTag" : "Import",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION"
"id" : "drawer_edit@TEST"
}, },
"tooltip" : "抽屉编辑", "tooltip" : "数据导入",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { } ],
"caption" : "选项操作", "xDataControlName" : "grid",
"groupExtractMode" : "ITEM", "modelid" : "b912ff540f5614f63914a38067d84728",
"itemType" : "DEUIACTION", "modeltype" : "PSDETOOLBAR"
"name" : "tbitem1_openoptview", }, {
"noPrivDisplayMode" : 2, "aggMode" : "NONE",
"getPSAppViewUIAction" : { "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, "modelref" : true,
"id" : "toolbar_tbitem1_openoptview" "id" : "FetchDefault"
}, },
"getPSUIAction" : { "getPSAppDataEntity" : {
"actionTarget" : "SINGLEKEY", "modelref" : true,
"caption" : "选项操作", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"codeName" : "OpenOptView", }
"getFrontPSAppView" : { },
"groupMode" : "NONE",
"hookEventNames" : [ "点击", "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTOptionView.json", "id" : "Get"
"viewType" : "DEOPTVIEW"
}, },
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_OpenOptView",
"name" : "选项操作",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"refreshMode" : 1, "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"uIActionMode" : "FRONT", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"uIActionTag" : "OpenOptView", }
"uIActionType" : "DEUIACTION", }, {
"reloadData" : true, "actionName" : "Update",
"id" : "OpenOptView@TEST" "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"
}, },
"tooltip" : "选项操作", "getPSAppDataEntity" : {
"uIActionTarget" : "SINGLEKEY", "modelref" : true,
"showCaption" : true, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"showIcon" : true }
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem2",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "eventNames" : "点击",
"defaultContent" : "新建", "logicTag" : "grid",
"lanResTag" : "TBB.TEXT.*.NEW", "logicType" : "APPDEUILOGIC",
"lanResType" : "TBB.TEXT", "name" : "member2",
"name" : "工具栏按钮文本[*.NEW]", "getPSAppDEUILogic" : {
"refFlag" : true
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "UILogic1"
}, },
"getPSSysImage" : { "getPSAppDataEntity" : {
"glyph" : "xf0f6@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-file-text-o" "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"
}, {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "grid",
"logicType" : "APPVIEWENGINE",
"name" : "engine_grid",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "测试实体名称",
"codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "testname",
"excelCaption" : "测试实体名称",
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}, },
"getPSUIAction" : { "getPSDEUIAction" : {
"getCapPSLanguageRes" : { "actionTarget" : "SINGLEKEY",
"defaultContent" : "新建", "caption" : "向导编辑",
"lanResTag" : "TBB.TEXT.*.NEW", "codeName" : "editWizard",
"lanResType" : "TBB.TEXT", "getFrontPSAppView" : {
"name" : "工具栏按钮文本[*.NEW]", "modelref" : true,
"refFlag" : true "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTWizardView.json",
"viewType" : "DEWIZARDVIEW"
}, },
"caption" : "新建", "frontProcessType" : "TOP",
"codeName" : "New", "fullCodeName" : "TEST_editWizard",
"fullCodeName" : "New", "name" : "向导编辑",
"name" : "表格界面_新建操作", "getPSAppDataEntity" : {
"getPSSysImage" : { "modelref" : true,
"glyph" : "xf0f6@FontAwesome", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"cssClass" : "fa fa-file-text-o"
}, },
"predefinedType" : "GRIDVIEW_NEWACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "uIActionMode" : "FRONT",
"defaultContent" : "新建", "uIActionTag" : "editWizard",
"lanResTag" : "TBB.TOOLTIP.*.NEW", "uIActionType" : "DEUIACTION",
"lanResType" : "TBB.TOOLTIP", "id" : "editWizard@TEST"
"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, "width" : 150,
"showIcon" : true "widthUnit" : "PX",
"enableSort" : true
}, { }, {
"getCapPSLanguageRes" : { "align" : "LEFT",
"defaultContent" : "编辑", "cLConvertMode" : "FRONT",
"lanResTag" : "TBB.TEXT.*.EDIT", "caption" : "类型",
"lanResType" : "TBB.TEXT", "codeName" : "type",
"name" : "工具栏按钮文本[*.EDIT]", "columnType" : "DEFGRIDCOLUMN",
"refFlag" : true "dataItemName" : "type",
}, "excelCaption" : "类型",
"caption" : "编辑", "name" : "type",
"groupExtractMode" : "ITEM", "noPrivDisplayMode" : 1,
"itemType" : "DEUIACTION", "getPSAppCodeList" : {
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem4" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}, },
"getPSSysImage" : { "getPSAppDEField" : {
"glyph" : "xf044@FontAwesome", "name" : "TYPE",
"cssClass" : "fa fa-edit" "codeName" : "Type"
}, },
"getPSUIAction" : { "width" : 100,
"actionTarget" : "SINGLEKEY", "widthUnit" : "PX",
"getCapPSLanguageRes" : { "enableSort" : true
"defaultContent" : "编辑", }, {
"lanResTag" : "TBB.TEXT.*.EDIT", "align" : "LEFT",
"lanResType" : "TBB.TEXT", "cLConvertMode" : "NONE",
"name" : "工具栏按钮文本[*.EDIT]", "caption" : "更新时间",
"refFlag" : true "codeName" : "updatedate",
}, "columnType" : "DEFGRIDCOLUMN",
"caption" : "编辑", "dataItemName" : "updatedate",
"codeName" : "Edit", "excelCaption" : "更新时间",
"fullCodeName" : "Edit", "name" : "updatedate",
"name" : "表格界面_编辑操作", "noPrivDisplayMode" : 1,
"getPSSysImage" : { "getPSAppDEField" : {
"glyph" : "xf044@FontAwesome", "name" : "UPDATEDATE",
"cssClass" : "fa fa-edit" "codeName" : "UpdateDate"
},
"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" : "编辑", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"getTooltipPSLanguageRes" : { "width" : 150,
"defaultContent" : "编辑", "widthUnit" : "PX",
"lanResTag" : "TBB.TOOLTIP.*.EDIT", "enableSort" : true
"lanResType" : "TBB.TOOLTIP", }, {
"name" : "工具栏按钮提示[*.EDIT]", "align" : "LEFT",
"refFlag" : true "cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "amount",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "amount",
"excelCaption" : "金额",
"name" : "amount",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
},
"unitName" : "元",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true,
"enableUnitName" : true
}, {
"align" : "RIGHT",
"caption" : "操作列",
"codeName" : "uagridcolumn1",
"columnType" : "UAGRIDCOLUMN",
"name" : "uagridcolumn1",
"noPrivDisplayMode" : 1,
"getPSDEUIActionGroup" : {
"name" : "界面行为组",
"getPSUIActionGroupDetails" : [ {
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "u5ee2086",
"getPSSysImage" : {
"glyph" : "xf00c@FontAwesome",
"cssClass" : "fa fa-check"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"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
} ]
}, },
"uIActionTarget" : "SINGLEKEY", "width" : 100,
"showCaption" : true, "widthUnit" : "PX",
"showIcon" : true "enableSort" : false
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, { }, {
"getCapPSLanguageRes" : { "dataType" : 25,
"defaultContent" : "拷贝", "name" : "type",
"lanResTag" : "TBB.TEXT.*.COPY", "getPSAppDEField" : {
"lanResType" : "TBB.TEXT", "name" : "TYPE",
"name" : "工具栏按钮文本[*.COPY]", "codeName" : "Type"
"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", "format" : "YYYY-MM-DD HH:mm:ss",
"name" : "tbitem7", "dataType" : 5,
"spanMode" : false "name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, { }, {
"getCapPSLanguageRes" : { "dataType" : 6,
"defaultContent" : "删除", "name" : "amount",
"lanResTag" : "TBB.TEXT.*.REMOVE", "getPSAppDEField" : {
"lanResType" : "TBB.TEXT", "name" : "AMOUNT",
"name" : "工具栏按钮文本[*.REMOVE]", "codeName" : "Amount"
"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", "dataType" : 25,
"name" : "tbitem9", "name" : "srfkey",
"spanMode" : false "getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, { }, {
"getCapPSLanguageRes" : { "dataType" : 25,
"defaultContent" : "导出", "name" : "srfdataaccaction",
"lanResTag" : "TBB.TEXT.*.EXPORT", "getPSAppDEField" : {
"lanResType" : "TBB.TEXT", "name" : "TESTID",
"name" : "工具栏按钮文本[*.EXPORT]", "codeName" : "TESTId"
"refFlag" : true
},
"caption" : "导出",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem13",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem13"
}, },
"getPSSysImage" : { "dataAccessAction" : true
"glyph" : "xf1c3@FontAwesome", }, {
"cssClass" : "fa fa-file-excel-o" "dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}, },
"getPSUIAction" : { "getPSEditor" : {
"getCapPSLanguageRes" : { "editorType" : "HIDDEN",
"defaultContent" : "导出", "name" : "srfkey"
"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" : "导出", "allowEmpty" : true
"getTooltipPSLanguageRes" : { } ],
"defaultContent" : "导出", "pagingSize" : 20,
"lanResTag" : "TBB.TOOLTIP.*.EXPORT", "getRemovePSControlAction" : {
"lanResType" : "TBB.TOOLTIP", "actionName" : "Remove",
"name" : "工具栏按钮提示[*.EXPORT]", "actionType" : "DEACTION",
"refFlag" : true "dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"showCaption" : true, "getPSAppDataEntity" : {
"showIcon" : true "modelref" : true,
}, { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"itemType" : "SEPERATOR", }
"name" : "tbitem10", },
"spanMode" : false "sortMode" : "REMOTE",
}, { "hasWFDataItems" : false,
"caption" : "其它", "enableColFilter" : false,
"itemType" : "ITEMS", "enableCustomized" : true,
"name" : "tbitem16", "enableGroup" : false,
"getPSDEToolbarItems" : [ { "enablePagingBar" : true,
"getCapPSLanguageRes" : { "enableRowEdit" : false,
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF", "enableRowEditOrder" : false,
"lanResType" : "MENUITEM.CAPTION", "enableRowNew" : false,
"name" : "菜单项文本[*.EXPORTSRF]", "forceFit" : false,
"refFlag" : true "hideHeader" : false,
}, "noSort" : false,
"caption" : "导出数据模型", "singleSelect" : false,
"groupExtractMode" : "ITEM", "name" : "grid",
"itemType" : "DEUIACTION", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
"name" : "tbitem21", "modeltype" : "PSDEGRID"
"noPrivDisplayMode" : 2, }, {
"getPSAppViewUIAction" : { "codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem21" "id" : "FilterGet"
},
"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" : "导出数据模型", "getPSAppDataEntity" : {
"showCaption" : true, "modelref" : true,
"showIcon" : true "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, { }, {
"caption" : "数据导入", "actionType" : "FILTERACTION",
"groupExtractMode" : "ITEM", "name" : "loaddraft",
"itemType" : "DEUIACTION", "getPSAppDEMethod" : {
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem23" "id" : "FilterGetDraft"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
}, },
"getPSUIAction" : { "getPSAppDataEntity" : {
"caption" : "数据导入", "modelref" : true,
"codeName" : "Import", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"fullCodeName" : "Import", }
"name" : "表格界面_数据导入栏", }, {
"getPSSysImage" : { "actionType" : "FILTERACTION",
"glyph" : "xf093@FontAwesome", "name" : "search",
"cssClass" : "fa fa-upload" "getPSAppDEMethod" : {
}, "modelref" : true,
"predefinedType" : "GRIDVIEW_IMPORTBAR", "id" : "FilterSearch"
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "数据导入", "getPSAppDataEntity" : {
"showCaption" : true, "modelref" : true,
"showIcon" : true "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ], } ],
"tooltip" : "其它", "enableDEFieldPrivilege" : false,
"showCaption" : true, "id" : "搜索表单处理器"
"showIcon" : true },
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormItems" : [ {
"id" : "n_testname_like",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, { }, {
"itemType" : "SEPERATOR", "id" : "formitem",
"name" : "tbitem17", "dataType" : 25
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "id" : "formitem1",
"defaultContent" : "查找", "dataType" : 25
"lanResTag" : "TBB.TEXT.*.FILTER", }, {
"lanResType" : "TBB.TEXT", "id" : "formitem2",
"name" : "工具栏按钮文本[*.FILTER]", "dataType" : 25
"refFlag" : true } ],
}, "getPSDEFormPages" : [ {
"caption" : "过滤", "caption" : "常规条件",
"groupExtractMode" : "ITEM", "codeName" : "formpage1",
"itemType" : "DEUIACTION", "detailStyle" : "DEFAULT",
"name" : "tbitem19", "detailType" : "FORMPAGE",
"noPrivDisplayMode" : 2, "name" : "formpage1",
"getPSAppViewUIAction" : { "getPSDEFormDetails" : [ {
"modelref" : true, "caption" : "测试实体名称",
"id" : "toolbar_tbitem19" "codeName" : "n_testname_like",
}, "dataType" : 25,
"getPSSysImage" : { "detailStyle" : "DEFAULT",
"glyph" : "xf0b0@FontAwesome", "detailType" : "FORMITEM",
"cssClass" : "fa fa-filter" "enableCond" : 3,
}, "ignoreInput" : 0,
"getPSUIAction" : { "labelPos" : "LEFT",
"getCapPSLanguageRes" : { "labelWidth" : 130,
"defaultContent" : "查找", "name" : "n_testname_like",
"lanResTag" : "TBB.TEXT.*.FILTER", "noPrivDisplayMode" : 1,
"lanResType" : "TBB.TEXT", "getPSAppDEField" : {
"name" : "工具栏按钮文本[*.FILTER]", "name" : "TESTNAME",
"refFlag" : true "codeName" : "TESTName"
}, },
"caption" : "过滤", "getPSEditor" : {
"codeName" : "ToggleFilter", "editorType" : "TEXTBOX",
"fullCodeName" : "ToggleFilter", "name" : "n_testname_like"
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
}, },
"predefinedType" : "GRIDVIEW_SEARCHBAR", "getPSLayoutPos" : {
"timeout" : 60000, "colLG" : 12,
"getTooltipPSLanguageRes" : { "colMD" : 24,
"defaultContent" : "查找", "layout" : "TABLE_24COL"
"lanResTag" : "TBB.TOOLTIP.*.FILTER",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.FILTER]",
"refFlag" : true
}, },
"uIActionMode" : "SYS", "allowEmpty" : true,
"uIActionTag" : "ToggleFilter", "showCaption" : true
"uIActionType" : "DEUIACTION", }, {
"enableToggleMode" : true "caption" : "条件一",
}, "codeName" : "formitem",
"tooltip" : "过滤", "dataType" : 25,
"getTooltipPSLanguageRes" : { "detailStyle" : "DEFAULT",
"defaultContent" : "查找", "detailType" : "FORMITEM",
"lanResTag" : "TBB.TOOLTIP.*.FILTER", "enableCond" : 3,
"lanResType" : "TBB.TOOLTIP", "ignoreInput" : 0,
"name" : "工具栏按钮提示[*.FILTER]", "labelPos" : "LEFT",
"refFlag" : true "labelWidth" : 130,
}, "name" : "formitem",
"enableToggleMode" : true, "noPrivDisplayMode" : 1,
"showCaption" : true, "getPSEditor" : {
"showIcon" : true "editorType" : "TEXTBOX",
}, { "name" : "formitem"
"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" : "帮助", "getPSLayoutPos" : {
"codeName" : "Help", "colLG" : 12,
"fullCodeName" : "Help", "colMD" : 24,
"name" : "表格界面_帮助操作", "layout" : "TABLE_24COL"
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
}, },
"predefinedType" : "GRIDVIEW_HELPACTION", "allowEmpty" : true,
"timeout" : 60000, "showCaption" : true
"getTooltipPSLanguageRes" : { }, {
"defaultContent" : "帮助", "caption" : "条件二",
"lanResTag" : "TBB.TOOLTIP.*.HELP", "codeName" : "formitem1",
"lanResType" : "TBB.TOOLTIP", "dataType" : 25,
"name" : "工具栏按钮提示[*.HELP]", "detailStyle" : "DEFAULT",
"refFlag" : true "detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem1",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "formitem1"
}, },
"uIActionMode" : "SYS", "getPSLayoutPos" : {
"uIActionTag" : "Help", "colLG" : 12,
"uIActionType" : "DEUIACTION" "colMD" : 24,
}, "layout" : "TABLE_24COL"
"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", "allowEmpty" : true,
"timeout" : 60000, "showCaption" : true
"uIActionMode" : "SYS", }, {
"uIActionTag" : "Import", "caption" : "条件三",
"uIActionType" : "DEUIACTION" "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"
}, },
"tooltip" : "数据导入", "infoGroupMode" : false
"showCaption" : true,
"showIcon" : true
} ], } ],
"xDataControlName" : "grid", "getPSLayout" : {
"modelid" : "b912ff540f5614f63914a38067d84728", "childColLG" : -1,
"modeltype" : "PSDETOOLBAR" "childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "00eb0969f8c08fcc8321a6d60dcb7ae3",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, { }, {
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "name" : "searchbar",
...@@ -1496,18 +1496,84 @@ ...@@ -1496,18 +1496,84 @@
"getPSDEViewCodeName" : "GridView", "getPSDEViewCodeName" : "GridView",
"getPSDEViewId" : "60afc41b220f5cb7035439d1522b1575", "getPSDEViewId" : "60afc41b220f5cb7035439d1522b1575",
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "getAllPSPanelFields" : [ {
"controlStyle" : "APPDEGRIDVIEW", "id" : "visible",
"hidden" : true,
"viewFieldName" : "visible"
} ],
"codeName" : "Usr0605003933",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX",
"logicName" : "测试视图面板11",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { }, "getPSControlParam" : { },
"layoutBodyOnly" : true, "getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索表单",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchform",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItemGroupLogics" : [ {
"groupOP" : "AND",
"logicCat" : "PANELVISIBLE",
"logicType" : "GROUP",
"name" : "面板成员[searchform][面板显示]逻辑",
"getPSPanelItemLogics" : [ {
"condOp" : "ISNOTNULL",
"dstModelField" : "visible",
"logicType" : "SINGLE",
"name" : "逻辑项"
} ],
"relatedItemNames" : [ "visible" ],
"notMode" : false
} ],
"showCaption" : true
} ]
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "visible",
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "visible",
"predefinedType" : "FIELD_TEXT_DYNAMIC"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "visible",
"hidden" : true,
"showCaption" : false
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : false,
"modelid" : "4B483886-7364-436A-8A1A-05381DC952AD",
"modeltype" : "PSSYSVIEWLAYOUTPANEL"
}, },
"title" : "测试实体表格视图", "title" : "测试实体表格视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<profiles> <profiles>
<profile> <profile>
<id>trainsys</id> <id>runtime</id>
<build> <build>
<resources> <resources>
<resource> <resource>
......
...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \ ...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \ sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar
EXPOSE 50000 EXPOSE 8081
ADD trainsys-provider.jar /trainsys-provider.jar ADD trainsys-provider.jar /trainsys-provider.jar
...@@ -22,32 +22,7 @@ spec: ...@@ -22,32 +22,7 @@ spec:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 50000 - containerPort: 8081
env:
- name: SPRING_CLOUD_NACOS_DISCOVERY_IP
value: "172.16.240.140"
- name: SERVER_PORT
value: "50000"
- name: SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR
value: "172.16.240.140:8848"
- name: SPRING_REDIS_HOST
value: "127.0.0.1"
- name: SPRING_REDIS_PORT
value: "6379"
- name: SPRING_REDIS_DATABASE
value: "0"
- name: SPRING_DATASOURCE_USERNAME
value: "a_LAB01_d23cc850e"
- name: SPRING_DATASOURCE_PASSWORD
value: "f9Df4556"
- name: SPRING_DATASOURCE_URL
value: "jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8"
- name: SPRING_DATASOURCE_DRIVER-CLASS-NAME
value: "com.mysql.jdbc.Driver"
- name: SPRING_DATASOURCE_DEFAULTSCHEMA
value: "a_LAB01_d23cc850e"
- name: NACOS
value: "172.16.240.140:8848"
--- ---
apiVersion: v1 apiVersion: v1
...@@ -60,9 +35,9 @@ spec: ...@@ -60,9 +35,9 @@ spec:
type: NodePort type: NodePort
ports: ports:
- name: http - name: http
port: 50000 port: 8081
targetPort: 50000 targetPort: 8081
nodePort: 50000 nodePort: 8081
protocol: TCP protocol: TCP
selector: selector:
app: trainsys-provider app: trainsys-provider
......
...@@ -3,23 +3,9 @@ services: ...@@ -3,23 +3,9 @@ services:
trainsys-provider: trainsys-provider:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports: ports:
- "50000:50000" - "8081:8081"
networks: networks:
- agent_network - agent_network
environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140
- SERVER_PORT=50000
- SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848
- SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848
- SPRING_REDIS_HOST=127.0.0.1
- SPRING_REDIS_PORT=6379
- SPRING_REDIS_DATABASE=0
- SPRING_DATASOURCE_USERNAME=a_LAB01_d23cc850e
- SPRING_DATASOURCE_PASSWORD=f9Df4556
- SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8
- SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
- SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_d23cc850e
- NACOS=172.16.240.140:8848
deploy: deploy:
resources: resources:
limits: limits:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册