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

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

上级 37ea9bcb
...@@ -2454,6 +2454,12 @@ ...@@ -2454,6 +2454,12 @@
"name" : "测试门户选项操作视图", "name" : "测试门户选项操作视图",
"realModelSubType" : "DEOPTVIEW", "realModelSubType" : "DEOPTVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "PrintEditView",
"logicName" : "打印测试编辑视图",
"name" : "打印测试编辑视图",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "TreeGridView", "codeName" : "TreeGridView",
"logicName" : "学生实体树表格视图", "logicName" : "学生实体树表格视图",
...@@ -2503,6 +2509,12 @@ ...@@ -2503,6 +2509,12 @@
"name" : "学生实体数据选择视图", "name" : "学生实体数据选择视图",
"realModelSubType" : "DEPICKUPVIEW", "realModelSubType" : "DEPICKUPVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "PrintGridView",
"logicName" : "打印测试表格视图",
"name" : "打印测试表格视图",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "PanelView", "codeName" : "PanelView",
"logicName" : "学生实体面板视图", "logicName" : "学生实体面板视图",
......
...@@ -2636,6 +2636,10 @@ ...@@ -2636,6 +2636,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPrintEditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView2.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView2.json",
...@@ -2656,6 +2660,10 @@ ...@@ -2656,6 +2660,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortletEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPortletEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentPrintGridView.json",
"viewType" : "DEGRIDVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentTreeGridView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentTreeGridView.json",
......
...@@ -5951,6 +5951,25 @@ ...@@ -5951,6 +5951,25 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"tooltip" : "测试卡片" "tooltip" : "测试卡片"
}, {
"accUserMode" : 2,
"caption" : "打印测试",
"itemType" : "MENUITEM",
"name" : "menuitem315",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0805844587"
},
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "打印测试"
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "univer", "caption" : "univer",
......
...@@ -3078,6 +3078,16 @@ ...@@ -3078,6 +3078,16 @@
"tooltip" : "卡片加载更多" "tooltip" : "卡片加载更多"
} ], } ],
"tooltip" : "测试卡片" "tooltip" : "测试卡片"
}, {
"accUserMode" : 2,
"caption" : "打印测试",
"itemType" : "MENUITEM",
"name" : "menuitem315",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0805844587"
},
"tooltip" : "打印测试"
}, { }, {
"accUserMode" : 0, "accUserMode" : 0,
"caption" : "univer", "caption" : "univer",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册