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

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

上级 28cdb2cf
...@@ -1400,7 +1400,7 @@ ...@@ -1400,7 +1400,7 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[FIELD][属性]", "name" : "[FIELD][属性]",
"stringLength" : 100, "stringLength" : 1000,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -1411,7 +1411,7 @@ ...@@ -1411,7 +1411,7 @@
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"name" : "[FIELD][属性]移动端默认", "name" : "[FIELD][属性]移动端默认",
"stringLength" : 100, "stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -1428,16 +1428,16 @@ ...@@ -1428,16 +1428,16 @@
"getPSDEFVRConditions" : [ { "getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH", "condType" : "STRINGLENGTH",
"dEFName" : "FIELD", "dEFName" : "FIELD",
"maxValue" : 100, "maxValue" : 1000,
"name" : "默认字符串长度", "name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]", "ruleInfo" : "内容长度必须小于等于[1000]",
"includeMaxValue" : true, "includeMaxValue" : true,
"includeMinValue" : false, "includeMinValue" : false,
"keyCond" : true "keyCond" : true
} ], } ],
"ruleInfo" : "内容长度必须小于等于[100]" "ruleInfo" : "内容长度必须小于等于[1000]"
}, },
"ruleInfo" : "内容长度必须小于等于[100]", "ruleInfo" : "内容长度必须小于等于[1000]",
"checkDefault" : true, "checkDefault" : true,
"defaultMode" : true, "defaultMode" : true,
"enableBackend" : true, "enableBackend" : true,
...@@ -1447,7 +1447,7 @@ ...@@ -1447,7 +1447,7 @@
"dEFType" : 1, "dEFType" : 1,
"dataType" : "TEXT", "dataType" : "TEXT",
"importOrder" : 1000, "importOrder" : 1000,
"length" : 100, "length" : 1000,
"logicName" : "属性", "logicName" : "属性",
"name" : "FIELD", "name" : "FIELD",
"getPSDEDBTable" : { "getPSDEDBTable" : {
...@@ -1460,7 +1460,7 @@ ...@@ -1460,7 +1460,7 @@
}, },
"serviceCodeName" : "Field", "serviceCodeName" : "Field",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 1000,
"valueFormat" : "%1$s" "valueFormat" : "%1$s"
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
...@@ -1971,7 +1971,7 @@ ...@@ -1971,7 +1971,7 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 1000,
"type" : "SIMPLE" "type" : "SIMPLE"
}, { }, {
"logicName" : "姓名", "logicName" : "姓名",
......
...@@ -720,7 +720,7 @@ ...@@ -720,7 +720,7 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[FIELD][属性]", "name" : "[FIELD][属性]",
"stringLength" : 100, "stringLength" : 1000,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -731,7 +731,7 @@ ...@@ -731,7 +731,7 @@
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"name" : "[FIELD][属性]移动端默认", "name" : "[FIELD][属性]移动端默认",
"stringLength" : 100, "stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -742,7 +742,7 @@ ...@@ -742,7 +742,7 @@
"logicName" : "属性", "logicName" : "属性",
"name" : "FIELD", "name" : "FIELD",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 1000
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
......
...@@ -720,7 +720,7 @@ ...@@ -720,7 +720,7 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[FIELD][属性]", "name" : "[FIELD][属性]",
"stringLength" : 100, "stringLength" : 1000,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -731,7 +731,7 @@ ...@@ -731,7 +731,7 @@
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"name" : "[FIELD][属性]移动端默认", "name" : "[FIELD][属性]移动端默认",
"stringLength" : 100, "stringLength" : 1000,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -742,7 +742,7 @@ ...@@ -742,7 +742,7 @@
"logicName" : "属性", "logicName" : "属性",
"name" : "FIELD", "name" : "FIELD",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 1000
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
......
...@@ -113,11 +113,11 @@ ...@@ -113,11 +113,11 @@
"hidden" : true, "hidden" : true,
"dataType" : 25 "dataType" : 25
}, { }, {
"id" : "studentname", "id" : "field",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "STUDENTNAME", "name" : "FIELD",
"codeName" : "StudentName" "codeName" : "Field"
} }
}, { }, {
"id" : "studentid", "id" : "studentid",
...@@ -135,38 +135,46 @@ ...@@ -135,38 +135,46 @@
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "学生基本信息", "caption" : "univer编辑器",
"codeName" : "group1", "codeName" : "group1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "学生名称", "caption" : "属性",
"codeName" : "studentname", "codeName" : "field",
"contentHeight" : 500.0,
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"height" : 500.0,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "NONE",
"labelWidth" : 130, "labelWidth" : 0,
"name" : "studentname", "name" : "field",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "STUDENTNAME", "name" : "FIELD",
"codeName" : "StudentName" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorStyle" : "UNIVER",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 200, "maxLength" : 1000,
"name" : "studentname" "name" : "field",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "UNIVER"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"height" : 500,
"heightMode" : "PX",
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColMD" : 24, "childColMD" : 24,
......
...@@ -29,6 +29,51 @@ ...@@ -29,6 +29,51 @@
"getPSControlParam" : { "getPSControlParam" : {
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.SAVE"
},
"caption" : "保存",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.SAVE"
},
"caption" : "保存",
"codeName" : "Save",
"fullCodeName" : "Save",
"name" : "编辑界面_保存操作",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "EDITVIEW_SAVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.SAVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Save",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.SAVE"
},
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "form", "xDataControlName" : "form",
"modelid" : "AE867EB6-9B38-4EE0-8443-1CFBD807FFB7", "modelid" : "AE867EB6-9B38-4EE0-8443-1CFBD807FFB7",
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
...@@ -231,11 +276,11 @@ ...@@ -231,11 +276,11 @@
"hidden" : true, "hidden" : true,
"dataType" : 25 "dataType" : 25
}, { }, {
"id" : "studentname", "id" : "field",
"dataType" : 25, "dataType" : 25,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "STUDENTNAME", "name" : "FIELD",
"codeName" : "StudentName" "codeName" : "Field"
} }
}, { }, {
"id" : "studentid", "id" : "studentid",
...@@ -253,38 +298,46 @@ ...@@ -253,38 +298,46 @@
"detailType" : "FORMPAGE", "detailType" : "FORMPAGE",
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "学生基本信息", "caption" : "univer编辑器",
"codeName" : "group1", "codeName" : "group1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "学生名称", "caption" : "属性",
"codeName" : "studentname", "codeName" : "field",
"contentHeight" : 500.0,
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"height" : 500.0,
"ignoreInput" : 0, "ignoreInput" : 0,
"labelPos" : "LEFT", "labelPos" : "NONE",
"labelWidth" : 130, "labelWidth" : 0,
"name" : "studentname", "name" : "field",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "STUDENTNAME", "name" : "FIELD",
"codeName" : "StudentName" "codeName" : "Field"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorStyle" : "UNIVER",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 200, "maxLength" : 1000,
"name" : "studentname" "name" : "field",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "UNIVER"
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
"height" : 500,
"heightMode" : "PX",
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColMD" : 24, "childColMD" : 24,
......
...@@ -19064,7 +19064,7 @@ ...@@ -19064,7 +19064,7 @@
"name" : "FIELD", "name" : "FIELD",
"orderValue" : 1000, "orderValue" : 1000,
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 1000,
"allowEmpty" : true, "allowEmpty" : true,
"enableCreate" : true, "enableCreate" : true,
"enableModify" : true, "enableModify" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册