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

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

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