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

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

上级 5d7dd01e
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-387-3"> <changeSet author="root" id="tab-book-393-3">
<createTable tableName="T_BOOK"> <createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)"> <column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column> </column>
......
...@@ -4532,6 +4532,14 @@ ...@@ -4532,6 +4532,14 @@
"rTMOSFilePath" : "psmodeldata$psdataentities/OptionView", "rTMOSFilePath" : "psmodeldata$psdataentities/OptionView",
"realModelSubType" : "DEOPTVIEW", "realModelSubType" : "DEOPTVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "DataView",
"logicName" : "书实体数据视图",
"mOSFilePath" : "psmodeldata$psdataentities/DataView",
"name" : "书实体数据视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/DataView",
"realModelSubType" : "DEDATAVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "TabExpView", "codeName" : "TabExpView",
"logicName" : "书实体分页导航视图", "logicName" : "书实体分页导航视图",
......
...@@ -977,16 +977,16 @@ ...@@ -977,16 +977,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -2876,6 +2876,10 @@ ...@@ -2876,6 +2876,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json",
"viewType" : "DEDATAVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json",
......
...@@ -75,6 +75,13 @@ ...@@ -75,6 +75,13 @@
} }
} ], } ],
"getPSDEDataViewDataItems" : [ { "getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -113,6 +120,17 @@ ...@@ -113,6 +120,17 @@
"dataType" : 25, "dataType" : 25,
"name" : "srfmstag" "name" : "srfmstag"
} ], } ],
"getPSDEDataViewItems" : [ {
"caption" : "书名称",
"dataItemName" : "bookname",
"itemType" : "DATAITEM",
"name" : "BOOKNAME",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"enableSort" : true
} ],
"pagingSize" : 1000, "pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDefaultDataView/psappviewctrls/dataview", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDefaultDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
......
{
"accUserMode" : 2,
"caption" : "书",
"codeName" : "bookDataView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json",
"mDCtrlActiveMode" : 2,
"mOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView",
"name" : "bookDataView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "DataView",
"mOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewengines/engine",
"name" : "engine",
"getPSUIEngineParams" : [ {
"appViewLogicName" : "opendata",
"name" : "OPENDATA",
"paramType" : "LOGIC"
}, {
"appViewLogicName" : "newdata",
"name" : "NEWDATA",
"paramType" : "LOGIC"
}, {
"ctrlName" : "searchform",
"name" : "SEARCHFORM",
"paramType" : "CTRL"
}, {
"ctrlName" : "dataview",
"name" : "DATAVIEW",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/psdeform_searchforms/Default",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormItems" : [ {
"id" : "n_bookname_like",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "书名称(文本包含(%))",
"codeName" : "n_bookname_like",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"name" : "n_bookname_like",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_bookname_like"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "5e4b87cb5540f41fffa44b8cc73b3404",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"codeName" : "DataViewtoolbar",
"controlType" : "TOOLBAR",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/psdetoolbars/DataViewtoolbar",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/toolbar",
"modelid" : "81badcf49a2efe18bf89967353cdfe99_toolbar",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr0815070416",
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSDATAVIEWS/Usr0815070416.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"getItemPSLayoutPanel" : {
"codeName" : "Usr0815611479",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json",
"layoutMode" : "TABLE_24COL",
"logicName" : "数据视图_卡片视图_卡片面板",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/pssysviewpanels/Usr0815611479",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/itemlayoutpanel",
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"name" : "itemlayoutpanel",
"modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E",
"modeltype" : "PSSYSVIEWPANEL"
},
"logicName" : "数据视图_卡片视图",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/psdedataviews/Usr0815070416",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "dataview",
"logicType" : "APPVIEWENGINE",
"name" : "engine_dataview",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DATAVIEW"
},
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"dataType" : 25,
"name" : "field2",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"dataType" : 25,
"name" : "field",
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"dataType" : 25,
"name" : "srfwfstep",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"dataType" : 25,
"name" : "srfmstag"
} ],
"getPSDEDataViewItems" : [ {
"caption" : "书名称",
"dataItemName" : "bookname",
"itemType" : "DATAITEM",
"name" : "BOOKNAME",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"enableSort" : true
} ],
"pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : true,
"appendDEItems" : true,
"enableCardEdit" : false,
"enableCardEditGroup" : false,
"enableCardEditOrder" : false,
"enableCardNew" : false,
"enableGroup" : false,
"enablePagingBar" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "dataview",
"modelid" : "45D1AB64-196D-4A7E-9DA9-2E375850669E",
"modeltype" : "PSDEDATAVIEW"
} ],
"getPSDEViewCodeName" : "DataView",
"getPSDEViewId" : "121550F4-4C28-4A91-9D68-5B103FDEC0D4",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEDATAVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/pssysviewlayoutpanels/Layoutpanel",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/layoutpanel",
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"getPSWorkflow" : {
"modelref" : true,
"path" : "PSMODULES/common/PSWORKFLOWS/testWf.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView",
"title" : "书数据视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEDATAVIEW",
"xDataControlName" : "dataview",
"enableDP" : true,
"enableFilter" : true,
"enableQuickSearch" : true,
"enableSearch" : true,
"modelid" : "81badcf49a2efe18bf89967353cdfe99",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
...@@ -382,6 +382,13 @@ ...@@ -382,6 +382,13 @@
"id" : "DATAVIEW" "id" : "DATAVIEW"
}, },
"getPSDEDataViewDataItems" : [ { "getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -420,6 +427,17 @@ ...@@ -420,6 +427,17 @@
"dataType" : 25, "dataType" : 25,
"name" : "srfmstag" "name" : "srfmstag"
} ], } ],
"getPSDEDataViewItems" : [ {
"caption" : "书名称",
"dataItemName" : "bookname",
"itemType" : "DATAITEM",
"name" : "BOOKNAME",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"enableSort" : true
} ],
"pagingSize" : 1000, "pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDefaultDataView/psappviewctrls/dataview", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDefaultDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
......
...@@ -541,6 +541,28 @@ ...@@ -541,6 +541,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "插件测试" "tooltip" : "插件测试"
}, {
"accUserMode" : 2,
"caption" : "书卡片视图",
"itemType" : "MENUITEM",
"name" : "menuitem25",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc30"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "书卡片视图"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
......
...@@ -240,6 +240,16 @@ ...@@ -240,6 +240,16 @@
"tooltip" : "菜单项" "tooltip" : "菜单项"
} ], } ],
"tooltip" : "插件测试" "tooltip" : "插件测试"
}, {
"accUserMode" : 2,
"caption" : "书卡片视图",
"itemType" : "MENUITEM",
"name" : "menuitem25",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc30"
},
"tooltip" : "书卡片视图"
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappmenus/AppIndex", "rTMOSFilePath" : "pssysapps/Web/psappmenus/AppIndex",
"enableCustomize" : false, "enableCustomize" : false,
......
...@@ -1355,6 +1355,18 @@ ...@@ -1355,6 +1355,18 @@
"viewType" : "DEEDITVIEW3" "viewType" : "DEEDITVIEW3"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc27" "rTMOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc27"
}, {
"appFuncType" : "APPVIEW",
"codeName" : "AppFunc30",
"mOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc30",
"name" : "书卡片视图",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json",
"viewType" : "DEDATAVIEW"
},
"rTMOSFilePath" : "pssysapps/Web/psappfuncs/AppFunc30"
}, { }, {
"appFuncType" : "APPVIEW", "appFuncType" : "APPVIEW",
"codeName" : "AppFunc2", "codeName" : "AppFunc2",
...@@ -1700,16 +1712,16 @@ ...@@ -1700,16 +1712,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
...@@ -1940,6 +1952,12 @@ ...@@ -1940,6 +1952,12 @@
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"resource" : "PRINT", "resource" : "PRINT",
"view" : "GridView" "view" : "GridView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json",
"viewType" : "DEDATAVIEW",
"resource" : "Book",
"view" : "DataView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json",
...@@ -2782,6 +2800,28 @@ ...@@ -2782,6 +2800,28 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "插件测试" "tooltip" : "插件测试"
}, {
"accUserMode" : 2,
"caption" : "书卡片视图",
"itemType" : "MENUITEM",
"name" : "menuitem25",
"getPSAppFunc" : {
"modelref" : true,
"id" : "AppFunc30"
},
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "书卡片视图"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
...@@ -23920,6 +23960,539 @@ ...@@ -23920,6 +23960,539 @@
"wFIAMode" : true, "wFIAMode" : true,
"modelid" : "d972b53a7f54e510b39f64f124438d67", "modelid" : "d972b53a7f54e510b39f64f124438d67",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
}, {
"accUserMode" : 2,
"caption" : "书",
"codeName" : "bookDataView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json",
"mDCtrlActiveMode" : 2,
"mOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView",
"name" : "bookDataView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "DataView",
"mOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewengines/engine",
"name" : "engine",
"getPSUIEngineParams" : [ {
"appViewLogicName" : "opendata",
"name" : "OPENDATA",
"paramType" : "LOGIC"
}, {
"appViewLogicName" : "newdata",
"name" : "NEWDATA",
"paramType" : "LOGIC"
}, {
"ctrlName" : "searchform",
"name" : "SEARCHFORM",
"paramType" : "CTRL"
}, {
"ctrlName" : "dataview",
"name" : "DATAVIEW",
"paramType" : "CTRL"
} ]
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "SYSUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/bookEditView",
"rTMOSFilePath" : "psappviewlogicrefviews/bookEditView",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "Default",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Default.json",
"hookEventNames" : [ "SEARCH", "LOAD", "SAVE" ],
"logicName" : "默认搜索表单",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/psdeform_searchforms/Default",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionType" : "FILTERACTION",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGet"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "SEARCH;LOAD;SAVE",
"logicTag" : "searchform",
"logicType" : "APPVIEWENGINE",
"name" : "engine_searchform",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormItems" : [ {
"id" : "n_bookname_like",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"mOSFilePath" : "psdeformdetail_formpages/formpage1",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "书名称(文本包含(%))",
"codeName" : "n_bookname_like",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"name" : "n_bookname_like",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_bookname_like"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/n_bookname_like",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formpages/formpage1",
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/searchform",
"searchButtonStyle" : "DEFAULT",
"tabHeaderPos" : "TOP",
"enableAdvanceSearch" : false,
"enableAutoSearch" : false,
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "5e4b87cb5540f41fffa44b8cc73b3404",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"codeName" : "DataViewtoolbar",
"controlType" : "TOOLBAR",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/psdetoolbars/DataViewtoolbar",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : {
"id" : "TOOLBAR"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/toolbar",
"modelid" : "81badcf49a2efe18bf89967353cdfe99_toolbar",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr0815070416",
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create"
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSDATAVIEWS/Usr0815070416.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch"
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load"
},
"groupMode" : "NONE",
"hookEventNames" : [ "ROWDBLCLICK", "SELECTIONCHANGE", "REMOVE", "LOAD", "BEFORELOAD" ],
"getItemPSLayoutPanel" : {
"codeName" : "Usr0815611479",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSPANELS/Usr0815611479.json",
"layoutMode" : "TABLE_24COL",
"logicName" : "数据视图_卡片视图_卡片面板",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/pssysviewpanels/Usr0815611479",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/itemlayoutpanel",
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"name" : "itemlayoutpanel",
"modelid" : "8EC16BD9-F4E3-42C5-9944-D983E327DB2E",
"modeltype" : "PSSYSVIEWPANEL"
},
"logicName" : "数据视图_卡片视图",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/psdedataviews/Usr0815070416",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据视图处理器"
},
"getPSControlLogics" : [ {
"eventNames" : "ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD",
"logicTag" : "dataview",
"logicType" : "APPVIEWENGINE",
"name" : "engine_dataview",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DATAVIEW"
},
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "bookname",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
}
}, {
"dataType" : 25,
"name" : "field2",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"dataType" : 25,
"name" : "field",
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"dataType" : 25,
"name" : "srfwfstep",
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, {
"dataType" : 25,
"name" : "srfmstag"
} ],
"getPSDEDataViewItems" : [ {
"caption" : "书名称",
"dataItemName" : "bookname",
"itemType" : "DATAITEM",
"name" : "BOOKNAME",
"getPSAppDEField" : {
"name" : "BOOKNAME",
"codeName" : "BookName"
},
"enableSort" : true
} ],
"pagingSize" : 1000,
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/dataview",
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove"
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update"
},
"hasWFDataItems" : true,
"appendDEItems" : true,
"enableCardEdit" : false,
"enableCardEditGroup" : false,
"enableCardEditOrder" : false,
"enableCardNew" : false,
"enableGroup" : false,
"enablePagingBar" : false,
"noSort" : false,
"singleSelect" : false,
"name" : "dataview",
"modelid" : "45D1AB64-196D-4A7E-9DA9-2E375850669E",
"modeltype" : "PSDEDATAVIEW"
} ],
"getPSDEViewCodeName" : "DataView",
"getPSDEViewId" : "121550F4-4C28-4A91-9D68-5B103FDEC0D4",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEDATAVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"mOSFilePath" : "psmodules/common/psdataentities/BOOK/pssysviewlayoutpanels/Layoutpanel",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSControlParam" : { },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView/psappviewctrls/layoutpanel",
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"getPSWorkflow" : {
"modelref" : true,
"path" : "PSMODULES/common/PSWORKFLOWS/testWf.json"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookDataView",
"title" : "书数据视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEDATAVIEW",
"xDataControlName" : "dataview",
"enableDP" : true,
"enableFilter" : true,
"enableQuickSearch" : true,
"enableSearch" : true,
"modelid" : "81badcf49a2efe18bf89967353cdfe99",
"modeltype" : "PSAPPDEVIEW"
} ], } ],
"getPSAppDataEntities" : [ { "getPSAppDataEntities" : [ {
"getAllPSAppDEACModes" : [ { "getAllPSAppDEACModes" : [ {
...@@ -30120,6 +30693,10 @@ ...@@ -30120,6 +30693,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookDataView.json",
"viewType" : "DEDATAVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTabExpView.json",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册