提交 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"
......
...@@ -48,6 +48,36 @@ ...@@ -48,6 +48,36 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"showCaption" : true "showCaption" : true
}, {
"caption" : "列表",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "list",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
}, {
"caption" : "数据视图",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "dataview",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
}, {
"caption" : "树视图",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "tree",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ], } ],
"layoutBodyOnly" : false, "layoutBodyOnly" : false,
"layoutPanel" : true, "layoutPanel" : true,
...@@ -121,6 +151,7 @@ ...@@ -121,6 +151,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, },
"height" : 300.0,
"logicName" : "简单表单", "logicName" : "简单表单",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -206,6 +237,7 @@ ...@@ -206,6 +237,7 @@
"id" : "编辑表单处理器" "id" : "编辑表单处理器"
}, },
"getPSControlParam" : { "getPSControlParam" : {
"height" : 300.0,
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "FORM" "id" : "FORM"
...@@ -481,6 +513,7 @@ ...@@ -481,6 +513,7 @@
} }
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"height" : 500.0,
"hookEventNames" : [ "点击" ], "hookEventNames" : [ "点击" ],
"logicName" : "主表格", "logicName" : "主表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
...@@ -609,6 +642,7 @@ ...@@ -609,6 +642,7 @@
"triggerType" : "CUSTOM" "triggerType" : "CUSTOM"
} ], } ],
"getPSControlParam" : { "getPSControlParam" : {
"height" : 500.0,
"autoLoad" : true, "autoLoad" : true,
"showBusyIndicator" : true, "showBusyIndicator" : true,
"id" : "GRID" "id" : "GRID"
...@@ -942,6 +976,1602 @@ ...@@ -942,6 +976,1602 @@
"name" : "grid", "name" : "grid",
"modelid" : "385f739a768b73a1e3a307bfeafb80b7", "modelid" : "385f739a768b73a1e3a307bfeafb80b7",
"modeltype" : "PSDEGRID" "modeltype" : "PSDEGRID"
}, {
"codeName" : "PageListView_List",
"controlType" : "LIST",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"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/PSLISTS/PageListView_List.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupMode" : "NONE",
"getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "testname",
"viewFieldName" : "testname"
} ],
"codeName" : "Usr1023591720",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr1023591720.json",
"layoutMode" : "TABLE_24COL",
"logicName" : "卡片视图有分页_卡片视图_卡片面板",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"contentHeight" : 300.0,
"contentWidth" : 300.0,
"height" : 300.0,
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"align" : "center",
"dir" : "row",
"layout" : "FLEX",
"vAlign" : "center"
},
"getPSLayoutPos" : {
"colMD" : 24,
"height" : 300,
"heightMode" : "PX",
"layout" : "TABLE_24COL",
"width" : 300,
"widthMode" : "PX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "testname",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "testname",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "testname",
"hidden" : false,
"showCaption" : false
} ],
"width" : 300.0
} ],
"name" : "list_itempanel",
"modelid" : "8D1ED9CE-F1FD-482F-AAD2-BD7897006057",
"modeltype" : "PSSYSVIEWPANEL"
},
"logicName" : "List7",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "列表控件处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "LIST"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEListDataItems" : [ {
"dataType" : 9,
"name" : "order",
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
}
}, {
"dataType" : 25,
"name" : "field8",
"getPSAppDEField" : {
"name" : "FIELD8",
"codeName" : "Field8"
}
}, {
"dataType" : 6,
"name" : "amount",
"getPSAppDEField" : {
"name" : "AMOUNT",
"codeName" : "Amount"
}
}, {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"pagingSize" : 35,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems" : false,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEditGroup" : false,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"noSort" : false,
"showHeader" : true,
"name" : "list",
"modelid" : "81104D17-F99A-49D3-A162-6A158AA2D16B",
"modeltype" : "PSDELIST"
}, {
"codeName" : "KanbanDataview",
"controlType" : "DATAVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"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/PSDATAVIEWS/KanbanDataview.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"groupHeight" : 1000,
"groupLayout" : "ROW",
"groupMode" : "CODELIST",
"getGroupPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"getGroupPSCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__TestType.json"
},
"getGroupPSSysCss" : {
"cssName" : "test"
},
"getGroupPSUIActionGroup" : {
"codeName" : "A6913ed9bd0c3e7d614",
"name" : "树表节点行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "百度",
"detailType" : "DEUIACTION",
"name" : "u5ee2086",
"getPSSysImage" : {
"glyph" : "xf00c@FontAwesome",
"cssClass" : "fa fa-check"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION",
"name" : "u4c6267d",
"getPSSysImage" : {
"cssClass" : "fa-solid fa-delete-left"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"addSeparator" : true,
"showCaption" : false,
"showIcon" : true
} ],
"uniqueTag" : "TEST__A6913ed9bd0c3e7d614"
},
"groupWidth" : 469,
"getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ {
"id" : "field_text_dynamic",
"viewFieldName" : "TESTNAME"
} ],
"codeName" : "Usr0313616653",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSPANELS/Usr0313616653.json",
"layoutMode" : "FLEX",
"logicName" : "kanbanDataview卡片视图",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "栅格容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container_grid",
"getPSLayout" : {
"layout" : "SIMPLEFLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 11,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic",
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field_text_dynamic",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"renderMode" : "TEXT_DYNAMIC",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"viewFieldName" : "TESTNAME",
"hidden" : false,
"showCaption" : false
} ]
}, {
"caption" : "面板容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container2",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "SIMPLEFLEX"
},
"getPSPanelItems" : [ {
"actionType" : "NONE",
"buttonStyle" : "DEFAULT",
"caption" : "快捷操作",
"itemStyle" : "DEFAULT",
"itemType" : "BUTTON",
"name" : "button_calluilogic",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSSysImage" : {
"glyph" : "xf142@FontAwesome",
"cssClass" : "fa fa-ellipsis-v"
},
"getPSSysPFPlugin" : {
"pluginType" : "FORM_USERCONTROL",
"pluginCode" : "KANBAN_OPERATE",
"runtimeObject" : true
},
"tooltip" : "快捷操作",
"uIActionTarget" : "NONE",
"userTag" : "OPERATE",
"showCaption" : true
} ]
} ],
"predefinedType" : "CONTAINER_GRID"
} ],
"layoutPanel" : true,
"name" : "itemlayoutpanel",
"modelid" : "DF8834C8-A7D8-46B8-B449-E6AA393CDF9C",
"modeltype" : "PSSYSVIEWPANEL"
},
"logicName" : "看板卡片",
"minorSortDir" : "DESC",
"getMinorSortPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据视图处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "DATAVIEW"
},
"getPSControls" : [ {
"codeName" : "Usr03221490CustomViewdataview_quicktoolbar",
"controlType" : "TOOLBAR",
"logicName" : "自定义工具栏",
"name" : "dataview_quicktoolbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : {
"id" : "dataview_quicktoolbar"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "dataview_quicktoolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "dataview_quicktoolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "59A640CD-E28E-448B-9613-AB4A2F3174D5",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEDataViewDataItems" : [ {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"getPSDEDataViewItems" : [ {
"dataItemName" : "operate",
"itemType" : "ACTIONITEM",
"name" : "OPERATE",
"getPSDEUIActionGroup" : {
"codeName" : "Usr0313350928",
"name" : "看板测试界面行为组",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSUIActionGroupDetails" : [ {
"caption" : "看板测试界面行为1",
"detailType" : "DEUIACTION",
"name" : "u095768a",
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"caption" : "看板测试界面行为1",
"codeName" : "KO_T1",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTOptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "TEST_KO_T1",
"name" : "看板测试界面行为1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "KO_T1",
"uIActionType" : "DEUIACTION",
"id" : "KO_T1@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
}, {
"actionLevel" : 200,
"caption" : "看板测试界面行为2",
"detailType" : "DEUIACTION",
"name" : "u396eb9a",
"getPSUIAction" : {
"actionLevel" : 200,
"actionTarget" : "SINGLEKEY",
"caption" : "看板测试界面行为2",
"codeName" : "KO_T2",
"frontProcessType" : "EDITFORM",
"fullCodeName" : "TEST_KO_T2",
"name" : "看板测试界面行为2",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSDEEditForm" : {
"autoSaveMode" : 1,
"codeName" : "Simpleform",
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSFORMS/Simpleform.json",
"getGetDraftFromPSControlAction" : {
"modelref" : true,
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetDraftPSControlAction" : {
"modelref" : true,
"id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"logicName" : "简单表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "form"
},
"getPSDEFormItems" : [ {
"id" : "srfupdatedate",
"hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"id" : "srforikey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "testname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "type",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
}
}, {
"id" : "order",
"dataType" : 9,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
}
}, {
"id" : "testid",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
}
} ],
"getPSDEFormPages" : [ {
"caption" : "基本信息",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"caption" : "测试实体名称",
"codeName" : "testname",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"maxLength" : 50,
"minLength" : 3,
"name" : "testname"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"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/Test__TestType.json"
}
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "排序属性",
"codeName" : "order",
"dataType" : 9,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "order",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "ORDER",
"codeName" : "Order"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "order"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "测试实体标识",
"codeName" : "testid",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "testid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "testid"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"hidden" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableAutoSave" : true,
"noTabHeader" : true,
"name" : "form",
"modelid" : "0C16F312-69FB-479A-87A2-2FCA71659888",
"modeltype" : "PSDEFORM_EDITFORM"
},
"getPSNavigateParams" : [ {
"key" : "modaloption",
"name" : "modaloption",
"value" : "{\"placement\":\"right\",\"width\":500}",
"rawValue" : true
} ],
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionParamJO" : {
"modalOption" : {
"placement" : "right",
"width" : 500
}
},
"uIActionTag" : "KO_T2",
"uIActionType" : "DEUIACTION",
"id" : "KO_T2@TEST"
},
"addSeparator" : false,
"showCaption" : true,
"showIcon" : true
} ],
"uniqueTag" : "TEST__Usr0313350928"
},
"enableSort" : false
}, {
"caption" : "测试实体名称",
"dataItemName" : "testname",
"itemType" : "DATAITEM",
"name" : "TESTNAME",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"enableSort" : true
} ],
"pagingSize" : 1000,
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"hasWFDataItems" : false,
"appendDEItems" : false,
"enableCardEdit" : false,
"enableCardEditGroup" : false,
"enableCardEditOrder" : false,
"enableCardNew" : false,
"enableGroup" : true,
"enablePagingBar" : true,
"noSort" : false,
"singleSelect" : false,
"name" : "dataview",
"modelid" : "1743C932-3501-49D0-9125-E205126398EA",
"modeltype" : "PSDEDATAVIEW"
}, {
"codeName" : "Usr03223638TreeExpView_TreeView",
"controlType" : "TREEVIEW",
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"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/PSTREEVIEWS/Usr03223638TreeExpView_TreeView.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"getGetPSControlAction" : {
"modelref" : true,
"id" : "load",
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"logicName" : "testTree1_树视图",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "树视图处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "TREE"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
"modelref" : true,
"id" : "node"
},
"name" : "默认根节点 - 名称",
"getParentPSDETreeNode" : {
"modelref" : true,
"id" : "ROOT"
},
"parentValueLevel" : 1,
"searchMode" : 3
} ],
"getPSDETreeNodes" : [ {
"counterMode" : 0,
"name" : "默认根节点",
"nodeType" : "ROOT",
"nodeValue" : "root",
"text" : "默认根节点",
"treeNodeType" : "STATIC",
"hasPSDETreeNodeRSs" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : true,
"selectFirstOnly" : false,
"selected" : false,
"id" : "ROOT"
}, {
"counterMode" : 0,
"getIdPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"maxSize" : -1,
"name" : "名称",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03221490CustomView.json",
"viewType" : "DECUSTOMVIEW"
},
"nodeType" : "node",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSNavigateContexts" : [ {
"key" : "TESTID",
"name" : "TESTID",
"value" : "testid",
"rawValue" : false
} ],
"getTextPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"treeNodeType" : "DE",
"hasPSDETreeNodeRSs" : false,
"allowEditText" : true,
"appendPNodeId" : false,
"disableSelect" : false,
"enableCheck" : false,
"enableEditData" : false,
"enableNewData" : false,
"enableQuickCreate" : false,
"enableQuickSearch" : false,
"enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false,
"expandFirstOnly" : false,
"expanded" : false,
"rootNode" : false,
"selectFirstOnly" : false,
"selected" : false,
"id" : "node"
} ],
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"treeGridMode" : 0,
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"enableRootSelect" : false,
"outputIconDefault" : true,
"rootVisible" : false,
"name" : "tree",
"modelid" : "0D35E8DC-6454-49EC-98EE-7F33F204C2EE",
"modeltype" : "PSDETREEVIEW"
}, { }, {
"caption" : "测试实体", "caption" : "测试实体",
"codeName" : "Usr03221490CustomViewcaptionbar", "codeName" : "Usr03221490CustomViewcaptionbar",
......
...@@ -13,960 +13,758 @@ ...@@ -13,960 +13,758 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/common.json"
}, },
"getPSDEViewCodeName" : "Usr03221685GridView", "getPSAppViewEngines" : [ {
"getPSDEViewId" : "A97E15BD-8A7F-48C4-A1A2-929122FFEC33", "engineCat" : "VIEW",
"getPSViewLayoutPanel" : { "engineType" : "GridView",
"codeName" : "Usr0322522209", "name" : "engine"
"controlType" : "VIEWLAYOUTPANEL", } ],
"layoutMode" : "FLEX", "getPSAppViewLogics" : [ {
"logicName" : "Usr03221685GridView表格视图布局", "logicTrigger" : "CUSTOM",
"name" : "layoutpanel", "logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03224611EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03224611EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "简单编辑",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "表格修改刷新",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03224611EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "Usr03221685GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSControlParam" : { }, "getPSControlParam" : {
"getPSLayout" : { "id" : "TOOLBAR"
"layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getPSDEToolbarItems" : [ {
"caption" : "容器", "getCapPSLanguageRes" : {
"itemStyle" : "DEFAULT", "lanResTag" : "TBB.TEXT.*.NEW"
"itemType" : "CONTAINER", },
"name" : "view_header", "caption" : "新建",
"getPSLayout" : { "groupExtractMode" : "ITEM",
"align" : "space-between", "itemType" : "DEUIACTION",
"dir" : "row", "name" : "tbitem3",
"layout" : "FLEX", "noPrivDisplayMode" : 2,
"vAlign" : "center" "getPSAppViewUIAction" : {
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header_left",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_captionbar",
"getPSLayout" : {
"align" : "center",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "页面标题",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "captionbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_header_right",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_toolbar",
"getPSLayout" : {
"align" : "center",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"heightMode" : "FULL",
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "工具栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "toolbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
} ],
"predefinedType" : "VIEWHEADER"
}, {
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_searchform",
"getPSLayout" : {
"dir" : "column",
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "搜索表单",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchform",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "view_content",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "表格",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "grid",
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"showCaption" : true
} ],
"predefinedType" : "VIEWCONTENT"
}, {
"caption" : "表单",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "form",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ],
"layoutBodyOnly" : false,
"layoutPanel" : true,
"useDefaultLayout" : false,
"viewProxyMode" : true,
"modelid" : "1BE8F8AF-D3C4-4001-A575-CE7923411D60",
"modeltype" : "PSSYSVIEWLAYOUTPANEL",
"getPSAppViewEngines" : [ {
"engineCat" : "VIEW",
"engineType" : "GridView",
"name" : "engine"
} ],
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "newdata",
"getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT",
"logicType" : "PREDEFINED",
"name" : "新建数据",
"getNewDataPSAppView" : {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false,
"enableBatchAdd" : false,
"enableWizardAdd" : false
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPUILOGIC",
"name" : "opendata",
"getPSAppUILogic" : {
"logicType" : "PREDEFINED",
"name" : "打开数据",
"getOpenDataPSAppView" : {
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03224611EditView.json",
"viewType" : "DEEDITVIEW"
}
},
"getPSAppUILogicRefViews" : [ {
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03224611EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"viewLogicType" : "APP_OPENDATA",
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "简单编辑",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTSimpleEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"openMode" : "INDEXVIEWTAB_POPUPMODAL",
"realOpenMode" : "INDEXVIEWTAB_POPUPMODAL",
"realTitle" : "表格修改刷新",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr03224611EditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"codeName" : "Usr03221685GridViewtoolbar",
"controlType" : "TOOLBAR",
"logicName" : "工具栏模板(默认表格界面)",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "id" : "toolbar_tbitem3"
}, },
"getPSControlParam" : { "getPSSysImage" : {
"id" : "TOOLBAR" "glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
}, },
"getPSDEToolbarItems" : [ { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW" "lanResTag" : "TBB.TEXT.*.NEW"
}, },
"caption" : "新建", "caption" : "新建",
"groupExtractMode" : "ITEM", "codeName" : "New",
"itemType" : "DEUIACTION", "fullCodeName" : "New",
"name" : "tbitem3", "name" : "表格界面_新建操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem3"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome", "glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o" "cssClass" : "fa fa-file-text-o"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_NEWACTION",
"getCapPSLanguageRes" : { "refreshMode" : 1,
"lanResTag" : "TBB.TEXT.*.NEW" "timeout" : 60000,
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW" "lanResTag" : "TBB.TOOLTIP.*.NEW"
}, },
"showCaption" : true, "uIActionMode" : "SYS",
"showIcon" : true "uIActionTag" : "New",
}, { "uIActionType" : "DEUIACTION",
"buttonStyle" : "STYLE2", "reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "STYLE2",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem4"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT" "lanResTag" : "TBB.TEXT.*.EDIT"
}, },
"caption" : "编辑", "caption" : "编辑",
"groupExtractMode" : "ITEM", "codeName" : "Edit",
"itemType" : "DEUIACTION", "fullCodeName" : "Edit",
"name" : "tbitem4", "name" : "表格界面_编辑操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem4"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf044@FontAwesome", "glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit" "cssClass" : "fa fa-edit"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_EDITACTION",
"actionTarget" : "SINGLEKEY", "timeout" : 60000,
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT" "lanResTag" : "TBB.TOOLTIP.*.EDIT"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionMode" : "SYS",
"showCaption" : true, "uIActionTag" : "Edit",
"showIcon" : true "uIActionType" : "DEUIACTION"
}, { },
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem6",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY" "lanResTag" : "TBB.TEXT.*.COPY"
}, },
"caption" : "拷贝", "caption" : "拷贝",
"groupExtractMode" : "ITEM", "codeName" : "Copy",
"itemType" : "DEUIACTION", "fullCodeName" : "Copy",
"name" : "tbitem6", "name" : "表格界面_拷贝操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem6"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome", "glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy" "cssClass" : "fa fa-copy"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_COPYACTION",
"actionTarget" : "SINGLEKEY", "timeout" : 60000,
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
},
"caption" : "拷贝",
"codeName" : "Copy",
"fullCodeName" : "Copy",
"name" : "表格界面_拷贝操作",
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "GRIDVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY" "lanResTag" : "TBB.TOOLTIP.*.COPY"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionMode" : "SYS",
"showCaption" : true, "uIActionTag" : "Copy",
"showIcon" : true "uIActionType" : "DEUIACTION"
}, { },
"itemType" : "SEPERATOR", "tooltip" : "拷贝",
"name" : "tbitem7", "getTooltipPSLanguageRes" : {
"spanMode" : false "lanResTag" : "TBB.TOOLTIP.*.COPY"
}, { },
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem7",
"spanMode" : false
}, {
"caption" : "行编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
},
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"tooltip" : "行编辑",
"enableToggleMode" : true,
"hiddenItem" : true,
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "新建行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem25"
},
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"getPSUIAction" : {
"caption" : "新建行",
"codeName" : "NewRow",
"fullCodeName" : "NewRow",
"name" : "表格界面_新建行",
"getPSSysImage" : {
"glyph" : "xf067@FontAwesome",
"cssClass" : "fa fa-plus"
},
"predefinedType" : "GRIDVIEW_NEWROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "NewRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建行",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem26",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem8",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem8"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE" "lanResTag" : "TBB.TEXT.*.REMOVE"
}, },
"caption" : "删除", "caption" : "删除",
"groupExtractMode" : "ITEM", "codeName" : "Remove",
"itemType" : "DEUIACTION", "fullCodeName" : "Remove",
"name" : "tbitem8", "name" : "表格界面_删除操作",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem8"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf00d@FontAwesome", "glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove" "cssClass" : "fa fa-remove"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_REMOVEACTION",
"actionTarget" : "MULTIKEY", "timeout" : 60000,
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE" "lanResTag" : "TBB.TOOLTIP.*.REMOVE"
}, },
"uIActionTarget" : "MULTIKEY", "uIActionMode" : "SYS",
"showCaption" : true, "uIActionTag" : "Remove",
"showIcon" : true "uIActionType" : "DEUIACTION"
}, { },
"itemType" : "SEPERATOR", "tooltip" : "删除",
"name" : "tbitem9", "getTooltipPSLanguageRes" : {
"spanMode" : false "lanResTag" : "TBB.TOOLTIP.*.REMOVE"
}, { },
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem9",
"spanMode" : false
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem13",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem13"
},
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EXPORT" "lanResTag" : "TBB.TEXT.*.EXPORT"
}, },
"caption" : "导出", "caption" : "导出",
"groupExtractMode" : "ITEM", "codeName" : "ExportExcel",
"itemType" : "DEUIACTION", "fullCodeName" : "ExportExcel",
"name" : "tbitem13", "name" : "表格界面_导出操作(Excel)",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem13"
},
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome", "glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o" "cssClass" : "fa fa-file-excel-o"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_EXPORTACTION",
"getCapPSLanguageRes" : { "timeout" : 60000,
"lanResTag" : "TBB.TEXT.*.EXPORT"
},
"caption" : "导出",
"codeName" : "ExportExcel",
"fullCodeName" : "ExportExcel",
"name" : "表格界面_导出操作(Excel)",
"getPSSysImage" : {
"glyph" : "xf1c3@FontAwesome",
"cssClass" : "fa fa-file-excel-o"
},
"predefinedType" : "GRIDVIEW_EXPORTACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "ExportExcel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出",
"getTooltipPSLanguageRes" : { "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EXPORT" "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
}, },
"showCaption" : true, "uIActionMode" : "SYS",
"showIcon" : true "uIActionTag" : "ExportExcel",
}, { "uIActionType" : "DEUIACTION"
"itemType" : "SEPERATOR", },
"name" : "tbitem10", "tooltip" : "导出",
"spanMode" : false "getTooltipPSLanguageRes" : {
}, { "lanResTag" : "TBB.TOOLTIP.*.EXPORT"
"caption" : "其它", },
"itemType" : "ITEMS", "showCaption" : true,
"name" : "tbitem16", "showIcon" : true
"getPSDEToolbarItems" : [ { }, {
"getCapPSLanguageRes" : { "itemType" : "SEPERATOR",
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF" "name" : "tbitem10",
}, "spanMode" : false
"caption" : "导出数据模型test", }, {
"groupExtractMode" : "ITEM", "caption" : "其它",
"itemType" : "DEUIACTION", "itemType" : "ITEMS",
"name" : "tbitem21", "name" : "tbitem16",
"noPrivDisplayMode" : 2, "getPSDEToolbarItems" : [ {
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem21"
},
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
},
"caption" : "导出数据模型",
"codeName" : "ExportModel",
"fullCodeName" : "ExportModel",
"name" : "表格界面_导出数据模型",
"getPSSysImage" : {
"glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-download"
},
"predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "导出数据模型test",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "其它",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem17",
"spanMode" : false
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER" "lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
}, },
"caption" : "过滤", "caption" : "导出数据模型test",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem19", "name" : "tbitem21",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem19" "id" : "toolbar_tbitem21"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome", "glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-filter" "cssClass" : "fa fa-download"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER" "lanResTag" : "MENUITEM.CAPTION.*.EXPORTSRF"
}, },
"caption" : "过滤", "caption" : "导出数据模型",
"codeName" : "ToggleFilter", "codeName" : "ExportModel",
"fullCodeName" : "ToggleFilter", "fullCodeName" : "ExportModel",
"name" : "表格界面_搜索栏", "name" : "表格界面_导出数据模型",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome", "glyph" : "xf019@FontAwesome",
"cssClass" : "fa fa-filter" "cssClass" : "fa fa-download"
}, },
"predefinedType" : "GRIDVIEW_SEARCHBAR", "predefinedType" : "GRIDVIEW_EXPORTXMLACTION",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "ToggleFilter", "uIActionTag" : "ExportModel",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION"
"enableToggleMode" : true
},
"tooltip" : "过滤",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
}, },
"enableToggleMode" : true, "tooltip" : "导出数据模型test",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"getCapPSLanguageRes" : { "caption" : "数据导入",
"lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "帮助",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
"name" : "tbitem18", "name" : "tbitem23",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem18" "id" : "toolbar_tbitem23"
}, },
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-question" "cssClass" : "fa fa-upload"
}, },
"getPSUIAction" : { "getPSUIAction" : {
"getCapPSLanguageRes" : { "caption" : "数据导入",
"lanResTag" : "TBB.TEXT.*.HELP" "codeName" : "Import",
}, "fullCodeName" : "Import",
"caption" : "帮助", "name" : "表格界面_数据导入栏",
"codeName" : "Help",
"fullCodeName" : "Help",
"name" : "表格界面_帮助操作",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf128@FontAwesome", "glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-question" "cssClass" : "fa fa-upload"
}, },
"predefinedType" : "GRIDVIEW_HELPACTION", "predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000, "timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"uIActionMode" : "SYS", "uIActionMode" : "SYS",
"uIActionTag" : "Help", "uIActionTag" : "Import",
"uIActionType" : "DEUIACTION" "uIActionType" : "DEUIACTION"
}, },
"tooltip" : "帮助", "tooltip" : "数据导入",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { } ],
"caption" : "数据导入", "tooltip" : "其它",
"groupExtractMode" : "ITEM", "showCaption" : true,
"itemType" : "DEUIACTION", "showIcon" : true
"name" : "deuiaction2", }, {
"noPrivDisplayMode" : 2, "itemType" : "SEPERATOR",
"getPSAppViewUIAction" : { "name" : "tbitem17",
"modelref" : true, "spanMode" : false
"id" : "toolbar_deuiaction2" }, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
},
"caption" : "过滤",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem19",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem19"
},
"getPSSysImage" : {
"glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-filter"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.FILTER"
}, },
"caption" : "过滤",
"codeName" : "ToggleFilter",
"fullCodeName" : "ToggleFilter",
"name" : "表格界面_搜索栏",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf093@FontAwesome", "glyph" : "xf0b0@FontAwesome",
"cssClass" : "fa fa-upload" "cssClass" : "fa fa-filter"
}, },
"getPSUIAction" : { "predefinedType" : "GRIDVIEW_SEARCHBAR",
"caption" : "数据导入", "timeout" : 60000,
"codeName" : "Import", "getTooltipPSLanguageRes" : {
"fullCodeName" : "Import", "lanResTag" : "TBB.TOOLTIP.*.FILTER"
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "数据导入", "uIActionMode" : "SYS",
"showCaption" : true, "uIActionTag" : "ToggleFilter",
"showIcon" : true "uIActionType" : "DEUIACTION",
} ], "enableToggleMode" : true
"xDataControlName" : "grid", },
"modelid" : "b912ff540f5614f63914a38067d84728", "tooltip" : "过滤",
"modeltype" : "PSDETOOLBAR" "getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.FILTER"
},
"enableToggleMode" : true,
"showCaption" : true,
"showIcon" : true
}, { }, {
"aggMode" : "NONE", "getCapPSLanguageRes" : {
"codeName" : "Usr03221685GridView_Grid", "lanResTag" : "TBB.TEXT.*.HELP"
"columnEnableFilter" : 2, },
"columnEnableLink" : 2, "caption" : "帮助",
"controlType" : "GRID", "groupExtractMode" : "ITEM",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr03221685GridView_Grid.json", "itemType" : "DEUIACTION",
"getFetchPSControlAction" : { "name" : "tbitem18",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch", "id" : "toolbar_tbitem18"
"actionType" : "DEDATASET", },
"name" : "fetch", "getPSSysImage" : {
"getPSAppDEMethod" : { "glyph" : "xf128@FontAwesome",
"modelref" : true, "cssClass" : "fa fa-question"
"id" : "FetchDefault" },
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP"
}, },
"getPSAppDataEntity" : { "caption" : "帮助",
"modelref" : true, "codeName" : "Help",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "fullCodeName" : "Help",
} "name" : "表格界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
},
"predefinedType" : "GRIDVIEW_HELPACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "帮助",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.HELP"
},
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "保存行",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"caption" : "保存行",
"codeName" : "SaveRow",
"fullCodeName" : "SaveRow",
"name" : "表格界面_保存行",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "GRIDVIEW_SAVEROWACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "SaveRow",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存行",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "数据导入",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"getPSUIAction" : {
"caption" : "数据导入",
"codeName" : "Import",
"fullCodeName" : "Import",
"name" : "表格界面_数据导入栏",
"getPSSysImage" : {
"glyph" : "xf093@FontAwesome",
"cssClass" : "fa fa-upload"
},
"predefinedType" : "GRIDVIEW_IMPORTBAR",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "Import",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "数据导入",
"showCaption" : true,
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "b912ff540f5614f63914a38067d84728",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "Usr03221685GridView_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"groupMode" : "NONE",
"logicName" : "表格测试修改1_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSGRIDS/Usr03221685GridView_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
}, },
"getPSControlHandler" : { "getPSAppDataEntity" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEDataImport" : {
"modelref" : true, "modelref" : true,
"id" : "DataImport" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, }
"getPSDEGridColumns" : [ { },
"align" : "LEFT", "getGetDraftPSControlAction" : {
"cLConvertMode" : "NONE", "actionName" : "GetDraft",
"caption" : "测试实体名称", "actionType" : "DEACTION",
"codeName" : "testname", "dataAccessAction" : "CREATE",
"columnType" : "DEFGRIDCOLUMN", "name" : "loaddraft",
"dataItemName" : "testname", "getPSAppDEMethod" : {
"excelCaption" : "测试实体名称", "modelref" : true,
"name" : "testname", "id" : "GetDraft"
"noPrivDisplayMode" : 1, },
"getPSAppDEField" : { "getPSAppDataEntity" : {
"name" : "TESTNAME", "modelref" : true,
"codeName" : "TESTName" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, }
"width" : 150, },
"widthUnit" : "PX", "getGetPSControlAction" : {
"enableSort" : true "actionName" : "Get",
}, { "actionType" : "DEACTION",
"align" : "LEFT", "dataAccessAction" : "READ",
"cLConvertMode" : "FRONT", "name" : "load",
"caption" : "更新人", "getPSAppDEMethod" : {
"codeName" : "updateman", "modelref" : true,
"columnType" : "DEFGRIDCOLUMN", "id" : "Get"
"dataItemName" : "updateman", },
"excelCaption" : "更新人", "getPSAppDataEntity" : {
"name" : "updateman", "modelref" : true,
"noPrivDisplayMode" : 1, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"getPSAppCodeList" : { }
},
"groupMode" : "NONE",
"logicName" : "表格测试修改1_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "id" : "Get"
},
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, },
"width" : 150, "getPSAppDataEntity" : {
"widthUnit" : "PX", "modelref" : true,
"enableSort" : true "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "更新时间",
"codeName" : "updatedate",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updatedate",
"excelCaption" : "更新时间",
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
} }
}, { }, {
"dataType" : 25, "actionName" : "Create",
"name" : "srfkey", "actionType" : "DEACTION",
"getPSAppDEField" : { "dataAccessAction" : "CREATE",
"name" : "TESTID", "name" : "create",
"codeName" : "TESTId" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, { }, {
"dataType" : 25, "actionName" : "Update",
"name" : "srfdataaccaction", "actionType" : "DEACTION",
"getPSAppDEField" : { "dataAccessAction" : "UPDATE",
"name" : "TESTID", "name" : "update",
"codeName" : "TESTId" "getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"dataAccessAction" : true "getPSAppDataEntity" : {
}, { "modelref" : true,
"dataType" : 25, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
} }
} ], }, {
"getPSDEGridEditItems" : [ {
"caption" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove", "actionName" : "Remove",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "DELETE", "dataAccessAction" : "DELETE",
...@@ -979,92 +777,284 @@ ...@@ -979,92 +777,284 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "DEDATASET",
"name" : "fetch",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FetchDefault"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ],
"userDRAction" : "READ",
"enableDEFieldPrivilege" : false,
"id" : "数据表格处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "GRID"
},
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
},
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "测试实体名称",
"codeName" : "testname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "testname",
"excelCaption" : "测试实体名称",
"name" : "testname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
},
"width" : 150,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "FRONT",
"caption" : "更新人",
"codeName" : "updateman",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "updateman",
"excelCaption" : "更新人",
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
}, },
"sortMode" : "REMOTE", "getPSAppDEField" : {
"hasWFDataItems" : false, "name" : "UPDATEMAN",
"enableColFilter" : false, "codeName" : "UpdateMan"
"enableCustomized" : true, },
"enableGroup" : false, "width" : 150,
"enablePagingBar" : true, "widthUnit" : "PX",
"enableRowEdit" : false, "enableSort" : true
"enableRowEditOrder" : false, }, {
"enableRowNew" : false, "align" : "LEFT",
"forceFit" : false, "cLConvertMode" : "NONE",
"hideHeader" : false, "caption" : "更新时间",
"noSort" : false, "codeName" : "updatedate",
"singleSelect" : false, "columnType" : "DEFGRIDCOLUMN",
"name" : "grid", "dataItemName" : "updatedate",
"modelid" : "F540D0B3-09E2-448B-8BBB-89BF84434615", "excelCaption" : "更新时间",
"modeltype" : "PSDEGRID" "name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"width" : 150,
"widthUnit" : "PX",
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "testname",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"dataType" : 25,
"name" : "updateman",
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"format" : "YYYY-MM-DD HH:mm:ss",
"dataType" : 5,
"name" : "updatedate",
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, { }, {
"codeName" : "Usr03221685GridView_SearchForm", "dataType" : 25,
"controlType" : "SEARCHFORM", "name" : "srfkey",
"defaultLabelWidth" : 130, "getPSAppDEField" : {
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Usr03221685GridView_SearchForm.json", "name" : "TESTID",
"logicName" : "表格测试修改1_搜索表单", "codeName" : "TESTId"
}
}, {
"dataType" : 25,
"name" : "srfdataaccaction",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "srfmajortext",
"getPSAppDEField" : {
"name" : "TESTNAME",
"codeName" : "TESTName"
}
} ],
"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" : "测试实体标识",
"codeName" : "srfkey",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"getPSEditor" : {
"editorType" : "HIDDEN",
"name" : "srfkey"
},
"allowEmpty" : true
} ],
"pagingSize" : 20,
"getRemovePSControlAction" : {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"getPSControlHandler" : { "getPSAppDataEntity" : {
"getPSHandlerActions" : [ { "modelref" : true,
"actionType" : "FILTERACTION", "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"name" : "load", }
"getPSAppDEMethod" : { },
"modelref" : true, "hasWFDataItems" : false,
"id" : "FilterGet" "enableColFilter" : false,
}, "enableCustomized" : true,
"getPSAppDataEntity" : { "enableGroup" : false,
"modelref" : true, "enablePagingBar" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "enableRowEdit" : true,
} "enableRowEditOrder" : false,
}, { "enableRowNew" : true,
"actionType" : "FILTERACTION", "forceFit" : false,
"name" : "loaddraft", "hideHeader" : false,
"getPSAppDEMethod" : { "noSort" : false,
"modelref" : true, "singleSelect" : false,
"id" : "FilterGetDraft" "name" : "grid",
}, "modelid" : "F540D0B3-09E2-448B-8BBB-89BF84434615",
"getPSAppDataEntity" : { "modeltype" : "PSDEGRID"
"modelref" : true, }, {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "codeName" : "Usr03221685GridView_SearchForm",
} "controlType" : "SEARCHFORM",
}, { "defaultLabelWidth" : 130,
"actionType" : "FILTERACTION", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSSEARCHFORMS/Usr03221685GridView_SearchForm.json",
"name" : "search", "logicName" : "表格测试修改1_搜索表单",
"getPSAppDEMethod" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"id" : "FilterSearch" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSAppDataEntity" : { "getPSControlHandler" : {
"modelref" : true, "getPSHandlerActions" : [ {
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "actionType" : "FILTERACTION",
} "name" : "load",
} ], "getPSAppDEMethod" : {
"enableDEFieldPrivilege" : false, "modelref" : true,
"id" : "搜索表单处理器" "id" : "FilterGet"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterGetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
}, {
"actionType" : "FILTERACTION",
"name" : "search",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "FilterSearch"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}
} ], } ],
"enableDEFieldPrivilege" : false,
"id" : "搜索表单处理器"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true,
"id" : "SEARCHFORM"
},
"getPSDEFormPages" : [ {
"caption" : "常规条件",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
"childColMD" : 24, "childColMD" : 24,
...@@ -1073,43 +1063,68 @@ ...@@ -1073,43 +1063,68 @@
"columnCount" : 24, "columnCount" : 24,
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"searchButtonStyle" : "DEFAULT", "infoGroupMode" : false
"tabHeaderPos" : "TOP", } ],
"enableAdvanceSearch" : false, "getPSLayout" : {
"enableAutoSearch" : false, "childColLG" : -1,
"enableFilterSave" : false, "childColMD" : 24,
"noTabHeader" : true, "childColSM" : -1,
"name" : "searchform", "childColXS" : -1,
"modelid" : "04866463-653A-4DA2-ABE9-A109BFCA24F1", "columnCount" : 24,
"modeltype" : "PSDEFORM_SEARCHFORM" "layout" : "TABLE_24COL"
}, { },
"controlType" : "SEARCHBAR", "searchButtonStyle" : "DEFAULT",
"name" : "searchbar", "tabHeaderPos" : "TOP",
"getPSAppDataEntity" : { "enableAdvanceSearch" : false,
"modelref" : true, "enableAutoSearch" : false,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "enableFilterSave" : false,
}, "noTabHeader" : true,
"getPSControlParam" : { "name" : "searchform",
"id" : "searchbar" "modelid" : "04866463-653A-4DA2-ABE9-A109BFCA24F1",
}, "modeltype" : "PSDEFORM_SEARCHFORM"
"quickGroupCount" : -1, }, {
"quickSearchMode" : 1, "controlType" : "SEARCHBAR",
"quickSearchWidth" : 0, "name" : "searchbar",
"enableFilter" : false, "getPSAppDataEntity" : {
"enableGroup" : false, "modelref" : true,
"enableQuickSearch" : true, "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"mobileSearchBar" : false },
}, { "getPSControlParam" : {
"caption" : "测试实体", "id" : "searchbar"
"codeName" : "Usr03221685GridViewcaptionbar", },
"controlType" : "CAPTIONBAR", "quickGroupCount" : -1,
"name" : "captionbar", "quickSearchMode" : 1,
"getPSAppDataEntity" : { "quickSearchWidth" : 0,
"modelref" : true, "enableFilter" : false,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "enableGroup" : false,
}, "enableQuickSearch" : true,
"getPSControlParam" : { } "mobileSearchBar" : false
} ] }, {
"caption" : "测试实体",
"codeName" : "Usr03221685GridViewcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Usr03221685GridView",
"getPSDEViewId" : "A97E15BD-8A7F-48C4-A1A2-929122FFEC33",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam" : { },
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
}, },
"title" : "表格测试修改1", "title" : "表格测试修改1",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
...@@ -1120,9 +1135,9 @@ ...@@ -1120,9 +1135,9 @@
"enableFilter" : true, "enableFilter" : true,
"enableImport" : true, "enableImport" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRowEdit" : false, "enableRowEdit" : true,
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : false, "rowEditDefault" : true,
"modelid" : "2492a695a37e9f517d19e9063c982b85", "modelid" : "2492a695a37e9f517d19e9063c982b85",
"modeltype" : "PSAPPDEVIEW" "modeltype" : "PSAPPDEVIEW"
} }
\ No newline at end of file
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册