|
|
@@ -1,103 +1,83 @@
|
|
|
{
|
|
|
- "templateName": "人工托收",
|
|
|
+ "templateName": "信息大类",
|
|
|
"directories": "property",
|
|
|
- "templateCode": "feeManualCollection",
|
|
|
- "templateKey": "collectionId",
|
|
|
- "templateKeyName": "托收ID",
|
|
|
- "searchCode": "collectionId",
|
|
|
- "searchName": "托收ID",
|
|
|
+ "templateCode": "activitiesType",
|
|
|
+ "templateKey": "typeCd",
|
|
|
+ "templateKeyName": "大类编码",
|
|
|
+ "searchCode": "typeCd",
|
|
|
+ "searchName": "大类编码",
|
|
|
"conditions": [
|
|
|
{
|
|
|
- "name": "房屋编号",
|
|
|
+ "name": "大类编码",
|
|
|
"inputType": "input",
|
|
|
- "code": "roomName",
|
|
|
+ "code": "typeCd",
|
|
|
"whereCondition": "equal"
|
|
|
},
|
|
|
{
|
|
|
- "name": "业主名称",
|
|
|
+ "name": "大类名称",
|
|
|
"inputType": "input",
|
|
|
- "code": "ownerName",
|
|
|
+ "code": "typeName",
|
|
|
"whereCondition": "equal"
|
|
|
},
|
|
|
{
|
|
|
- "name": "业主电话",
|
|
|
- "inputType": "input",
|
|
|
- "code": "link",
|
|
|
+ "name": "是否显示",
|
|
|
+ "inputType": "select",
|
|
|
+ "selectValue":"Y,N",
|
|
|
+ "selectValueName":"是,否",
|
|
|
+ "code": "defalutShow",
|
|
|
"whereCondition": "equal"
|
|
|
}
|
|
|
],
|
|
|
"columns": [
|
|
|
{
|
|
|
- "code": "roomName",
|
|
|
- "cnCode": "规格",
|
|
|
- "desc": "必填,请填写房屋,如楼栋-单元-房屋",
|
|
|
+ "code": "typeName",
|
|
|
+ "cnCode": "大类名称",
|
|
|
+ "desc": "必填,请填写大类名称",
|
|
|
"required": true,
|
|
|
"hasDefaultValue": false,
|
|
|
"inputType": "input",
|
|
|
"limit": "maxLength",
|
|
|
"limitParam": "100",
|
|
|
- "limitErrInfo": "房屋错误",
|
|
|
+ "limitErrInfo": "大类名称超过100位",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code": "ownerName",
|
|
|
- "cnCode": "业主名称",
|
|
|
- "desc": "必填,请填写业主名称",
|
|
|
- "required": true,
|
|
|
+ "code": "typeDesc",
|
|
|
+ "cnCode": "大类描述",
|
|
|
+ "desc": "可填,请填写类型描述",
|
|
|
+ "required": false,
|
|
|
"hasDefaultValue": false,
|
|
|
"inputType": "input",
|
|
|
"limit": "maxLength",
|
|
|
- "limitParam": "100",
|
|
|
- "limitErrInfo": "业主名称超过100位",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "link",
|
|
|
- "cnCode": "业主电话",
|
|
|
- "desc": "必填,请填写业主电话",
|
|
|
- "required": true,
|
|
|
- "hasDefaultValue": false,
|
|
|
- "inputType": "input",
|
|
|
- "limit": "phone",
|
|
|
- "limitParam": "",
|
|
|
- "limitErrInfo": "业主电话格式错误",
|
|
|
+ "limitParam": "500",
|
|
|
+ "limitErrInfo": "描述超过500位",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code": "roomArea",
|
|
|
- "cnCode": "房屋面积",
|
|
|
- "desc": "必填,请填写房屋面积",
|
|
|
+ "code": "seq",
|
|
|
+ "cnCode": "显示序号",
|
|
|
+ "desc": "必填,请填写显示序号",
|
|
|
"required": true,
|
|
|
"hasDefaultValue": false,
|
|
|
"inputType": "input",
|
|
|
- "limit": "money",
|
|
|
+ "limit": "num",
|
|
|
"limitParam": "",
|
|
|
- "limitErrInfo": "房屋面积格式错误",
|
|
|
+ "limitErrInfo": "显示序号不是有效数字",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code": "squarePrice",
|
|
|
- "cnCode": "房屋单价",
|
|
|
- "desc": "必填,请填写房屋单价",
|
|
|
+ "code": "defalutShow",
|
|
|
+ "cnCode": "是否显示",
|
|
|
+ "desc": "必填,请填写是否显示",
|
|
|
"required": true,
|
|
|
"hasDefaultValue": false,
|
|
|
- "inputType": "input",
|
|
|
- "limit": "money",
|
|
|
- "limitParam": "",
|
|
|
- "limitErrInfo": "房屋单价格式错误",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "remark",
|
|
|
- "cnCode": "备注",
|
|
|
- "desc": "选填,请填写备注",
|
|
|
- "required": false,
|
|
|
- "hasDefaultValue": false,
|
|
|
- "inputType": "input",
|
|
|
+ "inputType": "select",
|
|
|
+ "selectValue": "Y,N",
|
|
|
+ "selectValueName": "是,否",
|
|
|
"limit": "maxLength",
|
|
|
- "limitParam": "200",
|
|
|
- "limitErrInfo": "备注超过200位",
|
|
|
- "show": false
|
|
|
+ "limitParam": "2",
|
|
|
+ "limitErrInfo": "是否显示格式错误",
|
|
|
+ "show": true
|
|
|
}
|
|
|
]
|
|
|
}
|