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

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

上级 b119daf8
...@@ -274,6 +274,9 @@ ...@@ -274,6 +274,9 @@
}, { }, {
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "FIELD4" "codeName" : "FIELD4"
}, {
"name" : "FIELD5",
"codeName" : "FIELD5"
}, { }, {
"name" : "PHONEID", "name" : "PHONEID",
"codeName" : "PhoneId" "codeName" : "PhoneId"
...@@ -381,6 +384,14 @@ ...@@ -381,6 +384,14 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "FIELD4" "codeName" : "FIELD4"
} }
}, {
"caption" : "属性5",
"name" : "FIELD5",
"orderValue" : 1000,
"getPSDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
}
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.PHONEID" "lanResTag" : "DEF.LNAME.PHONEID"
...@@ -1444,6 +1455,87 @@ ...@@ -1444,6 +1455,87 @@
"stringLength" : 1048576, "stringLength" : 1048576,
"valueFormat" : "%1$s", "valueFormat" : "%1$s",
"queryColumn" : false "queryColumn" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "FIELD5",
"dBType" : "MYSQL5",
"name" : "FIELD5",
"standardColumnName" : "`FIELD5`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[FIELD5][属性5]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[FIELD5][属性5]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "FIELD5",
"maxValue" : 1048576,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1048576]"
},
"ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "FIELD5",
"dEFType" : 1,
"dataType" : "PICKUPOBJECT",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "属性5",
"name" : "FIELD5",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDERS/DER1N_PHONE_PHONE_PPHONEID.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "FIELD5"
},
"serviceCodeName" : "FIELD5",
"stdDataType" : 21,
"stringLength" : 1048576,
"valueFormat" : "%1$s",
"queryColumn" : false
}, { }, {
"getAllPSDEFDTColumns" : [ { "getAllPSDEFDTColumns" : [ {
"columnName" : "PHONEID", "columnName" : "PHONEID",
...@@ -3870,6 +3962,24 @@ ...@@ -3870,6 +3962,24 @@
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576, "stringLength" : 1048576,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"logicName" : "属性5",
"name" : "FIELD5",
"getPSDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getRefPSDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"sourceType" : "DEFIELD",
"stringLength" : 1048576,
"type" : "DTO"
}, { }, {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "建立时间", "logicName" : "建立时间",
......
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
}, { }, {
"expression" : "t1.`FIELD4`", "expression" : "t1.`FIELD4`",
"name" : "FIELD4" "name" : "FIELD4"
}, {
"expression" : "t1.`FIELD5`",
"name" : "FIELD5"
}, { }, {
"expression" : "t1.`MONEY`", "expression" : "t1.`MONEY`",
"name" : "MONEY" "name" : "MONEY"
...@@ -59,6 +62,6 @@ ...@@ -59,6 +62,6 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`END`,\nt1.`FIELD`,\nt1.`FIELD2`,\nt1.`FIELD3`,\nt1.`FIELD4`,\nt1.`MONEY`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`PPHONEID`,\nt1.`PPHONEID2`,\nt1.`PPHONEID3`,\nt1.`PPHONEID4`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n", "queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`END`,\nt1.`FIELD`,\nt1.`FIELD2`,\nt1.`FIELD3`,\nt1.`FIELD4`,\nt1.`FIELD5`,\nt1.`MONEY`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`PPHONEID`,\nt1.`PPHONEID2`,\nt1.`PPHONEID3`,\nt1.`PPHONEID4`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -441,6 +441,18 @@ ...@@ -441,6 +441,18 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "FIELD4" "codeName" : "FIELD4"
} }
}, {
"caption" : "属性5",
"name" : "FIELD5",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getPSDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
}
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.PHONEID" "lanResTag" : "DEF.LNAME.PHONEID"
...@@ -893,6 +905,37 @@ ...@@ -893,6 +905,37 @@
"name" : "FIELD4", "name" : "FIELD4",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576 "stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[FIELD5][属性5]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[FIELD5][属性5]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"stdDataType" : 21,
"stringLength" : 1048576
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -2070,6 +2113,24 @@ ...@@ -2070,6 +2113,24 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 21, "stdDataType" : 21,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getRefPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"getRefPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/Phone.json"
},
"sourceType" : "DEFIELD",
"type" : "DTO"
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
......
...@@ -441,6 +441,18 @@ ...@@ -441,6 +441,18 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "FIELD4" "codeName" : "FIELD4"
} }
}, {
"caption" : "属性5",
"name" : "FIELD5",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getPSDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
}
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.PHONEID" "lanResTag" : "DEF.LNAME.PHONEID"
...@@ -893,6 +905,37 @@ ...@@ -893,6 +905,37 @@
"name" : "FIELD4", "name" : "FIELD4",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576 "stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[FIELD5][属性5]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[FIELD5][属性5]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"stdDataType" : 21,
"stringLength" : 1048576
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -2070,6 +2113,24 @@ ...@@ -2070,6 +2113,24 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 21, "stdDataType" : 21,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getRefPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"getRefPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"sourceType" : "DEFIELD",
"type" : "DTO"
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
......
...@@ -1482,16 +1482,16 @@ ...@@ -1482,16 +1482,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"uniqueTag" : "VMGroup2" "uniqueTag" : "VMGroup2"
...@@ -4933,6 +4933,18 @@ ...@@ -4933,6 +4933,18 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "FIELD4" "codeName" : "FIELD4"
} }
}, {
"caption" : "属性5",
"name" : "FIELD5",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getPSDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
}
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.PHONEID" "lanResTag" : "DEF.LNAME.PHONEID"
...@@ -5385,6 +5397,37 @@ ...@@ -5385,6 +5397,37 @@
"name" : "FIELD4", "name" : "FIELD4",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576 "stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[FIELD5][属性5]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[FIELD5][属性5]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"stdDataType" : 21,
"stringLength" : 1048576
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -6562,6 +6605,24 @@ ...@@ -6562,6 +6605,24 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 21, "stdDataType" : 21,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getRefPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"getRefPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"sourceType" : "DEFIELD",
"type" : "DTO"
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
......
...@@ -441,6 +441,18 @@ ...@@ -441,6 +441,18 @@
"name" : "FIELD4", "name" : "FIELD4",
"codeName" : "FIELD4" "codeName" : "FIELD4"
} }
}, {
"caption" : "属性5",
"name" : "FIELD5",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getPSDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
}
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.PHONEID" "lanResTag" : "DEF.LNAME.PHONEID"
...@@ -893,6 +905,37 @@ ...@@ -893,6 +905,37 @@
"name" : "FIELD4", "name" : "FIELD4",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 1048576 "stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[FIELD5][属性5]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[FIELD5][属性5]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "SPAN",
"name" : "[FIELD5][属性5]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"stdDataType" : 21,
"stringLength" : 1048576
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -2070,6 +2113,24 @@ ...@@ -2070,6 +2113,24 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 21, "stdDataType" : 21,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "FIELD5"
},
"getRefPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "PhoneDTO"
},
"getRefPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"sourceType" : "DEFIELD",
"type" : "DTO"
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
......
...@@ -4,6 +4,20 @@ ...@@ -4,6 +4,20 @@
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr03221685GridView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr03221685GridView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -19,6 +33,34 @@ ...@@ -19,6 +33,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "表格测试修改1_表格", "logicName" : "表格测试修改1_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -45,6 +87,7 @@ ...@@ -45,6 +87,7 @@
}, },
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "LEFT", "align" : "LEFT",
...@@ -132,6 +175,23 @@ ...@@ -132,6 +175,23 @@
} }
} ], } ],
"getPSDEGridEditItems" : [ { "getPSDEGridEditItems" : [ {
"caption" : "测试实体名称",
"codeName" : "testname",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"allowEmpty" : true
}, {
"caption" : "测试实体标识", "caption" : "测试实体标识",
"codeName" : "srfkey", "codeName" : "srfkey",
"enableCond" : 3, "enableCond" : 3,
...@@ -163,14 +223,28 @@ ...@@ -163,14 +223,28 @@
} }
}, },
"sortMode" : "REMOTE", "sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems" : false, "hasWFDataItems" : false,
"enableColFilter" : false, "enableColFilter" : false,
"enableCustomized" : true, "enableCustomized" : true,
"enableGroup" : false, "enableGroup" : false,
"enablePagingBar" : true, "enablePagingBar" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableRowEditOrder" : false, "enableRowEditOrder" : false,
"enableRowNew" : false, "enableRowNew" : true,
"forceFit" : false, "forceFit" : false,
"hideHeader" : false, "hideHeader" : false,
"noSort" : false, "noSort" : false,
......
...@@ -44,23 +44,11 @@ ...@@ -44,23 +44,11 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"hookEventNames" : [ "SELECTIONCHANGE", "LOAD" ],
"logicName" : "testTree1_树视图", "logicName" : "testTree1_树视图",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlLogics" : [ {
"eventNames" : "SELECTIONCHANGE",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_selectionchange"
}, {
"eventNames" : "LOAD",
"logicTag" : "treeexpbar_tree",
"logicType" : "CUSTOM",
"name" : "treeexpbar_load"
} ],
"getPSDEDataImport" : { "getPSDEDataImport" : {
"modelref" : true, "modelref" : true,
"id" : "DataImport" "id" : "DataImport"
......
...@@ -1926,6 +1926,13 @@ ...@@ -1926,6 +1926,13 @@
"name" : "FIELD4", "name" : "FIELD4",
"stdDataType" : 21, "stdDataType" : 21,
"nullable" : true "nullable" : true
}, {
"codeName" : "FIELD5",
"length" : 1048576,
"logicName" : "属性5",
"name" : "FIELD5",
"stdDataType" : 21,
"nullable" : true
}, { }, {
"codeName" : "MONEY", "codeName" : "MONEY",
"logicName" : "金额", "logicName" : "金额",
......
...@@ -3728,6 +3728,19 @@ ...@@ -3728,6 +3728,19 @@
"enableModify" : true, "enableModify" : true,
"keyField" : false, "keyField" : false,
"majorField" : false "majorField" : false
}, {
"codeName" : "FIELD5",
"codeName2" : "FIELD5",
"logicName" : "属性5",
"name" : "FIELD5",
"orderValue" : 290,
"stdDataType" : 21,
"stringLength" : 1048576,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, { }, {
"codeName" : "PhoneId", "codeName" : "PhoneId",
"codeName2" : "PhoneId", "codeName2" : "PhoneId",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册