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

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

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