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

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

上级 6d50c92d
{
"getAllPSCodeLists" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestType.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/UsrCodeList0320261658.json"
} ],
......
{
"codeListTag" : "Test__TestType",
"codeListType" : "STATIC",
"codeName" : "TestType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/Test/PSCODELISTS/TestType.json",
"emptyText" : "未定义",
"name" : "测试实体类型",
"getPSCodeItems" : [ {
"codeName" : "A",
"text" : "类型A",
"value" : "A"
}, {
"codeName" : "B",
"text" : "类型B",
"value" : "B"
}, {
"codeName" : "C",
"text" : "类型C",
"value" : "c"
} ],
"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
......@@ -184,6 +184,9 @@
} ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "TYPE",
"codeName" : "Type"
}, {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, {
......@@ -345,6 +348,94 @@
"enableFront" : true
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFDTColumns" : [ {
"columnName" : "TYPE",
"dBType" : "MYSQL5",
"name" : "TYPE",
"queryCodeExp" : "t1.`TYPE`",
"standardColumnName" : "`TYPE`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[TYPE][类型]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "RADIOBUTTONLIST",
"name" : "[TYPE][类型]",
"stringLength" : 100,
"uIMode" : "DEFAULT",
"needCodeListConfig" : true
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[TYPE][类型]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[TYPE][类型]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "TYPE",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Type",
"dEFType" : 1,
"dataType" : "TEXT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "类型",
"name" : "TYPE",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestType.json"
},
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "TYPE"
},
"serviceCodeName" : "Type",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s"
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "CREATEDATE",
"dBType" : "MYSQL5",
......@@ -2168,6 +2259,17 @@
"getAllPSDEMethodDTOs" : [ {
"name" : "TESTDTO",
"getPSDEMethodDTOFields" : [ {
"logicName" : "类型",
"name" : "Type",
"getPSDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"logicName" : "金额",
"name" : "Amount",
"getPSDEField" : {
......@@ -2419,6 +2521,20 @@
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"logicName" : "类型",
"name" : "N_TYPE_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_TYPE_EQ"
},
"getPSDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER",
......
......@@ -52,6 +52,9 @@
}, {
"expression" : "t1.`TESTNAME`",
"name" : "TESTNAME"
}, {
"expression" : "t1.`TYPE`",
"name" : "TYPE"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -59,6 +62,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`AMOUNT`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FIELD`,\nt1.`FIELD10`,\nt1.`FIELD11`,\nt1.`FIELD12`,\nt1.`FIELD2`,\nt1.`FIELD3`,\nt1.`FIELD4`,\nt1.`FIELD5`,\nt1.`FIELD6`,\nt1.`FIELD7`,\nt1.`FIELD8`,\nt1.`FIELD9`,\nt1.`TESTID`,\nt1.`TESTNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_TEST` t1 \n",
"queryCode" : "SELECT\nt1.`AMOUNT`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FIELD`,\nt1.`FIELD10`,\nt1.`FIELD11`,\nt1.`FIELD12`,\nt1.`FIELD2`,\nt1.`FIELD3`,\nt1.`FIELD4`,\nt1.`FIELD5`,\nt1.`FIELD6`,\nt1.`FIELD7`,\nt1.`FIELD8`,\nt1.`FIELD9`,\nt1.`TESTID`,\nt1.`TESTNAME`,\nt1.`TYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_TEST` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -52,6 +52,9 @@
}, {
"expression" : "t1.`TESTNAME`",
"name" : "TESTNAME"
}, {
"expression" : "t1.`TYPE`",
"name" : "TYPE"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -59,6 +62,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`AMOUNT`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FIELD`,\nt1.`FIELD10`,\nt1.`FIELD11`,\nt1.`FIELD12`,\nt1.`FIELD2`,\nt1.`FIELD3`,\nt1.`FIELD4`,\nt1.`FIELD5`,\nt1.`FIELD6`,\nt1.`FIELD7`,\nt1.`FIELD8`,\nt1.`FIELD9`,\nt1.`TESTID`,\nt1.`TESTNAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_TEST` t1 \n",
"queryCode" : "SELECT\nt1.`AMOUNT`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FIELD`,\nt1.`FIELD10`,\nt1.`FIELD11`,\nt1.`FIELD12`,\nt1.`FIELD2`,\nt1.`FIELD3`,\nt1.`FIELD4`,\nt1.`FIELD5`,\nt1.`FIELD6`,\nt1.`FIELD7`,\nt1.`FIELD8`,\nt1.`FIELD9`,\nt1.`TESTID`,\nt1.`TESTNAME`,\nt1.`TYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_TEST` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -901,6 +901,12 @@
"name" : "支付实体表格视图",
"realModelSubType" : "DEGRIDVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "Usr0526294161TabExpView",
"logicName" : " 实体分页导航视图",
"name" : " 实体分页导航视图",
"realModelSubType" : "DETABEXPVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "RedirectView",
"logicName" : "支付实体数据重定向视图",
......
......@@ -1049,16 +1049,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
}, {
......
{
"codeListTag" : "Test__TestType",
"codeListType" : "STATIC",
"codeName" : "TestType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json",
"emptyText" : "未定义",
"name" : "测试实体类型",
"getPSCodeItems" : [ {
"codeName" : "A",
"text" : "类型A",
"value" : "A"
}, {
"codeName" : "B",
"text" : "类型B",
"value" : "B"
}, {
"codeName" : "C",
"text" : "类型C",
"value" : "c"
} ],
"enableCache" : true
}
\ No newline at end of file
......@@ -431,6 +431,13 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "amount",
"dataType" : 6,
......@@ -494,6 +501,37 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "RADIOBUTTONLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "金额",
"codeName" : "amount",
......
......@@ -323,6 +323,38 @@
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[TYPE][类型]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "RADIOBUTTONLIST",
"name" : "[TYPE][类型]",
"stringLength" : 100,
"uIMode" : "DEFAULT",
"needCodeListConfig" : true
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[TYPE][类型]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[TYPE][类型]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Type",
"logicName" : "类型",
"name" : "TYPE",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[CREATEDATE][建立时间]移动端默认",
......@@ -998,6 +1030,17 @@
"codeName" : "TESTDTO",
"name" : "TESTDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "Type",
"logicName" : "类型",
"name" : "Type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Amount",
"logicName" : "金额",
"name" : "Amount",
......@@ -1241,6 +1284,17 @@
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_TYPE_EQ",
"logicName" : "类型",
"name" : "N_TYPE_EQ",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
......
......@@ -130,6 +130,13 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "amount",
"dataType" : 6,
......@@ -193,6 +200,37 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "RADIOBUTTONLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "金额",
"codeName" : "amount",
......
......@@ -962,22 +962,22 @@
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
......@@ -1162,10 +1162,10 @@
}
}, {
"dataType" : 25,
"name" : "updateman",
"name" : "type",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
......
......@@ -116,22 +116,22 @@
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
......@@ -316,10 +316,10 @@
}
}, {
"dataType" : 25,
"name" : "updateman",
"name" : "type",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
......
{
"accUserMode" : 2,
"caption" : " 实体分页导航视图",
"codeName" : "PayUsr0526294161TabExpView",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr0526294161TabExpView.json",
"name" : "PayUsr0526294161TabExpView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/ModelRepository.json"
},
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "TabExpView",
"name" : "engine"
} ],
"getPSControls" : [ {
"codeName" : "Usr0526294161TabExpViewtabexppanel",
"controlType" : "TABEXPPANEL",
"name" : "tabexppanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlParam" : { },
"tabLayout" : "TOP",
"uniqueTag" : "PayUsr0526294161TabExpView__tabexppanel",
"modelid" : "27693E59-331F-42E8-8E6F-F2FEC20DC79F_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
}, {
"caption" : " 实体分页导航视图",
"codeName" : "Usr0526294161TabExpViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr0526294161TabExpView",
"getPSDEViewId" : "3D2F0E69-714B-4014-8EE9-BBC4A80FBB3A",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDETABEXPVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"refFlag" : false,
"tabLayout" : "TOP",
"title" : " 实体分页导航视图",
"viewStyle" : "DEFAULT",
"viewType" : "DETABEXPVIEW",
"enableDP" : true,
"enableQuickSearch" : false,
"enableSearch" : false,
"expandSearchForm" : false,
"loadDefault" : true,
"showDataInfoBar" : true,
"modelid" : "27693E59-331F-42E8-8E6F-F2FEC20DC79F",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
......@@ -243,6 +243,13 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "amount",
"dataType" : 6,
......@@ -306,6 +313,37 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "RADIOBUTTONLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "金额",
"codeName" : "amount",
......
......@@ -836,6 +836,13 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "amount",
"dataType" : 6,
......@@ -899,6 +906,37 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "RADIOBUTTONLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "金额",
"codeName" : "amount",
......
......@@ -835,6 +835,13 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "amount",
"dataType" : 6,
......@@ -898,6 +905,37 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "RADIOBUTTONLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "金额",
"codeName" : "amount",
......
......@@ -310,22 +310,22 @@
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
......@@ -510,10 +510,10 @@
}
}, {
"dataType" : 25,
"name" : "updateman",
"name" : "type",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
......
......@@ -310,22 +310,22 @@
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
......@@ -510,10 +510,10 @@
}
}, {
"dataType" : 25,
"name" : "updateman",
"name" : "type",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
......
......@@ -310,22 +310,22 @@
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
......@@ -510,10 +510,10 @@
}
}, {
"dataType" : 25,
"name" : "updateman",
"name" : "type",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
......
......@@ -217,6 +217,13 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "amount",
"dataType" : 6,
......@@ -280,6 +287,37 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "RADIOBUTTONLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "金额",
"codeName" : "amount",
......
......@@ -1088,22 +1088,22 @@
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
......@@ -1288,10 +1288,10 @@
}
}, {
"dataType" : 25,
"name" : "updateman",
"name" : "type",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
......
......@@ -344,22 +344,22 @@
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"caption" : "类型",
"codeName" : "type",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"dataItemName" : "type",
"excelCaption" : "类型",
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
},
"width" : 150,
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
......@@ -544,10 +544,10 @@
}
}, {
"dataType" : 25,
"name" : "updateman",
"name" : "type",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
......
......@@ -586,6 +586,13 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "amount",
"dataType" : 6,
......@@ -649,6 +656,37 @@
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "类型",
"codeName" : "type",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "type",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getPSEditor" : {
"editorType" : "RADIOBUTTONLIST",
"name" : "type",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "金额",
"codeName" : "amount",
......
......@@ -3046,6 +3046,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"refFlag" : false,
"title" : "学生编辑视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEEDITVIEW",
......
......@@ -1155,6 +1155,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"refFlag" : false,
"title" : "学生表格视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
......
......@@ -151,6 +151,19 @@
"uniqueTag" : "Reginfo__A4769aa6553487b2c4f"
} ],
"getAllPSDEDRControls" : [ {
"codeName" : "Usr0526294161TabExpViewtabexppanel",
"controlType" : "TABEXPPANEL",
"name" : "tabexppanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json"
},
"getPSControlParam" : { },
"tabLayout" : "TOP",
"uniqueTag" : "PayUsr0526294161TabExpView__tabexppanel",
"modelid" : "27693E59-331F-42E8-8E6F-F2FEC20DC79F_tabexppanel",
"modeltype" : "PSTABEXPPANEL"
}, {
"codeName" : "Default",
"controlType" : "DRTAB",
"editItemCaption" : "书",
......@@ -608,68 +621,7 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSAppViewRefs" : [ {
"name" : "EXPITEM:tabviewpanel",
"realTitle" : "测试实体表格视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
"name" : "EXPITEM:tabviewpanel2",
"realTitle" : "学生表格视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json",
"viewType" : "DEGRIDVIEW"
}
} ],
"getPSControlParam" : { },
"getPSControls" : [ {
"caption" : "表格",
"codeName" : "TabExpViewtabviewpanel",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "tabviewpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL"
},
"modelid" : "ce6b7952d59604f041810a73b43824dc_tabviewpanel",
"modeltype" : "PSVIEWPANEL"
}, {
"caption" : "表格2",
"codeName" : "TabExpViewtabviewpanel2",
"controlType" : "TABVIEWPANEL",
"getEmbeddedPSAppDEView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentGridView.json",
"viewType" : "DEGRIDVIEW"
},
"name" : "tabviewpanel2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "TABVIEWPANEL2"
},
"modelid" : "ce6b7952d59604f041810a73b43824dc_tabviewpanel2",
"modeltype" : "PSVIEWPANEL"
} ],
"getPSTabExpPages" : [ {
"name" : "tabviewpanel"
}, {
"name" : "tabviewpanel2"
} ],
"tabLayout" : "TOP",
"uniqueTag" : "phoneTabExpView__tabexppanel",
"modelid" : "ce6b7952d59604f041810a73b43824dc_tabexppanel",
......
......@@ -218,6 +218,28 @@
"name" : "云系统操作者",
"predefinedType" : "OPERATOR",
"enableCache" : true
}, {
"codeListTag" : "Test__TestType",
"codeListType" : "STATIC",
"codeName" : "TestType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/TestType.json",
"emptyText" : "未定义",
"name" : "测试实体类型",
"getPSCodeItems" : [ {
"codeName" : "A",
"text" : "类型A",
"value" : "A"
}, {
"codeName" : "B",
"text" : "类型B",
"value" : "B"
}, {
"codeName" : "C",
"text" : "类型C",
"value" : "c"
} ],
"enableCache" : true
}, {
"codeListTag" : "common__UsrCodeList0129249258",
"codeListType" : "STATIC",
......@@ -1124,6 +1146,11 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json",
"name" : "BXD",
"codeName" : "BXD"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Pay.json",
"name" : "PAY",
"codeName" : "Pay"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/City.json",
......@@ -2120,16 +2147,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
} ],
......@@ -2258,6 +2285,12 @@
"viewType" : "DEGRIDEXPVIEW",
"resource" : "Reginfo",
"view" : "REGINFOGridExpView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/PayUsr0526294161TabExpView.json",
"viewType" : "DETABEXPVIEW",
"resource" : "Pay",
"view" : "Usr0526294161TabExpView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView3.json",
......@@ -23963,6 +23996,38 @@
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[TYPE][类型]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "RADIOBUTTONLIST",
"name" : "[TYPE][类型]",
"stringLength" : 100,
"uIMode" : "DEFAULT",
"needCodeListConfig" : true
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[TYPE][类型]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[TYPE][类型]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Type",
"logicName" : "类型",
"name" : "TYPE",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[CREATEDATE][建立时间]移动端默认",
......@@ -24638,6 +24703,17 @@
"codeName" : "TESTDTO",
"name" : "TESTDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "Type",
"logicName" : "类型",
"name" : "Type",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "Amount",
"logicName" : "金额",
"name" : "Amount",
......@@ -24881,6 +24957,17 @@
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_TYPE_EQ",
"logicName" : "类型",
"name" : "N_TYPE_EQ",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ],
"sourceType" : "DE",
"type" : "DEFILTER"
......
......@@ -1487,6 +1487,13 @@
"name" : "TESTNAME",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "TYPE",
"length" : 100,
"logicName" : "类型",
"name" : "TYPE",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "UPDATEDATE",
"length" : 8,
......
......@@ -1060,6 +1060,19 @@
"logicName" : "测试实体",
"name" : "TEST",
"getPSDEServiceAPIFields" : [ {
"codeName" : "Type",
"codeName2" : "Type",
"logicName" : "类型",
"name" : "TYPE",
"orderValue" : 290,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "CreateDate",
"codeName2" : "CreateDate",
"logicName" : "建立时间",
......
......@@ -198,6 +198,9 @@
}, {
"modelref" : true,
"path" : "PSCODELISTS/CodeList7.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestType.json"
}, {
"modelref" : true,
"path" : "PSCODELISTS/CodeList40.json"
......@@ -859,6 +862,9 @@
"name" : "模型仓库"
}, {
"getAllPSCodeLists" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/TestType.json"
}, {
"modelref" : true,
"path" : "PSMODULES/Test/PSCODELISTS/UsrCodeList0320261658.json"
} ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册