Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
ea6fe233
提交
ea6fe233
编写于
1月 08, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
de118287
变更
17
显示空白字符变更
内嵌
并排
正在显示
17 个修改的文件
包含
521 行增加
和
252 行删除
+521
-252
RealEstate.json
...ab/trainsys/PSMODULES/Test/PSDATAENTITIES/RealEstate.json
+91
-0
MYSQL5.json
...ealEstate/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
+4
-1
MYSQL5.json
...S/RealEstate/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+4
-1
UsrDRItem0108494895.json
...AENTITIES/RealEstate/PSDEDRITEMS/UsrDRItem0108494895.json
+1
-1
UsrDRItem0108391534.json
...DATAENTITIES/Realtor/PSDEDRITEMS/UsrDRItem0108391534.json
+1
-1
RealEstate.json
.../trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstate.json
+42
-0
Main.json
...YSAPPS/Web/PSAPPDATAENTITIES/RealEstate/PSFORMS/Main.json
+32
-32
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Realtor/PSFORMS/Main.json
+32
-32
GridTestArrangePView_Grid.json
...AENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json
+71
-10
RealEstateEditView.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateEditView.json
+32
-32
RealEstateEditView2.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateEditView2.json
+32
-32
RealtorEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorEditView.json
+32
-32
RealtorEditView2.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorEditView2.json
+32
-32
TESTGRIDGridTestArrangePView.json
...YSAPPS/Web/PSAPPDEVIEWS/TESTGRIDGridTestArrangePView.json
+72
-11
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+23
-35
DEFAULT.json
...ces/model/cn/ibizlab/trainsys/PSSYSDBSCHEMES/DEFAULT.json
+7
-0
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+13
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/RealEstate.json
浏览文件 @
ea6fe233
...
...
@@ -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"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
浏览文件 @
ea6fe233
...
...
@@ -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
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`REALESTATEID`,
\n
t1.`REALESTATENAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_REALESTATE` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`
ADDRESS`,
\n
t1.`
CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`REALESTATEID`,
\n
t1.`REALESTATENAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_REALESTATE` t1
\n
"
,
"id"
:
"PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
浏览文件 @
ea6fe233
...
...
@@ -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
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`REALESTATEID`,
\n
t1.`REALESTATENAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_REALESTATE` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`
ADDRESS`,
\n
t1.`
CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`REALESTATEID`,
\n
t1.`REALESTATENAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_REALESTATE` t1
\n
"
,
"id"
:
"PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/RealEstate/PSDEDRITEMS/UsrDRItem0108494895.json
浏览文件 @
ea6fe233
...
...
@@ -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"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/Realtor/PSDEDRITEMS/UsrDRItem0108391534.json
浏览文件 @
ea6fe233
...
...
@@ -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"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstate.json
浏览文件 @
ea6fe233
...
...
@@ -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"
:
"建立时间"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstate/PSFORMS/Main.json
浏览文件 @
ea6fe233
...
...
@@ -248,10 +248,10 @@
"refFlag"
:
true
},
"caption"
:
"房地产和中介关系表"
,
"codeName"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
tor2RealEstate
.json"
,
"codeName"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
Estate2Realtor
.json"
,
"gridRowActiveMode"
:
2
,
"name"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"name"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
...
...
@@ -353,7 +353,7 @@
"getPSAppViewParams"
:
[
{
"key"
:
"PROPERTYMAP"
,
"name"
:
"PROPERTYMAP"
,
"value"
:
"real
estatename:realestate
name"
"value"
:
"real
torname:realtor
name"
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"EDITDATA"
,
...
...
@@ -419,9 +419,9 @@
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Real
tor2RealEstate
toolbar"
,
"codeName"
:
"Real
Estate2Realtor
toolbar"
,
"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"
:
"Real
tor2RealEstate
_Grid"
,
"codeName"
:
"Real
Estate2Realtor
_Grid"
,
"columnEnableFilter"
:
2
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
tor2RealEstate
_Grid.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
Estate2Realtor
_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"
:
"real
estate
name"
,
"caption"
:
"房
产中介
名称"
,
"codeName"
:
"real
tor
name"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"real
estate
name"
,
"excelCaption"
:
"房
地产
名称"
,
"dataItemName"
:
"real
tor
name"
,
"excelCaption"
:
"房
产中介
名称"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
Estate
RedirectView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
tor
RedirectView.json"
,
"viewType"
:
"DEREDIRECTVIEW"
},
"linkValueItem"
:
"real
estate
id"
,
"name"
:
"real
estate
name"
,
"linkValueItem"
:
"real
tor
id"
,
"name"
:
"real
tor
name"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
@@ -699,10 +699,10 @@
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"real
estate
name"
,
"name"
:
"real
tor
name"
,
"getPSAppDEField"
:
{
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
}
},
{
"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"
:
"Real
tor2RealEstate
_SearchForm"
,
"codeName"
:
"Real
Estate2Realtor
_SearchForm"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
tor2RealEstate
_SearchForm.json"
,
"logicName"
:
"
中介选房产
_搜索表单"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
Estate2Realtor
_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"
:
"Real
tor2RealEstate
captionbar"
,
"codeName"
:
"Real
Estate2Realtor
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -909,8 +909,8 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"Real
tor2RealEstate
"
,
"getPSDEViewId"
:
"2
039DF71-4033-4F99-A82F-02EF07FB3D9B
"
,
"getPSDEViewCodeName"
:
"Real
Estate2Realtor
"
,
"getPSDEViewId"
:
"2
4D8D324-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
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Realtor/PSFORMS/Main.json
浏览文件 @
ea6fe233
...
...
@@ -248,10 +248,10 @@
"refFlag"
:
true
},
"caption"
:
"房地产和中介关系表"
,
"codeName"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
Estate2Realtor
.json"
,
"codeName"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
tor2RealEstate
.json"
,
"gridRowActiveMode"
:
2
,
"name"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"name"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
...
...
@@ -353,7 +353,7 @@
"getPSAppViewParams"
:
[
{
"key"
:
"PROPERTYMAP"
,
"name"
:
"PROPERTYMAP"
,
"value"
:
"real
torname:realtor
name"
"value"
:
"real
estatename:realestate
name"
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"EDITDATA"
,
...
...
@@ -419,9 +419,9 @@
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Real
Estate2Realtor
toolbar"
,
"codeName"
:
"Real
tor2RealEstate
toolbar"
,
"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"
:
"Real
Estate2Realtor
_Grid"
,
"codeName"
:
"Real
tor2RealEstate
_Grid"
,
"columnEnableFilter"
:
2
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
Estate2Realtor
_Grid.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
tor2RealEstate
_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"
:
"real
tor
name"
,
"caption"
:
"房
地产
名称"
,
"codeName"
:
"real
estate
name"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"real
tor
name"
,
"excelCaption"
:
"房
产中介
名称"
,
"dataItemName"
:
"real
estate
name"
,
"excelCaption"
:
"房
地产
名称"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
tor
RedirectView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
Estate
RedirectView.json"
,
"viewType"
:
"DEREDIRECTVIEW"
},
"linkValueItem"
:
"real
tor
id"
,
"name"
:
"real
tor
name"
,
"linkValueItem"
:
"real
estate
id"
,
"name"
:
"real
estate
name"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
@@ -699,10 +699,10 @@
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"real
tor
name"
,
"name"
:
"real
estate
name"
,
"getPSAppDEField"
:
{
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
}
},
{
"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"
:
"Real
Estate2Realtor
_SearchForm"
,
"codeName"
:
"Real
tor2RealEstate
_SearchForm"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
Estate2Realtor
_SearchForm.json"
,
"logicName"
:
"
房产选择中介
_搜索表单"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
tor2RealEstate
_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"
:
"Real
Estate2Realtor
captionbar"
,
"codeName"
:
"Real
tor2RealEstate
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -909,8 +909,8 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"Real
Estate2Realtor
"
,
"getPSDEViewId"
:
"2
4D8D324-1C31-4B45-81D0-A2F0F0B664A5
"
,
"getPSDEViewCodeName"
:
"Real
tor2RealEstate
"
,
"getPSDEViewId"
:
"2
039DF71-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
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TESTGRID/PSGRIDS/GridTestArrangePView_Grid.json
浏览文件 @
ea6fe233
...
...
@@ -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"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
fals
e
,
"enableRowNew"
:
tru
e
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
false
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateEditView.json
浏览文件 @
ea6fe233
...
...
@@ -951,10 +951,10 @@
"refFlag"
:
true
},
"caption"
:
"房地产和中介关系表"
,
"codeName"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
tor2RealEstate
.json"
,
"codeName"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
Estate2Realtor
.json"
,
"gridRowActiveMode"
:
2
,
"name"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"name"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
...
...
@@ -1056,7 +1056,7 @@
"getPSAppViewParams"
:
[
{
"key"
:
"PROPERTYMAP"
,
"name"
:
"PROPERTYMAP"
,
"value"
:
"real
estatename:realestate
name"
"value"
:
"real
torname:realtor
name"
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"EDITDATA"
,
...
...
@@ -1122,9 +1122,9 @@
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Real
tor2RealEstate
toolbar"
,
"codeName"
:
"Real
Estate2Realtor
toolbar"
,
"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"
:
"Real
tor2RealEstate
_Grid"
,
"codeName"
:
"Real
Estate2Realtor
_Grid"
,
"columnEnableFilter"
:
2
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
tor2RealEstate
_Grid.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
Estate2Realtor
_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"
:
"real
estate
name"
,
"caption"
:
"房
产中介
名称"
,
"codeName"
:
"real
tor
name"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"real
estate
name"
,
"excelCaption"
:
"房
地产
名称"
,
"dataItemName"
:
"real
tor
name"
,
"excelCaption"
:
"房
产中介
名称"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
Estate
RedirectView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
tor
RedirectView.json"
,
"viewType"
:
"DEREDIRECTVIEW"
},
"linkValueItem"
:
"real
estate
id"
,
"name"
:
"real
estate
name"
,
"linkValueItem"
:
"real
tor
id"
,
"name"
:
"real
tor
name"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
@@ -1402,10 +1402,10 @@
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"real
estate
name"
,
"name"
:
"real
tor
name"
,
"getPSAppDEField"
:
{
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
}
},
{
"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"
:
"Real
tor2RealEstate
_SearchForm"
,
"codeName"
:
"Real
Estate2Realtor
_SearchForm"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
tor2RealEstate
_SearchForm.json"
,
"logicName"
:
"
中介选房产
_搜索表单"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
Estate2Realtor
_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"
:
"Real
tor2RealEstate
captionbar"
,
"codeName"
:
"Real
Estate2Realtor
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -1612,8 +1612,8 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"Real
tor2RealEstate
"
,
"getPSDEViewId"
:
"2
039DF71-4033-4F99-A82F-02EF07FB3D9B
"
,
"getPSDEViewCodeName"
:
"Real
Estate2Realtor
"
,
"getPSDEViewId"
:
"2
4D8D324-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
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateEditView2.json
浏览文件 @
ea6fe233
...
...
@@ -950,10 +950,10 @@
"refFlag"
:
true
},
"caption"
:
"房地产和中介关系表"
,
"codeName"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
tor2RealEstate
.json"
,
"codeName"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
Estate2Realtor
.json"
,
"gridRowActiveMode"
:
2
,
"name"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"name"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
...
...
@@ -1055,7 +1055,7 @@
"getPSAppViewParams"
:
[
{
"key"
:
"PROPERTYMAP"
,
"name"
:
"PROPERTYMAP"
,
"value"
:
"real
estatename:realestate
name"
"value"
:
"real
torname:realtor
name"
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"EDITDATA"
,
...
...
@@ -1121,9 +1121,9 @@
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Real
tor2RealEstate
toolbar"
,
"codeName"
:
"Real
Estate2Realtor
toolbar"
,
"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"
:
"Real
tor2RealEstate
_Grid"
,
"codeName"
:
"Real
Estate2Realtor
_Grid"
,
"columnEnableFilter"
:
2
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
tor2RealEstate
_Grid.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
Estate2Realtor
_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"
:
"real
estate
name"
,
"caption"
:
"房
产中介
名称"
,
"codeName"
:
"real
tor
name"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"real
estate
name"
,
"excelCaption"
:
"房
地产
名称"
,
"dataItemName"
:
"real
tor
name"
,
"excelCaption"
:
"房
产中介
名称"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
Estate
RedirectView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
tor
RedirectView.json"
,
"viewType"
:
"DEREDIRECTVIEW"
},
"linkValueItem"
:
"real
estate
id"
,
"name"
:
"real
estate
name"
,
"linkValueItem"
:
"real
tor
id"
,
"name"
:
"real
tor
name"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
@@ -1401,10 +1401,10 @@
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"real
estate
name"
,
"name"
:
"real
tor
name"
,
"getPSAppDEField"
:
{
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
}
},
{
"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"
:
"Real
tor2RealEstate
_SearchForm"
,
"codeName"
:
"Real
Estate2Realtor
_SearchForm"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
tor2RealEstate
_SearchForm.json"
,
"logicName"
:
"
中介选房产
_搜索表单"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
Estate2Realtor
_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"
:
"Real
tor2RealEstate
captionbar"
,
"codeName"
:
"Real
Estate2Realtor
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -1611,8 +1611,8 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"Real
tor2RealEstate
"
,
"getPSDEViewId"
:
"2
039DF71-4033-4F99-A82F-02EF07FB3D9B
"
,
"getPSDEViewCodeName"
:
"Real
Estate2Realtor
"
,
"getPSDEViewId"
:
"2
4D8D324-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
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorEditView.json
浏览文件 @
ea6fe233
...
...
@@ -951,10 +951,10 @@
"refFlag"
:
true
},
"caption"
:
"房地产和中介关系表"
,
"codeName"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
Estate2Realtor
.json"
,
"codeName"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
tor2RealEstate
.json"
,
"gridRowActiveMode"
:
2
,
"name"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"name"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
...
...
@@ -1056,7 +1056,7 @@
"getPSAppViewParams"
:
[
{
"key"
:
"PROPERTYMAP"
,
"name"
:
"PROPERTYMAP"
,
"value"
:
"real
torname:realtor
name"
"value"
:
"real
estatename:realestate
name"
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"EDITDATA"
,
...
...
@@ -1122,9 +1122,9 @@
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Real
Estate2Realtor
toolbar"
,
"codeName"
:
"Real
tor2RealEstate
toolbar"
,
"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"
:
"Real
Estate2Realtor
_Grid"
,
"codeName"
:
"Real
tor2RealEstate
_Grid"
,
"columnEnableFilter"
:
2
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
Estate2Realtor
_Grid.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
tor2RealEstate
_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"
:
"real
tor
name"
,
"caption"
:
"房
地产
名称"
,
"codeName"
:
"real
estate
name"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"real
tor
name"
,
"excelCaption"
:
"房
产中介
名称"
,
"dataItemName"
:
"real
estate
name"
,
"excelCaption"
:
"房
地产
名称"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
tor
RedirectView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
Estate
RedirectView.json"
,
"viewType"
:
"DEREDIRECTVIEW"
},
"linkValueItem"
:
"real
tor
id"
,
"name"
:
"real
tor
name"
,
"linkValueItem"
:
"real
estate
id"
,
"name"
:
"real
estate
name"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
@@ -1402,10 +1402,10 @@
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"real
tor
name"
,
"name"
:
"real
estate
name"
,
"getPSAppDEField"
:
{
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
}
},
{
"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"
:
"Real
Estate2Realtor
_SearchForm"
,
"codeName"
:
"Real
tor2RealEstate
_SearchForm"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
Estate2Realtor
_SearchForm.json"
,
"logicName"
:
"
房产选择中介
_搜索表单"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
tor2RealEstate
_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"
:
"Real
Estate2Realtor
captionbar"
,
"codeName"
:
"Real
tor2RealEstate
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -1612,8 +1612,8 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"Real
Estate2Realtor
"
,
"getPSDEViewId"
:
"2
4D8D324-1C31-4B45-81D0-A2F0F0B664A5
"
,
"getPSDEViewCodeName"
:
"Real
tor2RealEstate
"
,
"getPSDEViewId"
:
"2
039DF71-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
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/RealtorEditView2.json
浏览文件 @
ea6fe233
...
...
@@ -950,10 +950,10 @@
"refFlag"
:
true
},
"caption"
:
"房地产和中介关系表"
,
"codeName"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
Estate2Realtor
.json"
,
"codeName"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/RealEstateRealtorReal
tor2RealEstate
.json"
,
"gridRowActiveMode"
:
2
,
"name"
:
"RealEstateRealtorReal
Estate2Realtor
"
,
"name"
:
"RealEstateRealtorReal
tor2RealEstate
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor.json"
...
...
@@ -1055,7 +1055,7 @@
"getPSAppViewParams"
:
[
{
"key"
:
"PROPERTYMAP"
,
"name"
:
"PROPERTYMAP"
,
"value"
:
"real
torname:realtor
name"
"value"
:
"real
estatename:realestate
name"
}
],
"getPSAppViewRefs"
:
[
{
"name"
:
"EDITDATA"
,
...
...
@@ -1121,9 +1121,9 @@
}
}
],
"getPSControls"
:
[
{
"codeName"
:
"Real
Estate2Realtor
toolbar"
,
"codeName"
:
"Real
tor2RealEstate
toolbar"
,
"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"
:
"Real
Estate2Realtor
_Grid"
,
"codeName"
:
"Real
tor2RealEstate
_Grid"
,
"columnEnableFilter"
:
2
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
Estate2Realtor
_Grid.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSGRIDS/Real
tor2RealEstate
_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"
:
"real
tor
name"
,
"caption"
:
"房
地产
名称"
,
"codeName"
:
"real
estate
name"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"real
tor
name"
,
"excelCaption"
:
"房
产中介
名称"
,
"dataItemName"
:
"real
estate
name"
,
"excelCaption"
:
"房
地产
名称"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
tor
RedirectView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/Real
Estate
RedirectView.json"
,
"viewType"
:
"DEREDIRECTVIEW"
},
"linkValueItem"
:
"real
tor
id"
,
"name"
:
"real
tor
name"
,
"linkValueItem"
:
"real
estate
id"
,
"name"
:
"real
estate
name"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
},
"width"
:
100
,
"widthUnit"
:
"PX"
,
...
...
@@ -1401,10 +1401,10 @@
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"real
tor
name"
,
"name"
:
"real
estate
name"
,
"getPSAppDEField"
:
{
"name"
:
"REAL
TOR
NAME"
,
"codeName"
:
"Real
tor
Name"
"name"
:
"REAL
ESTATE
NAME"
,
"codeName"
:
"Real
Estate
Name"
}
},
{
"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"
:
"Real
Estate2Realtor
_SearchForm"
,
"codeName"
:
"Real
tor2RealEstate
_SearchForm"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
Estate2Realtor
_SearchForm.json"
,
"logicName"
:
"
房产选择中介
_搜索表单"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/RealEstateRealtor/PSSEARCHFORMS/Real
tor2RealEstate
_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"
:
"Real
Estate2Realtor
captionbar"
,
"codeName"
:
"Real
tor2RealEstate
captionbar"
,
"controlType"
:
"CAPTIONBAR"
,
"name"
:
"captionbar"
,
"getPSAppDataEntity"
:
{
...
...
@@ -1611,8 +1611,8 @@
},
"getPSControlParam"
:
{
}
}
],
"getPSDEViewCodeName"
:
"Real
Estate2Realtor
"
,
"getPSDEViewId"
:
"2
4D8D324-1C31-4B45-81D0-A2F0F0B664A5
"
,
"getPSDEViewCodeName"
:
"Real
tor2RealEstate
"
,
"getPSDEViewId"
:
"2
039DF71-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
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGRIDGridTestArrangePView.json
浏览文件 @
ea6fe233
...
...
@@ -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"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
fals
e
,
"enableRowNew"
:
tru
e
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
false
,
...
...
@@ -712,7 +773,7 @@
"enableFilter"
:
true
,
"enableImport"
:
true
,
"enableQuickSearch"
:
true
,
"enableRowEdit"
:
fals
e
,
"enableRowEdit"
:
tru
e
,
"enableSearch"
:
true
,
"expandSearchForm"
:
true
,
"rowEditDefault"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
ea6fe233
...
...
@@ -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" : "ViewMsg1
5
"
"id" : "ViewMsg1
4
"
}
}, {
"name" : "动态模式-
实体数据集
",
"name" : "动态模式-
静态内容
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
4
"
"id" : "ViewMsg1
5
"
}
} ]
} ],
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSDBSCHEMES/DEFAULT.json
浏览文件 @
ea6fe233
...
...
@@ -2172,6 +2172,13 @@
"existingModel"
:
false
},
{
"getAllPSSysDBColumns"
:
[
{
"codeName"
:
"ADDRESS"
,
"length"
:
100
,
"logicName"
:
"地址"
,
"name"
:
"ADDRESS"
,
"stdDataType"
:
25
,
"nullable"
:
true
},
{
"codeName"
:
"CREATEDATE"
,
"length"
:
8
,
"logicName"
:
"建立时间"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
ea6fe233
...
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录