| | |
| | | { |
| | | "templateName":"开门记录", |
| | | "templateCode":"machineRecord", |
| | | "templateKey":"machineRecordId", |
| | | "templateKeyName":"开门记录ID", |
| | | "searchCode": "name", |
| | | "searchName": "名称", |
| | | "templateName":"车辆进场", |
| | | "templateCode":"carInout", |
| | | "templateKey":"inoutId", |
| | | "templateKeyName":"进出场ID", |
| | | "searchCode": "carNum", |
| | | "searchName": "车牌号", |
| | | "conditions": [ |
| | | { |
| | | "name": "用户名称", |
| | | "inputType": "input", |
| | | "code": "name", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "开门方式", |
| | | "name": "车辆状态", |
| | | "inputType": "select", |
| | | "code": "openTypeCd", |
| | | "selectValue":"1000,2000", |
| | | "selectValueName":"人脸开门,钥匙开门", |
| | | "selectValue":"100300,100400,100500,100600", |
| | | "selectValueName":"进场状态,支付完成,离场状态,超时重新支付", |
| | | "code": "state", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "用户手机", |
| | | "name": "车牌号", |
| | | "inputType": "input", |
| | | "code": "tel", |
| | | "code": "carNum", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "用户类型", |
| | | "inputType": "select", |
| | | "code": "ownerTypeCd", |
| | | "selectValue":"1001,1002", |
| | | "selectValueName":"业主,业主成员", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "设备名称", |
| | | "name": "进出场ID", |
| | | "inputType": "input", |
| | | "code": "machineName", |
| | | "code": "inoutId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "设备编码", |
| | | "name": "进场开始时间", |
| | | "inputType": "input", |
| | | "code": "machineCode", |
| | | "code": "startTime", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "进场结束时间", |
| | | "inputType": "input", |
| | | "code": "endTime", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"machineCode", |
| | | "cnCode":"设备编码", |
| | | "desc":"必填,请填写设备编码", |
| | | "code":"state", |
| | | "cnCode":"车辆状态", |
| | | "desc":"必填,请填写车辆状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "inputType":"select", |
| | | "selectValue":"1111,2222", |
| | | "selectValueName":"黑名单,白名单", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"名单类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "carNum", |
| | | "cnCode":"车牌号", |
| | | "desc":"必填,请填写车牌号", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,30", |
| | | "limitErrInfo":"设备编码不能超过30位", |
| | | "limitParam":"1,12", |
| | | "limitErrInfo":"车牌号大于12位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "machineId", |
| | | "cnCode":"设备ID", |
| | | "desc":"必填,请填写设备版本号", |
| | | "code": "inTime", |
| | | "cnCode":"进场时间", |
| | | "desc":"必填,请选择进场时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"1,30", |
| | | "limitErrInfo":"设备ID不能超过30位", |
| | | "limit":"dateTime", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效的时间格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "name", |
| | | "cnCode":"用户名称", |
| | | "desc":"必填,请选择用户名称", |
| | | "code": "outTime", |
| | | "cnCode":"出场时间", |
| | | "desc":"必填,请选择出场时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limit":"dateTime", |
| | | "limitParam":"", |
| | | "limitErrInfo":"对象类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "openTypeCd", |
| | | "cnCode":"开门方式", |
| | | "desc":"必填,请选择开门方式", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "selectValue":"1000,2000", |
| | | "selectValueName":"人脸开门,钥匙开门", |
| | | "limit":"1,200", |
| | | "limitParam":"", |
| | | "limitErrInfo":"开门方式不能超过200位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"tel", |
| | | "cnCode":"用户手机号", |
| | | "desc":"必填,请填写用户手机号", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"用户手机号必须为数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "idCard", |
| | | "cnCode":"身份证", |
| | | "desc":"必填,请填写身份证", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"idCard", |
| | | "limitParam":"", |
| | | "limitErrInfo":"身份证格式错误", |
| | | "limitErrInfo":"不是有效的时间格式", |
| | | "show": true |
| | | } |
| | | ] |