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

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

上级 8ea88d2d
...@@ -396,9 +396,8 @@ ...@@ -396,9 +396,8 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]", "name" : "[MXCOUNT][属性]",
"stringLength" : 18, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -408,9 +407,8 @@ ...@@ -408,9 +407,8 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]移动端默认", "name" : "[MXCOUNT][属性]移动端默认",
"stringLength" : 18, "stringLength" : 100,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -427,24 +425,16 @@ ...@@ -427,24 +425,16 @@
"getPSDEFVRConditions" : [ { "getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH", "condType" : "STRINGLENGTH",
"dEFName" : "MXCOUNT", "dEFName" : "MXCOUNT",
"maxValue" : 18, "maxValue" : 100,
"minValue" : 15,
"name" : "默认字符串长度", "name" : "默认字符串长度",
"ruleInfo" : "内容长度必须大于等于[15]且小于等于[18]", "ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true, "includeMaxValue" : true,
"includeMinValue" : true, "includeMinValue" : false,
"keyCond" : true
}, {
"condType" : "REGEX",
"dEFName" : "MXCOUNT",
"name" : "身份证号验证",
"regExCode" : "^(\\d{15}$|^\\d{18}$|^\\d{17}(\\d|X|x))$",
"ruleInfo" : "请输入15位或18位身份证号!",
"keyCond" : true "keyCond" : true
} ], } ],
"ruleInfo" : "(内容长度必须大于等于[15]且小于等于[18] 并且 请输入15位或18位身份证号!)" "ruleInfo" : "内容长度必须小于等于[100]"
}, },
"ruleInfo" : "(内容长度必须大于等于[15]且小于等于[18] 并且 请输入15位或18位身份证号!)", "ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true, "checkDefault" : true,
"defaultMode" : true, "defaultMode" : true,
"enableBackend" : true, "enableBackend" : true,
...@@ -454,9 +444,8 @@ ...@@ -454,9 +444,8 @@
"dEFType" : 1, "dEFType" : 1,
"dataType" : "TEXT", "dataType" : "TEXT",
"importOrder" : 1000, "importOrder" : 1000,
"length" : 18, "length" : 100,
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXCOUNT", "name" : "MXCOUNT",
"getPSDEDBTable" : { "getPSDEDBTable" : {
"modelref" : true, "modelref" : true,
...@@ -468,7 +457,7 @@ ...@@ -468,7 +457,7 @@
}, },
"serviceCodeName" : "MXcount", "serviceCodeName" : "MXcount",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 18, "stringLength" : 100,
"valueFormat" : "%1$s" "valueFormat" : "%1$s"
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
...@@ -1086,7 +1075,6 @@ ...@@ -1086,7 +1075,6 @@
"name" : "BXD2DTO", "name" : "BXD2DTO",
"getPSDEMethodDTOFields" : [ { "getPSDEMethodDTOFields" : [ {
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXcount", "name" : "MXcount",
"getPSDEField" : { "getPSDEField" : {
"name" : "MXCOUNT", "name" : "MXCOUNT",
...@@ -1094,7 +1082,7 @@ ...@@ -1094,7 +1082,7 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 18, "stringLength" : 100,
"type" : "SIMPLE" "type" : "SIMPLE"
}, { }, {
"logicName" : "报销单2标识", "logicName" : "报销单2标识",
......
...@@ -1495,16 +1495,16 @@ ...@@ -1495,16 +1495,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -425,9 +425,8 @@ ...@@ -425,9 +425,8 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]", "name" : "[MXCOUNT][属性]",
"stringLength" : 18, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -437,9 +436,8 @@ ...@@ -437,9 +436,8 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]移动端默认", "name" : "[MXCOUNT][属性]移动端默认",
"stringLength" : 18, "stringLength" : 100,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -448,10 +446,9 @@ ...@@ -448,10 +446,9 @@
} ], } ],
"codeName" : "MXcount", "codeName" : "MXcount",
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXCOUNT", "name" : "MXCOUNT",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 18 "stringLength" : 100
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
......
...@@ -11269,6 +11269,60 @@ ...@@ -11269,6 +11269,60 @@
"pluginCode" : "viewPlugin", "pluginCode" : "viewPlugin",
"typeCode" : "viewStyle", "typeCode" : "viewStyle",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
}, {
"name" : "替换默认编辑视图布局面板",
"getPSViewLayoutPanel" : {
"codeName" : "Usr1128928261",
"controlType" : "VIEWLAYOUTPANEL",
"layoutMode" : "FLEX",
"logicName" : "替换默认编辑视图布局面板(测试)",
"name" : "layoutpanel",
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "page_container",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本",
"contentType" : "RAW",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "static_text",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"caption" : "测试替换默认编辑视图布局",
"contentType" : "RAW",
"name" : "static_text",
"predefinedType" : "STATIC_TEXT",
"renderMode" : "TEXT"
},
"rawContent" : "测试替换默认编辑视图布局",
"showCaption" : true
} ]
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"modelid" : "B75263BA-392A-4E3D-AE20-2BA34648E924",
"modeltype" : "PSSYSVIEWLAYOUTPANEL"
},
"typeCode" : "editrepeat",
"viewType" : "DEEDITVIEW",
"replaceDefault" : true
} ], } ],
"getAllPSAppUIThemes" : [ { "getAllPSAppUIThemes" : [ {
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPUITHEMES/null.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPUITHEMES/null.json",
...@@ -11646,16 +11700,16 @@ ...@@ -11646,16 +11700,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -11684,10 +11738,10 @@ ...@@ -11684,10 +11738,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -11696,10 +11750,10 @@ ...@@ -11696,10 +11750,10 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -11722,16 +11776,16 @@ ...@@ -11722,16 +11776,16 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -11744,10 +11798,10 @@ ...@@ -11744,10 +11798,10 @@
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -11757,11 +11811,12 @@ ...@@ -11757,11 +11811,12 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11775,13 +11830,6 @@ ...@@ -11775,13 +11830,6 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11794,17 +11842,17 @@ ...@@ -11794,17 +11842,17 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -11816,6 +11864,12 @@ ...@@ -11816,6 +11864,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, {
"name" : "关闭模式-无删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
...@@ -57000,9 +57054,8 @@ ...@@ -57000,9 +57054,8 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]", "name" : "[MXCOUNT][属性]",
"stringLength" : 18, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -57012,9 +57065,8 @@ ...@@ -57012,9 +57065,8 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]移动端默认", "name" : "[MXCOUNT][属性]移动端默认",
"stringLength" : 18, "stringLength" : 100,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -57023,10 +57075,9 @@ ...@@ -57023,10 +57075,9 @@
} ], } ],
"codeName" : "MXcount", "codeName" : "MXcount",
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXCOUNT", "name" : "MXCOUNT",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 18 "stringLength" : 100
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -15644,11 +15644,10 @@ ...@@ -15644,11 +15644,10 @@
"codeName" : "MXcount", "codeName" : "MXcount",
"codeName2" : "MXcount", "codeName2" : "MXcount",
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXCOUNT", "name" : "MXCOUNT",
"orderValue" : 160, "orderValue" : 160,
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 18, "stringLength" : 100,
"allowEmpty" : true, "allowEmpty" : true,
"enableCreate" : true, "enableCreate" : true,
"enableModify" : true, "enableModify" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册