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

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

上级 0d66cbe9
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestType.json" "path" : "PSMODULES/Test/PSCODELISTS/TestType.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/Rank.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/UsrCodeList1225197182.json" "path" : "PSMODULES/Test/PSCODELISTS/UsrCodeList1225197182.json"
......
{
"codeListTag" : "Test__Rank",
"codeListType" : "STATIC",
"codeName" : "Rank",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/Test/PSCODELISTS/Rank.json",
"emptyText" : "未定义",
"name" : "职级",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "一级干部",
"value" : "1"
}, {
"codeName" : "Item_2",
"text" : "二级干部",
"value" : "2"
}, {
"codeName" : "Item_3",
"text" : "三级干部",
"value" : "3"
} ],
"getPSSystemModule" : {
"modelref" : true,
"path" : "PSMODULES/Test.json"
},
"refFlag" : true,
"systemTag" : "TrainSys",
"codeItemValueNumber" : false,
"enableCache" : true,
"subSysAsCloud" : false,
"subSysCodeList" : false,
"userScope" : false
}
\ No newline at end of file
...@@ -310,6 +310,10 @@ ...@@ -310,6 +310,10 @@
"caption" : "单位", "caption" : "单位",
"format" : "%1$s", "format" : "%1$s",
"name" : "department", "name" : "department",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSMODULES/common/PSCODELISTS/UsrCodeList0807000730.json"
},
"getPSDEField" : { "getPSDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -430,6 +434,10 @@ ...@@ -430,6 +434,10 @@
"caption" : "职级", "caption" : "职级",
"format" : "%1$s", "format" : "%1$s",
"name" : "rank", "name" : "rank",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/Rank.json"
},
"getPSDEField" : { "getPSDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -763,7 +771,6 @@ ...@@ -763,7 +771,6 @@
"name" : "[END][结束时间]移动端默认", "name" : "[END][结束时间]移动端默认",
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -776,8 +783,7 @@ ...@@ -776,8 +783,7 @@
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"name" : "[END][结束时间]", "name" : "[END][结束时间]",
"uIMode" : "DEFAULT", "uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
} ], } ],
...@@ -812,8 +818,7 @@ ...@@ -812,8 +818,7 @@
}, },
"serviceCodeName" : "End", "serviceCodeName" : "End",
"stdDataType" : 5, "stdDataType" : 5,
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
"allowEmpty" : false
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
"columnName" : "START", "columnName" : "START",
...@@ -1542,6 +1547,12 @@ ...@@ -1542,6 +1547,12 @@
"queryCodeExp" : "t1.`NAME`", "queryCodeExp" : "t1.`NAME`",
"standardColumnName" : "`NAME`" "standardColumnName" : "`NAME`"
} ], } ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_NAME_LIKE",
"name" : "N_NAME_LIKE",
"stdDataType" : 25,
"valueOP" : "LIKE"
} ],
"getAllPSDEFUIModes" : [ { "getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"name" : "[NAME][姓名]移动端默认", "name" : "[NAME][姓名]移动端默认",
...@@ -1551,6 +1562,7 @@ ...@@ -1551,6 +1562,7 @@
"name" : "[NAME][姓名]移动端默认", "name" : "[NAME][姓名]移动端默认",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -1563,7 +1575,8 @@ ...@@ -1563,7 +1575,8 @@
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[NAME][姓名]", "name" : "[NAME][姓名]",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT",
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
} ], } ],
...@@ -1610,7 +1623,8 @@ ...@@ -1610,7 +1623,8 @@
"serviceCodeName" : "Name", "serviceCodeName" : "Name",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 100,
"valueFormat" : "%1$s" "valueFormat" : "%1$s",
"allowEmpty" : false
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
"columnName" : "FIELD", "columnName" : "FIELD",
...@@ -1703,7 +1717,8 @@ ...@@ -1703,7 +1717,8 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[AGE][属性2]", "name" : "[AGE][属性2]",
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT",
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
}, { }, {
...@@ -1714,6 +1729,7 @@ ...@@ -1714,6 +1729,7 @@
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"name" : "[AGE][属性2]移动端默认", "name" : "[AGE][属性2]移动端默认",
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -1762,7 +1778,8 @@ ...@@ -1762,7 +1778,8 @@
}, },
"serviceCodeName" : "Age", "serviceCodeName" : "Age",
"stdDataType" : 9, "stdDataType" : 9,
"valueFormat" : "%1$s" "valueFormat" : "%1$s",
"allowEmpty" : false
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
"columnName" : "ADDRESS", "columnName" : "ADDRESS",
...@@ -1848,6 +1865,12 @@ ...@@ -1848,6 +1865,12 @@
"queryCodeExp" : "t1.`DEPARTMENT`", "queryCodeExp" : "t1.`DEPARTMENT`",
"standardColumnName" : "`DEPARTMENT`" "standardColumnName" : "`DEPARTMENT`"
} ], } ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_DEPARTMENT_EQ",
"name" : "N_DEPARTMENT_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ { "getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"name" : "[DEPARTMENT][单位]移动端默认", "name" : "[DEPARTMENT][单位]移动端默认",
...@@ -1905,6 +1928,10 @@ ...@@ -1905,6 +1928,10 @@
"length" : 100, "length" : 100,
"logicName" : "单位", "logicName" : "单位",
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSMODULES/common/PSCODELISTS/UsrCodeList0807000730.json"
},
"getPSDEDBTable" : { "getPSDEDBTable" : {
"modelref" : true, "modelref" : true,
"id" : "Table" "id" : "Table"
...@@ -1925,6 +1952,12 @@ ...@@ -1925,6 +1952,12 @@
"queryCodeExp" : "t1.`RANK`", "queryCodeExp" : "t1.`RANK`",
"standardColumnName" : "`RANK`" "standardColumnName" : "`RANK`"
} ], } ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_RANK_EQ",
"name" : "N_RANK_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ { "getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"name" : "[RANK][职位]移动端默认", "name" : "[RANK][职位]移动端默认",
...@@ -1982,6 +2015,10 @@ ...@@ -1982,6 +2015,10 @@
"length" : 100, "length" : 100,
"logicName" : "职级", "logicName" : "职级",
"name" : "RANK", "name" : "RANK",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/Rank.json"
},
"getPSDEDBTable" : { "getPSDEDBTable" : {
"modelref" : true, "modelref" : true,
"id" : "Table" "id" : "Table"
...@@ -2119,8 +2156,7 @@ ...@@ -2119,8 +2156,7 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 5, "stdDataType" : 5,
"type" : "SIMPLE", "type" : "SIMPLE"
"allowEmpty" : false
}, { }, {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "开始时间", "logicName" : "开始时间",
...@@ -2152,7 +2188,8 @@ ...@@ -2152,7 +2188,8 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 9, "stdDataType" : 9,
"type" : "SIMPLE" "type" : "SIMPLE",
"allowEmpty" : false
}, { }, {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "建立时间", "logicName" : "建立时间",
...@@ -2222,7 +2259,8 @@ ...@@ -2222,7 +2259,8 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 100,
"type" : "SIMPLE" "type" : "SIMPLE",
"allowEmpty" : false
}, { }, {
"logicName" : "组织机构标识", "logicName" : "组织机构标识",
"name" : "OrgId", "name" : "OrgId",
...@@ -2326,6 +2364,34 @@ ...@@ -2326,6 +2364,34 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 5, "stdDataType" : 5,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"logicName" : "单位",
"name" : "N_DEPARTMENT_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_DEPARTMENT_EQ"
},
"getPSDEField" : {
"name" : "DEPARTMENT",
"codeName" : "Department"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"logicName" : "姓名",
"name" : "N_NAME_LIKE",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_NAME_LIKE"
},
"getPSDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"logicName" : "上级学生职位", "logicName" : "上级学生职位",
"name" : "N_PSTUDENTID_EQ", "name" : "N_PSTUDENTID_EQ",
...@@ -2340,6 +2406,20 @@ ...@@ -2340,6 +2406,20 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"logicName" : "职级",
"name" : "N_RANK_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_RANK_EQ"
},
"getPSDEField" : {
"name" : "RANK",
"codeName" : "Rank"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"logicName" : "学生标识", "logicName" : "学生标识",
"name" : "N_STUDENTID_EQ", "name" : "N_STUDENTID_EQ",
...@@ -2917,6 +2997,12 @@ ...@@ -2917,6 +2997,12 @@
"name" : "大屏柱状图(视图)", "name" : "大屏柱状图(视图)",
"realModelSubType" : "DECHARTVIEW", "realModelSubType" : "DECHARTVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr01245132EditView",
"logicName" : "学生主编辑视图",
"name" : "学生主编辑视图",
"realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "Usr08081031EditView", "codeName" : "Usr08081031EditView",
"logicName" : "大屏测试2_学生信息", "logicName" : "大屏测试2_学生信息",
...@@ -3089,6 +3175,13 @@ ...@@ -3089,6 +3175,13 @@
"name" : "边框8_表单", "name" : "边框8_表单",
"realModelSubType" : "EDITFORM", "realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM" "realModelType" : "PSDEFORM"
}, {
"codeName" : "StudentMain",
"logicName" : "学生主编辑表单",
"modelTag2" : "0",
"name" : "学生主编辑表单",
"realModelSubType" : "EDITFORM",
"realModelType" : "PSDEFORM"
}, { }, {
"codeName" : "test_portlet_form", "codeName" : "test_portlet_form",
"logicName" : "测试门户数据表单", "logicName" : "测试门户数据表单",
......
{
"codeListTag" : "Test__Rank",
"codeListType" : "STATIC",
"codeName" : "Test__Rank",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json",
"emptyText" : "未定义",
"name" : "职级",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "一级干部",
"value" : "1"
}, {
"codeName" : "Item_2",
"text" : "二级干部",
"value" : "2"
}, {
"codeName" : "Item_3",
"text" : "三级干部",
"value" : "3"
} ],
"enableCache" : true
}
\ No newline at end of file
{
"codeListTag" : "common__UsrCodeList0807000730",
"codeListType" : "STATIC",
"codeName" : "common__UsrCodeList0807000730",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__UsrCodeList0807000730.json",
"emptyText" : "未定义",
"name" : "单位",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "国航培训基地",
"value" : "1"
}, {
"codeName" : "Item_2",
"text" : "西南分部",
"value" : "2"
}, {
"codeName" : "Item_3",
"text" : "重庆分部",
"value" : "3"
} ],
"enableCache" : true
}
\ No newline at end of file
...@@ -335,6 +335,10 @@ ...@@ -335,6 +335,10 @@
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
}, },
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSDEField" : { "getPSDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -511,6 +515,10 @@ ...@@ -511,6 +515,10 @@
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
}, },
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
},
"getPSDEField" : { "getPSDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -568,7 +576,6 @@ ...@@ -568,7 +576,6 @@
"name" : "[END][结束时间]移动端默认", "name" : "[END][结束时间]移动端默认",
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -581,8 +588,7 @@ ...@@ -581,8 +588,7 @@
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"name" : "[END][结束时间]", "name" : "[END][结束时间]",
"uIMode" : "DEFAULT", "uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
} ], } ],
...@@ -893,6 +899,7 @@ ...@@ -893,6 +899,7 @@
"name" : "[NAME][姓名]移动端默认", "name" : "[NAME][姓名]移动端默认",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -905,7 +912,8 @@ ...@@ -905,7 +912,8 @@
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[NAME][姓名]", "name" : "[NAME][姓名]",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT",
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
} ], } ],
...@@ -953,7 +961,8 @@ ...@@ -953,7 +961,8 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[AGE][属性2]", "name" : "[AGE][属性2]",
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT",
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
}, { }, {
...@@ -964,6 +973,7 @@ ...@@ -964,6 +973,7 @@
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"name" : "[AGE][属性2]移动端默认", "name" : "[AGE][属性2]移动端默认",
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -1120,8 +1130,7 @@ ...@@ -1120,8 +1130,7 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 5, "stdDataType" : 5,
"type" : "SIMPLE", "type" : "SIMPLE"
"allowEmpty" : false
}, { }, {
"codeName" : "Start", "codeName" : "Start",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -1155,7 +1164,8 @@ ...@@ -1155,7 +1164,8 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 9, "stdDataType" : 9,
"type" : "SIMPLE" "type" : "SIMPLE",
"allowEmpty" : false
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -1224,7 +1234,8 @@ ...@@ -1224,7 +1234,8 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE",
"allowEmpty" : false
}, { }, {
"codeName" : "OrgId", "codeName" : "OrgId",
"logicName" : "组织机构标识", "logicName" : "组织机构标识",
...@@ -1324,6 +1335,28 @@ ...@@ -1324,6 +1335,28 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 5, "stdDataType" : 5,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "N_DEPARTMENT_EQ",
"logicName" : "单位",
"name" : "N_DEPARTMENT_EQ",
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "Department"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_NAME_LIKE",
"logicName" : "姓名",
"name" : "N_NAME_LIKE",
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"codeName" : "N_PSTUDENTID_EQ", "codeName" : "N_PSTUDENTID_EQ",
"logicName" : "上级学生职位", "logicName" : "上级学生职位",
...@@ -1335,6 +1368,17 @@ ...@@ -1335,6 +1368,17 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "N_RANK_EQ",
"logicName" : "职级",
"name" : "N_RANK_EQ",
"getPSAppDEField" : {
"name" : "RANK",
"codeName" : "Rank"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"codeName" : "N_STUDENTID_EQ", "codeName" : "N_STUDENTID_EQ",
"logicName" : "学生标识", "logicName" : "学生标识",
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -351,7 +351,7 @@ ...@@ -351,7 +351,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -373,6 +373,7 @@ ...@@ -373,6 +373,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -496,7 +497,7 @@ ...@@ -496,7 +497,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -111,6 +111,10 @@ ...@@ -111,6 +111,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -371,7 +375,7 @@ ...@@ -371,7 +375,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -379,6 +383,10 @@ ...@@ -379,6 +383,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -548,7 +556,7 @@ ...@@ -548,7 +556,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -446,7 +446,7 @@ ...@@ -446,7 +446,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -478,6 +478,7 @@ ...@@ -478,6 +478,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -601,7 +602,7 @@ ...@@ -601,7 +602,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -219,6 +219,10 @@ ...@@ -219,6 +219,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -479,7 +483,7 @@ ...@@ -479,7 +483,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -487,6 +491,10 @@ ...@@ -487,6 +491,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -656,7 +664,7 @@ ...@@ -656,7 +664,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -244,6 +244,10 @@ ...@@ -244,6 +244,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -504,7 +508,7 @@ ...@@ -504,7 +508,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -512,6 +516,10 @@ ...@@ -512,6 +516,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -681,7 +689,7 @@ ...@@ -681,7 +689,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -88,6 +88,28 @@ ...@@ -88,6 +88,28 @@
} ], } ],
"enableCache" : true, "enableCache" : true,
"thresholdGroup" : true "thresholdGroup" : true
}, {
"codeListTag" : "Test__Rank",
"codeListType" : "STATIC",
"codeName" : "Test__Rank",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/Test__Rank.json",
"emptyText" : "未定义",
"name" : "职级",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "一级干部",
"value" : "1"
}, {
"codeName" : "Item_2",
"text" : "二级干部",
"value" : "2"
}, {
"codeName" : "Item_3",
"text" : "三级干部",
"value" : "3"
} ],
"enableCache" : true
}, { }, {
"codeListTag" : "Test__TestType", "codeListTag" : "Test__TestType",
"codeListType" : "STATIC", "codeListType" : "STATIC",
...@@ -294,6 +316,28 @@ ...@@ -294,6 +316,28 @@
"value" : "zhaoliu" "value" : "zhaoliu"
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "common__UsrCodeList0807000730",
"codeListType" : "STATIC",
"codeName" : "common__UsrCodeList0807000730",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPCODELISTS/common__UsrCodeList0807000730.json",
"emptyText" : "未定义",
"name" : "单位",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "国航培训基地",
"value" : "1"
}, {
"codeName" : "Item_2",
"text" : "西南分部",
"value" : "2"
}, {
"codeName" : "Item_3",
"text" : "重庆分部",
"value" : "3"
} ],
"enableCache" : true
} ], } ],
"getAllPSAppCounters" : [ { "getAllPSAppCounters" : [ {
"modelref" : true, "modelref" : true,
......
{
"codeListTag" : "Test__Rank",
"codeListType" : "STATIC",
"codeName" : "Test__Rank",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json",
"emptyText" : "未定义",
"name" : "职级",
"getPSCodeItems" : [ {
"codeName" : "Item_1",
"text" : "一级干部",
"value" : "1"
}, {
"codeName" : "Item_2",
"text" : "二级干部",
"value" : "2"
}, {
"codeName" : "Item_3",
"text" : "三级干部",
"value" : "3"
} ],
"enableCache" : true
}
\ No newline at end of file
...@@ -1568,7 +1568,7 @@ ...@@ -1568,7 +1568,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -1576,6 +1576,10 @@ ...@@ -1576,6 +1576,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -1836,7 +1840,7 @@ ...@@ -1836,7 +1840,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -1844,6 +1848,10 @@ ...@@ -1844,6 +1848,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -2013,7 +2021,7 @@ ...@@ -2013,7 +2021,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -335,6 +335,10 @@ ...@@ -335,6 +335,10 @@
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
}, },
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSDEField" : { "getPSDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -511,6 +515,10 @@ ...@@ -511,6 +515,10 @@
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
}, },
"getPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSDEField" : { "getPSDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -568,7 +576,6 @@ ...@@ -568,7 +576,6 @@
"name" : "[END][结束时间]移动端默认", "name" : "[END][结束时间]移动端默认",
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -581,8 +588,7 @@ ...@@ -581,8 +588,7 @@
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"name" : "[END][结束时间]", "name" : "[END][结束时间]",
"uIMode" : "DEFAULT", "uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS", "valueFormat" : "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
} ], } ],
...@@ -893,6 +899,7 @@ ...@@ -893,6 +899,7 @@
"name" : "[NAME][姓名]移动端默认", "name" : "[NAME][姓名]移动端默认",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -905,7 +912,8 @@ ...@@ -905,7 +912,8 @@
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[NAME][姓名]", "name" : "[NAME][姓名]",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT",
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
} ], } ],
...@@ -953,7 +961,8 @@ ...@@ -953,7 +961,8 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"name" : "[AGE][属性2]", "name" : "[AGE][属性2]",
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT",
"allowEmpty" : false
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
}, { }, {
...@@ -964,6 +973,7 @@ ...@@ -964,6 +973,7 @@
"editorType" : "MOBTEXT", "editorType" : "MOBTEXT",
"name" : "[AGE][属性2]移动端默认", "name" : "[AGE][属性2]移动端默认",
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"allowEmpty" : false,
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -1120,8 +1130,7 @@ ...@@ -1120,8 +1130,7 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 5, "stdDataType" : 5,
"type" : "SIMPLE", "type" : "SIMPLE"
"allowEmpty" : false
}, { }, {
"codeName" : "Start", "codeName" : "Start",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -1155,7 +1164,8 @@ ...@@ -1155,7 +1164,8 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 9, "stdDataType" : 9,
"type" : "SIMPLE" "type" : "SIMPLE",
"allowEmpty" : false
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -1224,7 +1234,8 @@ ...@@ -1224,7 +1234,8 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE",
"allowEmpty" : false
}, { }, {
"codeName" : "OrgId", "codeName" : "OrgId",
"logicName" : "组织机构标识", "logicName" : "组织机构标识",
...@@ -1324,6 +1335,28 @@ ...@@ -1324,6 +1335,28 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 5, "stdDataType" : 5,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "N_DEPARTMENT_EQ",
"logicName" : "单位",
"name" : "N_DEPARTMENT_EQ",
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "Department"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_NAME_LIKE",
"logicName" : "姓名",
"name" : "N_NAME_LIKE",
"getPSAppDEField" : {
"name" : "NAME",
"codeName" : "Name"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"codeName" : "N_PSTUDENTID_EQ", "codeName" : "N_PSTUDENTID_EQ",
"logicName" : "上级学生职位", "logicName" : "上级学生职位",
...@@ -1335,6 +1368,17 @@ ...@@ -1335,6 +1368,17 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "N_RANK_EQ",
"logicName" : "职级",
"name" : "N_RANK_EQ",
"getPSAppDEField" : {
"name" : "RANK",
"codeName" : "Rank"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"codeName" : "N_STUDENTID_EQ", "codeName" : "N_STUDENTID_EQ",
"logicName" : "学生标识", "logicName" : "学生标识",
...@@ -2911,6 +2955,10 @@ ...@@ -2911,6 +2955,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentUsr08133115ListView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentUsr08133115ListView.json",
"viewType" : "DELISTVIEW" "viewType" : "DELISTVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentUsr01245132EditView.json",
"viewType" : "DEEDITVIEW"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentUsr08130497CustomView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentUsr08130497CustomView.json",
......
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -469,6 +469,10 @@ ...@@ -469,6 +469,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -729,7 +733,7 @@ ...@@ -729,7 +733,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -737,6 +741,10 @@ ...@@ -737,6 +741,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -906,7 +914,7 @@ ...@@ -906,7 +914,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -351,7 +351,7 @@ ...@@ -351,7 +351,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -373,6 +373,7 @@ ...@@ -373,6 +373,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -496,7 +497,7 @@ ...@@ -496,7 +497,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -435,7 +435,7 @@ ...@@ -435,7 +435,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -445,7 +445,7 @@ ...@@ -445,7 +445,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -467,6 +467,7 @@ ...@@ -467,6 +467,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -568,7 +569,7 @@ ...@@ -568,7 +569,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -153,6 +153,10 @@ ...@@ -153,6 +153,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -413,7 +417,7 @@ ...@@ -413,7 +417,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -421,6 +425,10 @@ ...@@ -421,6 +425,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -590,7 +598,7 @@ ...@@ -590,7 +598,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -75,6 +75,10 @@ ...@@ -75,6 +75,10 @@
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "name", "dataItemName" : "name",
"excelCaption" : "姓名", "excelCaption" : "姓名",
"getFilterPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_name_like"
},
"name" : "name", "name" : "name",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppDEField" : { "getPSAppDEField" : {
...@@ -101,6 +105,31 @@ ...@@ -101,6 +105,31 @@
}, },
"width" : 200, "width" : 200,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "职级",
"codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "rank",
"excelCaption" : "职级",
"getFilterPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_rank_eq"
},
"name" : "rank",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : {
"name" : "RANK",
"codeName" : "Rank"
},
"width" : 200,
"widthUnit" : "PX",
"enableRowEdit" : true, "enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
...@@ -143,37 +172,29 @@ ...@@ -143,37 +172,29 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "department", "dataItemName" : "department",
"excelCaption" : "单位", "excelCaption" : "单位",
"getFilterPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "n_department_eq"
},
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
}, },
"width" : 200, "width" : 200,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableRowEdit" : true,
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "职级",
"codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "rank",
"excelCaption" : "职级",
"name" : "rank",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "RANK",
"codeName" : "Rank"
},
"width" : 200,
"widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -207,6 +228,13 @@ ...@@ -207,6 +228,13 @@
"name" : "AGE", "name" : "AGE",
"codeName" : "Age" "codeName" : "Age"
} }
}, {
"dataType" : 25,
"name" : "rank",
"getPSAppDEField" : {
"name" : "RANK",
"codeName" : "Rank"
}
}, { }, {
"format" : "YYYY-MM-DD HH:mm:ss", "format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5, "dataType" : 5,
...@@ -230,13 +258,6 @@ ...@@ -230,13 +258,6 @@
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
} }
}, {
"dataType" : 25,
"name" : "rank",
"getPSAppDEField" : {
"name" : "RANK",
"codeName" : "Rank"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "address", "name" : "address",
...@@ -289,22 +310,28 @@ ...@@ -289,22 +310,28 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "年龄", "caption" : "职级",
"codeName" : "age", "codeName" : "rank",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 0,
"name" : "age", "name" : "rank",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AGE", "name" : "RANK",
"codeName" : "Age" "codeName" : "Rank"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "NUMBER", "editorType" : "DROPDOWNLIST",
"name" : "age" "name" : "rank",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"singleSelect" : true
}, },
"allowEmpty" : true "allowEmpty" : true,
"needCodeListConfig" : true
}, { }, {
"caption" : "开始时间", "caption" : "开始时间",
"codeName" : "start", "codeName" : "start",
...@@ -342,7 +369,28 @@ ...@@ -342,7 +369,28 @@
"editorType" : "DATEPICKEREX_NOTIME", "editorType" : "DATEPICKEREX_NOTIME",
"name" : "end" "name" : "end"
}, },
"allowEmpty" : false "allowEmpty" : true
}, {
"caption" : "单位",
"codeName" : "department",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "department",
"getPSAppDEField" : {
"name" : "DEPARTMENT",
"codeName" : "Department"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "department",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : true
}, { }, {
"caption" : "学生标识", "caption" : "学生标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "上级", "caption" : "上级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -251,6 +251,10 @@ ...@@ -251,6 +251,10 @@
"excelCaption" : "上级", "excelCaption" : "上级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -261,7 +265,7 @@ ...@@ -261,7 +265,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -269,6 +273,10 @@ ...@@ -269,6 +273,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
......
...@@ -1599,7 +1599,7 @@ ...@@ -1599,7 +1599,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -1607,6 +1607,10 @@ ...@@ -1607,6 +1607,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -1867,7 +1871,7 @@ ...@@ -1867,7 +1871,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -1875,6 +1879,10 @@ ...@@ -1875,6 +1879,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -2044,7 +2052,7 @@ ...@@ -2044,7 +2052,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -1594,7 +1594,7 @@ ...@@ -1594,7 +1594,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -1602,6 +1602,10 @@ ...@@ -1602,6 +1602,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -1862,7 +1866,7 @@ ...@@ -1862,7 +1866,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -1870,6 +1874,10 @@ ...@@ -1870,6 +1874,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -2039,7 +2047,7 @@ ...@@ -2039,7 +2047,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -446,7 +446,7 @@ ...@@ -446,7 +446,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -478,6 +478,7 @@ ...@@ -478,6 +478,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -601,7 +602,7 @@ ...@@ -601,7 +602,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -950,7 +950,7 @@ ...@@ -950,7 +950,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -1018,7 +1018,7 @@ ...@@ -1018,7 +1018,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -1028,7 +1028,7 @@ ...@@ -1028,7 +1028,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -1050,6 +1050,7 @@ ...@@ -1050,6 +1050,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -1173,7 +1174,7 @@ ...@@ -1173,7 +1174,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -1020,7 +1020,7 @@ ...@@ -1020,7 +1020,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -1088,7 +1088,7 @@ ...@@ -1088,7 +1088,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -1098,7 +1098,7 @@ ...@@ -1098,7 +1098,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -1120,6 +1120,7 @@ ...@@ -1120,6 +1120,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -1243,7 +1244,7 @@ ...@@ -1243,7 +1244,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -343,6 +343,10 @@ ...@@ -343,6 +343,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -603,7 +607,7 @@ ...@@ -603,7 +607,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -611,6 +615,10 @@ ...@@ -611,6 +615,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -780,7 +788,7 @@ ...@@ -780,7 +788,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -219,6 +219,10 @@ ...@@ -219,6 +219,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -479,7 +483,7 @@ ...@@ -479,7 +483,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -487,6 +491,10 @@ ...@@ -487,6 +491,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -656,7 +664,7 @@ ...@@ -656,7 +664,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -244,6 +244,10 @@ ...@@ -244,6 +244,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -504,7 +508,7 @@ ...@@ -504,7 +508,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -512,6 +516,10 @@ ...@@ -512,6 +516,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -681,7 +689,7 @@ ...@@ -681,7 +689,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -506,7 +506,7 @@ ...@@ -506,7 +506,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -516,7 +516,7 @@ ...@@ -516,7 +516,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -538,6 +538,7 @@ ...@@ -538,6 +538,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -661,7 +662,7 @@ ...@@ -661,7 +662,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -403,6 +403,10 @@ ...@@ -403,6 +403,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -663,7 +667,7 @@ ...@@ -663,7 +667,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -671,6 +675,10 @@ ...@@ -671,6 +675,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -840,7 +848,7 @@ ...@@ -840,7 +848,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -329,6 +329,10 @@ ...@@ -329,6 +329,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -589,7 +593,7 @@ ...@@ -589,7 +593,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -597,6 +601,10 @@ ...@@ -597,6 +601,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -766,7 +774,7 @@ ...@@ -766,7 +774,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -497,6 +497,10 @@ ...@@ -497,6 +497,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -757,7 +761,7 @@ ...@@ -757,7 +761,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -765,6 +769,10 @@ ...@@ -765,6 +769,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -934,7 +942,7 @@ ...@@ -934,7 +942,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -859,7 +859,7 @@ ...@@ -859,7 +859,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "上级", "caption" : "上级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -867,6 +867,10 @@ ...@@ -867,6 +867,10 @@
"excelCaption" : "上级", "excelCaption" : "上级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -877,7 +881,7 @@ ...@@ -877,7 +881,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -885,6 +889,10 @@ ...@@ -885,6 +889,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
......
...@@ -542,7 +542,7 @@ ...@@ -542,7 +542,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄", "caption" : "年龄",
...@@ -610,7 +610,7 @@ ...@@ -610,7 +610,7 @@
"colXS" : 12, "colXS" : 12,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : false,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
...@@ -620,7 +620,7 @@ ...@@ -620,7 +620,7 @@
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM", "detailType" : "FORMITEM",
"enableCond" : 3, "enableCond" : 3,
"ignoreInput" : 0, "ignoreInput" : 3,
"labelPos" : "LEFT", "labelPos" : "LEFT",
"labelWidth" : 130, "labelWidth" : 130,
"name" : "rank", "name" : "rank",
...@@ -642,6 +642,7 @@ ...@@ -642,6 +642,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "地址", "caption" : "地址",
...@@ -743,7 +744,7 @@ ...@@ -743,7 +744,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : false, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "年龄只读", "caption" : "年龄只读",
......
...@@ -1792,7 +1792,7 @@ ...@@ -1792,7 +1792,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "单位", "caption" : "单位",
"codeName" : "department", "codeName" : "department",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -1800,6 +1800,10 @@ ...@@ -1800,6 +1800,10 @@
"excelCaption" : "单位", "excelCaption" : "单位",
"name" : "department", "name" : "department",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/common__UsrCodeList0807000730.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "DEPARTMENT", "name" : "DEPARTMENT",
"codeName" : "Department" "codeName" : "Department"
...@@ -2060,7 +2064,7 @@ ...@@ -2060,7 +2064,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "职级", "caption" : "职级",
"codeName" : "rank", "codeName" : "rank",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -2068,6 +2072,10 @@ ...@@ -2068,6 +2072,10 @@
"excelCaption" : "职级", "excelCaption" : "职级",
"name" : "rank", "name" : "rank",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__Rank.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "RANK", "name" : "RANK",
"codeName" : "Rank" "codeName" : "Rank"
...@@ -2237,7 +2245,7 @@ ...@@ -2237,7 +2245,7 @@
"maxLength" : 100, "maxLength" : 100,
"name" : "name" "name" : "name"
}, },
"allowEmpty" : true "allowEmpty" : false
}, { }, {
"caption" : "地址", "caption" : "地址",
"codeName" : "address", "codeName" : "address",
......
...@@ -19389,7 +19389,7 @@ ...@@ -19389,7 +19389,7 @@
"name" : "END", "name" : "END",
"orderValue" : 230, "orderValue" : 230,
"stdDataType" : 5, "stdDataType" : 5,
"allowEmpty" : false, "allowEmpty" : true,
"enableCreate" : true, "enableCreate" : true,
"enableModify" : true, "enableModify" : true,
"keyField" : false, "keyField" : false,
...@@ -19516,7 +19516,7 @@ ...@@ -19516,7 +19516,7 @@
"orderValue" : 1000, "orderValue" : 1000,
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 100,
"allowEmpty" : true, "allowEmpty" : false,
"enableCreate" : true, "enableCreate" : true,
"enableModify" : true, "enableModify" : true,
"keyField" : false, "keyField" : false,
...@@ -19541,7 +19541,7 @@ ...@@ -19541,7 +19541,7 @@
"name" : "AGE", "name" : "AGE",
"orderValue" : 1000, "orderValue" : 1000,
"stdDataType" : 9, "stdDataType" : 9,
"allowEmpty" : true, "allowEmpty" : false,
"enableCreate" : true, "enableCreate" : true,
"enableModify" : true, "enableModify" : true,
"keyField" : false, "keyField" : false,
......
...@@ -270,6 +270,9 @@ ...@@ -270,6 +270,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSCODELISTS/Runtime1.json" "path" : "PSCODELISTS/Runtime1.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/Rank.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSCODELISTS/Position_select_common.json" "path" : "PSCODELISTS/Position_select_common.json"
...@@ -2066,6 +2069,9 @@ ...@@ -2066,6 +2069,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestType.json" "path" : "PSMODULES/Test/PSCODELISTS/TestType.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/Rank.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/UsrCodeList1225197182.json" "path" : "PSMODULES/Test/PSCODELISTS/UsrCodeList1225197182.json"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册