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

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

上级 11d54eca
...@@ -363,8 +363,9 @@ ...@@ -363,8 +363,9 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]", "name" : "[MXCOUNT][属性]",
"stringLength" : 100, "stringLength" : 18,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -374,8 +375,9 @@ ...@@ -374,8 +375,9 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]移动端默认", "name" : "[MXCOUNT][属性]移动端默认",
"stringLength" : 100, "stringLength" : 18,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -392,11 +394,12 @@ ...@@ -392,11 +394,12 @@
"getPSDEFVRConditions" : [ { "getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH", "condType" : "STRINGLENGTH",
"dEFName" : "MXCOUNT", "dEFName" : "MXCOUNT",
"maxValue" : 100, "maxValue" : 18,
"minValue" : 15,
"name" : "默认字符串长度", "name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]", "ruleInfo" : "内容长度必须大于等于[15]且小于等于[18]",
"includeMaxValue" : true, "includeMaxValue" : true,
"includeMinValue" : false, "includeMinValue" : true,
"keyCond" : true "keyCond" : true
}, { }, {
"condType" : "REGEX", "condType" : "REGEX",
...@@ -406,9 +409,9 @@ ...@@ -406,9 +409,9 @@
"ruleInfo" : "请输入15位或18位身份证号!", "ruleInfo" : "请输入15位或18位身份证号!",
"keyCond" : true "keyCond" : true
} ], } ],
"ruleInfo" : "(内容长度必须小于等于[100] 并且 请输入15位或18位身份证号!)" "ruleInfo" : "(内容长度必须大于等于[15]且小于等于[18] 并且 请输入15位或18位身份证号!)"
}, },
"ruleInfo" : "(内容长度必须小于等于[100] 并且 请输入15位或18位身份证号!)", "ruleInfo" : "(内容长度必须大于等于[15]且小于等于[18] 并且 请输入15位或18位身份证号!)",
"checkDefault" : true, "checkDefault" : true,
"defaultMode" : true, "defaultMode" : true,
"enableBackend" : true, "enableBackend" : true,
...@@ -418,8 +421,9 @@ ...@@ -418,8 +421,9 @@
"dEFType" : 1, "dEFType" : 1,
"dataType" : "TEXT", "dataType" : "TEXT",
"importOrder" : 1000, "importOrder" : 1000,
"length" : 100, "length" : 18,
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXCOUNT", "name" : "MXCOUNT",
"getPSDEDBTable" : { "getPSDEDBTable" : {
"modelref" : true, "modelref" : true,
...@@ -431,7 +435,7 @@ ...@@ -431,7 +435,7 @@
}, },
"serviceCodeName" : "MXcount", "serviceCodeName" : "MXcount",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 18,
"valueFormat" : "%1$s" "valueFormat" : "%1$s"
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
...@@ -1049,6 +1053,7 @@ ...@@ -1049,6 +1053,7 @@
"name" : "BXD2DTO", "name" : "BXD2DTO",
"getPSDEMethodDTOFields" : [ { "getPSDEMethodDTOFields" : [ {
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXcount", "name" : "MXcount",
"getPSDEField" : { "getPSDEField" : {
"name" : "MXCOUNT", "name" : "MXCOUNT",
...@@ -1056,7 +1061,7 @@ ...@@ -1056,7 +1061,7 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 18,
"type" : "SIMPLE" "type" : "SIMPLE"
}, { }, {
"logicName" : "报销单2标识", "logicName" : "报销单2标识",
......
...@@ -1481,16 +1481,16 @@ ...@@ -1481,16 +1481,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"
} }
} ] } ]
}, { }, {
......
...@@ -381,8 +381,9 @@ ...@@ -381,8 +381,9 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]", "name" : "[MXCOUNT][属性]",
"stringLength" : 100, "stringLength" : 18,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -392,8 +393,9 @@ ...@@ -392,8 +393,9 @@
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"minStringLength" : 15,
"name" : "[MXCOUNT][属性]移动端默认", "name" : "[MXCOUNT][属性]移动端默认",
"stringLength" : 100, "stringLength" : 18,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -402,9 +404,10 @@ ...@@ -402,9 +404,10 @@
} ], } ],
"codeName" : "MXcount", "codeName" : "MXcount",
"logicName" : "属性", "logicName" : "属性",
"minStringLength" : 15,
"name" : "MXCOUNT", "name" : "MXCOUNT",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 18
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
......
...@@ -11261,16 +11261,16 @@ ...@@ -11261,16 +11261,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"
} }
} ] } ]
}, { }, {
...@@ -11305,16 +11305,16 @@ ...@@ -11305,16 +11305,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -11331,22 +11331,16 @@ ...@@ -11331,22 +11331,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
}
}, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-视图上方",
...@@ -11354,30 +11348,22 @@ ...@@ -11354,30 +11348,22 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg7"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg9"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11385,10 +11371,10 @@ ...@@ -11385,10 +11371,10 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -11397,11 +11383,12 @@ ...@@ -11397,11 +11383,12 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11409,15 +11396,28 @@ ...@@ -11409,15 +11396,28 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
...@@ -11426,10 +11426,10 @@ ...@@ -11426,10 +11426,10 @@
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ] } ]
}, { }, {
...@@ -15615,10 +15615,11 @@ ...@@ -15615,10 +15615,11 @@
"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" : 100, "stringLength" : 18,
"allowEmpty" : true, "allowEmpty" : true,
"enableCreate" : true, "enableCreate" : true,
"enableModify" : true, "enableModify" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册