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

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

上级 de118287
......@@ -184,6 +184,9 @@
} ],
"getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ {
"name" : "ADDRESS",
"codeName" : "Address"
}, {
"name" : "REALESTATEID",
"codeName" : "RealEstateId"
}, {
......@@ -318,6 +321,83 @@
"enableFront" : true
} ],
"getAllPSDEFields" : [ {
"getAllPSDEFDTColumns" : [ {
"columnName" : "ADDRESS",
"dBType" : "MYSQL5",
"name" : "ADDRESS",
"queryCodeExp" : "t1.`ADDRESS`",
"standardColumnName" : "`ADDRESS`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[ADDRESS][地址]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[ADDRESS][地址]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[ADDRESS][地址]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[ADDRESS][地址]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "ADDRESS",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Address",
"dEFType" : 1,
"dataType" : "TEXT",
"importOrder" : 1000,
"length" : 100,
"logicName" : "地址",
"name" : "ADDRESS",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "ADDRESS"
},
"serviceCodeName" : "Address",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s"
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "REALESTATEID",
"dBType" : "MYSQL5",
......@@ -932,6 +1012,17 @@
"getAllPSDEMethodDTOs" : [ {
"name" : "RealEstateDTO",
"getPSDEMethodDTOFields" : [ {
"logicName" : "地址",
"name" : "Address",
"getPSDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "建立时间",
"name" : "CreateDate",
......
......@@ -2,6 +2,9 @@
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`ADDRESS`",
"name" : "ADDRESS"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
......@@ -20,6 +23,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`REALESTATEID`,\nt1.`REALESTATENAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_REALESTATE` t1 \n",
"queryCode" : "SELECT\nt1.`ADDRESS`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`REALESTATEID`,\nt1.`REALESTATENAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_REALESTATE` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -2,6 +2,9 @@
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`ADDRESS`",
"name" : "ADDRESS"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
......@@ -20,6 +23,6 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`REALESTATEID`,\nt1.`REALESTATENAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_REALESTATE` t1 \n",
"queryCode" : "SELECT\nt1.`ADDRESS`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`REALESTATEID`,\nt1.`REALESTATENAME`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_REALESTATE` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
"codeName" : "UsrDRItem0108494895",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDRITEMS/UsrDRItem0108494895.json",
"itemType" : "DER1N",
"name" : "中介选房产",
"name" : "房产选中介",
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/RealEstateRealtor/PSDERS/DER1N_REALESTATEREALTOR_REALESTATE_REALESTATEID.json"
......
......@@ -2,7 +2,7 @@
"codeName" : "UsrDRItem0108391534",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/Realtor/PSDEDRITEMS/UsrDRItem0108391534.json",
"itemType" : "DER1N",
"name" : "房产选择中介",
"name" : "中介选择房产",
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/RealEstateRealtor/PSDERS/DER1N_REALESTATEREALTOR_REALTOR_REALTORID.json"
......
......@@ -323,6 +323,37 @@
"builtinMethod" : false
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[ADDRESS][地址]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"name" : "[ADDRESS][地址]",
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[ADDRESS][地址]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"name" : "[ADDRESS][地址]移动端默认",
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Address",
"logicName" : "地址",
"name" : "ADDRESS",
"stdDataType" : 25,
"stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[REALESTATEID][房地产标识]",
......@@ -652,6 +683,17 @@
"codeName" : "RealEstateDTO",
"name" : "RealEstateDTO",
"getPSAppDEMethodDTOFields" : [ {
"codeName" : "Address",
"logicName" : "地址",
"name" : "Address",
"getPSAppDEField" : {
"name" : "ADDRESS",
"codeName" : "Address"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "建立时间",
......
......@@ -248,10 +248,10 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstateRealtorRealtor2RealEstate",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealtor2RealEstate.json",
"codeName" : "RealEstateRealtorRealEstate2Realtor",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealEstate2Realtor.json",
"gridRowActiveMode" : 2,
"name" : "RealEstateRealtorRealtor2RealEstate",
"name" : "RealEstateRealtorRealEstate2Realtor",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -353,7 +353,7 @@
"getPSAppViewParams" : [ {
"key" : "PROPERTYMAP",
"name" : "PROPERTYMAP",
"value" : "realestatename:realestatename"
"value" : "realtorname:realtorname"
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
......@@ -419,9 +419,9 @@
}
} ],
"getPSControls" : [ {
"codeName" : "Realtor2RealEstatetoolbar",
"codeName" : "RealEstate2Realtortoolbar",
"controlType" : "TOOLBAR",
"logicName" : "中介选房产_工具栏",
"logicName" : "房产选择中介_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -556,15 +556,15 @@
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "8B7970EF-5B7A-417C-872E-28684B2E5BD3",
"modelid" : "AAEE15C4-A0C9-4EB4-9E2C-5E1246B4E622",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "Realtor2RealEstate_Grid",
"codeName" : "RealEstate2Realtor_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Realtor2RealEstate_Grid.json",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/RealEstate2Realtor_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
......@@ -580,7 +580,7 @@
}
},
"groupMode" : "NONE",
"logicName" : "中介选房产_表格",
"logicName" : "房产选择中介_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -675,22 +675,22 @@
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "房地产名称",
"codeName" : "realestatename",
"caption" : "房产中介名称",
"codeName" : "realtorname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "realestatename",
"excelCaption" : "房地产名称",
"dataItemName" : "realtorname",
"excelCaption" : "房产中介名称",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRedirectView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
},
"linkValueItem" : "realestateid",
"name" : "realestatename",
"linkValueItem" : "realtorid",
"name" : "realtorname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
"name" : "REALTORNAME",
"codeName" : "RealtorName"
},
"width" : 100,
"widthUnit" : "PX",
......@@ -699,10 +699,10 @@
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "realestatename",
"name" : "realtorname",
"getPSAppDEField" : {
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
"name" : "REALTORNAME",
"codeName" : "RealtorName"
}
}, {
"dataType" : 25,
......@@ -786,14 +786,14 @@
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "6ADED461-474D-4ECE-9226-6002E4C27887",
"modelid" : "A6DCC98A-FC22-4971-9C5F-4678B3D1B8FA",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Realtor2RealEstate_SearchForm",
"codeName" : "RealEstate2Realtor_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Realtor2RealEstate_SearchForm.json",
"logicName" : "中介选房产_搜索表单",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/RealEstate2Realtor_SearchForm.json",
"logicName" : "房产选择中介_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -872,7 +872,7 @@
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "E7D9EC11-DD1C-47E5-BADD-ECFEF8FC11F1",
"modelid" : "DA2955AD-075A-4D51-9580-57AC7DEFD7AA",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
......@@ -900,7 +900,7 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "Realtor2RealEstatecaptionbar",
"codeName" : "RealEstate2Realtorcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
......@@ -909,8 +909,8 @@
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Realtor2RealEstate",
"getPSDEViewId" : "2039DF71-4033-4F99-A82F-02EF07FB3D9B",
"getPSDEViewCodeName" : "RealEstate2Realtor",
"getPSDEViewId" : "24D8D324-1C31-4B45-81D0-A2F0F0B664A5",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
......@@ -925,7 +925,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "中介选房产",
"title" : "房产选择中介",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
......@@ -937,7 +937,7 @@
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "494fb2cab1889572288acf4d88825b1f",
"modelid" : "ed79a79b76c15976422b678caae42fd4",
"modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
......
......@@ -248,10 +248,10 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstateRealtorRealEstate2Realtor",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealEstate2Realtor.json",
"codeName" : "RealEstateRealtorRealtor2RealEstate",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealtor2RealEstate.json",
"gridRowActiveMode" : 2,
"name" : "RealEstateRealtorRealEstate2Realtor",
"name" : "RealEstateRealtorRealtor2RealEstate",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -353,7 +353,7 @@
"getPSAppViewParams" : [ {
"key" : "PROPERTYMAP",
"name" : "PROPERTYMAP",
"value" : "realtorname:realtorname"
"value" : "realestatename:realestatename"
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
......@@ -419,9 +419,9 @@
}
} ],
"getPSControls" : [ {
"codeName" : "RealEstate2Realtortoolbar",
"codeName" : "Realtor2RealEstatetoolbar",
"controlType" : "TOOLBAR",
"logicName" : "房产选择中介_工具栏",
"logicName" : "中介选房产_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -556,15 +556,15 @@
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "AAEE15C4-A0C9-4EB4-9E2C-5E1246B4E622",
"modelid" : "8B7970EF-5B7A-417C-872E-28684B2E5BD3",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "RealEstate2Realtor_Grid",
"codeName" : "Realtor2RealEstate_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/RealEstate2Realtor_Grid.json",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Realtor2RealEstate_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
......@@ -580,7 +580,7 @@
}
},
"groupMode" : "NONE",
"logicName" : "房产选择中介_表格",
"logicName" : "中介选房产_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -675,22 +675,22 @@
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "房产中介名称",
"codeName" : "realtorname",
"caption" : "房地产名称",
"codeName" : "realestatename",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "realtorname",
"excelCaption" : "房产中介名称",
"dataItemName" : "realestatename",
"excelCaption" : "房地产名称",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorRedirectView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
},
"linkValueItem" : "realtorid",
"name" : "realtorname",
"linkValueItem" : "realestateid",
"name" : "realestatename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REALTORNAME",
"codeName" : "RealtorName"
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
},
"width" : 100,
"widthUnit" : "PX",
......@@ -699,10 +699,10 @@
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "realtorname",
"name" : "realestatename",
"getPSAppDEField" : {
"name" : "REALTORNAME",
"codeName" : "RealtorName"
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
}
}, {
"dataType" : 25,
......@@ -786,14 +786,14 @@
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "A6DCC98A-FC22-4971-9C5F-4678B3D1B8FA",
"modelid" : "6ADED461-474D-4ECE-9226-6002E4C27887",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "RealEstate2Realtor_SearchForm",
"codeName" : "Realtor2RealEstate_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/RealEstate2Realtor_SearchForm.json",
"logicName" : "房产选择中介_搜索表单",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Realtor2RealEstate_SearchForm.json",
"logicName" : "中介选房产_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -872,7 +872,7 @@
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "DA2955AD-075A-4D51-9580-57AC7DEFD7AA",
"modelid" : "E7D9EC11-DD1C-47E5-BADD-ECFEF8FC11F1",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
......@@ -900,7 +900,7 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstate2Realtorcaptionbar",
"codeName" : "Realtor2RealEstatecaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
......@@ -909,8 +909,8 @@
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "RealEstate2Realtor",
"getPSDEViewId" : "24D8D324-1C31-4B45-81D0-A2F0F0B664A5",
"getPSDEViewCodeName" : "Realtor2RealEstate",
"getPSDEViewId" : "2039DF71-4033-4F99-A82F-02EF07FB3D9B",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
......@@ -925,7 +925,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "房产选择中介",
"title" : "中介选房产",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
......@@ -937,7 +937,7 @@
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "ed79a79b76c15976422b678caae42fd4",
"modelid" : "494fb2cab1889572288acf4d88825b1f",
"modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
......
......@@ -4,6 +4,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -19,6 +33,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"groupMode" : "NONE",
"logicName" : "表格测试列插件视图_表格",
"getPSAppDataEntity" : {
......@@ -169,15 +211,20 @@
"codeName" : "TESTGRIDName"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 200,
"editorParams" : {
"readonly" : "",
"AC" : "TRUE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "FALSE"
},
"editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText",
"name" : "testgridname",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT",
"runtimeObject" : true
}
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"allowEmpty" : true
}, {
......@@ -233,14 +280,28 @@
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......
......@@ -951,10 +951,10 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstateRealtorRealtor2RealEstate",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealtor2RealEstate.json",
"codeName" : "RealEstateRealtorRealEstate2Realtor",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealEstate2Realtor.json",
"gridRowActiveMode" : 2,
"name" : "RealEstateRealtorRealtor2RealEstate",
"name" : "RealEstateRealtorRealEstate2Realtor",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1056,7 +1056,7 @@
"getPSAppViewParams" : [ {
"key" : "PROPERTYMAP",
"name" : "PROPERTYMAP",
"value" : "realestatename:realestatename"
"value" : "realtorname:realtorname"
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
......@@ -1122,9 +1122,9 @@
}
} ],
"getPSControls" : [ {
"codeName" : "Realtor2RealEstatetoolbar",
"codeName" : "RealEstate2Realtortoolbar",
"controlType" : "TOOLBAR",
"logicName" : "中介选房产_工具栏",
"logicName" : "房产选择中介_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -1259,15 +1259,15 @@
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "8B7970EF-5B7A-417C-872E-28684B2E5BD3",
"modelid" : "AAEE15C4-A0C9-4EB4-9E2C-5E1246B4E622",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "Realtor2RealEstate_Grid",
"codeName" : "RealEstate2Realtor_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Realtor2RealEstate_Grid.json",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/RealEstate2Realtor_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
......@@ -1283,7 +1283,7 @@
}
},
"groupMode" : "NONE",
"logicName" : "中介选房产_表格",
"logicName" : "房产选择中介_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1378,22 +1378,22 @@
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "房地产名称",
"codeName" : "realestatename",
"caption" : "房产中介名称",
"codeName" : "realtorname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "realestatename",
"excelCaption" : "房地产名称",
"dataItemName" : "realtorname",
"excelCaption" : "房产中介名称",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRedirectView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
},
"linkValueItem" : "realestateid",
"name" : "realestatename",
"linkValueItem" : "realtorid",
"name" : "realtorname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
"name" : "REALTORNAME",
"codeName" : "RealtorName"
},
"width" : 100,
"widthUnit" : "PX",
......@@ -1402,10 +1402,10 @@
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "realestatename",
"name" : "realtorname",
"getPSAppDEField" : {
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
"name" : "REALTORNAME",
"codeName" : "RealtorName"
}
}, {
"dataType" : 25,
......@@ -1489,14 +1489,14 @@
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "6ADED461-474D-4ECE-9226-6002E4C27887",
"modelid" : "A6DCC98A-FC22-4971-9C5F-4678B3D1B8FA",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Realtor2RealEstate_SearchForm",
"codeName" : "RealEstate2Realtor_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Realtor2RealEstate_SearchForm.json",
"logicName" : "中介选房产_搜索表单",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/RealEstate2Realtor_SearchForm.json",
"logicName" : "房产选择中介_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1575,7 +1575,7 @@
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "E7D9EC11-DD1C-47E5-BADD-ECFEF8FC11F1",
"modelid" : "DA2955AD-075A-4D51-9580-57AC7DEFD7AA",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
......@@ -1603,7 +1603,7 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "Realtor2RealEstatecaptionbar",
"codeName" : "RealEstate2Realtorcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
......@@ -1612,8 +1612,8 @@
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Realtor2RealEstate",
"getPSDEViewId" : "2039DF71-4033-4F99-A82F-02EF07FB3D9B",
"getPSDEViewCodeName" : "RealEstate2Realtor",
"getPSDEViewId" : "24D8D324-1C31-4B45-81D0-A2F0F0B664A5",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
......@@ -1628,7 +1628,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "中介选房产",
"title" : "房产选择中介",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
......@@ -1640,7 +1640,7 @@
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "494fb2cab1889572288acf4d88825b1f",
"modelid" : "ed79a79b76c15976422b678caae42fd4",
"modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
......
......@@ -950,10 +950,10 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstateRealtorRealtor2RealEstate",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealtor2RealEstate.json",
"codeName" : "RealEstateRealtorRealEstate2Realtor",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealEstate2Realtor.json",
"gridRowActiveMode" : 2,
"name" : "RealEstateRealtorRealtor2RealEstate",
"name" : "RealEstateRealtorRealEstate2Realtor",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1055,7 +1055,7 @@
"getPSAppViewParams" : [ {
"key" : "PROPERTYMAP",
"name" : "PROPERTYMAP",
"value" : "realestatename:realestatename"
"value" : "realtorname:realtorname"
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
......@@ -1121,9 +1121,9 @@
}
} ],
"getPSControls" : [ {
"codeName" : "Realtor2RealEstatetoolbar",
"codeName" : "RealEstate2Realtortoolbar",
"controlType" : "TOOLBAR",
"logicName" : "中介选房产_工具栏",
"logicName" : "房产选择中介_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -1258,15 +1258,15 @@
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "8B7970EF-5B7A-417C-872E-28684B2E5BD3",
"modelid" : "AAEE15C4-A0C9-4EB4-9E2C-5E1246B4E622",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "Realtor2RealEstate_Grid",
"codeName" : "RealEstate2Realtor_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Realtor2RealEstate_Grid.json",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/RealEstate2Realtor_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
......@@ -1282,7 +1282,7 @@
}
},
"groupMode" : "NONE",
"logicName" : "中介选房产_表格",
"logicName" : "房产选择中介_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1377,22 +1377,22 @@
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "房地产名称",
"codeName" : "realestatename",
"caption" : "房产中介名称",
"codeName" : "realtorname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "realestatename",
"excelCaption" : "房地产名称",
"dataItemName" : "realtorname",
"excelCaption" : "房产中介名称",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRedirectView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
},
"linkValueItem" : "realestateid",
"name" : "realestatename",
"linkValueItem" : "realtorid",
"name" : "realtorname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
"name" : "REALTORNAME",
"codeName" : "RealtorName"
},
"width" : 100,
"widthUnit" : "PX",
......@@ -1401,10 +1401,10 @@
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "realestatename",
"name" : "realtorname",
"getPSAppDEField" : {
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
"name" : "REALTORNAME",
"codeName" : "RealtorName"
}
}, {
"dataType" : 25,
......@@ -1488,14 +1488,14 @@
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "6ADED461-474D-4ECE-9226-6002E4C27887",
"modelid" : "A6DCC98A-FC22-4971-9C5F-4678B3D1B8FA",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "Realtor2RealEstate_SearchForm",
"codeName" : "RealEstate2Realtor_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Realtor2RealEstate_SearchForm.json",
"logicName" : "中介选房产_搜索表单",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/RealEstate2Realtor_SearchForm.json",
"logicName" : "房产选择中介_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1574,7 +1574,7 @@
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "E7D9EC11-DD1C-47E5-BADD-ECFEF8FC11F1",
"modelid" : "DA2955AD-075A-4D51-9580-57AC7DEFD7AA",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
......@@ -1602,7 +1602,7 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "Realtor2RealEstatecaptionbar",
"codeName" : "RealEstate2Realtorcaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
......@@ -1611,8 +1611,8 @@
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "Realtor2RealEstate",
"getPSDEViewId" : "2039DF71-4033-4F99-A82F-02EF07FB3D9B",
"getPSDEViewCodeName" : "RealEstate2Realtor",
"getPSDEViewId" : "24D8D324-1C31-4B45-81D0-A2F0F0B664A5",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
......@@ -1627,7 +1627,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "中介选房产",
"title" : "房产选择中介",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
......@@ -1639,7 +1639,7 @@
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "494fb2cab1889572288acf4d88825b1f",
"modelid" : "ed79a79b76c15976422b678caae42fd4",
"modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
......
......@@ -951,10 +951,10 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstateRealtorRealEstate2Realtor",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealEstate2Realtor.json",
"codeName" : "RealEstateRealtorRealtor2RealEstate",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealtor2RealEstate.json",
"gridRowActiveMode" : 2,
"name" : "RealEstateRealtorRealEstate2Realtor",
"name" : "RealEstateRealtorRealtor2RealEstate",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1056,7 +1056,7 @@
"getPSAppViewParams" : [ {
"key" : "PROPERTYMAP",
"name" : "PROPERTYMAP",
"value" : "realtorname:realtorname"
"value" : "realestatename:realestatename"
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
......@@ -1122,9 +1122,9 @@
}
} ],
"getPSControls" : [ {
"codeName" : "RealEstate2Realtortoolbar",
"codeName" : "Realtor2RealEstatetoolbar",
"controlType" : "TOOLBAR",
"logicName" : "房产选择中介_工具栏",
"logicName" : "中介选房产_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -1259,15 +1259,15 @@
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "AAEE15C4-A0C9-4EB4-9E2C-5E1246B4E622",
"modelid" : "8B7970EF-5B7A-417C-872E-28684B2E5BD3",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "RealEstate2Realtor_Grid",
"codeName" : "Realtor2RealEstate_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/RealEstate2Realtor_Grid.json",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Realtor2RealEstate_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
......@@ -1283,7 +1283,7 @@
}
},
"groupMode" : "NONE",
"logicName" : "房产选择中介_表格",
"logicName" : "中介选房产_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1378,22 +1378,22 @@
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "房产中介名称",
"codeName" : "realtorname",
"caption" : "房地产名称",
"codeName" : "realestatename",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "realtorname",
"excelCaption" : "房产中介名称",
"dataItemName" : "realestatename",
"excelCaption" : "房地产名称",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorRedirectView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
},
"linkValueItem" : "realtorid",
"name" : "realtorname",
"linkValueItem" : "realestateid",
"name" : "realestatename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REALTORNAME",
"codeName" : "RealtorName"
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
},
"width" : 100,
"widthUnit" : "PX",
......@@ -1402,10 +1402,10 @@
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "realtorname",
"name" : "realestatename",
"getPSAppDEField" : {
"name" : "REALTORNAME",
"codeName" : "RealtorName"
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
}
}, {
"dataType" : 25,
......@@ -1489,14 +1489,14 @@
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "A6DCC98A-FC22-4971-9C5F-4678B3D1B8FA",
"modelid" : "6ADED461-474D-4ECE-9226-6002E4C27887",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "RealEstate2Realtor_SearchForm",
"codeName" : "Realtor2RealEstate_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/RealEstate2Realtor_SearchForm.json",
"logicName" : "房产选择中介_搜索表单",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Realtor2RealEstate_SearchForm.json",
"logicName" : "中介选房产_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1575,7 +1575,7 @@
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "DA2955AD-075A-4D51-9580-57AC7DEFD7AA",
"modelid" : "E7D9EC11-DD1C-47E5-BADD-ECFEF8FC11F1",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
......@@ -1603,7 +1603,7 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstate2Realtorcaptionbar",
"codeName" : "Realtor2RealEstatecaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
......@@ -1612,8 +1612,8 @@
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "RealEstate2Realtor",
"getPSDEViewId" : "24D8D324-1C31-4B45-81D0-A2F0F0B664A5",
"getPSDEViewCodeName" : "Realtor2RealEstate",
"getPSDEViewId" : "2039DF71-4033-4F99-A82F-02EF07FB3D9B",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
......@@ -1628,7 +1628,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "房产选择中介",
"title" : "中介选房产",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
......@@ -1640,7 +1640,7 @@
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "ed79a79b76c15976422b678caae42fd4",
"modelid" : "494fb2cab1889572288acf4d88825b1f",
"modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
......
......@@ -950,10 +950,10 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstateRealtorRealEstate2Realtor",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealEstate2Realtor.json",
"codeName" : "RealEstateRealtorRealtor2RealEstate",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorRealtor2RealEstate.json",
"gridRowActiveMode" : 2,
"name" : "RealEstateRealtorRealEstate2Realtor",
"name" : "RealEstateRealtorRealtor2RealEstate",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1055,7 +1055,7 @@
"getPSAppViewParams" : [ {
"key" : "PROPERTYMAP",
"name" : "PROPERTYMAP",
"value" : "realtorname:realtorname"
"value" : "realestatename:realestatename"
} ],
"getPSAppViewRefs" : [ {
"name" : "EDITDATA",
......@@ -1121,9 +1121,9 @@
}
} ],
"getPSControls" : [ {
"codeName" : "RealEstate2Realtortoolbar",
"codeName" : "Realtor2RealEstatetoolbar",
"controlType" : "TOOLBAR",
"logicName" : "房产选择中介_工具栏",
"logicName" : "中介选房产_工具栏",
"name" : "toolbar",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -1258,15 +1258,15 @@
"showIcon" : true
} ],
"xDataControlName" : "grid",
"modelid" : "AAEE15C4-A0C9-4EB4-9E2C-5E1246B4E622",
"modelid" : "8B7970EF-5B7A-417C-872E-28684B2E5BD3",
"modeltype" : "PSDETOOLBAR"
}, {
"aggMode" : "NONE",
"codeName" : "RealEstate2Realtor_Grid",
"codeName" : "Realtor2RealEstate_Grid",
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/RealEstate2Realtor_Grid.json",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Realtor2RealEstate_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
"id" : "fetch",
......@@ -1282,7 +1282,7 @@
}
},
"groupMode" : "NONE",
"logicName" : "房产选择中介_表格",
"logicName" : "中介选房产_表格",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1377,22 +1377,22 @@
"getPSDEGridColumns" : [ {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "房产中介名称",
"codeName" : "realtorname",
"caption" : "房地产名称",
"codeName" : "realestatename",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "realtorname",
"excelCaption" : "房产中介名称",
"dataItemName" : "realestatename",
"excelCaption" : "房地产名称",
"getLinkPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorRedirectView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRedirectView.json",
"viewType" : "DEREDIRECTVIEW"
},
"linkValueItem" : "realtorid",
"name" : "realtorname",
"linkValueItem" : "realestateid",
"name" : "realestatename",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "REALTORNAME",
"codeName" : "RealtorName"
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
},
"width" : 100,
"widthUnit" : "PX",
......@@ -1401,10 +1401,10 @@
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
"name" : "realtorname",
"name" : "realestatename",
"getPSAppDEField" : {
"name" : "REALTORNAME",
"codeName" : "RealtorName"
"name" : "REALESTATENAME",
"codeName" : "RealEstateName"
}
}, {
"dataType" : 25,
......@@ -1488,14 +1488,14 @@
"noSort" : false,
"singleSelect" : false,
"name" : "grid",
"modelid" : "A6DCC98A-FC22-4971-9C5F-4678B3D1B8FA",
"modelid" : "6ADED461-474D-4ECE-9226-6002E4C27887",
"modeltype" : "PSDEGRID"
}, {
"codeName" : "RealEstate2Realtor_SearchForm",
"codeName" : "Realtor2RealEstate_SearchForm",
"controlType" : "SEARCHFORM",
"defaultLabelWidth" : 130,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/RealEstate2Realtor_SearchForm.json",
"logicName" : "房产选择中介_搜索表单",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Realtor2RealEstate_SearchForm.json",
"logicName" : "中介选房产_搜索表单",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
......@@ -1574,7 +1574,7 @@
"enableFilterSave" : false,
"noTabHeader" : true,
"name" : "searchform",
"modelid" : "DA2955AD-075A-4D51-9580-57AC7DEFD7AA",
"modelid" : "E7D9EC11-DD1C-47E5-BADD-ECFEF8FC11F1",
"modeltype" : "PSDEFORM_SEARCHFORM"
}, {
"controlType" : "SEARCHBAR",
......@@ -1602,7 +1602,7 @@
"refFlag" : true
},
"caption" : "房地产和中介关系表",
"codeName" : "RealEstate2Realtorcaptionbar",
"codeName" : "Realtor2RealEstatecaptionbar",
"controlType" : "CAPTIONBAR",
"name" : "captionbar",
"getPSAppDataEntity" : {
......@@ -1611,8 +1611,8 @@
},
"getPSControlParam" : { }
} ],
"getPSDEViewCodeName" : "RealEstate2Realtor",
"getPSDEViewId" : "24D8D324-1C31-4B45-81D0-A2F0F0B664A5",
"getPSDEViewCodeName" : "Realtor2RealEstate",
"getPSDEViewId" : "2039DF71-4033-4F99-A82F-02EF07FB3D9B",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
......@@ -1627,7 +1627,7 @@
"layoutPanel" : true,
"useDefaultLayout" : true
},
"title" : "房产选择中介",
"title" : "中介选房产",
"viewStyle" : "DEFAULT",
"viewType" : "DEGRIDVIEW",
"xDataControlName" : "grid",
......@@ -1639,7 +1639,7 @@
"enableRowEdit" : false,
"enableSearch" : true,
"rowEditDefault" : false,
"modelid" : "ed79a79b76c15976422b678caae42fd4",
"modelid" : "494fb2cab1889572288acf4d88825b1f",
"modeltype" : "PSAPPDEVIEW",
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
......
......@@ -86,6 +86,20 @@
"columnEnableFilter" : 2,
"columnEnableLink" : 2,
"controlType" : "GRID",
"getCreatePSControlAction" : {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json",
"getFetchPSControlAction" : {
"modelref" : true,
......@@ -101,6 +115,34 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"getGetDraftPSControlAction" : {
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"getGetPSControlAction" : {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"groupMode" : "NONE",
"logicName" : "表格测试列插件视图_表格",
"getPSAppDataEntity" : {
......@@ -338,15 +380,20 @@
"codeName" : "TESTGRIDName"
},
"getPSEditor" : {
"editorStyle" : "CUSTOMEDIT",
"editorType" : "TEXTBOX",
"maxLength" : 200,
"editorParams" : {
"readonly" : "",
"AC" : "TRUE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "FALSE"
},
"editorType" : "PICKEREX_TRIGGER",
"handlerType" : "PickupText",
"name" : "testgridname",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT",
"runtimeObject" : true
}
"enableAC" : true,
"enablePickupView" : false,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"allowEmpty" : true
}, {
......@@ -402,14 +449,28 @@
}
},
"sortMode" : "REMOTE",
"getUpdatePSControlAction" : {
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID.json"
}
},
"hasWFDataItems" : false,
"enableColFilter" : false,
"enableCustomized" : true,
"enableGroup" : false,
"enablePagingBar" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableRowEditOrder" : false,
"enableRowNew" : false,
"enableRowNew" : true,
"forceFit" : false,
"hideHeader" : false,
"noSort" : false,
......@@ -712,7 +773,7 @@
"enableFilter" : true,
"enableImport" : true,
"enableQuickSearch" : true,
"enableRowEdit" : false,
"enableRowEdit" : true,
"enableSearch" : true,
"expandSearchForm" : true,
"rowEditDefault" : true,
......
......@@ -2602,18 +2602,6 @@
},
"pluginCode" : "ALLORGSELECT",
"styleCode" : "ALLORGSELECT"
}, {
"codeName" : "CUSTOMEDIT",
"containerType" : "GRIDCOLUMN",
"editorType" : "TEXTBOX",
"name" : "自定义编辑样式",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "CUSTOMEDIT",
"runtimeObject" : true
},
"pluginCode" : "CUSTOMEDIT",
"styleCode" : "CUSTOMEDIT"
}, {
"codeName" : "CUSTOMEDIT",
"containerType" : "PANELFIELD",
......@@ -12733,12 +12721,6 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -12756,29 +12738,28 @@
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
......@@ -12798,6 +12779,12 @@
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
......@@ -12806,11 +12793,12 @@
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
"id" : "ViewMsg5"
},
"position" : "POPUP"
} ]
}, {
"codeName" : "VMGroup5",
......@@ -12838,16 +12826,16 @@
"codeName" : "VMGroup6",
"name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容",
"name" : "动态模式-实体数据集",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg15"
"id" : "ViewMsg14"
}
}, {
"name" : "动态模式-实体数据集",
"name" : "动态模式-静态内容",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg14"
"id" : "ViewMsg15"
}
} ]
} ],
......@@ -2172,6 +2172,13 @@
"existingModel" : false
}, {
"getAllPSSysDBColumns" : [ {
"codeName" : "ADDRESS",
"length" : 100,
"logicName" : "地址",
"name" : "ADDRESS",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "CREATEDATE",
"length" : 8,
"logicName" : "建立时间",
......
......@@ -2563,6 +2563,19 @@
} ],
"name" : "REALESTATE",
"getPSDEServiceAPIFields" : [ {
"codeName" : "Address",
"codeName2" : "Address",
"logicName" : "地址",
"name" : "ADDRESS",
"orderValue" : 160,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "RealEstateId",
"codeName2" : "RealEstateId",
"getLNPSLanguageRes" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册