|
|
@@ -14,7 +14,7 @@
|
|
|
"cnCode":"选择楼栋",
|
|
|
"vcName":"viewFloorInfo",
|
|
|
"businessName": "businessFloor",
|
|
|
- "businessType": "BUSINESS_TYPE_SAVE_SERVICE_INFO",
|
|
|
+ "businessType": "BUSINESS_TYPE_SAVE_FLOOR_INFO",
|
|
|
"existsComponent": true
|
|
|
},
|
|
|
{
|
|
|
@@ -22,71 +22,71 @@
|
|
|
"code":"room",
|
|
|
"flowKey": "roomId",
|
|
|
"cnCode":"选择房屋",
|
|
|
- "vcName":"devServiceProvideView",
|
|
|
- "businessName": "businessDev",
|
|
|
- "businessType": "BUSINESS_TYPE_SAVE_DEV_INFO",
|
|
|
- "existsComponent": false
|
|
|
+ "vcName":"sellRoomSelectRoom",
|
|
|
+ "businessName": "businessRoom",
|
|
|
+ "businessType": "BUSINESS_TYPE_SAVE_ROOM_INFO",
|
|
|
+ "existsComponent": true
|
|
|
},
|
|
|
{
|
|
|
"index": 2,
|
|
|
- "code":"serviceProvideRemark",
|
|
|
- "flowKey": "remarkId",
|
|
|
- "cnCode":"备注信息",
|
|
|
- "vcName":"serviceProvideRemarkView",
|
|
|
- "businessName": "businessServiceProvideRemark",
|
|
|
- "businessType": "BUSINESS_TYPE_SAVE_REMARK_INFO",
|
|
|
+ "code":"owner",
|
|
|
+ "flowKey": "ownerId",
|
|
|
+ "cnCode":"填写业主信息",
|
|
|
+ "vcName":"addOwnerView",
|
|
|
+ "businessName": "businessOwner",
|
|
|
+ "businessType": "BUSINESS_TYPE_SAVE_OWNER_INFO",
|
|
|
"existsComponent": false
|
|
|
}
|
|
|
],
|
|
|
"components": {
|
|
|
- "devServiceProvideView": {
|
|
|
- "templateName":"开发服务实现",
|
|
|
- "templateCode":"devServiceProvide",
|
|
|
- "package": "serviceProvidePackage",
|
|
|
+ "addOwnerView": {
|
|
|
+ "templateName":"添加业主",
|
|
|
+ "templateCode":"addOwnerView",
|
|
|
+ "package": "ownerPackage",
|
|
|
"columns":[
|
|
|
{
|
|
|
- "code":"queryModel",
|
|
|
- "cnCode":"实现方式",
|
|
|
- "desc":"必填,请选择是否显示菜单",
|
|
|
+ "code":"name",
|
|
|
+ "cnCode":"名称",
|
|
|
+ "desc":"必填,名称不能为空",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType":"select",
|
|
|
- "selectValue":"1,3,2",
|
|
|
- "selectValueName":"sql方式,java方式,存储过程方式",
|
|
|
+ "inputType":"input",
|
|
|
"limit":"maxin",
|
|
|
- "limitParam":"1,12",
|
|
|
- "limitErrInfo":"实现方式错误",
|
|
|
+ "limitParam":"2,10",
|
|
|
+ "limitErrInfo":"名称长度必须在2位至10位",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code":"params",
|
|
|
- "cnCode":"参数",
|
|
|
- "desc":"必填,请填写参数",
|
|
|
+ "code":"sex",
|
|
|
+ "cnCode":"性别",
|
|
|
+ "desc":"必填,请选择性别",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType":"input",
|
|
|
- "limit":"maxLength",
|
|
|
- "limitParam":"500",
|
|
|
- "limitErrInfo":"参数内容不能超过200",
|
|
|
+ "inputType":"select",
|
|
|
+ "selectValue":"1,0",
|
|
|
+ "selectValueName":"男,女",
|
|
|
+ "limit":"num",
|
|
|
+ "limitParam":"",
|
|
|
+ "limitErrInfo":"性别不能为空",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code":"sql",
|
|
|
- "cnCode":"sql",
|
|
|
- "desc":"可填,请填写sql",
|
|
|
- "required":false,
|
|
|
+ "code":"age",
|
|
|
+ "cnCode":"年龄",
|
|
|
+ "desc":"必填,请填写年龄",
|
|
|
+ "required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
"defaultValue":"",
|
|
|
- "inputType":"textarea",
|
|
|
- "limit":"maxLength",
|
|
|
- "limitParam":"2000",
|
|
|
- "limitErrInfo":"sql不能超过2000",
|
|
|
+ "inputType":"input",
|
|
|
+ "limit":"num",
|
|
|
+ "limitParam":"",
|
|
|
+ "limitErrInfo":"年龄不是有效的数字",
|
|
|
"show": false
|
|
|
},
|
|
|
{
|
|
|
- "code":"template",
|
|
|
- "cnCode":"输出模板",
|
|
|
- "desc":"可填,请填写输出模板",
|
|
|
+ "code":"link",
|
|
|
+ "cnCode":"手机",
|
|
|
+ "desc":"必填,请填写联系方式",
|
|
|
"required":false,
|
|
|
"hasDefaultValue":false,
|
|
|
"defaultValue":"",
|
|
|
@@ -97,52 +97,19 @@
|
|
|
"show": false
|
|
|
},
|
|
|
{
|
|
|
- "code":"proc",
|
|
|
- "cnCode":"存储过程",
|
|
|
- "desc":"可填,请填写存储过程",
|
|
|
+ "code":"remark",
|
|
|
+ "cnCode":"备注",
|
|
|
+ "desc":"可填,请填写备注",
|
|
|
"required":false,
|
|
|
"hasDefaultValue":false,
|
|
|
"defaultValue":"",
|
|
|
"inputType":"textarea",
|
|
|
"limit":"maxLength",
|
|
|
"limitParam":"200",
|
|
|
- "limitErrInfo":"存储过程不能超过200",
|
|
|
- "show": false
|
|
|
- },
|
|
|
- {
|
|
|
- "code":"javaScript",
|
|
|
- "cnCode":"java",
|
|
|
- "desc":"可填,请填写java语句",
|
|
|
- "required":false,
|
|
|
- "hasDefaultValue":false,
|
|
|
- "defaultValue":"",
|
|
|
- "inputType":"textarea",
|
|
|
- "limit":"maxLength",
|
|
|
- "limitParam":"2000",
|
|
|
- "limitErrInfo":"java不能超过2000",
|
|
|
+ "limitErrInfo":"备注长度不能超过200位",
|
|
|
"show": false
|
|
|
}
|
|
|
]
|
|
|
- },
|
|
|
- "serviceProvideRemarkView": {
|
|
|
- "templateName":"备注信息",
|
|
|
- "templateCode":"serviceProvideRemark",
|
|
|
- "package": "serviceProvidePackage",
|
|
|
- "columns":[
|
|
|
- {
|
|
|
- "code":"description",
|
|
|
- "cnCode":"描述",
|
|
|
- "desc":"可填,请填写描述",
|
|
|
- "required":false,
|
|
|
- "hasDefaultValue":false,
|
|
|
- "defaultValue":"",
|
|
|
- "inputType":"textarea",
|
|
|
- "limit":"maxLength",
|
|
|
- "limitParam":"200",
|
|
|
- "limitErrInfo":"备注内容不能超过200",
|
|
|
- "show": false
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
}
|