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

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

上级 fd84b8e7
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-395-3"> <changeSet author="root" id="tab-book-398-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>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-241-6"> <changeSet author="root" id="tab-phone-247-6">
<createTable tableName="T_PHONE"> <createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)"> <column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/> <constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
......
...@@ -2180,10 +2180,10 @@ ...@@ -2180,10 +2180,10 @@
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "GridView", "codeName" : "GridView",
"logicName" : "手机实体表格视图", "logicName" : "手机普通表格",
"mOSFilePath" : "psmodeldata$psdataentities/GridView", "mOSFilePath" : "psmodeldata$psdataentities/GridView",
"modelTag" : "MDATAVIEW", "modelTag" : "MDATAVIEW",
"name" : "手机实体表格视图", "name" : "手机普通表格",
"rTMOSFilePath" : "psmodeldata$psdataentities/GridView", "rTMOSFilePath" : "psmodeldata$psdataentities/GridView",
"realModelSubType" : "DEGRIDVIEW", "realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
...@@ -2270,6 +2270,14 @@ ...@@ -2270,6 +2270,14 @@
"rTMOSFilePath" : "psmodeldata$psdataentities/RedirectView", "rTMOSFilePath" : "psmodeldata$psdataentities/RedirectView",
"realModelSubType" : "DEREDIRECTVIEW", "realModelSubType" : "DEREDIRECTVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "TabExpView",
"logicName" : "手机实体分页导航视图",
"mOSFilePath" : "psmodeldata$psdataentities/TabExpView",
"name" : "手机实体分页导航视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/TabExpView",
"realModelSubType" : "DETABEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "ex_x1", "codeName" : "ex_x1",
"logicName" : "ex_x1", "logicName" : "ex_x1",
......
...@@ -132,6 +132,10 @@ ...@@ -132,6 +132,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW"
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
......
...@@ -190,20 +190,20 @@ ...@@ -190,20 +190,20 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -220,20 +220,20 @@ ...@@ -220,20 +220,20 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : { "getOpenDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
"realTitle" : "手机编辑视图", "realTitle" : "手机编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
"realTitle" : "手机编辑视图", "realTitle" : "手机编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -1618,7 +1618,7 @@ ...@@ -1618,7 +1618,7 @@
"modeltype" : "PSSYSVIEWLAYOUTPANEL" "modeltype" : "PSSYSVIEWLAYOUTPANEL"
}, },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView",
"title" : "手机表格视图", "title" : "手机普通表格",
"viewStyle" : "viewStyle", "viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid", "xDataControlName" : "grid",
......
...@@ -1104,6 +1104,12 @@ ...@@ -1104,6 +1104,12 @@
"viewType" : "DEEDITVIEW", "viewType" : "DEEDITVIEW",
"resource" : "Phone", "resource" : "Phone",
"view" : "EditView" "view" : "EditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "Phone",
"view" : "Usr2EditView"
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
...@@ -2216,20 +2222,20 @@ ...@@ -2216,20 +2222,20 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -2246,20 +2252,20 @@ ...@@ -2246,20 +2252,20 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : { "getOpenDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -2276,7 +2282,7 @@ ...@@ -2276,7 +2282,7 @@
"realTitle" : "手机编辑视图", "realTitle" : "手机编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
...@@ -2284,7 +2290,7 @@ ...@@ -2284,7 +2290,7 @@
"realTitle" : "手机编辑视图", "realTitle" : "手机编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -3644,7 +3650,7 @@ ...@@ -3644,7 +3650,7 @@
"modeltype" : "PSSYSVIEWLAYOUTPANEL" "modeltype" : "PSSYSVIEWLAYOUTPANEL"
}, },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneGridView",
"title" : "手机表格视图", "title" : "手机普通表格",
"viewStyle" : "viewStyle", "viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid", "xDataControlName" : "grid",
...@@ -3793,6 +3799,10 @@ ...@@ -3793,6 +3799,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW"
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
......
...@@ -1566,6 +1566,10 @@ ...@@ -1566,6 +1566,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneMEditView9.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneMEditView9.json",
"viewType" : "DEMEDITVIEW9" "viewType" : "DEMEDITVIEW9"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneTabExpView.json",
"viewType" : "DETABEXPVIEW"
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
......
...@@ -1763,6 +1763,7 @@ ...@@ -1763,6 +1763,7 @@
"path" : "PSMODULES/common/PSWORKFLOWS/testWf.json" "path" : "PSMODULES/common/PSWORKFLOWS/testWf.json"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookTabExpView", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/bookTabExpView",
"refFlag" : false,
"tabLayout" : "TOP", "tabLayout" : "TOP",
"title" : "书分页导航视图", "title" : "书分页导航视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
......
...@@ -190,20 +190,20 @@ ...@@ -190,20 +190,20 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -220,20 +220,20 @@ ...@@ -220,20 +220,20 @@
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : { "getOpenDataPSAppView" : {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"mOSFilePath" : "psappviewlogicrefviews/phoneEditView", "mOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"rTMOSFilePath" : "psappviewlogicrefviews/phoneEditView", "rTMOSFilePath" : "psappviewlogicrefviews/phoneUsr2EditView",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
"realTitle" : "手机编辑视图", "realTitle" : "手机编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, { }, {
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
"realTitle" : "手机编辑视图", "realTitle" : "手机编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
} ], } ],
...@@ -1705,7 +1705,7 @@ ...@@ -1705,7 +1705,7 @@
"modeltype" : "PSSYSVIEWLAYOUTPANEL" "modeltype" : "PSSYSVIEWLAYOUTPANEL"
}, },
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneGridView", "rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneGridView",
"title" : "手机表格视图", "title" : "手机普通表格",
"viewStyle" : "viewStyle", "viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW", "viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid", "xDataControlName" : "grid",
......
...@@ -38,6 +38,17 @@ ...@@ -38,6 +38,17 @@
} ] } ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventArg" : "deuiaction6",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "toolbar_deuiaction6_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction6"
},
"getPSViewCtrlName" : "toolbar"
}, {
"eventArg" : "deuiaction1", "eventArg" : "deuiaction1",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT", "logicTrigger" : "CTRLEVENT",
...@@ -170,6 +181,13 @@ ...@@ -170,6 +181,13 @@
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "toolbar_deuiaction6",
"getPSUIAction" : {
"modelref" : true,
"id" : "New"
},
"xDataControlName" : "grid"
}, {
"name" : "toolbar_deuiaction1", "name" : "toolbar_deuiaction1",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -870,6 +888,16 @@ ...@@ -870,6 +888,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "deuiaction6",
"eventNames" : "CLICK",
"logicTag" : "toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "toolbar_deuiaction6_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "toolbar_deuiaction6_click"
}
}, {
"eventArg" : "deuiaction1", "eventArg" : "deuiaction1",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTag" : "toolbar", "logicTag" : "toolbar",
...@@ -924,6 +952,60 @@ ...@@ -924,6 +952,60 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW",
"mOSFilePath" : "pslanguageres/Auto275",
"rTMOSFilePath" : "pslanguageres/Auto275"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction6"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW",
"mOSFilePath" : "pslanguageres/Auto275",
"rTMOSFilePath" : "pslanguageres/Auto275"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/New",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"mOSFilePath" : "pslanguageres/Auto44",
"rTMOSFilePath" : "pslanguageres/Auto44"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"mOSFilePath" : "pslanguageres/Auto44",
"rTMOSFilePath" : "pslanguageres/Auto44"
},
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "前台调用", "caption" : "前台调用",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
......
...@@ -699,7 +699,7 @@ ...@@ -699,7 +699,7 @@
"name" : "menuitem32", "name" : "menuitem32",
"getPSAppFunc" : { "getPSAppFunc" : {
"modelref" : true, "modelref" : true,
"id" : "AppFunc33" "id" : "AppFunc34"
}, },
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
"name" : "menuitem32", "name" : "menuitem32",
"getPSAppFunc" : { "getPSAppFunc" : {
"modelref" : true, "modelref" : true,
"id" : "AppFunc33" "id" : "AppFunc34"
}, },
"tooltip" : "分页导航" "tooltip" : "分页导航"
} ], } ],
......
...@@ -541,6 +541,17 @@ ...@@ -541,6 +541,17 @@
} ] } ]
} ], } ],
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"eventArg" : "deuiaction6",
"eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT",
"logicType" : "APPVIEWUIACTION",
"name" : "toolbar_deuiaction6_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction6"
},
"getPSViewCtrlName" : "toolbar"
}, {
"eventArg" : "deuiaction1", "eventArg" : "deuiaction1",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTrigger" : "CTRLEVENT", "logicTrigger" : "CTRLEVENT",
...@@ -673,6 +684,13 @@ ...@@ -673,6 +684,13 @@
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "toolbar_deuiaction6",
"getPSUIAction" : {
"modelref" : true,
"id" : "New"
},
"xDataControlName" : "grid"
}, {
"name" : "toolbar_deuiaction1", "name" : "toolbar_deuiaction1",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -1373,6 +1391,16 @@ ...@@ -1373,6 +1391,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
}, },
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "deuiaction6",
"eventNames" : "CLICK",
"logicTag" : "toolbar",
"logicType" : "APPVIEWLOGIC",
"name" : "toolbar_deuiaction6_click",
"getPSAppViewLogic" : {
"modelref" : true,
"id" : "toolbar_deuiaction6_click"
}
}, {
"eventArg" : "deuiaction1", "eventArg" : "deuiaction1",
"eventNames" : "CLICK", "eventNames" : "CLICK",
"logicTag" : "toolbar", "logicTag" : "toolbar",
...@@ -1427,6 +1455,60 @@ ...@@ -1427,6 +1455,60 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW",
"mOSFilePath" : "pslanguageres/Auto275",
"rTMOSFilePath" : "pslanguageres/Auto275"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction6"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW",
"mOSFilePath" : "pslanguageres/Auto275",
"rTMOSFilePath" : "pslanguageres/Auto275"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/New",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"mOSFilePath" : "pslanguageres/Auto44",
"rTMOSFilePath" : "pslanguageres/Auto44"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW",
"mOSFilePath" : "pslanguageres/Auto44",
"rTMOSFilePath" : "pslanguageres/Auto44"
},
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "前台调用", "caption" : "前台调用",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
......
...@@ -409,6 +409,86 @@ ...@@ -409,6 +409,86 @@
"uniqueTag" : "bookWFDynaEditView3__drtab", "uniqueTag" : "bookWFDynaEditView3__drtab",
"modelid" : "fa1370490e24654b68f76899ff0a5688", "modelid" : "fa1370490e24654b68f76899ff0a5688",
"modeltype" : "PSDEDRTAB" "modeltype" : "PSDEDRTAB"
}, {
"codeName" : "TabExpViewtabexppanel",
"controlType" : "TABEXPPANEL",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/pstabexppanels/TabExpViewtabexppanel",
"name" : "tabexppanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:tabviewpanel",
"realTitle" : "手机普通表格",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"name" : "EXPITEM:tabviewpanel2",
"realTitle" : "手机编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControlParam" : { },
"getPSControls" : [ {
"caption" : "表格",
"codeName" : "TabExpViewtabviewpanel",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridView.json",
"viewType" : "DEGRIDVIEW"
},
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psviewpanels/TabExpViewtabviewpanel",
"name" : "tabviewpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneTabExpView/psappviewctrls/tabviewpanel",
"modelid" : "ce6b7952d59604f041810a73b43824dc_tabviewpanel",
"modeltype" : "PSVIEWPANEL"
}, {
"caption" : "表单",
"codeName" : "TabExpViewtabviewpanel2",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr2EditView.json",
"viewType" : "DEEDITVIEW"
},
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psviewpanels/TabExpViewtabviewpanel2",
"name" : "tabviewpanel2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL2"
},
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneTabExpView/psappviewctrls/tabviewpanel2",
"modelid" : "ce6b7952d59604f041810a73b43824dc_tabviewpanel2",
"modeltype" : "PSVIEWPANEL"
} ],
"getPSTabExpPages" : [ {
"name" : "tabviewpanel"
}, {
"name" : "tabviewpanel2"
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdeviews/phoneTabExpView/psappviewctrls/tabexppanel",
"tabLayout" : "TOP",
"uniqueTag" : "phoneTabExpView__tabexppanel",
"modelid" : "ce6b7952d59604f041810a73b43824dc_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
}, { }, {
"codeName" : "Default", "codeName" : "Default",
"controlType" : "DRTAB", "controlType" : "DRTAB",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册