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

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

上级 1a772ee8
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"readonly" : "", "readonly" : "true",
"AC" : "TRUE", "AC" : "TRUE",
"TRIGGER" : "TRUE", "TRIGGER" : "TRUE",
"PICKUPVIEW" : "FALSE" "PICKUPVIEW" : "FALSE"
...@@ -250,6 +250,7 @@ ...@@ -250,6 +250,7 @@
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
"forceSelection" : true, "forceSelection" : true,
"readOnly" : true,
"showTrigger" : true, "showTrigger" : true,
"singleSelect" : true "singleSelect" : true
}, },
......
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"readonly" : "", "readonly" : "true",
"AC" : "TRUE", "AC" : "TRUE",
"TRIGGER" : "TRUE", "TRIGGER" : "TRUE",
"PICKUPVIEW" : "FALSE" "PICKUPVIEW" : "FALSE"
...@@ -419,6 +419,7 @@ ...@@ -419,6 +419,7 @@
"enableAC" : true, "enableAC" : true,
"enablePickupView" : false, "enablePickupView" : false,
"forceSelection" : true, "forceSelection" : true,
"readOnly" : true,
"showTrigger" : true, "showTrigger" : true,
"singleSelect" : true "singleSelect" : true
}, },
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
"viewFieldName" : "UPDATEMAN" "viewFieldName" : "UPDATEMAN"
}, {
"id" : "field_picker",
"viewFieldName" : "UPDATEMAN"
} ], } ],
"codeName" : "Usr1221816596", "codeName" : "Usr1221816596",
"controlType" : "VIEWLAYOUTPANEL", "controlType" : "VIEWLAYOUTPANEL",
...@@ -68,12 +71,14 @@ ...@@ -68,12 +71,14 @@
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "文本(动态)", "caption" : "文本(动态)",
"contentWidth" : 50.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_text_dynamic", "name" : "field_text_dynamic",
"getPSEditor" : { "getPSEditor" : {
"editorStyle" : "CUSTOMEDIT", "editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"editorWidth" : 50.0,
"name" : "field_text_dynamic", "name" : "field_text_dynamic",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
...@@ -84,9 +89,45 @@ ...@@ -84,9 +89,45 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"width" : 50,
"widthMode" : "PERCENTAGE"
},
"viewFieldName" : "UPDATEMAN",
"width" : 50.0,
"hidden" : false,
"showCaption" : false
}, {
"caption" : "数据选择",
"contentWidth" : 50.0,
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_picker",
"getPSEditor" : {
"editorParams" : {
"readonly" : "true",
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKER",
"editorWidth" : 50.0,
"name" : "field_picker",
"predefinedType" : "FIELD_PICKER",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"readOnly" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"width" : 50,
"widthMode" : "PERCENTAGE"
}, },
"viewFieldName" : "UPDATEMAN", "viewFieldName" : "UPDATEMAN",
"width" : 50.0,
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
} ], } ],
......
...@@ -12699,16 +12699,16 @@ ...@@ -12699,16 +12699,16 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
...@@ -12784,12 +12784,6 @@ ...@@ -12784,12 +12784,6 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12798,10 +12792,10 @@ ...@@ -12798,10 +12792,10 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -12809,6 +12803,12 @@ ...@@ -12809,6 +12803,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册