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

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

上级 b4419fe0
......@@ -610,6 +610,12 @@
"queryCodeExp" : "t1.`AREACODE`",
"standardColumnName" : "`AREACODE`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_AREACODE_EQ",
"name" : "N_AREACODE_EQ",
"stdDataType" : 9,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[AREACODE][区域编码]",
......@@ -1760,6 +1766,20 @@
}, {
"name" : "MapDataFilterDTO",
"getPSDEFilterDTOFields" : [ {
"logicName" : "区域编码",
"name" : "N_AREACODE_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_AREACODE_EQ"
},
"getPSDEField" : {
"name" : "AREACODE",
"codeName" : "AreaCode"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 9,
"type" : "SIMPLE"
}, {
"logicName" : "数据类型",
"name" : "N_DATATYPE_EQ",
"getPSDEFSearchMode" : {
......
......@@ -1134,6 +1134,17 @@
"codeName" : "MapDataFilterDTO",
"name" : "MapDataFilterDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_AREACODE_EQ",
"logicName" : "区域编码",
"name" : "N_AREACODE_EQ",
"getPSAppDEField" : {
"name" : "AREACODE",
"codeName" : "AreaCode"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 9,
"type" : "SIMPLE"
}, {
"codeName" : "N_DATATYPE_EQ",
"logicName" : "数据类型",
"name" : "N_DATATYPE_EQ",
......
......@@ -10,7 +10,7 @@
},
"getPSSysMapItems" : [ {
"borderWidth" : 0,
"customCond" : "{\"SRFNAVPARAM.n_areacode_eq\": \"%areaCode%\"}",
"customCond" : "{\"SRFNAVPARAM.n_areacode_eq\": \"%srfareacode%\"}",
"getIdPSAppDEField" : {
"name" : "MAPDATAID",
"codeName" : "MapDataId"
......
......@@ -95,7 +95,7 @@
},
"getPSSysMapItems" : [ {
"borderWidth" : 0,
"customCond" : "{\"SRFNAVPARAM.n_areacode_eq\": \"%areaCode%\"}",
"customCond" : "{\"SRFNAVPARAM.n_areacode_eq\": \"%srfareacode%\"}",
"getIdPSAppDEField" : {
"name" : "MAPDATAID",
"codeName" : "MapDataId"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册