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

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

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