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

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

上级 bb38e794
...@@ -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>
......
...@@ -43,108 +43,26 @@ ...@@ -43,108 +43,26 @@
"getPortletPSAppView" : { "getPortletPSAppView" : {
"accUserMode" : 4, "accUserMode" : 4,
"accessKey" : "MODULE_ONE", "accessKey" : "MODULE_ONE",
"getCapPSLanguageRes" : { "caption" : "书",
"lanResTag" : "PAGE.CAPTION.TEST.LISTVIEW" "codeName" : "bookGridView",
}, "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json",
"caption" : "列表视图", "funcViewMode" : "MDATAVIEW",
"codeName" : "TESTListView", "gridRowActiveMode" : 2,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json", "name" : "bookGridView",
"funcViewMode" : "MAINVIEW",
"funcViewParam" : "11",
"mDCtrlActiveMode" : 2,
"name" : "TESTListView",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "57a03eae761cc02c765be88b39d08c17"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "WFExpBar",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json",
"name" : "流程导航栏计数器",
"getPSCounterId" : "WFEXPBAR",
"timer" : 60000,
"uniqueTag" : "WFExpBar"
},
"tag" : "57a03eae761cc02c765be88b39d08c17",
"id" : "57a03eae761cc02c765be88b39d08c17"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppModule" : { "getPSAppModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
}, },
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "VIEW", "engineCat" : "VIEW",
"engineType" : "ListView", "engineType" : "GridView",
"name" : "engine" "name" : "engine"
}, {
"engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventArg" : "aa",
"eventArg2" : "bb",
"eventNames" : "onLoadSuccess",
"logicTrigger" : "CTRLEVENT",
"logicType" : "SCRIPT",
"name" : "LISTLOAD",
"getPSViewCtrlName" : "list",
"scriptCode" : "console.log('aaa列表视图')"
}, {
"eventNames" : "点击",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPDEUILOGIC",
"name" : "member1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"eventNames" : "点击",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPDEUILOGIC",
"name" : "member2",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"logicTrigger" : "TIMER",
"name" : "member3",
"timer" : 333
}, {
"eventArg" : "aa",
"eventArg2" : "cc",
"eventNames" : "onViewMounted",
"logicTrigger" : "VIEWEVENT",
"logicType" : "SCRIPT",
"name" : "member4",
"scriptCode" : "console.log('aaa')"
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SCRIPT",
"name" : "member5",
"scriptCode" : "eeeee"
}, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC", "logicType" : "APPUILOGIC",
"name" : "newdata", "name" : "newdata",
...@@ -153,17 +71,61 @@ ...@@ -153,17 +71,61 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
"getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
...@@ -179,18 +141,60 @@ ...@@ -179,18 +141,60 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : { "getOpenDataPSAppView" : {
"openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -198,31 +202,70 @@ ...@@ -198,31 +202,70 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewMsgGroup" : {
"modelref" : true,
"id" : "VMGroup"
},
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "测试表格导航", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"realTitle" : "重复器测试",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.GRIDEXPVIEW" "lanResTag" : "CTRL.WFSERVICE.ERR000006"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"realTitle" : "简单编辑", "key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"realTitle" : "重复器测试",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.SIMPLEEDITVIEW" "lanResTag" : "CTRL.WFSERVICE.ERR000006"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -230,11 +273,11 @@ ...@@ -230,11 +273,11 @@
"codeName" : "Default", "codeName" : "Default",
"controlType" : "SEARCHFORM", "controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Default.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单", "logicName" : "默认搜索表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
...@@ -246,7 +289,7 @@ ...@@ -246,7 +289,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionType" : "FILTERACTION",
...@@ -257,7 +300,7 @@ ...@@ -257,7 +300,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionType" : "FILTERACTION",
...@@ -268,11 +311,11 @@ ...@@ -268,11 +311,11 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
} ], } ],
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器" "id" : "Book搜索表单处理器"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
...@@ -280,138 +323,84 @@ ...@@ -280,138 +323,84 @@
"id" : "SEARCHFORM" "id" : "SEARCHFORM"
}, },
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "n_testname_like", "id" : "n_bookname_like",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "BOOKNAME",
"codeName" : "TESTName" "codeName" : "BookName"
} }
}, { }, {
"id" : "formitem", "id" : "type",
"dataType" : 25 "dataType" : 25,
}, { "getPSAppDEField" : {
"id" : "formitem1", "name" : "TYPE",
"dataType" : 25 "codeName" : "Type"
}, { }
"id" : "formitem2",
"dataType" : 25
} ], } ],
"getPSDEFormPages" : [ { "getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMPAGE.FORMPAGE1"
},
"caption" : "常规条件", "caption" : "常规条件",
"codeName" : "formpage1", "codeName" : "formpage1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : { "caption" : "书名称(文本包含(%))",
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.N_TESTNAME_LIKE" "codeName" : "n_bookname_like",
},
"caption" : "测试实体名称",
"codeName" : "n_testname_like",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "TOP",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "n_testname_like", "name" : "n_bookname_like",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "BOOKNAME",
"codeName" : "TESTName" "codeName" : "BookName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "n_testname_like" "name" : "n_bookname_like"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "caption" : "类型",
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM" "codeName" : "type",
},
"caption" : "条件一",
"codeName" : "formitem",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "TOP",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "formitem", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSAppDEField" : {
"editorType" : "TEXTBOX", "name" : "TYPE",
"name" : "formitem" "codeName" : "Type"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM1"
}, },
"caption" : "条件二",
"codeName" : "formitem1",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem1",
"noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "DROPDOWNLIST",
"name" : "formitem1" "name" : "type",
}, "getPSAppCodeList" : {
"getPSLayoutPos" : { "modelref" : true,
"colLG" : 12, "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM2"
}, },
"caption" : "条件三", "singleSelect" : true
"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" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -432,768 +421,678 @@ ...@@ -432,768 +421,678 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"searchButtonPos" : "RIGHT", "searchButtonStyle" : "NONE",
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
"enableAdvanceSearch" : true, "enableAdvanceSearch" : false,
"enableAutoSearch" : false, "enableAutoSearch" : true,
"enableFilterSave" : false, "enableFilterSave" : false,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "searchform", "name" : "searchform",
"modelid" : "00eb0969f8c08fcc8321a6d60dcb7ae3", "modelid" : "5e4b87cb5540f41fffa44b8cc73b3404",
"modeltype" : "PSDEFORM_SEARCHFORM" "modeltype" : "PSDEFORM_SEARCHFORM"
}, { }, {
"codeName" : "ListViewtoolbar", "aggMode" : "NONE",
"controlType" : "TOOLBAR", "codeName" : "Main",
"logicName" : "工具栏模板(默认表格界面)", "columnEnableFilter" : 2,
"name" : "toolbar", "columnEnableLink" : 2,
"getPSAppDataEntity" : { "controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "fetch",
}, "actionType" : "DEDATASET",
"getPSControlParam" : { "name" : "fetch",
"id" : "TOOLBAR" "getPSAppDEMethod" : {
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "FetchDefault"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
}, },
"predefinedType" : "GRIDVIEW_NEWACTION", "getPSAppDataEntity" : {
"refreshMode" : 1, "modelref" : true,
"timeout" : 60000, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"getTooltipPSLanguageRes" : { }
"lanResTag" : "TBB.TOOLTIP.*.NEW"
}, },
"uIActionMode" : "SYS", "groupMode" : "NONE",
"uIActionTag" : "New", "logicName" : "主表格",
"uIActionType" : "DEUIACTION", "getPSAppDataEntity" : {
"reloadData" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"tooltip" : "新建", "getPSControlHandler" : {
"getTooltipPSLanguageRes" : { "getPSHandlerActions" : [ {
"lanResTag" : "TBB.TOOLTIP.*.NEW" "actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"showCaption" : true, "getPSAppDataEntity" : {
"showIcon" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, { }, {
"buttonStyle" : "STYLE2", "actionName" : "Create",
"getCapPSLanguageRes" : { "actionType" : "DEACTION",
"lanResTag" : "TBB.TEXT.*.EDIT" "dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"caption" : "编辑", "getPSAppDataEntity" : {
"groupExtractMode" : "ITEM", "modelref" : true,
"itemType" : "DEUIACTION", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"name" : "tbitem4", }
"noPrivDisplayMode" : 2, }, {
"getPSAppViewUIAction" : { "actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem4" "id" : "Update"
}, },
"getPSSysImage" : { "getPSAppDataEntity" : {
"glyph" : "xf044@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-edit" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, }
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, { }, {
"getCapPSLanguageRes" : { "actionName" : "Remove",
"lanResTag" : "TBB.TEXT.*.COPY" "actionType" : "DEACTION",
}, "dataAccessAction" : "DELETE",
"caption" : "拷贝", "name" : "remove",
"groupExtractMode" : "ITEM", "getPSAppDEMethod" : {
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem6" "id" : "Remove"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
}, },
"uIActionTarget" : "SINGLEKEY", "getPSAppDataEntity" : {
"showCaption" : true, "modelref" : true,
"showIcon" : true "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, { }
"itemType" : "SEPERATOR",
"name" : "tbitem7"
}, { }, {
"getCapPSLanguageRes" : { "actionName" : "GetDraft",
"lanResTag" : "TBB.TEXT.*.REMOVE" "actionType" : "DEACTION",
}, "dataAccessAction" : "CREATE",
"caption" : "删除", "name" : "loaddraft",
"groupExtractMode" : "ITEM", "getPSAppDEMethod" : {
"itemType" : "DEUIACTION",
"name" : "tbitem8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem8" "id" : "GetDraft"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
}, },
"caption" : "删除", "getPSAppDataEntity" : {
"codeName" : "Remove", "modelref" : true,
"fullCodeName" : "Remove", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"name" : "表格界面_删除操作", }
"getPSSysImage" : { }, {
"glyph" : "xf00d@FontAwesome", "actionType" : "DEDATASET",
"cssClass" : "fa fa-remove" "name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
}, },
"predefinedType" : "GRIDVIEW_REMOVEACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"lanResTag" : "TBB.TOOLTIP.*.REMOVE" }
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
}, },
"uIActionMode" : "SYS", "getPSControlParam" : {
"uIActionTag" : "Remove", "autoLoad" : true,
"uIActionType" : "DEUIACTION" "showBusyIndicator" : true,
"id" : "GRID"
}, },
"tooltip" : "删除", "getPSDEGridColumns" : [ {
"getTooltipPSLanguageRes" : { "align" : "LEFT",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE" "cLConvertMode" : "NONE",
"caption" : "书名称",
"codeName" : "bookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bookname",
"excelCaption" : "书名称",
"name" : "bookname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}, },
"uIActionTarget" : "MULTIKEY", "width" : 100,
"showCaption" : true, "widthUnit" : "PX",
"showIcon" : true "enableSort" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9"
}, { }, {
"caption" : "其它", "align" : "LEFT",
"itemType" : "ITEMS", "cLConvertMode" : "FRONT",
"name" : "tbitem16", "caption" : "更新人",
"getPSDEToolbarItems" : [ { "codeName" : "updateman",
"getCapPSLanguageRes" : { "columnType" : "DEFGRIDCOLUMN",
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF" "dataItemName" : "updateman",
}, "excelCaption" : "更新人",
"caption" : "导出数据模型test", "name" : "updateman",
"groupExtractMode" : "ITEM", "noPrivDisplayMode" : 1,
"itemType" : "DEUIACTION", "getPSAppCodeList" : {
"name" : "tbitem21",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem21" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
}, },
"getPSSysImage" : { "getPSAppDEField" : {
"glyph" : "xf019@FontAwesome", "name" : "UPDATEMAN",
"cssClass" : "fa fa-download" "codeName" : "UpdateMan"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
}, },
"caption" : "导出数据模型", "width" : 150,
"codeName" : "ExportModel", "widthUnit" : "PX",
"fullCodeName" : "ExportModel", "enableRowEdit" : true,
"name" : "表格界面_导出数据模型", "enableSort" : true
"getPSSysImage" : { }, {
"glyph" : "xf019@FontAwesome", "align" : "LEFT",
"cssClass" : "fa fa-download" "cLConvertMode" : "NONE",
"caption" : "建立时间",
"codeName" : "createdate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "createdate",
"excelCaption" : "建立时间",
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, },
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"timeout" : 60000, "width" : 150,
"uIActionMode" : "SYS", "widthUnit" : "PX",
"uIActionTag" : "ExportModel", "enableSort" : true
"uIActionType" : "DEUIACTION" }, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"tooltip" : "导出数据模型test", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"showCaption" : true, "width" : 150,
"showIcon" : true "widthUnit" : "PX",
} ], "enableSort" : true
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "align" : "LEFT",
"name" : "tbitem17", "cLConvertMode" : "NONE",
"caption" : "日期",
"codeName" : "date",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "date",
"excelCaption" : "日期",
"name" : "date",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
},
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "tbitem17", "itemName" : "date",
"logicTag" : "toolbar", "logicTag" : "grid",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic", "name" : "logic",
"scriptCode" : "false", "scriptCode" : "!!false",
"triggerType" : "ITEMVISIBLE" "triggerType" : "ITEMVISIBLE"
} ] } ],
"valueFormat" : "YYYY",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, { }, {
"getCapPSLanguageRes" : { "align" : "LEFT",
"lanResTag" : "TBB.TEXT.*.FILTER" "cLConvertMode" : "FRONT",
}, "caption" : "类型",
"caption" : "过滤", "codeName" : "type",
"groupExtractMode" : "ITEM", "columnType" : "DEFGRIDCOLUMN",
"itemType" : "DEUIACTION", "dataItemName" : "type",
"name" : "tbitem19", "excelCaption" : "类型",
"noPrivDisplayMode" : 2, "name" : "type",
"getPSAppViewUIAction" : { "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem19" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
}, },
"uIActionMode" : "SYS", "getPSAppDEField" : {
"uIActionTag" : "ToggleFilter", "name" : "TYPE",
"uIActionType" : "DEUIACTION", "codeName" : "Type"
"enableToggleMode" : true
}, },
"tooltip" : "过滤", "width" : 150,
"getTooltipPSLanguageRes" : { "widthUnit" : "PX",
"lanResTag" : "TBB.TOOLTIP.*.FILTER" "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "结束时间",
"codeName" : "end",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "end",
"excelCaption" : "结束时间",
"name" : "end",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "END",
"codeName" : "End"
}, },
"enableToggleMode" : true, "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"showCaption" : true, "width" : 150,
"showIcon" : true "widthUnit" : "PX",
"enableSort" : true
}, { }, {
"getCapPSLanguageRes" : { "align" : "LEFT",
"lanResTag" : "TBB.TEXT.*.HELP" "cLConvertMode" : "NONE",
"caption" : "属性24",
"codeName" : "field24",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field24",
"excelCaption" : "属性24",
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}, },
"caption" : "帮助", "width" : 150,
"groupExtractMode" : "ITEM", "widthUnit" : "PX",
"itemType" : "DEUIACTION", "enableSort" : false
"name" : "tbitem18", }, {
"noPrivDisplayMode" : 2, "align" : "LEFT",
"getPSAppViewUIAction" : { "cLConvertMode" : "FRONT",
"caption" : "属性",
"codeName" : "field",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field",
"excelCaption" : "属性",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem18" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
}, },
"uIActionMode" : "SYS", "getPSAppDEField" : {
"uIActionTag" : "Help", "name" : "FIELD",
"uIActionType" : "DEUIACTION" "codeName" : "Field"
}, },
"tooltip" : "帮助", "width" : 150,
"getTooltipPSLanguageRes" : { "widthUnit" : "PX",
"lanResTag" : "TBB.TOOLTIP.*.HELP" "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性36",
"codeName" : "field36",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field36",
"excelCaption" : "属性36",
"name" : "field36",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
}, },
"showCaption" : true, "width" : 150,
"showIcon" : true "widthUnit" : "PX",
} ], "enableSort" : true
"xDataControlName" : "list",
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "List", "align" : "LEFT",
"controlStyle" : "LISTVIEW", "cLConvertMode" : "FRONT",
"controlType" : "LIST", "caption" : "属性2",
"getCreatePSControlAction" : { "codeName" : "field2",
"modelref" : true, "columnType" : "DEFGRIDCOLUMN",
"id" : "create", "dataItemName" : "field2",
"actionName" : "Create", "excelCaption" : "属性2",
"actionType" : "DEACTION", "name" : "field2",
"dataAccessAction" : "CREATE", "noPrivDisplayMode" : 1,
"name" : "create", "getPSAppCodeList" : {
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Create" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__CodeList.json"
}, },
"getPSAppDataEntity" : { "getPSAppDEField" : {
"modelref" : true, "name" : "FIELD2",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "codeName" : "Field2"
}
}, },
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSLISTS/List.json", "width" : 150,
"emptyText" : "无数据", "widthUnit" : "PX",
"getEmptyTextPSLanguageRes" : { "enableSort" : true
"lanResTag" : "COMMON.CONDITION.NOTIN" }, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性19",
"codeName" : "field19",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field19",
"excelCaption" : "属性19",
"name" : "field19",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}, },
"getFetchPSControlAction" : { "width" : 150,
"modelref" : true, "widthUnit" : "PX",
"id" : "fetch", "enableRowEdit" : true,
"getADPSAppDELogic" : { "enableSort" : true
"modelref" : true, }, {
"id" : "singleData" "align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性41",
"codeName" : "field41",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field41",
"excelCaption" : "属性41",
"name" : "field41",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
}, },
"actionType" : "DEDATASET", "width" : 150,
"name" : "fetch", "widthUnit" : "PX",
"getPSAppDEMethod" : { "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性14",
"codeName" : "field14",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field14",
"excelCaption" : "属性14",
"name" : "field14",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "属性3",
"codeName" : "field3",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field3",
"excelCaption" : "属性3",
"name" : "field3",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
}, },
"getPSAppDataEntity" : { "getPSAppDEField" : {
"modelref" : true, "name" : "FIELD3",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "codeName" : "Field3"
}
}, },
"getGetPSControlAction" : { "width" : 100,
"modelref" : true, "widthUnit" : "PX",
"id" : "load", "enableSort" : true
"actionName" : "Get", }, {
"actionType" : "DEACTION", "align" : "LEFT",
"dataAccessAction" : "READ", "cLConvertMode" : "FRONT",
"name" : "load", "caption" : "属性4",
"getPSAppDEMethod" : { "codeName" : "field4",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field4",
"excelCaption" : "属性4",
"name" : "field4",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "Get" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__CodeList.json"
}, },
"getPSAppDataEntity" : { "getPSAppDEField" : {
"modelref" : true, "name" : "FIELD4",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "codeName" : "Field4"
}
}, },
"groupMode" : "NONE", "width" : 100,
"hookEventNames" : [ "ONLOADSUCCESS" ], "widthUnit" : "PX",
"getItemPSLayoutPanel" : { "enableSort" : true
"getAllPSPanelFields" : [ { } ],
"id" : "field_text_dynamic", "getPSDEGridDataItems" : [ {
"viewFieldName" : "TESTID" "dataType" : 25,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, { }, {
"id" : "field_text_dynamic1", "dataType" : 25,
"viewFieldName" : "TESTNAME" "name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, { }, {
"id" : "field_textbox", "format" : "YYYY-MM-DD HH:mm:ss",
"viewFieldName" : "TESTNAME" "dataType" : 5,
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, { }, {
"id" : "field_textbox1", "format" : "YYYY-MM-DD HH:mm:ss",
"viewFieldName" : "TESTNAME" "dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, { }, {
"id" : "field_image" "format" : "YYYY",
"dataType" : 5,
"name" : "date",
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
}
}, { }, {
"id" : "field_textbox2", "dataType" : 25,
"viewFieldName" : "TESTNAME" "name" : "type",
} ], "getPSAppDEField" : {
"codeName" : "Usr0522433048", "name" : "TYPE",
"controlType" : "PANEL", "codeName" : "Type"
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository/PSPANELS/Usr0522433048.json", }
"layoutMode" : "TABLE_24COL", }, {
"logicName" : "List_列表项面板", "format" : "YYYY-MM-DD HH:mm:ss",
"getPSAppDataEntity" : { "dataType" : 5,
"modelref" : true, "name" : "end",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository.json" "getPSAppDEField" : {
}, "name" : "END",
"getPSControlParam" : { }, "codeName" : "End"
"getPSLayout" : { }
"childColLG" : -1, }, {
"childColMD" : 24, "dataType" : 21,
"childColSM" : -1, "name" : "field24",
"childColXS" : -1, "getPSAppDEField" : {
"columnCount" : 24, "name" : "FIELD24",
"layout" : "TABLE_24COL" "codeName" : "Field24"
}, }
"getRootPSPanelItems" : [ { }, {
"caption" : "栅格容器", "dataType" : 25,
"itemStyle" : "DEFAULT", "name" : "field",
"itemType" : "CONTAINER", "getPSAppDEField" : {
"name" : "container_grid", "name" : "FIELD",
"getPSLayout" : { "codeName" : "Field"
"layout" : "SIMPLEFLEX" }
}, }, {
"getPSLayoutPos" : { "dataType" : 25,
"colMD" : 24, "name" : "field36",
"layout" : "TABLE_24COL" "getPSAppDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
}
}, {
"dataType" : 25,
"name" : "field2",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"dataType" : 25,
"name" : "field19",
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}
}, {
"dataType" : 25,
"name" : "field41",
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
}
}, {
"dataType" : 25,
"name" : "field14",
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
}
}, {
"dataType" : 25,
"name" : "field3",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
}
}, {
"dataType" : 25,
"name" : "field4",
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}, },
"getPSPanelItems" : [ { "dataAccessAction" : true
"caption" : "面板容器", }, {
"itemStyle" : "DEFAULT", "dataType" : 25,
"itemType" : "CONTAINER", "name" : "phoneid",
"name" : "container", "getPSAppDEField" : {
"getPSLayout" : { "name" : "PHONEID",
"childColLG" : -1, "codeName" : "PhoneId"
"childColMD" : 24, }
"childColSM" : -1, }, {
"childColXS" : -1, "dataType" : 25,
"columnCount" : 24, "name" : "pbookid",
"layout" : "TABLE_24COL" "getPSAppDEField" : {
"name" : "PBOOKID",
"codeName" : "Pbookid"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, },
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"fieldStates" : 3,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : { "getPSEditor" : {
"editorParams" : {
"READONLY" : "TRUE"
},
"editorType" : "SPAN", "editorType" : "SPAN",
"name" : "field_text_dynamic", "name" : "updateman",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "getPSAppCodeList" : {
"renderMode" : "TEXT_DYNAMIC", "modelref" : true,
"enableLinkView" : false, "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"readOnly" : true
}, },
"getPSLayoutPos" : { "enableLinkView" : false
"colMD" : 24,
"layout" : "TABLE_24COL"
}, },
"viewFieldName" : "TESTID", "allowEmpty" : true,
"hidden" : false, "convertToCodeItemText" : true
"showCaption" : false
} ]
}, { }, {
"caption" : "面板容器", "caption" : "属性19",
"itemStyle" : "DEFAULT", "codeName" : "field19",
"itemType" : "CONTAINER", "enableCond" : 3,
"name" : "container1", "ignoreInput" : 0,
"getPSLayout" : { "name" : "field19",
"childColLG" : -1, "getPSAppDEField" : {
"childColMD" : 24, "name" : "FIELD19",
"childColSM" : -1, "codeName" : "Field19"
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic1",
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"template" : "template内容:{{data.testname}}" "PICKUPVIEW" : "TRUE"
},
"editorType" : "RAW",
"name" : "field_text_dynamic1",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"template" : "template内容:{{data.testname}}"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "TESTNAME",
"hidden" : false,
"showCaption" : false
} ]
} ],
"predefinedType" : "CONTAINER_GRID"
}, {
"caption" : "文本框",
"contentHeight" : 60.0,
"contentWidth" : 400.0,
"height" : 60.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox",
"getPSEditor" : {
"editorHeight" : 60.0,
"editorType" : "RAW",
"editorWidth" : 400.0,
"name" : "field_textbox",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"height" : 60,
"heightMode" : "PX",
"layout" : "TABLE_24COL",
"width" : 400,
"widthMode" : "PX"
},
"viewFieldName" : "TESTNAME",
"width" : 400.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "标签",
"contentType" : "HTML",
"htmlContent" : "<p>名称:{{data.testname}}</p>",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_label",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL",
"widthMode" : "FULL"
}, },
"getPSRawItem" : { "editorType" : "ADDRESSPICKUP",
"content" : "<p>名称:{{data.testname}}</p>", "name" : "field19",
"contentType" : "HTML", "enableAC" : false,
"name" : "static_label", "enablePickupView" : true,
"predefinedType" : "STATIC_LABEL", "forceSelection" : true,
"templateMode" : true "showTrigger" : true
}, },
"showCaption" : true "allowEmpty" : true
}, { }, {
"caption" : "文本框", "caption" : "属性14",
"contentHeight" : 100.0, "codeName" : "field14",
"contentWidth" : 600.0, "enableCond" : 3,
"height" : 100.0, "ignoreInput" : 0,
"itemStyle" : "DEFAULT", "name" : "field14",
"itemType" : "FIELD", "getPSAppDEField" : {
"name" : "field_textbox1", "name" : "FIELD14",
"getPSEditor" : { "codeName" : "Field14"
"editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW",
"editorWidth" : 600.0,
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"height" : 100,
"heightMode" : "PX",
"layout" : "TABLE_24COL",
"width" : 600,
"widthMode" : "PX"
},
"viewFieldName" : "TESTNAME",
"width" : 600.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "图片(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_image",
"getPSEditor" : {
"editorParams" : {
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}, },
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox2",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "HTML",
"editorParams" : { "editorParams" : {
"contenttype" : "HTML" "PICKUPVIEW" : "TRUE"
},
"editorType" : "RAW",
"name" : "field_textbox2",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "TESTNAME",
"hidden" : false,
"showCaption" : false
}, {
"caption" : "文本",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_text",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"caption" : "文本内容",
"contentType" : "RAW",
"name" : "static_text",
"predefinedType" : "STATIC_TEXT",
"renderMode" : "TEXT"
},
"rawContent" : "文本内容",
"showCaption" : true
} ],
"name" : "list_itempanel",
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL"
},
"logicName" : "List",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"mobListStyle" : "LISTVIEW",
"navFilter" : "aa",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestChartView.json",
"viewType" : "DECHARTVIEW"
},
"navViewParamJO" : {
"test" : "11"
},
"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" : { "editorType" : "ADDRESSPICKUP",
"modelref" : true, "name" : "field14",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "enableAC" : false,
} "enablePickupView" : true,
}, { "forceSelection" : true,
"actionName" : "Create", "showTrigger" : true
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"getPSAppDataEntity" : { "allowEmpty" : true
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, { }, {
"actionName" : "Update", "caption" : "书标识",
"actionType" : "DEACTION", "codeName" : "srfkey",
"dataAccessAction" : "UPDATE", "enableCond" : 3,
"name" : "update", "ignoreInput" : 0,
"getPSAppDEMethod" : { "name" : "srfkey",
"modelref" : true, "getPSAppDEField" : {
"id" : "Update" "name" : "BOOKID",
"codeName" : "BookId"
}, },
"getPSAppDataEntity" : { "getPSEditor" : {
"modelref" : true, "editorType" : "HIDDEN",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "name" : "srfkey"
} },
}, { "allowEmpty" : true
} ],
"pagingMode" : 1,
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove", "actionName" : "Remove",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "DELETE", "dataAccessAction" : "DELETE",
...@@ -1204,353 +1103,334 @@ ...@@ -1204,353 +1103,334 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.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" : "fa1370490e24654b68f76899ff0a5688",
"modeltype" : "PSDEGRID"
}, { }, {
"getADPSAppDELogic" : { "codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "测试二级工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"id" : "singleData" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"actionType" : "DEDATASET", "getPSControlParam" : {
"name" : "fetch", "id" : "TOOLBAR"
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSDEToolbarItems" : [ {
"caption" : "分组1",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction2"
} },
} ], "getPSSysImage" : {
"userDRAction" : "READ", "cssClass" : "fa-solid fa-delete-left"
"enableDEFieldPrivilege" : false, },
"id" : "列表控件处理器" "getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
}, },
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "itemName" : "rawitem1",
"eventArg2" : "22", "logicTag" : "toolbar",
"eventNames" : "onLoadSuccess",
"itemName" : "TESTNAME",
"logicTag" : "list",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "test", "name" : "logicrawitem1",
"scriptCode" : "console.log('test列表逻辑');" "scriptCode" : "data?.aa",
"triggerType" : "ITEMVISIBLE"
} ], } ],
"getPSControlParam" : { "getPSRawItem" : {
"autoLoad" : true, "contentType" : "RAW",
"showBusyIndicator" : true, "name" : "rawitem1"
"id" : "LIST"
}, },
"getPSControls" : [ { "showCaption" : true
"codeName" : "ListViewlist_quicktoolbar", }, {
"controlType" : "TOOLBAR", "contentType" : "RAW",
"logicName" : "当前页聚合_工具栏", "itemType" : "RAWITEM",
"name" : "list_quicktoolbar", "name" : "rawitem2",
"getPSAppDataEntity" : { "getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ],
"tooltip" : "分组1",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction5"
}, },
"getPSControlParam" : { "getPSSysImage" : {
"id" : "list_quicktoolbar" "glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
}, },
"getPSDEToolbarItems" : [ { "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
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TEXT.*.EXPORT"
}, },
"caption" : "保存并关闭", "caption" : "导出",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "deuiaction1", "name" : "deuiaction6",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_quicktoolbar_deuiaction1" "id" : "toolbar_deuiaction6"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose" "glyph" : "xf065@FontAwesome",
"cssClass" : "fa fa-expand"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TEXT.*.EXPORT"
}, },
"caption" : "保存并关闭", "caption" : "导出",
"codeName" : "SaveAndExit", "codeName" : "ExportExcel",
"fullCodeName" : "SaveAndExit", "fullCodeName" : "ExportExcel",
"name" : "编辑界面_保存并退出操作", "name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose" "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
}, },
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION", "predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "SaveAndExit", "uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "保存并关闭", "tooltip" : "导出",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
} ],
"modelid" : "B52C7ACD-F8AA-414C-9636-43AC0D555EE8",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "ListViewlist_batchtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "行编辑测试_工具栏",
"name" : "list_batchtoolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "list_batchtoolbar"
},
"getPSDEToolbarItems" : [ {
"caption" : "刷新", "caption" : "刷新",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "deuiaction1", "name" : "deuiaction8",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_batchtoolbar_deuiaction1" "id" : "toolbar_deuiaction8"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh" "cssClass" : "fa fa-refresh"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "刷新", "caption" : "刷新",
"codeName" : "Refresh", "codeName" : "Refresh",
"fullCodeName" : "Refresh", "fullCodeName" : "Refresh",
"name" : "编辑界面_刷新操作", "name" : "表格界面_刷新操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh" "cssClass" : "fa fa-refresh"
}, },
"predefinedType" : "EDITVIEW_REFRESHACTION", "predefinedType" : "GRIDVIEW_REFRESHACTION",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Refresh", "uIActionTag" : "Refresh",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "刷新", "tooltip" : "刷新",
"uIActionTarget" : "SINGLEKEY", "width" : 200.0,
"showCaption" : true, "showCaption" : false,
"showIcon" : true "showIcon" : true
} ],
"modelid" : "2FD9649F-4DCD-43C3-8FEE-CD6FFF00C3E2",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDEDataExport" : {
"modelref" : true,
"id" : "DataExport"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testid",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "itemType" : "SEPERATOR",
"name" : "srfkey", "name" : "seperator2"
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, { }, {
"dataType" : 25, "caption" : "气泡",
"name" : "srfmajortext", "groupExtractMode" : "ITEM",
"getPSAppDEField" : { "itemType" : "DEUIACTION",
"name" : "TESTNAME", "name" : "deuiaction9",
"codeName" : "TESTName" "noPrivDisplayMode" : 2,
} "getPSAppViewUIAction" : {
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "11",
"rawValue" : true
} ],
"getPSSysCss" : {
"cssName" : "test3"
},
"pagingSize" : 30,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction9"
}
}, },
"getUpdatePSControlAction" : { "getPSUIAction" : {
"modelref" : true, "actionTarget" : "NONE",
"id" : "update", "caption" : "气泡打开",
"actionName" : "Update", "codeName" : "openPopover",
"actionType" : "DEACTION", "getFrontPSAppView" : {
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Update" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsrPopoverEditView.json",
"viewType" : "DEEDITVIEW"
}, },
"frontProcessType" : "WIZARD",
"fullCodeName" : "Book_openPopover",
"name" : "气泡打开",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, },
"hasWFDataItems" : false, "timeout" : 60000,
"enableGroup" : false, "uIActionMode" : "FRONT",
"enableItemPrivilege" : true, "uIActionTag" : "openPopover",
"enableRowEdit" : true, "uIActionType" : "DEUIACTION",
"enableRowEditGroup" : true, "id" : "openPopover@Book"
"enableRowEditOrder" : true, },
"enableRowNew" : false, "tooltip" : "气泡",
"noSort" : false, "uIActionTarget" : "NONE",
"showHeader" : true, "showCaption" : true,
"name" : "list", "showIcon" : true
"modelid" : "85F275B0-E355-42B6-89DD-25541320AFEC", } ],
"modeltype" : "PSDELIST" "xDataControlName" : "grid",
"modelid" : "FE7745F8-D180-473C-8CB8-71A149BE3C04",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TestSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHBARS/TestSearchBar.json",
"logicName" : "测试搜索栏",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "searchbar" "id" : "SEARCHBAR"
}, },
"getPSSearchBarGroups" : [ { "quickGroupCount" : -1,
"caption" : "仙侠",
"data" : "{\na: 11\n}",
"itemType" : "GROUP",
"name" : "xx",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "名著",
"itemType" : "GROUP",
"name" : "mz",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "言情",
"itemType" : "GROUP",
"name" : "yq",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "教材",
"itemType" : "GROUP",
"name" : "jc",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "科普",
"itemType" : "GROUP",
"name" : "kp",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 5,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 200,
"enableFilter" : false, "enableFilter" : false,
"enableGroup" : true, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false "mobileSearchBar" : false,
"name" : "searchbar",
"modelid" : "3056FA79-0F25-496A-ACCE-F7671B22683F",
"modeltype" : "PSSYSSEARCHBAR"
}, { }, {
"getCapPSLanguageRes" : { "caption" : "书",
"lanResTag" : "PAGE.CAPTION.TEST.LISTVIEW" "codeName" : "GridViewcaptionbar",
},
"caption" : "列表视图",
"codeName" : "ListViewcaptionbar",
"controlType" : "CAPTIONBAR", "controlType" : "CAPTIONBAR",
"name" : "captionbar", "name" : "captionbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getSubCapPSLanguageRes" : {
"lanResTag" : "PAGE.SUBCAP.TEST.LISTVIEW"
}, },
"subCaption" : "列表视图子标题" "getPSControlParam" : { }
} ], } ],
"getPSDEViewCodeName" : "ListView", "getPSDEViewCodeName" : "GridView",
"getPSDEViewId" : "138F7563-334D-49E0-B344-B2DC4DBBE571", "getPSDEViewId" : "70a494442130986d205587b9b6a26ac6",
"getPSSysCss" : {
"cssName" : "test3"
},
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
"controlStyle" : "APPDELISTVIEW", "controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlParam" : { }, "getPSControlParam" : { },
"layoutBodyOnly" : true, "layoutBodyOnly" : true,
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"getQuickGroupPSCodeList" : { "title" : "书表格视图",
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
},
"getSubCapPSLanguageRes" : {
"lanResTag" : "PAGE.SUBCAP.TEST.LISTVIEW"
},
"subCaption" : "列表视图子标题",
"title" : "测试实体列表视图",
"getTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.LISTVIEW"
},
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DELISTVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "list", "xDataControlName" : "grid",
"enableDP" : true, "enableDP" : true,
"enableExport" : true,
"enableFilter" : true, "enableFilter" : true,
"enableQuickGroup" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"modelid" : "cb0d9598545bcfa333c30b57d3cc546a", "rowEditDefault" : false,
"modelid" : "a9523851d901a5a06a410a8827dee62f",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, },
"portletType" : "VIEW", "portletType" : "VIEW",
......
...@@ -254,108 +254,26 @@ ...@@ -254,108 +254,26 @@
"getPortletPSAppView" : { "getPortletPSAppView" : {
"accUserMode" : 4, "accUserMode" : 4,
"accessKey" : "MODULE_ONE", "accessKey" : "MODULE_ONE",
"getCapPSLanguageRes" : { "caption" : "书",
"lanResTag" : "PAGE.CAPTION.TEST.LISTVIEW" "codeName" : "bookGridView",
}, "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json",
"caption" : "列表视图", "funcViewMode" : "MDATAVIEW",
"codeName" : "TESTListView", "gridRowActiveMode" : 2,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json", "name" : "bookGridView",
"funcViewMode" : "MAINVIEW",
"funcViewParam" : "11",
"mDCtrlActiveMode" : 2,
"name" : "TESTListView",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "57a03eae761cc02c765be88b39d08c17"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "WFExpBar",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json",
"name" : "流程导航栏计数器",
"getPSCounterId" : "WFEXPBAR",
"timer" : 60000,
"uniqueTag" : "WFExpBar"
},
"tag" : "57a03eae761cc02c765be88b39d08c17",
"id" : "57a03eae761cc02c765be88b39d08c17"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppModule" : { "getPSAppModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
}, },
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "VIEW", "engineCat" : "VIEW",
"engineType" : "ListView", "engineType" : "GridView",
"name" : "engine" "name" : "engine"
}, {
"engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventArg" : "aa",
"eventArg2" : "bb",
"eventNames" : "onLoadSuccess",
"logicTrigger" : "CTRLEVENT",
"logicType" : "SCRIPT",
"name" : "LISTLOAD",
"getPSViewCtrlName" : "list",
"scriptCode" : "console.log('aaa列表视图')"
}, {
"eventNames" : "点击",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPDEUILOGIC",
"name" : "member1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"eventNames" : "点击",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPDEUILOGIC",
"name" : "member2",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"logicTrigger" : "TIMER",
"name" : "member3",
"timer" : 333
}, {
"eventArg" : "aa",
"eventArg2" : "cc",
"eventNames" : "onViewMounted",
"logicTrigger" : "VIEWEVENT",
"logicType" : "SCRIPT",
"name" : "member4",
"scriptCode" : "console.log('aaa')"
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SCRIPT",
"name" : "member5",
"scriptCode" : "eeeee"
}, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC", "logicType" : "APPUILOGIC",
"name" : "newdata", "name" : "newdata",
...@@ -364,17 +282,61 @@ ...@@ -364,17 +282,61 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
"getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
...@@ -390,18 +352,60 @@ ...@@ -390,18 +352,60 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : { "getOpenDataPSAppView" : {
"openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -409,31 +413,70 @@ ...@@ -409,31 +413,70 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewMsgGroup" : {
"modelref" : true,
"id" : "VMGroup"
},
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "测试表格导航", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"realTitle" : "重复器测试",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.GRIDEXPVIEW" "lanResTag" : "CTRL.WFSERVICE.ERR000006"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"realTitle" : "简单编辑", "key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"realTitle" : "重复器测试",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.SIMPLEEDITVIEW" "lanResTag" : "CTRL.WFSERVICE.ERR000006"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -441,11 +484,11 @@ ...@@ -441,11 +484,11 @@
"codeName" : "Default", "codeName" : "Default",
"controlType" : "SEARCHFORM", "controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Default.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单", "logicName" : "默认搜索表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
...@@ -457,7 +500,7 @@ ...@@ -457,7 +500,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionType" : "FILTERACTION",
...@@ -468,7 +511,7 @@ ...@@ -468,7 +511,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionType" : "FILTERACTION",
...@@ -479,11 +522,11 @@ ...@@ -479,11 +522,11 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
} ], } ],
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器" "id" : "Book搜索表单处理器"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
...@@ -491,138 +534,84 @@ ...@@ -491,138 +534,84 @@
"id" : "SEARCHFORM" "id" : "SEARCHFORM"
}, },
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "n_testname_like", "id" : "n_bookname_like",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "BOOKNAME",
"codeName" : "TESTName" "codeName" : "BookName"
} }
}, { }, {
"id" : "formitem", "id" : "type",
"dataType" : 25 "dataType" : 25,
}, { "getPSAppDEField" : {
"id" : "formitem1", "name" : "TYPE",
"dataType" : 25 "codeName" : "Type"
}, { }
"id" : "formitem2",
"dataType" : 25
} ], } ],
"getPSDEFormPages" : [ { "getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMPAGE.FORMPAGE1"
},
"caption" : "常规条件", "caption" : "常规条件",
"codeName" : "formpage1", "codeName" : "formpage1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : { "caption" : "书名称(文本包含(%))",
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.N_TESTNAME_LIKE" "codeName" : "n_bookname_like",
},
"caption" : "测试实体名称",
"codeName" : "n_testname_like",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "TOP",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "n_testname_like", "name" : "n_bookname_like",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "BOOKNAME",
"codeName" : "TESTName" "codeName" : "BookName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "n_testname_like" "name" : "n_bookname_like"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "caption" : "类型",
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM" "codeName" : "type",
},
"caption" : "条件一",
"codeName" : "formitem",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "TOP",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "formitem", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSAppDEField" : {
"editorType" : "TEXTBOX", "name" : "TYPE",
"name" : "formitem" "codeName" : "Type"
},
"getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM1"
}, },
"caption" : "条件二",
"codeName" : "formitem1",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem1",
"noPrivDisplayMode" : 1,
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "DROPDOWNLIST",
"name" : "formitem1" "name" : "type",
}, "getPSAppCodeList" : {
"getPSLayoutPos" : { "modelref" : true,
"colLG" : 12, "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM2"
}, },
"caption" : "条件三", "singleSelect" : true
"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" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -643,402 +632,109 @@ ...@@ -643,402 +632,109 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"searchButtonPos" : "RIGHT", "searchButtonStyle" : "NONE",
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
"enableAdvanceSearch" : true, "enableAdvanceSearch" : false,
"enableAutoSearch" : false, "enableAutoSearch" : true,
"enableFilterSave" : false, "enableFilterSave" : false,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "searchform", "name" : "searchform",
"modelid" : "00eb0969f8c08fcc8321a6d60dcb7ae3", "modelid" : "5e4b87cb5540f41fffa44b8cc73b3404",
"modeltype" : "PSDEFORM_SEARCHFORM" "modeltype" : "PSDEFORM_SEARCHFORM"
}, { }, {
"codeName" : "ListViewtoolbar", "aggMode" : "NONE",
"controlType" : "TOOLBAR", "codeName" : "Main",
"logicName" : "工具栏模板(默认表格界面)", "columnEnableFilter" : 2,
"name" : "toolbar", "columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, },
"getPSControlParam" : { "groupMode" : "NONE",
"id" : "TOOLBAR" "logicName" : "主表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSDEToolbarItems" : [ { "getPSControlHandler" : {
"getCapPSLanguageRes" : { "getPSHandlerActions" : [ {
"lanResTag" : "TBB.TEXT.*.NEW" "actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"caption" : "新建", "getPSAppDataEntity" : {
"groupExtractMode" : "ITEM", "modelref" : true,
"itemType" : "DEUIACTION", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"name" : "tbitem3", }
"noPrivDisplayMode" : 2, }, {
"getPSAppViewUIAction" : { "actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "Create"
}, },
"getPSSysImage" : { "getPSAppDataEntity" : {
"glyph" : "xf0f6@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-file-text-o" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"getPSUIAction" : { "getPSAppDataEntity" : {
"getCapPSLanguageRes" : { "modelref" : true,
"lanResTag" : "TBB.TEXT.*.NEW" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"caption" : "新建", "getPSAppDataEntity" : {
"codeName" : "New", "modelref" : true,
"fullCodeName" : "New", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"name" : "表格界面_新建操作", }
"getPSSysImage" : { }, {
"glyph" : "xf0f6@FontAwesome", "actionName" : "GetDraft",
"cssClass" : "fa fa-file-text-o" "actionType" : "DEACTION",
}, "dataAccessAction" : "CREATE",
"predefinedType" : "GRIDVIEW_NEWACTION", "name" : "loaddraft",
"refreshMode" : 1, "getPSAppDEMethod" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "id" : "GetDraft"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "STYLE2",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"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" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"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" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7"
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"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" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9"
}, {
"caption" : "其它",
"itemType" : "ITEMS",
"name" : "tbitem16",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"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"
},
"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
} ],
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem17",
"getPSControlLogics" : [ {
"itemName" : "tbitem17",
"logicTag" : "toolbar",
"logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "false",
"triggerType" : "ITEMVISIBLE"
} ]
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"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" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleFilter",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "过滤",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"enableToggleMode" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"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" : {
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "list",
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "List",
"controlStyle" : "LISTVIEW",
"controlType" : "LIST",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"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/Book.json"
} }
}, }, {
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSLISTS/List.json",
"emptyText" : "无数据",
"getEmptyTextPSLanguageRes" : {
"lanResTag" : "COMMON.CONDITION.NOTIN"
},
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"getADPSAppDELogic" : {
"modelref" : true,
"id" : "singleData"
},
"actionType" : "DEDATASET", "actionType" : "DEDATASET",
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
...@@ -1047,364 +743,567 @@ ...@@ -1047,364 +743,567 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
}, },
"getGetPSControlAction" : { "getPSControlParam" : {
"modelref" : true, "autoLoad" : true,
"id" : "load", "showBusyIndicator" : true,
"actionName" : "Get", "id" : "GRID"
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"getPSAppDataEntity" : { "getPSDEGridColumns" : [ {
"modelref" : true, "align" : "LEFT",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "cLConvertMode" : "NONE",
} "caption" : "书名称",
"codeName" : "bookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bookname",
"excelCaption" : "书名称",
"name" : "bookname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}, },
"groupMode" : "NONE", "width" : 100,
"hookEventNames" : [ "ONLOADSUCCESS" ], "widthUnit" : "PX",
"getItemPSLayoutPanel" : { "enableSort" : true
"getAllPSPanelFields" : [ {
"id" : "field_text_dynamic",
"viewFieldName" : "TESTID"
}, {
"id" : "field_text_dynamic1",
"viewFieldName" : "TESTNAME"
}, {
"id" : "field_textbox",
"viewFieldName" : "TESTNAME"
}, {
"id" : "field_textbox1",
"viewFieldName" : "TESTNAME"
}, {
"id" : "field_image"
}, { }, {
"id" : "field_textbox2", "align" : "LEFT",
"viewFieldName" : "TESTNAME" "cLConvertMode" : "FRONT",
} ], "caption" : "更新人",
"codeName" : "Usr0522433048", "codeName" : "updateman",
"controlType" : "PANEL", "columnType" : "DEFGRIDCOLUMN",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository/PSPANELS/Usr0522433048.json", "dataItemName" : "updateman",
"layoutMode" : "TABLE_24COL", "excelCaption" : "更新人",
"logicName" : "List_列表项面板", "name" : "updateman",
"getPSAppDataEntity" : { "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRootPSPanelItems" : [ {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
}, },
"getPSLayoutPos" : { "getPSAppDEField" : {
"colMD" : 24, "name" : "UPDATEMAN",
"layout" : "TABLE_24COL" "codeName" : "UpdateMan"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"fieldStates" : 3,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorParams" : {
"READONLY" : "TRUE"
},
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false,
"readOnly" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}, },
"viewFieldName" : "TESTID", "width" : 150,
"hidden" : false, "widthUnit" : "PX",
"showCaption" : false "enableRowEdit" : true,
} ] "enableSort" : true
}, { }, {
"caption" : "面板容器", "align" : "LEFT",
"itemStyle" : "DEFAULT", "cLConvertMode" : "NONE",
"itemType" : "CONTAINER", "caption" : "建立时间",
"name" : "container1", "codeName" : "createdate",
"getPSLayout" : { "columnType" : "DEFGRIDCOLUMN",
"childColLG" : -1, "dataItemName" : "createdate",
"childColMD" : 24, "excelCaption" : "建立时间",
"childColSM" : -1, "name" : "createdate",
"childColXS" : -1, "noPrivDisplayMode" : 1,
"columnCount" : 24, "getPSAppDEField" : {
"layout" : "TABLE_24COL" "name" : "CREATEDATE",
"codeName" : "CreateDate"
}, },
"getPSLayoutPos" : { "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"grow" : 6, "width" : 150,
"layout" : "SIMPLEFLEX" "widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"getPSPanelItems" : [ { "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"caption" : "文本(动态)", "width" : 150,
"itemStyle" : "DEFAULT", "widthUnit" : "PX",
"itemType" : "FIELD", "enableSort" : true
"name" : "field_text_dynamic1", }, {
"getPSEditor" : { "align" : "LEFT",
"editorParams" : { "cLConvertMode" : "NONE",
"template" : "template内容:{{data.testname}}" "caption" : "日期",
"codeName" : "date",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "date",
"excelCaption" : "日期",
"name" : "date",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
}, },
"editorType" : "RAW", "getPSControlLogics" : [ {
"name" : "field_text_dynamic1", "itemName" : "date",
"predefinedType" : "FIELD_TEXT_DYNAMIC", "logicTag" : "grid",
"template" : "template内容:{{data.testname}}" "logicType" : "SCRIPT",
"name" : "logic",
"scriptCode" : "!!false",
"triggerType" : "ITEMVISIBLE"
} ],
"valueFormat" : "YYYY",
"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/ModelRepository__CodeList44.json"
}, },
"getPSLayoutPos" : { "getPSAppDEField" : {
"colMD" : 24, "name" : "TYPE",
"layout" : "TABLE_24COL" "codeName" : "Type"
}, },
"viewFieldName" : "TESTNAME", "width" : 150,
"hidden" : false, "widthUnit" : "PX",
"showCaption" : false "enableSort" : true
} ]
} ],
"predefinedType" : "CONTAINER_GRID"
}, { }, {
"caption" : "文本框", "align" : "LEFT",
"contentHeight" : 60.0, "cLConvertMode" : "NONE",
"contentWidth" : 400.0, "caption" : "结束时间",
"height" : 60.0, "codeName" : "end",
"itemStyle" : "DEFAULT", "columnType" : "DEFGRIDCOLUMN",
"itemType" : "FIELD", "dataItemName" : "end",
"name" : "field_textbox", "excelCaption" : "结束时间",
"getPSEditor" : { "name" : "end",
"editorHeight" : 60.0, "noPrivDisplayMode" : 1,
"editorType" : "RAW", "getPSAppDEField" : {
"editorWidth" : 400.0, "name" : "END",
"name" : "field_textbox", "codeName" : "End"
"predefinedType" : "FIELD_TEXTBOX"
}, },
"getPSLayoutPos" : { "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"colMD" : 24, "width" : 150,
"height" : 60, "widthUnit" : "PX",
"heightMode" : "PX", "enableSort" : true
"layout" : "TABLE_24COL", }, {
"width" : 400, "align" : "LEFT",
"widthMode" : "PX" "cLConvertMode" : "NONE",
"caption" : "属性24",
"codeName" : "field24",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field24",
"excelCaption" : "属性24",
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}, },
"viewFieldName" : "TESTNAME", "width" : 150,
"width" : 400.0, "widthUnit" : "PX",
"hidden" : false, "enableSort" : false
"showCaption" : false
}, { }, {
"caption" : "标签", "align" : "LEFT",
"contentType" : "HTML", "cLConvertMode" : "FRONT",
"htmlContent" : "<p>名称:{{data.testname}}</p>", "caption" : "属性",
"itemStyle" : "DEFAULT", "codeName" : "field",
"itemType" : "RAWITEM", "columnType" : "DEFGRIDCOLUMN",
"name" : "static_label", "dataItemName" : "field",
"getPSLayoutPos" : { "excelCaption" : "属性",
"colMD" : 24, "name" : "field",
"layout" : "TABLE_24COL", "noPrivDisplayMode" : 1,
"widthMode" : "FULL" "getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
}, },
"getPSRawItem" : { "getPSAppDEField" : {
"content" : "<p>名称:{{data.testname}}</p>", "name" : "FIELD",
"contentType" : "HTML", "codeName" : "Field"
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"templateMode" : true
}, },
"showCaption" : true "width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, { }, {
"caption" : "文本框", "align" : "LEFT",
"contentHeight" : 100.0, "cLConvertMode" : "NONE",
"contentWidth" : 600.0, "caption" : "属性36",
"height" : 100.0, "codeName" : "field36",
"itemStyle" : "DEFAULT", "columnType" : "DEFGRIDCOLUMN",
"itemType" : "FIELD", "dataItemName" : "field36",
"name" : "field_textbox1", "excelCaption" : "属性36",
"getPSEditor" : { "name" : "field36",
"editorHeight" : 100.0, "noPrivDisplayMode" : 1,
"editorParams" : { "getPSAppDEField" : {
"contenttype" : "RAW" "name" : "FIELD36",
"codeName" : "Field36"
}, },
"editorType" : "RAW", "width" : 150,
"editorWidth" : 600.0, "widthUnit" : "PX",
"name" : "field_textbox1", "enableSort" : true
"predefinedType" : "FIELD_TEXTBOX" }, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "属性2",
"codeName" : "field2",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field2",
"excelCaption" : "属性2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__CodeList.json"
}, },
"getPSLayoutPos" : { "getPSAppDEField" : {
"colMD" : 24, "name" : "FIELD2",
"height" : 100, "codeName" : "Field2"
"heightMode" : "PX",
"layout" : "TABLE_24COL",
"width" : 600,
"widthMode" : "PX"
}, },
"viewFieldName" : "TESTNAME", "width" : 150,
"width" : 600.0, "widthUnit" : "PX",
"hidden" : false, "enableSort" : true
"showCaption" : false
}, { }, {
"caption" : "图片(动态)", "align" : "LEFT",
"itemStyle" : "DEFAULT", "cLConvertMode" : "NONE",
"itemType" : "FIELD", "caption" : "属性19",
"name" : "field_image", "codeName" : "field19",
"getPSEditor" : { "columnType" : "DEFGRIDCOLUMN",
"editorParams" : { "dataItemName" : "field19",
"MAXCOUNT" : "1" "excelCaption" : "属性19",
}, "name" : "field19",
"editorType" : "PICTURE_ONE", "noPrivDisplayMode" : 1,
"maxFileCount" : 1, "getPSAppDEField" : {
"maxFileSize" : -1, "name" : "FIELD19",
"minFileCount" : 0, "codeName" : "Field19"
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
}, },
"getPSLayoutPos" : { "width" : 150,
"colMD" : 24, "widthUnit" : "PX",
"layout" : "TABLE_24COL" "enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性41",
"codeName" : "field41",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field41",
"excelCaption" : "属性41",
"name" : "field41",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
}, },
"hidden" : false, "width" : 150,
"showCaption" : false "widthUnit" : "PX",
"enableSort" : true
}, { }, {
"caption" : "文本框", "align" : "LEFT",
"itemStyle" : "DEFAULT", "cLConvertMode" : "NONE",
"itemType" : "FIELD", "caption" : "属性14",
"name" : "field_textbox2", "codeName" : "field14",
"getPSEditor" : { "columnType" : "DEFGRIDCOLUMN",
"contentType" : "HTML", "dataItemName" : "field14",
"editorParams" : { "excelCaption" : "属性14",
"contenttype" : "HTML" "name" : "field14",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
}, },
"editorType" : "RAW", "width" : 150,
"name" : "field_textbox2", "widthUnit" : "PX",
"predefinedType" : "FIELD_TEXTBOX" "enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "属性3",
"codeName" : "field3",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field3",
"excelCaption" : "属性3",
"name" : "field3",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
}, },
"getPSLayoutPos" : { "getPSAppDEField" : {
"colMD" : 24, "name" : "FIELD3",
"layout" : "TABLE_24COL" "codeName" : "Field3"
}, },
"viewFieldName" : "TESTNAME", "width" : 100,
"hidden" : false, "widthUnit" : "PX",
"showCaption" : false "enableSort" : true
}, { }, {
"caption" : "文本", "align" : "LEFT",
"contentType" : "RAW", "cLConvertMode" : "FRONT",
"itemStyle" : "DEFAULT", "caption" : "属性4",
"itemType" : "RAWITEM", "codeName" : "field4",
"name" : "static_text", "columnType" : "DEFGRIDCOLUMN",
"getPSLayoutPos" : { "dataItemName" : "field4",
"colMD" : 24, "excelCaption" : "属性4",
"layout" : "TABLE_24COL" "name" : "field4",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__CodeList.json"
}, },
"getPSRawItem" : { "getPSAppDEField" : {
"caption" : "文本内容", "name" : "FIELD4",
"contentType" : "RAW", "codeName" : "Field4"
"name" : "static_text",
"predefinedType" : "STATIC_TEXT",
"renderMode" : "TEXT"
}, },
"rawContent" : "文本内容", "width" : 100,
"showCaption" : true "widthUnit" : "PX",
"enableSort" : true
} ], } ],
"name" : "list_itempanel", "getPSDEGridDataItems" : [ {
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "dataType" : 25,
"modeltype" : "PSSYSVIEWPANEL" "name" : "bookname",
}, "getPSAppDEField" : {
"logicName" : "List", "name" : "BOOKNAME",
"minorSortDir" : "DESC", "codeName" : "BookName"
"getMinorSortPSAppDEField" : { }
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"codeName" : "UpdateDate" "codeName" : "UpdateDate"
}
}, {
"format" : "YYYY",
"dataType" : 5,
"name" : "date",
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
}
}, {
"dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "end",
"getPSAppDEField" : {
"name" : "END",
"codeName" : "End"
}
}, {
"dataType" : 21,
"name" : "field24",
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}
}, {
"dataType" : 25,
"name" : "field",
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"dataType" : 25,
"name" : "field36",
"getPSAppDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
}
}, {
"dataType" : 25,
"name" : "field2",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"dataType" : 25,
"name" : "field19",
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}
}, {
"dataType" : 25,
"name" : "field41",
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
}
}, {
"dataType" : 25,
"name" : "field14",
"getPSAppDEField" : {
"name" : "FIELD14",
"codeName" : "Field14"
}
}, {
"dataType" : 25,
"name" : "field3",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
}
}, {
"dataType" : 25,
"name" : "field4",
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "phoneid",
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
}
}, {
"dataType" : 25,
"name" : "pbookid",
"getPSAppDEField" : {
"name" : "PBOOKID",
"codeName" : "Pbookid"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ],
"getPSDEGridEditItems" : [ {
"caption" : "更新人",
"codeName" : "updateman",
"enableCond" : 3,
"ignoreInput" : 3,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, },
"mobListStyle" : "LISTVIEW", "getPSEditor" : {
"navFilter" : "aa", "editorType" : "SPAN",
"getNavPSAppView" : { "name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestChartView.json", "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"viewType" : "DECHARTVIEW"
}, },
"navViewParamJO" : { "enableLinkView" : false
"test" : "11"
}, },
"getPSAppDataEntity" : { "allowEmpty" : true,
"modelref" : true, "convertToCodeItemText" : true
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" }, {
"caption" : "属性19",
"codeName" : "field19",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field19",
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}, },
"getPSControlHandler" : { "getPSEditor" : {
"getPSHandlerActions" : [ { "editorParams" : {
"actionName" : "Get", "PICKUPVIEW" : "TRUE"
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"getPSAppDataEntity" : { "editorType" : "ADDRESSPICKUP",
"modelref" : true, "name" : "field19",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "enableAC" : false,
} "enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true
},
"allowEmpty" : true
}, { }, {
"actionName" : "Create", "caption" : "属性14",
"actionType" : "DEACTION", "codeName" : "field14",
"dataAccessAction" : "CREATE", "enableCond" : 3,
"name" : "create", "ignoreInput" : 0,
"getPSAppDEMethod" : { "name" : "field14",
"modelref" : true, "getPSAppDEField" : {
"id" : "Create" "name" : "FIELD14",
"codeName" : "Field14"
}, },
"getPSAppDataEntity" : { "getPSEditor" : {
"modelref" : true, "editorParams" : {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "PICKUPVIEW" : "TRUE"
} },
"editorType" : "ADDRESSPICKUP",
"name" : "field14",
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true
},
"allowEmpty" : true
}, { }, {
"actionName" : "Update", "caption" : "书标识",
"actionType" : "DEACTION", "codeName" : "srfkey",
"dataAccessAction" : "UPDATE", "enableCond" : 3,
"name" : "update", "ignoreInput" : 0,
"getPSAppDEMethod" : { "name" : "srfkey",
"modelref" : true, "getPSAppDEField" : {
"id" : "Update" "name" : "BOOKID",
"codeName" : "BookId"
}, },
"getPSAppDataEntity" : { "getPSEditor" : {
"modelref" : true, "editorType" : "HIDDEN",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "name" : "srfkey"
} },
}, { "allowEmpty" : true
} ],
"pagingMode" : 1,
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove", "actionName" : "Remove",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "DELETE", "dataAccessAction" : "DELETE",
...@@ -1415,353 +1314,334 @@ ...@@ -1415,353 +1314,334 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.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" : "fa1370490e24654b68f76899ff0a5688",
"modeltype" : "PSDEGRID"
}, { }, {
"getADPSAppDELogic" : { "codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "测试二级工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"id" : "singleData" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"actionType" : "DEDATASET", "getPSControlParam" : {
"name" : "fetch", "id" : "TOOLBAR"
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSDEToolbarItems" : [ {
"caption" : "分组1",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction2"
} },
} ], "getPSSysImage" : {
"userDRAction" : "READ", "cssClass" : "fa-solid fa-delete-left"
"enableDEFieldPrivilege" : false, },
"id" : "列表控件处理器" "getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
}, },
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "itemName" : "rawitem1",
"eventArg2" : "22", "logicTag" : "toolbar",
"eventNames" : "onLoadSuccess",
"itemName" : "TESTNAME",
"logicTag" : "list",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "test", "name" : "logicrawitem1",
"scriptCode" : "console.log('test列表逻辑');" "scriptCode" : "data?.aa",
"triggerType" : "ITEMVISIBLE"
} ], } ],
"getPSControlParam" : { "getPSRawItem" : {
"autoLoad" : true, "contentType" : "RAW",
"showBusyIndicator" : true, "name" : "rawitem1"
"id" : "LIST"
}, },
"getPSControls" : [ { "showCaption" : true
"codeName" : "ListViewlist_quicktoolbar", }, {
"controlType" : "TOOLBAR", "contentType" : "RAW",
"logicName" : "当前页聚合_工具栏", "itemType" : "RAWITEM",
"name" : "list_quicktoolbar", "name" : "rawitem2",
"getPSAppDataEntity" : { "getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ],
"tooltip" : "分组1",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction5"
}, },
"getPSControlParam" : { "getPSSysImage" : {
"id" : "list_quicktoolbar" "glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
}, },
"getPSDEToolbarItems" : [ { "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
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TEXT.*.EXPORT"
}, },
"caption" : "保存并关闭", "caption" : "导出",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "deuiaction1", "name" : "deuiaction6",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_quicktoolbar_deuiaction1" "id" : "toolbar_deuiaction6"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose" "glyph" : "xf065@FontAwesome",
"cssClass" : "fa fa-expand"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TEXT.*.EXPORT"
}, },
"caption" : "保存并关闭", "caption" : "导出",
"codeName" : "SaveAndExit", "codeName" : "ExportExcel",
"fullCodeName" : "SaveAndExit", "fullCodeName" : "ExportExcel",
"name" : "编辑界面_保存并退出操作", "name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose" "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
}, },
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION", "predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "SaveAndExit", "uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "保存并关闭", "tooltip" : "导出",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
} ],
"modelid" : "B52C7ACD-F8AA-414C-9636-43AC0D555EE8",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "ListViewlist_batchtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "行编辑测试_工具栏",
"name" : "list_batchtoolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "list_batchtoolbar"
},
"getPSDEToolbarItems" : [ {
"caption" : "刷新", "caption" : "刷新",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "deuiaction1", "name" : "deuiaction8",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_batchtoolbar_deuiaction1" "id" : "toolbar_deuiaction8"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh" "cssClass" : "fa fa-refresh"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "刷新", "caption" : "刷新",
"codeName" : "Refresh", "codeName" : "Refresh",
"fullCodeName" : "Refresh", "fullCodeName" : "Refresh",
"name" : "编辑界面_刷新操作", "name" : "表格界面_刷新操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh" "cssClass" : "fa fa-refresh"
}, },
"predefinedType" : "EDITVIEW_REFRESHACTION", "predefinedType" : "GRIDVIEW_REFRESHACTION",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Refresh", "uIActionTag" : "Refresh",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "刷新", "tooltip" : "刷新",
"uIActionTarget" : "SINGLEKEY", "width" : 200.0,
"showCaption" : true, "showCaption" : false,
"showIcon" : true "showIcon" : true
} ],
"modelid" : "2FD9649F-4DCD-43C3-8FEE-CD6FFF00C3E2",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDEDataExport" : {
"modelref" : true,
"id" : "DataExport"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testid",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "itemType" : "SEPERATOR",
"name" : "srfkey", "name" : "seperator2"
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, { }, {
"dataType" : 25, "caption" : "气泡",
"name" : "srfmajortext", "groupExtractMode" : "ITEM",
"getPSAppDEField" : { "itemType" : "DEUIACTION",
"name" : "TESTNAME", "name" : "deuiaction9",
"codeName" : "TESTName" "noPrivDisplayMode" : 2,
} "getPSAppViewUIAction" : {
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "11",
"rawValue" : true
} ],
"getPSSysCss" : {
"cssName" : "test3"
},
"pagingSize" : 30,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction9"
}
}, },
"getUpdatePSControlAction" : { "getPSUIAction" : {
"modelref" : true, "actionTarget" : "NONE",
"id" : "update", "caption" : "气泡打开",
"actionName" : "Update", "codeName" : "openPopover",
"actionType" : "DEACTION", "getFrontPSAppView" : {
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Update" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsrPopoverEditView.json",
"viewType" : "DEEDITVIEW"
}, },
"frontProcessType" : "WIZARD",
"fullCodeName" : "Book_openPopover",
"name" : "气泡打开",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, },
"hasWFDataItems" : false, "timeout" : 60000,
"enableGroup" : false, "uIActionMode" : "FRONT",
"enableItemPrivilege" : true, "uIActionTag" : "openPopover",
"enableRowEdit" : true, "uIActionType" : "DEUIACTION",
"enableRowEditGroup" : true, "id" : "openPopover@Book"
"enableRowEditOrder" : true, },
"enableRowNew" : false, "tooltip" : "气泡",
"noSort" : false, "uIActionTarget" : "NONE",
"showHeader" : true, "showCaption" : true,
"name" : "list", "showIcon" : true
"modelid" : "85F275B0-E355-42B6-89DD-25541320AFEC", } ],
"modeltype" : "PSDELIST" "xDataControlName" : "grid",
"modelid" : "FE7745F8-D180-473C-8CB8-71A149BE3C04",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TestSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHBARS/TestSearchBar.json",
"logicName" : "测试搜索栏",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "searchbar" "id" : "SEARCHBAR"
}, },
"getPSSearchBarGroups" : [ { "quickGroupCount" : -1,
"caption" : "仙侠",
"data" : "{\na: 11\n}",
"itemType" : "GROUP",
"name" : "xx",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "名著",
"itemType" : "GROUP",
"name" : "mz",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "言情",
"itemType" : "GROUP",
"name" : "yq",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "教材",
"itemType" : "GROUP",
"name" : "jc",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "科普",
"itemType" : "GROUP",
"name" : "kp",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 5,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 200,
"enableFilter" : false, "enableFilter" : false,
"enableGroup" : true, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false "mobileSearchBar" : false,
"name" : "searchbar",
"modelid" : "3056FA79-0F25-496A-ACCE-F7671B22683F",
"modeltype" : "PSSYSSEARCHBAR"
}, { }, {
"getCapPSLanguageRes" : { "caption" : "书",
"lanResTag" : "PAGE.CAPTION.TEST.LISTVIEW" "codeName" : "GridViewcaptionbar",
},
"caption" : "列表视图",
"codeName" : "ListViewcaptionbar",
"controlType" : "CAPTIONBAR", "controlType" : "CAPTIONBAR",
"name" : "captionbar", "name" : "captionbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getSubCapPSLanguageRes" : {
"lanResTag" : "PAGE.SUBCAP.TEST.LISTVIEW"
}, },
"subCaption" : "列表视图子标题" "getPSControlParam" : { }
} ], } ],
"getPSDEViewCodeName" : "ListView", "getPSDEViewCodeName" : "GridView",
"getPSDEViewId" : "138F7563-334D-49E0-B344-B2DC4DBBE571", "getPSDEViewId" : "70a494442130986d205587b9b6a26ac6",
"getPSSysCss" : {
"cssName" : "test3"
},
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
"controlStyle" : "APPDELISTVIEW", "controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlParam" : { }, "getPSControlParam" : { },
"layoutBodyOnly" : true, "layoutBodyOnly" : true,
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"getQuickGroupPSCodeList" : { "title" : "书表格视图",
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
},
"getSubCapPSLanguageRes" : {
"lanResTag" : "PAGE.SUBCAP.TEST.LISTVIEW"
},
"subCaption" : "列表视图子标题",
"title" : "测试实体列表视图",
"getTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.LISTVIEW"
},
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DELISTVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "list", "xDataControlName" : "grid",
"enableDP" : true, "enableDP" : true,
"enableExport" : true,
"enableFilter" : true, "enableFilter" : true,
"enableQuickGroup" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"modelid" : "cb0d9598545bcfa333c30b57d3cc546a", "rowEditDefault" : false,
"modelid" : "a9523851d901a5a06a410a8827dee62f",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, },
"portletType" : "VIEW", "portletType" : "VIEW",
......
...@@ -5524,108 +5524,26 @@ ...@@ -5524,108 +5524,26 @@
"getPortletPSAppView" : { "getPortletPSAppView" : {
"accUserMode" : 4, "accUserMode" : 4,
"accessKey" : "MODULE_ONE", "accessKey" : "MODULE_ONE",
"getCapPSLanguageRes" : { "caption" : "书",
"lanResTag" : "PAGE.CAPTION.TEST.LISTVIEW" "codeName" : "bookGridView",
}, "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookGridView.json",
"caption" : "列表视图", "funcViewMode" : "MDATAVIEW",
"codeName" : "TESTListView", "gridRowActiveMode" : 2,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json", "name" : "bookGridView",
"funcViewMode" : "MAINVIEW",
"funcViewParam" : "11",
"mDCtrlActiveMode" : 2,
"name" : "TESTListView",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "57a03eae761cc02c765be88b39d08c17"
},
"getPSAppCounterRefs" : [ {
"getPSAppCounter" : {
"codeName" : "WFExpBar",
"counterType" : "CUSTOM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json",
"name" : "流程导航栏计数器",
"getPSCounterId" : "WFEXPBAR",
"timer" : 60000,
"uniqueTag" : "WFExpBar"
},
"tag" : "57a03eae761cc02c765be88b39d08c17",
"id" : "57a03eae761cc02c765be88b39d08c17"
} ],
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSAppModule" : { "getPSAppModule" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Test.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
}, },
"getPSAppViewEngines" : [ { "getPSAppViewEngines" : [ {
"engineCat" : "VIEW", "engineCat" : "VIEW",
"engineType" : "ListView", "engineType" : "GridView",
"name" : "engine" "name" : "engine"
}, {
"engineCat" : "CTRL",
"engineType" : "CtrlLoadTrigger",
"name" : "engine_list_default",
"getPSUIEngineParams" : [ {
"ctrlName" : "list",
"name" : "CTRL",
"paramType" : "CTRL"
} ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventArg" : "aa",
"eventArg2" : "bb",
"eventNames" : "onLoadSuccess",
"logicTrigger" : "CTRLEVENT",
"logicType" : "SCRIPT",
"name" : "LISTLOAD",
"getPSViewCtrlName" : "list",
"scriptCode" : "console.log('aaa列表视图')"
}, {
"eventNames" : "点击",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPDEUILOGIC",
"name" : "member1",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"eventNames" : "点击",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPDEUILOGIC",
"name" : "member2",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "UILogic1"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"logicTrigger" : "TIMER",
"name" : "member3",
"timer" : 333
}, {
"eventArg" : "aa",
"eventArg2" : "cc",
"eventNames" : "onViewMounted",
"logicTrigger" : "VIEWEVENT",
"logicType" : "SCRIPT",
"name" : "member4",
"scriptCode" : "console.log('aaa')"
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SCRIPT",
"name" : "member5",
"scriptCode" : "eeeee"
}, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC", "logicType" : "APPUILOGIC",
"name" : "newdata", "name" : "newdata",
...@@ -5634,17 +5552,61 @@ ...@@ -5634,17 +5552,61 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
"getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
...@@ -5660,18 +5622,60 @@ ...@@ -5660,18 +5622,60 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : { "getOpenDataPSAppView" : {
"openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"openMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -5679,31 +5683,70 @@ ...@@ -5679,31 +5683,70 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewMsgGroup" : {
"modelref" : true,
"id" : "VMGroup"
},
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA", "name" : "EDITDATA",
"realTitle" : "测试表格导航", "getPSNavigateContexts" : [ {
"key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"realTitle" : "重复器测试",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.GRIDEXPVIEW" "lanResTag" : "CTRL.WFSERVICE.ERR000006"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEGRIDEXPVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
"name" : "EDITDATA", "name" : "NEWDATA",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL", "getPSNavigateContexts" : [ {
"realTitle" : "简单编辑", "key" : "CTX1",
"name" : "CTX1",
"value" : "ctx1",
"rawValue" : true
}, {
"key" : "CTX",
"name" : "CTX",
"value" : "srforgid",
"rawValue" : false
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "test",
"rawValue" : true
}, {
"key" : "test1",
"name" : "test1",
"value" : "majorentityname",
"rawValue" : false
} ],
"realTitle" : "重复器测试",
"getRealTitlePSLanguageRes" : { "getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.SIMPLEEDITVIEW" "lanResTag" : "CTRL.WFSERVICE.ERR000006"
}, },
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookRepeatEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -5711,11 +5754,11 @@ ...@@ -5711,11 +5754,11 @@
"codeName" : "Default", "codeName" : "Default",
"controlType" : "SEARCHFORM", "controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130, "defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Default.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json",
"logicName" : "默认搜索表单", "logicName" : "默认搜索表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlHandler" : { "getPSControlHandler" : {
"getPSHandlerActions" : [ { "getPSHandlerActions" : [ {
...@@ -5727,7 +5770,7 @@ ...@@ -5727,7 +5770,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionType" : "FILTERACTION",
...@@ -5738,7 +5781,7 @@ ...@@ -5738,7 +5781,7 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
}, { }, {
"actionType" : "FILTERACTION", "actionType" : "FILTERACTION",
...@@ -5749,11 +5792,11 @@ ...@@ -5749,11 +5792,11 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
} }
} ], } ],
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器" "id" : "Book搜索表单处理器"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"autoLoad" : true, "autoLoad" : true,
...@@ -5761,138 +5804,84 @@ ...@@ -5761,138 +5804,84 @@
"id" : "SEARCHFORM" "id" : "SEARCHFORM"
}, },
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "n_testname_like", "id" : "n_bookname_like",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "BOOKNAME",
"codeName" : "TESTName" "codeName" : "BookName"
} }
}, { }, {
"id" : "formitem", "id" : "type",
"dataType" : 25 "dataType" : 25,
}, { "getPSAppDEField" : {
"id" : "formitem1", "name" : "TYPE",
"dataType" : 25 "codeName" : "Type"
}, { }
"id" : "formitem2",
"dataType" : 25
} ], } ],
"getPSDEFormPages" : [ { "getPSDEFormPages" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMPAGE.FORMPAGE1"
},
"caption" : "常规条件", "caption" : "常规条件",
"codeName" : "formpage1", "codeName" : "formpage1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"getCapPSLanguageRes" : { "caption" : "书名称(文本包含(%))",
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.N_TESTNAME_LIKE" "codeName" : "n_bookname_like",
},
"caption" : "测试实体名称",
"codeName" : "n_testname_like",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "TOP",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "n_testname_like", "name" : "n_bookname_like",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TESTNAME", "name" : "BOOKNAME",
"codeName" : "TESTName" "codeName" : "BookName"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "n_testname_like" "name" : "n_bookname_like"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "caption" : "类型",
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM" "codeName" : "type",
},
"caption" : "条件一",
"codeName" : "formitem",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "TOP",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "formitem", "name" : "type",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "DROPDOWNLIST",
"name" : "formitem" "name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
},
"singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colLG" : 12,
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM1"
},
"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
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.TEST.DEFAULT.FORMITEM.FORMITEM2"
},
"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, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -5913,768 +5902,678 @@ ...@@ -5913,768 +5902,678 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"searchButtonPos" : "RIGHT", "searchButtonStyle" : "NONE",
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP", "tabHeaderPos" : "TOP",
"enableAdvanceSearch" : true, "enableAdvanceSearch" : false,
"enableAutoSearch" : false, "enableAutoSearch" : true,
"enableFilterSave" : false, "enableFilterSave" : false,
"noTabHeader" : true, "noTabHeader" : true,
"name" : "searchform", "name" : "searchform",
"modelid" : "00eb0969f8c08fcc8321a6d60dcb7ae3", "modelid" : "5e4b87cb5540f41fffa44b8cc73b3404",
"modeltype" : "PSDEFORM_SEARCHFORM" "modeltype" : "PSDEFORM_SEARCHFORM"
}, { }, {
"codeName" : "ListViewtoolbar", "aggMode" : "NONE",
"controlType" : "TOOLBAR", "codeName" : "Main",
"logicName" : "工具栏模板(默认表格界面)", "columnEnableFilter" : 2,
"name" : "toolbar", "columnEnableLink" : 2,
"getPSAppDataEntity" : { "controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Main.json",
"getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "fetch",
}, "actionType" : "DEDATASET",
"getPSControlParam" : { "name" : "fetch",
"id" : "TOOLBAR" "getPSAppDEMethod" : {
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "FetchDefault"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
}, },
"predefinedType" : "GRIDVIEW_NEWACTION", "getPSAppDataEntity" : {
"refreshMode" : 1, "modelref" : true,
"timeout" : 60000, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"getTooltipPSLanguageRes" : { }
"lanResTag" : "TBB.TOOLTIP.*.NEW"
}, },
"uIActionMode" : "SYS", "groupMode" : "NONE",
"uIActionTag" : "New", "logicName" : "主表格",
"uIActionType" : "DEUIACTION", "getPSAppDataEntity" : {
"reloadData" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"tooltip" : "新建", "getPSControlHandler" : {
"getTooltipPSLanguageRes" : { "getPSHandlerActions" : [ {
"lanResTag" : "TBB.TOOLTIP.*.NEW" "actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"showCaption" : true, "getPSAppDataEntity" : {
"showIcon" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, { }, {
"buttonStyle" : "STYLE2", "actionName" : "Create",
"getCapPSLanguageRes" : { "actionType" : "DEACTION",
"lanResTag" : "TBB.TEXT.*.EDIT" "dataAccessAction" : "CREATE",
}, "name" : "create",
"caption" : "编辑", "getPSAppDEMethod" : {
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem4" "id" : "Create"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
}, },
"predefinedType" : "GRIDVIEW_EDITACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"lanResTag" : "TBB.TOOLTIP.*.EDIT" }
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"uIActionMode" : "SYS", "getPSAppDataEntity" : {
"uIActionTag" : "Edit", "modelref" : true,
"uIActionType" : "DEUIACTION" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"tooltip" : "编辑", "getPSAppDataEntity" : {
"getTooltipPSLanguageRes" : { "modelref" : true,
"lanResTag" : "TBB.TOOLTIP.*.EDIT" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"uIActionTarget" : "SINGLEKEY", "getPSAppDataEntity" : {
"showCaption" : true, "modelref" : true,
"showIcon" : true "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, { }, {
"getCapPSLanguageRes" : { "actionType" : "DEDATASET",
"lanResTag" : "TBB.TEXT.*.COPY" "name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
}, },
"caption" : "拷贝", "getPSAppDataEntity" : {
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem6" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
}, },
"getPSSysImage" : { "getPSControlParam" : {
"glyph" : "xf0c5@FontAwesome", "autoLoad" : true,
"cssClass" : "fa fa-copy" "showBusyIndicator" : true,
"id" : "GRID"
}, },
"getPSUIAction" : { "getPSDEGridColumns" : [ {
"actionTarget" : "SINGLEKEY", "align" : "LEFT",
"getCapPSLanguageRes" : { "cLConvertMode" : "NONE",
"lanResTag" : "TBB.TEXT.*.COPY" "caption" : "书名称",
"codeName" : "bookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "bookname",
"excelCaption" : "书名称",
"name" : "bookname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}, },
"caption" : "拷贝", "width" : 100,
"codeName" : "Copy", "widthUnit" : "PX",
"fullCodeName" : "Copy", "enableSort" : true
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7"
}, { }, {
"getCapPSLanguageRes" : { "align" : "LEFT",
"lanResTag" : "TBB.TEXT.*.REMOVE" "cLConvertMode" : "FRONT",
}, "caption" : "更新人",
"caption" : "删除", "codeName" : "updateman",
"groupExtractMode" : "ITEM", "columnType" : "DEFGRIDCOLUMN",
"itemType" : "DEUIACTION", "dataItemName" : "updateman",
"name" : "tbitem8", "excelCaption" : "更新人",
"noPrivDisplayMode" : 2, "name" : "updateman",
"getPSAppViewUIAction" : { "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem8" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "删除", "getPSAppDEField" : {
"getTooltipPSLanguageRes" : { "name" : "UPDATEMAN",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE" "codeName" : "UpdateMan"
}, },
"uIActionTarget" : "MULTIKEY", "width" : 150,
"showCaption" : true, "widthUnit" : "PX",
"showIcon" : true "enableRowEdit" : true,
}, { "enableSort" : true
"itemType" : "SEPERATOR",
"name" : "tbitem9"
}, { }, {
"caption" : "其它", "align" : "LEFT",
"itemType" : "ITEMS", "cLConvertMode" : "NONE",
"name" : "tbitem16", "caption" : "建立时间",
"getPSDEToolbarItems" : [ { "codeName" : "createdate",
"getCapPSLanguageRes" : { "columnType" : "DEFGRIDCOLUMN",
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF" "dataItemName" : "createdate",
}, "excelCaption" : "建立时间",
"caption" : "导出数据模型test", "name" : "createdate",
"groupExtractMode" : "ITEM", "noPrivDisplayMode" : 1,
"itemType" : "DEUIACTION", "getPSAppDEField" : {
"name" : "tbitem21", "name" : "CREATEDATE",
"noPrivDisplayMode" : 2, "codeName" : "CreateDate"
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem21"
},
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型",
"codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
}, },
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"timeout" : 60000, "width" : 150,
"uIActionMode" : "SYS", "widthUnit" : "PX",
"uIActionTag" : "ExportModel", "enableSort" : true
"uIActionType" : "DEUIACTION" }, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"tooltip" : "导出数据模型test", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"showCaption" : true, "width" : 150,
"showIcon" : true "widthUnit" : "PX",
} ], "enableSort" : true
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, { }, {
"itemType" : "SEPERATOR", "align" : "LEFT",
"name" : "tbitem17", "cLConvertMode" : "NONE",
"caption" : "日期",
"codeName" : "date",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "date",
"excelCaption" : "日期",
"name" : "date",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
},
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"itemName" : "tbitem17", "itemName" : "date",
"logicTag" : "toolbar", "logicTag" : "grid",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
"name" : "logic", "name" : "logic",
"scriptCode" : "false", "scriptCode" : "!!false",
"triggerType" : "ITEMVISIBLE" "triggerType" : "ITEMVISIBLE"
} ] } ],
"valueFormat" : "YYYY",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
}, { }, {
"getCapPSLanguageRes" : { "align" : "LEFT",
"lanResTag" : "TBB.TEXT.*.FILTER" "cLConvertMode" : "FRONT",
}, "caption" : "类型",
"caption" : "过滤", "codeName" : "type",
"groupExtractMode" : "ITEM", "columnType" : "DEFGRIDCOLUMN",
"itemType" : "DEUIACTION", "dataItemName" : "type",
"name" : "tbitem19", "excelCaption" : "类型",
"noPrivDisplayMode" : 2, "name" : "type",
"getPSAppViewUIAction" : { "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem19" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"predefinedType" : "GRIDVIEW_SEARCHBAR",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
}, },
"uIActionMode" : "SYS", "getPSAppDEField" : {
"uIActionTag" : "ToggleFilter", "name" : "TYPE",
"uIActionType" : "DEUIACTION", "codeName" : "Type"
"enableToggleMode" : true
}, },
"tooltip" : "过滤", "width" : 150,
"getTooltipPSLanguageRes" : { "widthUnit" : "PX",
"lanResTag" : "TBB.TOOLTIP.*.FILTER" "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "结束时间",
"codeName" : "end",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "end",
"excelCaption" : "结束时间",
"name" : "end",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "END",
"codeName" : "End"
}, },
"enableToggleMode" : true, "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"showCaption" : true, "width" : 150,
"showIcon" : true "widthUnit" : "PX",
"enableSort" : true
}, { }, {
"getCapPSLanguageRes" : { "align" : "LEFT",
"lanResTag" : "TBB.TEXT.*.HELP" "cLConvertMode" : "NONE",
"caption" : "属性24",
"codeName" : "field24",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field24",
"excelCaption" : "属性24",
"name" : "field24",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD24",
"codeName" : "Field24"
}, },
"caption" : "帮助", "width" : 150,
"groupExtractMode" : "ITEM", "widthUnit" : "PX",
"itemType" : "DEUIACTION", "enableSort" : false
"name" : "tbitem18", }, {
"noPrivDisplayMode" : 2, "align" : "LEFT",
"getPSAppViewUIAction" : { "cLConvertMode" : "FRONT",
"caption" : "属性",
"codeName" : "field",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field",
"excelCaption" : "属性",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem18" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
}, },
"getPSSysImage" : { "getPSAppDEField" : {
"glyph" : "xf128@FontAwesome", "name" : "FIELD",
"cssClass" : "fa fa-question" "codeName" : "Field"
}, },
"getPSUIAction" : { "width" : 150,
"getCapPSLanguageRes" : { "widthUnit" : "PX",
"lanResTag" : "TBB.TEXT.*.HELP" "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性36",
"codeName" : "field36",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field36",
"excelCaption" : "属性36",
"name" : "field36",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD36",
"codeName" : "Field36"
}, },
"caption" : "帮助", "width" : 150,
"codeName" : "Help", "widthUnit" : "PX",
"fullCodeName" : "Help", "enableSort" : true
"name" : "表格界面_帮助操作", }, {
"getPSSysImage" : { "align" : "LEFT",
"glyph" : "xf128@FontAwesome", "cLConvertMode" : "FRONT",
"cssClass" : "fa fa-question" "caption" : "属性2",
"codeName" : "field2",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field2",
"excelCaption" : "属性2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__CodeList.json"
}, },
"predefinedType" : "GRIDVIEW_HELPACTION", "getPSAppDEField" : {
"timeout" : 60000, "name" : "FIELD2",
"getTooltipPSLanguageRes" : { "codeName" : "Field2"
"lanResTag" : "TBB.TOOLTIP.*.HELP"
}, },
"uIActionMode" : "SYS", "width" : 150,
"uIActionTag" : "Help", "widthUnit" : "PX",
"uIActionType" : "DEUIACTION" "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性19",
"codeName" : "field19",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field19",
"excelCaption" : "属性19",
"name" : "field19",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}, },
"tooltip" : "帮助", "width" : 150,
"getTooltipPSLanguageRes" : { "widthUnit" : "PX",
"lanResTag" : "TBB.TOOLTIP.*.HELP" "enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性41",
"codeName" : "field41",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field41",
"excelCaption" : "属性41",
"name" : "field41",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD41",
"codeName" : "Field41"
}, },
"showCaption" : true, "width" : 150,
"showIcon" : true "widthUnit" : "PX",
} ], "enableSort" : true
"xDataControlName" : "list",
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "List", "align" : "LEFT",
"controlStyle" : "LISTVIEW", "cLConvertMode" : "NONE",
"controlType" : "LIST", "caption" : "属性14",
"getCreatePSControlAction" : { "codeName" : "field14",
"modelref" : true, "columnType" : "DEFGRIDCOLUMN",
"id" : "create", "dataItemName" : "field14",
"actionName" : "Create", "excelCaption" : "属性14",
"actionType" : "DEACTION", "name" : "field14",
"dataAccessAction" : "CREATE", "noPrivDisplayMode" : 1,
"name" : "create", "getPSAppDEField" : {
"getPSAppDEMethod" : { "name" : "FIELD14",
"modelref" : true, "codeName" : "Field14"
"id" : "Create"
}, },
"getPSAppDataEntity" : { "width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "属性3",
"codeName" : "field3",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field3",
"excelCaption" : "属性3",
"name" : "field3",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList46.json"
}
}, },
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSLISTS/List.json", "getPSAppDEField" : {
"emptyText" : "无数据", "name" : "FIELD3",
"getEmptyTextPSLanguageRes" : { "codeName" : "Field3"
"lanResTag" : "COMMON.CONDITION.NOTIN"
}, },
"getFetchPSControlAction" : { "width" : 100,
"modelref" : true, "widthUnit" : "PX",
"id" : "fetch", "enableSort" : true
"getADPSAppDELogic" : { }, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "属性4",
"codeName" : "field4",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "field4",
"excelCaption" : "属性4",
"name" : "field4",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"id" : "singleData" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__CodeList.json"
}, },
"actionType" : "DEDATASET", "getPSAppDEField" : {
"name" : "fetch", "name" : "FIELD4",
"getPSAppDEMethod" : { "codeName" : "Field4"
"modelref" : true,
"id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "width" : 100,
"modelref" : true, "widthUnit" : "PX",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
} }
}, }, {
"getGetPSControlAction" : { "dataType" : 25,
"modelref" : true, "name" : "updateman",
"id" : "load", "getPSAppDEField" : {
"actionName" : "Get", "name" : "UPDATEMAN",
"actionType" : "DEACTION", "codeName" : "UpdateMan"
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
},
"groupMode" : "NONE",
"hookEventNames" : [ "ONLOADSUCCESS" ],
"getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "field_text_dynamic",
"viewFieldName" : "TESTID"
}, { }, {
"id" : "field_text_dynamic1", "format" : "YYYY-MM-DD HH:mm:ss",
"viewFieldName" : "TESTNAME" "dataType" : 5,
"name" : "createdate",
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, { }, {
"id" : "field_textbox", "format" : "YYYY-MM-DD HH:mm:ss",
"viewFieldName" : "TESTNAME" "dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, { }, {
"id" : "field_textbox1", "format" : "YYYY",
"viewFieldName" : "TESTNAME" "dataType" : 5,
"name" : "date",
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
}
}, { }, {
"id" : "field_image" "dataType" : 25,
"name" : "type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, { }, {
"id" : "field_textbox2", "format" : "YYYY-MM-DD HH:mm:ss",
"viewFieldName" : "TESTNAME" "dataType" : 5,
} ], "name" : "end",
"codeName" : "Usr0522433048", "getPSAppDEField" : {
"controlType" : "PANEL", "name" : "END",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository/PSPANELS/Usr0522433048.json", "codeName" : "End"
"layoutMode" : "TABLE_24COL", }
"logicName" : "List_列表项面板",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/ViewLayoutModelRepository.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRootPSPanelItems" : [ {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"fieldStates" : 3,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorParams" : {
"READONLY" : "TRUE"
},
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false,
"readOnly" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "TESTID",
"hidden" : false,
"showCaption" : false
} ]
}, { }, {
"caption" : "面板容器", "dataType" : 21,
"itemStyle" : "DEFAULT", "name" : "field24",
"itemType" : "CONTAINER", "getPSAppDEField" : {
"name" : "container1", "name" : "FIELD24",
"getPSLayout" : { "codeName" : "Field24"
"childColLG" : -1, }
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 6,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic1",
"getPSEditor" : {
"editorParams" : {
"template" : "template内容:{{data.testname}}"
},
"editorType" : "RAW",
"name" : "field_text_dynamic1",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"template" : "template内容:{{data.testname}}"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "TESTNAME",
"hidden" : false,
"showCaption" : false
} ]
} ],
"predefinedType" : "CONTAINER_GRID"
}, { }, {
"caption" : "文本框", "dataType" : 25,
"contentHeight" : 60.0, "name" : "field",
"contentWidth" : 400.0, "getPSAppDEField" : {
"height" : 60.0, "name" : "FIELD",
"itemStyle" : "DEFAULT", "codeName" : "Field"
"itemType" : "FIELD", }
"name" : "field_textbox",
"getPSEditor" : {
"editorHeight" : 60.0,
"editorType" : "RAW",
"editorWidth" : 400.0,
"name" : "field_textbox",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"height" : 60,
"heightMode" : "PX",
"layout" : "TABLE_24COL",
"width" : 400,
"widthMode" : "PX"
},
"viewFieldName" : "TESTNAME",
"width" : 400.0,
"hidden" : false,
"showCaption" : false
}, { }, {
"caption" : "标签", "dataType" : 25,
"contentType" : "HTML", "name" : "field36",
"htmlContent" : "<p>名称:{{data.testname}}</p>", "getPSAppDEField" : {
"itemStyle" : "DEFAULT", "name" : "FIELD36",
"itemType" : "RAWITEM", "codeName" : "Field36"
"name" : "static_label", }
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL",
"widthMode" : "FULL"
},
"getPSRawItem" : {
"content" : "<p>名称:{{data.testname}}</p>",
"contentType" : "HTML",
"name" : "static_label",
"predefinedType" : "STATIC_LABEL",
"templateMode" : true
},
"showCaption" : true
}, { }, {
"caption" : "文本框", "dataType" : 25,
"contentHeight" : 100.0, "name" : "field2",
"contentWidth" : 600.0, "getPSAppDEField" : {
"height" : 100.0, "name" : "FIELD2",
"itemStyle" : "DEFAULT", "codeName" : "Field2"
"itemType" : "FIELD", }
"name" : "field_textbox1",
"getPSEditor" : {
"editorHeight" : 100.0,
"editorParams" : {
"contenttype" : "RAW"
},
"editorType" : "RAW",
"editorWidth" : 600.0,
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"height" : 100,
"heightMode" : "PX",
"layout" : "TABLE_24COL",
"width" : 600,
"widthMode" : "PX"
},
"viewFieldName" : "TESTNAME",
"width" : 600.0,
"hidden" : false,
"showCaption" : false
}, { }, {
"caption" : "图片(动态)", "dataType" : 25,
"itemStyle" : "DEFAULT", "name" : "field19",
"itemType" : "FIELD", "getPSAppDEField" : {
"name" : "field_image", "name" : "FIELD19",
"getPSEditor" : { "codeName" : "Field19"
"editorParams" : { }
"MAXCOUNT" : "1"
},
"editorType" : "PICTURE_ONE",
"maxFileCount" : 1,
"maxFileSize" : -1,
"minFileCount" : 0,
"name" : "field_image",
"predefinedType" : "FIELD_IMAGE"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
}, { }, {
"caption" : "文本框", "dataType" : 25,
"itemStyle" : "DEFAULT", "name" : "field41",
"itemType" : "FIELD", "getPSAppDEField" : {
"name" : "field_textbox2", "name" : "FIELD41",
"getPSEditor" : { "codeName" : "Field41"
"contentType" : "HTML", }
"editorParams" : {
"contenttype" : "HTML"
},
"editorType" : "RAW",
"name" : "field_textbox2",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "TESTNAME",
"hidden" : false,
"showCaption" : false
}, { }, {
"caption" : "文本", "dataType" : 25,
"contentType" : "RAW", "name" : "field14",
"itemStyle" : "DEFAULT", "getPSAppDEField" : {
"itemType" : "RAWITEM", "name" : "FIELD14",
"name" : "static_text", "codeName" : "Field14"
"getPSLayoutPos" : { }
"colMD" : 24, }, {
"layout" : "TABLE_24COL" "dataType" : 25,
}, "name" : "field3",
"getPSRawItem" : { "getPSAppDEField" : {
"caption" : "文本内容", "name" : "FIELD3",
"contentType" : "RAW", "codeName" : "Field3"
"name" : "static_text", }
"predefinedType" : "STATIC_TEXT", }, {
"renderMode" : "TEXT" "dataType" : 25,
"name" : "field4",
"getPSAppDEField" : {
"name" : "FIELD4",
"codeName" : "Field4"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}, },
"rawContent" : "文本内容", "dataAccessAction" : true
"showCaption" : true }, {
"dataType" : 25,
"name" : "phoneid",
"getPSAppDEField" : {
"name" : "PHONEID",
"codeName" : "PhoneId"
}
}, {
"dataType" : 25,
"name" : "pbookid",
"getPSAppDEField" : {
"name" : "PBOOKID",
"codeName" : "Pbookid"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ], } ],
"name" : "list_itempanel", "getPSDEGridEditItems" : [ {
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "caption" : "更新人",
"modeltype" : "PSSYSVIEWPANEL" "codeName" : "updateman",
}, "enableCond" : 3,
"logicName" : "List", "ignoreInput" : 3,
"minorSortDir" : "DESC", "name" : "updateman",
"getMinorSortPSAppDEField" : { "getPSAppDEField" : {
"name" : "UPDATEDATE", "name" : "UPDATEMAN",
"codeName" : "UpdateDate" "codeName" : "UpdateMan"
}, },
"mobListStyle" : "LISTVIEW", "getPSEditor" : {
"navFilter" : "aa", "editorType" : "SPAN",
"getNavPSAppView" : { "name" : "updateman",
"getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestChartView.json", "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"viewType" : "DECHARTVIEW"
}, },
"navViewParamJO" : { "enableLinkView" : false
"test" : "11"
}, },
"getPSAppDataEntity" : { "allowEmpty" : true,
"modelref" : true, "convertToCodeItemText" : true
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" }, {
"caption" : "属性19",
"codeName" : "field19",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "field19",
"getPSAppDEField" : {
"name" : "FIELD19",
"codeName" : "Field19"
}, },
"getPSControlHandler" : { "getPSEditor" : {
"getPSHandlerActions" : [ { "editorParams" : {
"actionName" : "Get", "PICKUPVIEW" : "TRUE"
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"getPSAppDataEntity" : { "editorType" : "ADDRESSPICKUP",
"modelref" : true, "name" : "field19",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "enableAC" : false,
} "enablePickupView" : true,
}, { "forceSelection" : true,
"actionName" : "Create", "showTrigger" : true
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"getPSAppDataEntity" : { "allowEmpty" : true
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, { }, {
"actionName" : "Update", "caption" : "属性14",
"actionType" : "DEACTION", "codeName" : "field14",
"dataAccessAction" : "UPDATE", "enableCond" : 3,
"name" : "update", "ignoreInput" : 0,
"getPSAppDEMethod" : { "name" : "field14",
"modelref" : true, "getPSAppDEField" : {
"id" : "Update" "name" : "FIELD14",
"codeName" : "Field14"
}, },
"getPSAppDataEntity" : { "getPSEditor" : {
"modelref" : true, "editorParams" : {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "PICKUPVIEW" : "TRUE"
} },
"editorType" : "ADDRESSPICKUP",
"name" : "field14",
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true
},
"allowEmpty" : true
}, { }, {
"caption" : "书标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingMode" : 1,
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove", "actionName" : "Remove",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "DELETE", "dataAccessAction" : "DELETE",
...@@ -6685,353 +6584,334 @@ ...@@ -6685,353 +6584,334 @@
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.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" : "fa1370490e24654b68f76899ff0a5688",
"modeltype" : "PSDEGRID"
}, { }, {
"getADPSAppDELogic" : { "codeName" : "GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "测试二级工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"id" : "singleData" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"actionType" : "DEDATASET", "getPSControlParam" : {
"name" : "fetch", "id" : "TOOLBAR"
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
}, },
"getPSAppDataEntity" : { "getPSDEToolbarItems" : [ {
"caption" : "分组1",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction2"
} },
"getPSSysImage" : {
"cssClass" : "fa-solid fa-delete-left"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSControlLogics" : [ {
"itemName" : "rawitem1",
"logicTag" : "toolbar",
"logicType" : "SCRIPT",
"name" : "logicrawitem1",
"scriptCode" : "data?.aa",
"triggerType" : "ITEMVISIBLE"
} ], } ],
"userDRAction" : "READ", "getPSRawItem" : {
"enableDEFieldPrivilege" : false, "contentType" : "RAW",
"id" : "列表控件处理器" "name" : "rawitem1"
},
"showCaption" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem2",
"getPSRawItem" : {
"contentType" : "RAW",
"name" : "rawitem2"
},
"showCaption" : true
} ],
"tooltip" : "分组1",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction5"
}, },
"getPSControlLogics" : [ { "getPSSysImage" : {
"eventArg" : "22", "glyph" : "xf093@FontAwesome",
"eventArg2" : "22", "cssClass" : "fa fa-upload"
"eventNames" : "onLoadSuccess",
"itemName" : "TESTNAME",
"logicTag" : "list",
"logicType" : "SCRIPT",
"name" : "test",
"scriptCode" : "console.log('test列表逻辑');"
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "LIST"
}, },
"getPSControls" : [ { "getPSUIAction" : {
"codeName" : "ListViewlist_quicktoolbar", "caption" : "数据导入",
"controlType" : "TOOLBAR", "codeName" : "Import",
"logicName" : "当前页聚合_工具栏", "fullCodeName" : "Import",
"name" : "list_quicktoolbar", "name" : "表格界面_数据导入栏",
"getPSAppDataEntity" : { "getPSSysImage" : {
"modelref" : true, "glyph" : "xf093@FontAwesome",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "cssClass" : "fa fa-upload"
}, },
"getPSControlParam" : { "predefinedType" : "GRIDVIEW_IMPORTBAR",
"id" : "list_quicktoolbar" "timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
}, },
"getPSDEToolbarItems" : [ { "tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TEXT.*.EXPORT"
}, },
"caption" : "保存并关闭", "caption" : "导出",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "deuiaction1", "name" : "deuiaction6",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_quicktoolbar_deuiaction1" "id" : "toolbar_deuiaction6"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose" "glyph" : "xf065@FontAwesome",
"cssClass" : "fa fa-expand"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TEXT.*.EXPORT"
}, },
"caption" : "保存并关闭", "caption" : "导出",
"codeName" : "SaveAndExit", "codeName" : "ExportExcel",
"fullCodeName" : "SaveAndExit", "fullCodeName" : "ExportExcel",
"name" : "编辑界面_保存并退出操作", "name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : { "getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose" "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
}, },
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION", "predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
}, },
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "SaveAndExit", "uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "保存并关闭", "tooltip" : "导出",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE" "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
}, },
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
} ],
"modelid" : "B52C7ACD-F8AA-414C-9636-43AC0D555EE8",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "ListViewlist_batchtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "行编辑测试_工具栏",
"name" : "list_batchtoolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "list_batchtoolbar"
},
"getPSDEToolbarItems" : [ {
"caption" : "刷新", "caption" : "刷新",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "deuiaction1", "name" : "deuiaction8",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "list_batchtoolbar_deuiaction1" "id" : "toolbar_deuiaction8"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh" "cssClass" : "fa fa-refresh"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "刷新", "caption" : "刷新",
"codeName" : "Refresh", "codeName" : "Refresh",
"fullCodeName" : "Refresh", "fullCodeName" : "Refresh",
"name" : "编辑界面_刷新操作", "name" : "表格界面_刷新操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf021@FontAwesome", "glyph" : "xf021@FontAwesome",
"cssClass" : "fa fa-refresh" "cssClass" : "fa fa-refresh"
}, },
"predefinedType" : "EDITVIEW_REFRESHACTION", "predefinedType" : "GRIDVIEW_REFRESHACTION",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Refresh", "uIActionTag" : "Refresh",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "刷新", "tooltip" : "刷新",
"uIActionTarget" : "SINGLEKEY", "width" : 200.0,
"showCaption" : true, "showCaption" : false,
"showIcon" : true "showIcon" : true
} ],
"modelid" : "2FD9649F-4DCD-43C3-8FEE-CD6FFF00C3E2",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDEDataExport" : {
"modelref" : true,
"id" : "DataExport"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testid",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, { }, {
"dataType" : 25, "itemType" : "SEPERATOR",
"name" : "testname" "name" : "seperator2"
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, { }, {
"dataType" : 25, "caption" : "气泡",
"name" : "srfmajortext", "groupExtractMode" : "ITEM",
"getPSAppDEField" : { "itemType" : "DEUIACTION",
"name" : "TESTNAME", "name" : "deuiaction9",
"codeName" : "TESTName" "noPrivDisplayMode" : 2,
} "getPSAppViewUIAction" : {
} ],
"getPSNavigateParams" : [ {
"key" : "test",
"name" : "test",
"value" : "11",
"rawValue" : true
} ],
"getPSSysCss" : {
"cssName" : "test3"
},
"pagingSize" : 30,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_deuiaction9"
}
}, },
"getUpdatePSControlAction" : { "getPSUIAction" : {
"modelref" : true, "actionTarget" : "NONE",
"id" : "update", "caption" : "气泡打开",
"actionName" : "Update", "codeName" : "openPopover",
"actionType" : "DEACTION", "getFrontPSAppView" : {
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Update" "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsrPopoverEditView.json",
"viewType" : "DEEDITVIEW"
}, },
"frontProcessType" : "WIZARD",
"fullCodeName" : "Book_openPopover",
"name" : "气泡打开",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, },
"hasWFDataItems" : false, "timeout" : 60000,
"enableGroup" : false, "uIActionMode" : "FRONT",
"enableItemPrivilege" : true, "uIActionTag" : "openPopover",
"enableRowEdit" : true, "uIActionType" : "DEUIACTION",
"enableRowEditGroup" : true, "id" : "openPopover@Book"
"enableRowEditOrder" : true, },
"enableRowNew" : false, "tooltip" : "气泡",
"noSort" : false, "uIActionTarget" : "NONE",
"showHeader" : true, "showCaption" : true,
"name" : "list", "showIcon" : true
"modelid" : "85F275B0-E355-42B6-89DD-25541320AFEC", } ],
"modeltype" : "PSDELIST" "xDataControlName" : "grid",
"modelid" : "FE7745F8-D180-473C-8CB8-71A149BE3C04",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "TestSearchBar",
"controlType" : "SEARCHBAR", "controlType" : "SEARCHBAR",
"name" : "searchbar", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHBARS/TestSearchBar.json",
"logicName" : "测试搜索栏",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"id" : "searchbar" "id" : "SEARCHBAR"
}, },
"getPSSearchBarGroups" : [ { "quickGroupCount" : -1,
"caption" : "仙侠",
"data" : "{\na: 11\n}",
"itemType" : "GROUP",
"name" : "xx",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "名著",
"itemType" : "GROUP",
"name" : "mz",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "言情",
"itemType" : "GROUP",
"name" : "yq",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "教材",
"itemType" : "GROUP",
"name" : "jc",
"width" : 0.0,
"addSeparator" : false
}, {
"caption" : "科普",
"itemType" : "GROUP",
"name" : "kp",
"width" : 0.0,
"addSeparator" : false
} ],
"quickGroupCount" : 5,
"quickSearchMode" : 1, "quickSearchMode" : 1,
"quickSearchWidth" : 0, "quickSearchWidth" : 200,
"enableFilter" : false, "enableFilter" : false,
"enableGroup" : true, "enableGroup" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"mobileSearchBar" : false "mobileSearchBar" : false,
"name" : "searchbar",
"modelid" : "3056FA79-0F25-496A-ACCE-F7671B22683F",
"modeltype" : "PSSYSSEARCHBAR"
}, { }, {
"getCapPSLanguageRes" : { "caption" : "书",
"lanResTag" : "PAGE.CAPTION.TEST.LISTVIEW" "codeName" : "GridViewcaptionbar",
},
"caption" : "列表视图",
"codeName" : "ListViewcaptionbar",
"controlType" : "CAPTIONBAR", "controlType" : "CAPTIONBAR",
"name" : "captionbar", "name" : "captionbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getSubCapPSLanguageRes" : {
"lanResTag" : "PAGE.SUBCAP.TEST.LISTVIEW"
}, },
"subCaption" : "列表视图子标题" "getPSControlParam" : { }
} ], } ],
"getPSDEViewCodeName" : "ListView", "getPSDEViewCodeName" : "GridView",
"getPSDEViewId" : "138F7563-334D-49E0-B344-B2DC4DBBE571", "getPSDEViewId" : "70a494442130986d205587b9b6a26ac6",
"getPSSysCss" : {
"cssName" : "test3"
},
"getPSSysImage" : {
"glyph" : "xf0eb@FontAwesome",
"cssClass" : "fa fa-lightbulb-o"
},
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel", "codeName" : "Layoutpanel",
"controlStyle" : "APPDELISTVIEW", "controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel", "name" : "layoutpanel",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}, },
"getPSControlParam" : { }, "getPSControlParam" : { },
"layoutBodyOnly" : true, "layoutBodyOnly" : true,
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"getQuickGroupPSCodeList" : { "title" : "书表格视图",
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/ModelRepository__CodeList44.json"
},
"getSubCapPSLanguageRes" : {
"lanResTag" : "PAGE.SUBCAP.TEST.LISTVIEW"
},
"subCaption" : "列表视图子标题",
"title" : "测试实体列表视图",
"getTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.TEST.LISTVIEW"
},
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DELISTVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "list", "xDataControlName" : "grid",
"enableDP" : true, "enableDP" : true,
"enableExport" : true,
"enableFilter" : true, "enableFilter" : true,
"enableQuickGroup" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false,
"enableSearch" : true, "enableSearch" : true,
"expandSearchForm" : true, "expandSearchForm" : true,
"modelid" : "cb0d9598545bcfa333c30b57d3cc546a", "rowEditDefault" : false,
"modelid" : "a9523851d901a5a06a410a8827dee62f",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, },
"portletType" : "VIEW", "portletType" : "VIEW",
......
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册