old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "房屋装修", |
| | | "directories": "property", |
| | | "templateCode": "roomRenovation", |
| | | "templateKey": "rId", |
| | | "templateKeyName": "装修ID", |
| | | "searchCode": "rId", |
| | | "searchName": "装修ID", |
| | | "templateName":"金币设置", |
| | | "templateCode":"systemGoldSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "directories": "admin", |
| | | "conditions": [ |
| | | { |
| | | "name": "房屋名称", |
| | | "name": "活动标题", |
| | | "inputType": "input", |
| | | "code": "roomName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "联系人", |
| | | "inputType": "input", |
| | | "code": "personName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "联系电话", |
| | | "inputType": "input", |
| | | "code": "personTel", |
| | | "code": "title", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "roomName", |
| | | "cnCode": "房屋", |
| | | "desc": "必填,请填写房屋", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "房屋格式错误", |
| | | "code":"goldName", |
| | | "cnCode":"名称", |
| | | "desc":"必填,请填写名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,64", |
| | | "limitErrInfo":"名称不能超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "personName", |
| | | "cnCode": "联系人", |
| | | "desc": "必填,请填写联系人", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "联系人格式错误", |
| | | "code": "goldType", |
| | | "cnCode":"类型", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通金币", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "personTel", |
| | | "cnCode": "联系电话", |
| | | "desc": "选填,请填写联系电话", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "buyPrice", |
| | | "cnCode":"购买价格", |
| | | "desc":"必填,请填写购买金币价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "联系电话错误", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"购买价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode": "装修时间", |
| | | "desc": "选填,请选择装修时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "usePrice", |
| | | "cnCode":"使用价格", |
| | | "desc":"必填,请填写使用价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "date", |
| | | "limitParam": "", |
| | | "limitErrInfo": "装修时间错误", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"使用价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode": "结束时间", |
| | | "desc": "必填,请选择结束时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "validity", |
| | | "cnCode":"有效期", |
| | | "desc":"必填,请填写有效期", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "date", |
| | | "limitParam": "", |
| | | "limitErrInfo": "结束时间错误", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"有效期必须为整数", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "备注", |
| | | "desc": "必填,请选择备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "备注太长", |
| | | "show": false |
| | | "code": "state", |
| | | "cnCode":"状态", |
| | | "desc":"必填,请选择状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"001,002", |
| | | "selectValueName":"启用,停用", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"状态格式错误", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |