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

tony001 发布系统代码 [TrainSys,Mob]

上级 5c82e7aa
...@@ -156,6 +156,7 @@ export const viewstate: any = { ...@@ -156,6 +156,7 @@ export const viewstate: any = {
viewaction: '', viewaction: '',
viewdatachange: false, viewdatachange: false,
refviews: [ refviews: [
'318E0E04-56B9-41C5-99ED-0608B03A7C9B',
], ],
}, },
{ {
......
...@@ -33,10 +33,33 @@ ...@@ -33,10 +33,33 @@
"getPSAppUILogic" : { "getPSAppUILogic" : {
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA", "viewLogicType" : "APP_OPENDATA",
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
} ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "MobDataViewrighttoolbar", "codeName" : "MobDataViewrighttoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
......
...@@ -36,6 +36,11 @@ ...@@ -36,6 +36,11 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysImage" : {
"cssClass" : "sx-tb-edit",
"height" : 16,
"width" : 16
},
"tooltip" : "编辑" "tooltip" : "编辑"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
...@@ -303,7 +308,7 @@ ...@@ -303,7 +308,7 @@
"tooltip" : "列表视图" "tooltip" : "列表视图"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "卡片2", "caption" : "卡片",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem14", "name" : "menuitem14",
"getPSAppFunc" : { "getPSAppFunc" : {
...@@ -322,7 +327,7 @@ ...@@ -322,7 +327,7 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "卡片2" "tooltip" : "卡片"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
......
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
"modelref" : true, "modelref" : true,
"id" : "UsrAppFunc0616666728" "id" : "UsrAppFunc0616666728"
}, },
"getPSSysImage" : {
"cssClass" : "sx-tb-edit",
"height" : 16,
"width" : 16
},
"tooltip" : "编辑" "tooltip" : "编辑"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
...@@ -135,14 +140,14 @@ ...@@ -135,14 +140,14 @@
"tooltip" : "列表视图" "tooltip" : "列表视图"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "卡片2", "caption" : "卡片",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem14", "name" : "menuitem14",
"getPSAppFunc" : { "getPSAppFunc" : {
"modelref" : true, "modelref" : true,
"id" : "AppFunc8" "id" : "AppFunc8"
}, },
"tooltip" : "卡片2" "tooltip" : "卡片"
} ], } ],
"enableCustomize" : false, "enableCustomize" : false,
"name" : "appindexview", "name" : "appindexview",
......
...@@ -1456,6 +1456,11 @@ ...@@ -1456,6 +1456,11 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysImage" : {
"cssClass" : "sx-tb-edit",
"height" : 16,
"width" : 16
},
"tooltip" : "编辑" "tooltip" : "编辑"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
...@@ -1723,7 +1728,7 @@ ...@@ -1723,7 +1728,7 @@
"tooltip" : "列表视图" "tooltip" : "列表视图"
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "卡片2", "caption" : "卡片",
"itemType" : "MENUITEM", "itemType" : "MENUITEM",
"name" : "menuitem14", "name" : "menuitem14",
"getPSAppFunc" : { "getPSAppFunc" : {
...@@ -1742,7 +1747,7 @@ ...@@ -1742,7 +1747,7 @@
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "卡片2" "tooltip" : "卡片"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
"enableDEFieldPrivilege" : false, "enableDEFieldPrivilege" : false,
...@@ -11184,10 +11189,33 @@ ...@@ -11184,10 +11189,33 @@
"getPSAppUILogic" : { "getPSAppUILogic" : {
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA", "viewLogicType" : "APP_OPENDATA",
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
"realTitle" : "编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/TESTTestMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
} ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "MobDataViewrighttoolbar", "codeName" : "MobDataViewrighttoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册