| | |
| | | { |
| | | "templateName":"房源", |
| | | "directories": "admin", |
| | | "templateCode":"rentingPool", |
| | | "templateKey":"rentingId", |
| | | "templateKeyName":"租房ID", |
| | | "searchCode": "rentingId", |
| | | "searchName": "租房ID", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "租房名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "rentingTitle", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "预付类型", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002,3003", |
| | | "selectValueName":"押一付一,押一付三,押一付六", |
| | | "code": "paymentType", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "业主名称", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "ownerName", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code": "rentingTitle", |
| | | "cnCode":"出租标题", |
| | | "desc":"必填,请填写出租标题", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"100", |
| | | "limitErrInfo":"标题太长 超过100位", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "price", |
| | | "cnCode":"租金", |
| | | "desc":"必填,请填写出租金", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002,3003", |
| | | "selectValueName":"押一付一,押一付三,押一付六", |
| | | "code": "paymentType", |
| | | "cnCode":"预付类型", |
| | | "desc":"必填,请填写值", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"格式错误", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "checkInDate", |
| | | "cnCode":"入住时间", |
| | | "desc":"必填,请填写入住时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"rentingConfigId", |
| | | "cnCode":"出租配置", |
| | | "desc":"必填,请选择出租配置", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"出租配置,每月租金比例", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"显示格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "rentingDesc", |
| | | "cnCode":"备注", |
| | | "desc":"选填,请填写租客收费比率", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"备注格式错误", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code": "ownerName", |
| | | "cnCode":"业主名称", |
| | | "desc":"必填,请填写业主名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"100", |
| | | "limitErrInfo":"业主名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "ownerTel", |
| | | "cnCode":"业主电话", |
| | | "desc":"必填,请填写业主电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"业主电话格式错误", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |