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

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

上级 e6d657c9
......@@ -6671,6 +6671,12 @@
"name" : "书实体编辑视图(多数据测试_表单)",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "ListView",
"logicName" : "书实体列表视图(工具栏测试)",
"name" : "书实体列表视图(工具栏测试)",
"realModelSubType" : "DELISTVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr2PickupView",
"logicName" : "书实体数据选择视图(树选择测试)",
......
......@@ -268,6 +268,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
......@@ -1689,6 +1690,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -1722,6 +1726,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -373,6 +373,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
......@@ -1794,6 +1795,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -1827,6 +1831,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -553,6 +553,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
......@@ -1980,6 +1981,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -2013,6 +2017,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -268,6 +268,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
......@@ -1695,6 +1696,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -1728,6 +1732,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -372,6 +372,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
......@@ -1799,6 +1800,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -1832,6 +1836,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -373,6 +373,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
......@@ -1800,6 +1801,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -1833,6 +1837,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -964,6 +964,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
......@@ -2391,6 +2392,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -2424,6 +2428,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -366,6 +366,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
......@@ -1793,6 +1794,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -1826,6 +1830,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -671,6 +671,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"dynaClass" : "[data.type === 'A' ? 'bg-red' : 'bg-blue']",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
......@@ -2098,6 +2099,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-blue"
},
"allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true
......@@ -2131,6 +2135,9 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysCss" : {
"cssName" : "bg-red"
},
"valueFormat" : "YYYY-MM",
"allowEmpty" : false,
"showCaption" : true
......
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
......@@ -15,4 +15,10 @@
border-bottom: 0px ;
border-left: 1px ;
}
.bg-red{
background-color:#E71010
}
.bg-blue{
background-color:#1C94EA
}
/*** END:系统样式表 ***/
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册