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

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

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