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

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

上级 bac66775
...@@ -2657,6 +2657,7 @@ ...@@ -2657,6 +2657,7 @@
}, { }, {
"codeName" : "MobEditView", "codeName" : "MobEditView",
"logicName" : "学员信息(移动端)", "logicName" : "学员信息(移动端)",
"modelTag" : "MOBEDITVIEW",
"name" : "学员信息(移动端)", "name" : "学员信息(移动端)",
"realModelSubType" : "DEMOBEDITVIEW", "realModelSubType" : "DEMOBEDITVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"caption" : "学员信息", "caption" : "学员信息",
"codeName" : "ReginfoMobEditView", "codeName" : "ReginfoMobEditView",
"dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json", "dynaModelFilePath" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"funcViewMode" : "MOBEDITVIEW",
"name" : "ReginfoMobEditView", "name" : "ReginfoMobEditView",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
......
...@@ -38,6 +38,20 @@ ...@@ -38,6 +38,20 @@
"actionAfterWizard" : "DEFAULT", "actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false, "batchAddOnly" : false,
"enableBatchAdd" : false, "enableBatchAdd" : false,
...@@ -50,10 +64,49 @@ ...@@ -50,10 +64,49 @@
"getPSAppUILogic" : { "getPSAppUILogic" : {
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "打开数据", "name" : "打开数据",
"getOpenDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA", "viewLogicType" : "APP_OPENDATA",
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewRefs" : [ {
"name" : "OPENDATA",
"realTitle" : "学员信息",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
}, {
"name" : "NEWDATA",
"realTitle" : "学员信息",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
}, {
"name" : "EDITDATA",
"realTitle" : "学员信息",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDEVIEWS/ReginfoMobEditView.json",
"viewType" : "DEMOBEDITVIEW"
}
} ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "MobMDView_MobList", "codeName" : "MobMDView_MobList",
"controlStyle" : "LISTVIEW", "controlStyle" : "LISTVIEW",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册