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

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

上级 2174e29c
......@@ -338,7 +338,7 @@
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[LONGITUDE][经度]移动端默认",
"precision" : 2,
"precision" : 4,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
......@@ -351,7 +351,7 @@
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[LONGITUDE][经度]",
"precision" : 2,
"precision" : 4,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
......@@ -384,7 +384,7 @@
"modelref" : true,
"id" : "LONGITUDE"
},
"precision" : 2,
"precision" : 4,
"serviceCodeName" : "Longitude",
"stdDataType" : 7,
"valueFormat" : "%1$s"
......@@ -403,7 +403,7 @@
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[LATITUDE][纬度]",
"stringLength" : 100,
"precision" : 4,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
......@@ -414,7 +414,7 @@
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[LATITUDE][纬度]移动端默认",
"stringLength" : 100,
"precision" : 4,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
......@@ -427,20 +427,9 @@
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "LATITUDE",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
"name" : "默认组"
},
"ruleInfo" : "内容长度必须小于等于[100]",
"ruleInfo" : "默认规则",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
......@@ -448,7 +437,7 @@
} ],
"codeName" : "Latitude",
"dEFType" : 1,
"dataType" : "TEXT",
"dataType" : "FLOAT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "纬度",
......@@ -461,9 +450,9 @@
"modelref" : true,
"id" : "LATITUDE"
},
"precision" : 4,
"serviceCodeName" : "Latitude",
"stdDataType" : 25,
"stringLength" : 100,
"stdDataType" : 7,
"valueFormat" : "%1$s"
}, {
"getAllPSDEFDTColumns" : [ {
......@@ -541,7 +530,7 @@
"name" : "[TOOLTIP][提示框信息]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"editorType" : "HTMLEDITOR",
"name" : "[TOOLTIP][提示框信息]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
......@@ -588,7 +577,7 @@
} ],
"codeName" : "Tooltip",
"dEFType" : 1,
"dataType" : "TEXT",
"dataType" : "HTMLTEXT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "提示框信息",
......@@ -602,9 +591,10 @@
"id" : "TOOLTIP"
},
"serviceCodeName" : "Tooltip",
"stdDataType" : 25,
"stdDataType" : 21,
"stringLength" : 100,
"valueFormat" : "%1$s"
"valueFormat" : "%1$s",
"queryColumn" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "DATATYPE",
......@@ -1397,7 +1387,7 @@
"name" : "LONGITUDE",
"codeName" : "Longitude"
},
"precision" : 2,
"precision" : 4,
"sourceType" : "DEFIELD",
"stdDataType" : 7,
"type" : "SIMPLE"
......@@ -1408,9 +1398,9 @@
"name" : "LATITUDE",
"codeName" : "Latitude"
},
"precision" : 4,
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"stdDataType" : 7,
"type" : "SIMPLE"
}, {
"logicName" : "区域编码",
......@@ -1430,7 +1420,7 @@
"codeName" : "Tooltip"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stdDataType" : 21,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
......
......@@ -2,6 +2,9 @@
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`TOOLTIP`",
"name" : "TOOLTIP"
}, {
"expression" : "t1.`AREACODE`",
"name" : "AREACODE"
}, {
......@@ -25,9 +28,6 @@
}, {
"expression" : "t1.`MAPDATANAME`",
"name" : "MAPDATANAME"
}, {
"expression" : "t1.`TOOLTIP`",
"name" : "TOOLTIP"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -38,6 +38,6 @@
"expression" : "t1.`VALUE`",
"name" : "VALUE"
} ],
"queryCode" : "SELECT\nt1.`AREACODE`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DATATYPE`,\nt1.`LATITUDE`,\nt1.`LONGITUDE`,\nt1.`MAPDATAID`,\nt1.`MAPDATANAME`,\nt1.`TOOLTIP`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`,\nt1.`VALUE`\nFROM `T_MAPDATA` t1 \n",
"queryCode" : "SELECT\nt1.`AREACODE`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DATATYPE`,\nt1.`LATITUDE`,\nt1.`LONGITUDE`,\nt1.`MAPDATAID`,\nt1.`MAPDATANAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`,\nt1.`VALUE`\nFROM `T_MAPDATA` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/MapData/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -330,7 +330,7 @@
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[LONGITUDE][经度]移动端默认",
"precision" : 2,
"precision" : 4,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
......@@ -343,7 +343,7 @@
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[LONGITUDE][经度]",
"precision" : 2,
"precision" : 4,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
......@@ -351,7 +351,7 @@
"codeName" : "Longitude",
"logicName" : "经度",
"name" : "LONGITUDE",
"precision" : 2,
"precision" : 4,
"stdDataType" : 7
}, {
"getAllPSAppDEFUIModes" : [ {
......@@ -361,7 +361,7 @@
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[LATITUDE][纬度]",
"stringLength" : 100,
"precision" : 4,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
......@@ -372,7 +372,7 @@
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[LATITUDE][纬度]移动端默认",
"stringLength" : 100,
"precision" : 4,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
......@@ -382,8 +382,8 @@
"codeName" : "Latitude",
"logicName" : "纬度",
"name" : "LATITUDE",
"stdDataType" : 25,
"stringLength" : 100
"precision" : 4,
"stdDataType" : 7
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
......@@ -418,7 +418,7 @@
"name" : "[TOOLTIP][提示框信息]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"editorType" : "HTMLEDITOR",
"name" : "[TOOLTIP][提示框信息]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
......@@ -441,7 +441,7 @@
"codeName" : "Tooltip",
"logicName" : "提示框信息",
"name" : "TOOLTIP",
"stdDataType" : 25,
"stdDataType" : 21,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
......@@ -871,7 +871,7 @@
"codeName" : "Latitude"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stdDataType" : 7,
"type" : "SIMPLE"
}, {
"codeName" : "AreaCode",
......@@ -893,7 +893,7 @@
"codeName" : "Tooltip"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stdDataType" : 21,
"type" : "SIMPLE"
}, {
"codeName" : "DataType",
......
......@@ -121,7 +121,7 @@
}
}, {
"id" : "latitude",
"dataType" : 25,
"dataType" : 7,
"getPSAppDEField" : {
"name" : "LATITUDE",
"codeName" : "Latitude"
......@@ -142,7 +142,7 @@
}
}, {
"id" : "tooltip",
"dataType" : 25,
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TOOLTIP",
"codeName" : "Tooltip"
......@@ -262,7 +262,7 @@
}, {
"caption" : "纬度",
"codeName" : "latitude",
"dataType" : 25,
"dataType" : 7,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
......@@ -277,8 +277,8 @@
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "latitude"
"name" : "latitude",
"precision" : 4
},
"getPSLayoutPos" : {
"colMD" : 24,
......@@ -305,7 +305,7 @@
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "longitude",
"precision" : 2
"precision" : 4
},
"getPSLayoutPos" : {
"colMD" : 24,
......@@ -342,7 +342,7 @@
}, {
"caption" : "提示框信息",
"codeName" : "tooltip",
"dataType" : 25,
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
......
......@@ -169,7 +169,7 @@
"codeName" : "Longitude"
}
}, {
"dataType" : 25,
"dataType" : 7,
"name" : "latitude",
"getPSAppDEField" : {
"name" : "LATITUDE",
......
......@@ -824,7 +824,7 @@
}
}, {
"id" : "latitude",
"dataType" : 25,
"dataType" : 7,
"getPSAppDEField" : {
"name" : "LATITUDE",
"codeName" : "Latitude"
......@@ -845,7 +845,7 @@
}
}, {
"id" : "tooltip",
"dataType" : 25,
"dataType" : 21,
"getPSAppDEField" : {
"name" : "TOOLTIP",
"codeName" : "Tooltip"
......@@ -965,7 +965,7 @@
}, {
"caption" : "纬度",
"codeName" : "latitude",
"dataType" : 25,
"dataType" : 7,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
......@@ -980,8 +980,8 @@
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "latitude"
"name" : "latitude",
"precision" : 4
},
"getPSLayoutPos" : {
"colMD" : 24,
......@@ -1008,7 +1008,7 @@
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "longitude",
"precision" : 2
"precision" : 4
},
"getPSLayoutPos" : {
"colMD" : 24,
......@@ -1045,7 +1045,7 @@
}, {
"caption" : "提示框信息",
"codeName" : "tooltip",
"dataType" : 25,
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
......
......@@ -367,7 +367,7 @@
"codeName" : "Longitude"
}
}, {
"dataType" : 25,
"dataType" : 7,
"name" : "latitude",
"getPSAppDEField" : {
"name" : "LATITUDE",
......
......@@ -4954,7 +4954,7 @@
"logicName" : "经度",
"name" : "LONGITUDE",
"orderValue" : 160,
"precision" : 2,
"precision" : 4,
"stdDataType" : 7,
"allowEmpty" : true,
"enableCreate" : true,
......@@ -4967,8 +4967,8 @@
"logicName" : "纬度",
"name" : "LATITUDE",
"orderValue" : 170,
"stdDataType" : 25,
"stringLength" : 100,
"precision" : 4,
"stdDataType" : 7,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
......@@ -4992,7 +4992,7 @@
"logicName" : "提示框信息",
"name" : "TOOLTIP",
"orderValue" : 190,
"stdDataType" : 25,
"stdDataType" : 21,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册