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

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

上级 e9b71fa5
...@@ -1196,6 +1196,9 @@ ...@@ -1196,6 +1196,9 @@
"id" : "field_text_dynamic" "id" : "field_text_dynamic"
}, { }, {
"id" : "field_text_dynamic1" "id" : "field_text_dynamic1"
}, {
"id" : "field_text_dynamic2",
"viewFieldName" : "number"
} ], } ],
"codeName" : "Usr0807949482", "codeName" : "Usr0807949482",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
...@@ -1367,24 +1370,23 @@ ...@@ -1367,24 +1370,23 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "占位", "caption" : "文本(动态)",
"contentType" : "RAW",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "FIELD",
"name" : "static_label2", "name" : "field_text_dynamic2",
"getPSEditor" : {
"editorStyle" : "DIGITAL_FLOP",
"editorType" : "SPAN",
"name" : "field_text_dynamic2",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSRawItem" : { "viewFieldName" : "number"
"caption" : "占位",
"contentType" : "RAW",
"name" : "static_label2",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "占位",
"showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_SINGLEDATA", "predefinedType" : "CONTAINER_SINGLEDATA",
"scriptCode" : "{number: '093625'}" "scriptCode" : "{number: '093625'}"
...@@ -1664,8 +1666,7 @@ ...@@ -1664,8 +1666,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
...@@ -2973,8 +2974,7 @@ ...@@ -2973,8 +2974,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
...@@ -3683,8 +3683,7 @@ ...@@ -3683,8 +3683,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
......
...@@ -1354,6 +1354,9 @@ ...@@ -1354,6 +1354,9 @@
"id" : "field_text_dynamic" "id" : "field_text_dynamic"
}, { }, {
"id" : "field_text_dynamic1" "id" : "field_text_dynamic1"
}, {
"id" : "field_text_dynamic2",
"viewFieldName" : "number"
} ], } ],
"codeName" : "Usr0807949482", "codeName" : "Usr0807949482",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
...@@ -1525,24 +1528,23 @@ ...@@ -1525,24 +1528,23 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "占位", "caption" : "文本(动态)",
"contentType" : "RAW",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "FIELD",
"name" : "static_label2", "name" : "field_text_dynamic2",
"getPSEditor" : {
"editorStyle" : "DIGITAL_FLOP",
"editorType" : "SPAN",
"name" : "field_text_dynamic2",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSRawItem" : { "viewFieldName" : "number"
"caption" : "占位",
"contentType" : "RAW",
"name" : "static_label2",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "占位",
"showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_SINGLEDATA", "predefinedType" : "CONTAINER_SINGLEDATA",
"scriptCode" : "{number: '093625'}" "scriptCode" : "{number: '093625'}"
...@@ -1822,8 +1824,7 @@ ...@@ -1822,8 +1824,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
...@@ -3131,8 +3132,7 @@ ...@@ -3131,8 +3132,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
...@@ -3841,8 +3841,7 @@ ...@@ -3841,8 +3841,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
......
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
"id" : "field_text_dynamic" "id" : "field_text_dynamic"
}, { }, {
"id" : "field_text_dynamic1" "id" : "field_text_dynamic1"
}, {
"id" : "field_text_dynamic2",
"viewFieldName" : "number"
} ], } ],
"codeName" : "Usr0807949482", "codeName" : "Usr0807949482",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
...@@ -190,24 +193,23 @@ ...@@ -190,24 +193,23 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "占位", "caption" : "文本(动态)",
"contentType" : "RAW",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "FIELD",
"name" : "static_label2", "name" : "field_text_dynamic2",
"getPSEditor" : {
"editorStyle" : "DIGITAL_FLOP",
"editorType" : "SPAN",
"name" : "field_text_dynamic2",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSRawItem" : { "viewFieldName" : "number"
"caption" : "占位",
"contentType" : "RAW",
"name" : "static_label2",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "占位",
"showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_SINGLEDATA", "predefinedType" : "CONTAINER_SINGLEDATA",
"scriptCode" : "{number: '093625'}" "scriptCode" : "{number: '093625'}"
......
...@@ -196,8 +196,7 @@ ...@@ -196,8 +196,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
......
...@@ -10873,6 +10873,9 @@ ...@@ -10873,6 +10873,9 @@
"id" : "field_text_dynamic" "id" : "field_text_dynamic"
}, { }, {
"id" : "field_text_dynamic1" "id" : "field_text_dynamic1"
}, {
"id" : "field_text_dynamic2",
"viewFieldName" : "number"
} ], } ],
"codeName" : "Usr0807949482", "codeName" : "Usr0807949482",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
...@@ -11044,24 +11047,23 @@ ...@@ -11044,24 +11047,23 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "占位", "caption" : "文本(动态)",
"contentType" : "RAW",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "FIELD",
"name" : "static_label2", "name" : "field_text_dynamic2",
"getPSEditor" : {
"editorStyle" : "DIGITAL_FLOP",
"editorType" : "SPAN",
"name" : "field_text_dynamic2",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSRawItem" : { "viewFieldName" : "number"
"caption" : "占位",
"contentType" : "RAW",
"name" : "static_label2",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "占位",
"showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_SINGLEDATA", "predefinedType" : "CONTAINER_SINGLEDATA",
"scriptCode" : "{number: '093625'}" "scriptCode" : "{number: '093625'}"
...@@ -11357,8 +11359,7 @@ ...@@ -11357,8 +11359,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
...@@ -80542,6 +80543,9 @@ ...@@ -80542,6 +80543,9 @@
"id" : "field_text_dynamic" "id" : "field_text_dynamic"
}, { }, {
"id" : "field_text_dynamic1" "id" : "field_text_dynamic1"
}, {
"id" : "field_text_dynamic2",
"viewFieldName" : "number"
} ], } ],
"codeName" : "Usr0807949482", "codeName" : "Usr0807949482",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
...@@ -80713,24 +80717,23 @@ ...@@ -80713,24 +80717,23 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "占位", "caption" : "文本(动态)",
"contentType" : "RAW",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "FIELD",
"name" : "static_label2", "name" : "field_text_dynamic2",
"getPSEditor" : {
"editorStyle" : "DIGITAL_FLOP",
"editorType" : "SPAN",
"name" : "field_text_dynamic2",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSRawItem" : { "viewFieldName" : "number"
"caption" : "占位",
"contentType" : "RAW",
"name" : "static_label2",
"predefinedType" : "STATIC_LABEL",
"renderMode" : "PARAGRAPH"
},
"rawContent" : "占位",
"showCaption" : true
} ], } ],
"predefinedType" : "CONTAINER_SINGLEDATA", "predefinedType" : "CONTAINER_SINGLEDATA",
"scriptCode" : "{number: '093625'}" "scriptCode" : "{number: '093625'}"
...@@ -81010,8 +81013,7 @@ ...@@ -81010,8 +81013,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
...@@ -82319,8 +82321,7 @@ ...@@ -82319,8 +82321,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
...@@ -83029,8 +83030,7 @@ ...@@ -83029,8 +83030,7 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss", "TIMEFMT" : "YYYY-MM-DD HH:mm:ss"
"clearable" : "false"
}, },
"editorStyle" : "SCREEN_DATE_PICKER", "editorStyle" : "SCREEN_DATE_PICKER",
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册