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

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

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