| | |
| | | { |
| | | "templateName":"合同信息", |
| | | "directories": "admin", |
| | | "templateCode":"contract", |
| | | "templateKey":"contractId", |
| | | "templateKeyName":"合同ID", |
| | | "searchCode": "appointmentId", |
| | | "searchName": "预约ID", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "租客名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "tenantName", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "租客手机号", |
| | | "inputType": "input", |
| | | "code": "tenantTel", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "预约房屋编号", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "appointmentRoomId", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code": "tenantName", |
| | | "cnCode":"租客名称", |
| | | "desc":"必填,请填写租客名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"租客名称不能超过64位", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "tenantSex", |
| | | "cnCode":"租客性别", |
| | | "desc":"选填,请选择租客性别", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"0,1", |
| | | "selectValueName":"男,女", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"年龄格式错误", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "tenantTel", |
| | | "cnCode":"租客电话", |
| | | "desc":"必填,请填写租客电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"手机号格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "appointmentTime", |
| | | "cnCode":"预约时间", |
| | | "desc":"必填,请填写预约时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"datetime", |
| | | "limitParam":"", |
| | | "limitErrInfo":"预约时间格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "appointmentRoomId", |
| | | "cnCode":"预约房屋", |
| | | "desc":"选填,请填写预约房屋", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"预约房屋格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"备注", |
| | | "desc":"选填,请填写备注", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"备注不能超过500字", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | |
| | | ] |
| | | } |