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

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

上级 a22232ee
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTListView.json",
"mDCtrlActiveMode" : 2, "mDCtrlActiveMode" : 2,
"name" : "TESTListView", "name" : "TESTListView",
"openMode" : "POPUPMODAL",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -43,37 +44,7 @@ ...@@ -43,37 +44,7 @@
"editMode" : true "editMode" : true
} }
} ], } ],
"getPSAppViewNavContexts" : [ {
"key" : "B",
"name" : "B",
"value" : "srfusername",
"rawValue" : false
}, {
"key" : "A",
"name" : "A",
"value" : "a",
"rawValue" : true
} ],
"getPSAppViewNavParams" : [ {
"key" : "d",
"name" : "d",
"value" : "srfusername",
"rawValue" : false
}, {
"key" : "c",
"name" : "c",
"value" : "c",
"rawValue" : true
} ],
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "图表测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestChartView.json",
"viewType" : "DECHARTVIEW"
}
}, {
"name" : "EDITDATA", "name" : "EDITDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -81,6 +52,14 @@ ...@@ -81,6 +52,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "NEWDATA",
"realTitle" : "图表测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestChartView.json",
"viewType" : "DECHARTVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Default", "codeName" : "Default",
......
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
.color-red{ .color-red{
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{
color: rgba(255, 0, 0, 1);
}
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册