| | |
| | | { |
| | | "templateName":"钥匙申请", |
| | | "templateCode":"applicationKey", |
| | | "templateKey":"applicationKeyId", |
| | | "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": "typeCd", |
| | | "selectValue":"10001,10002,10003", |
| | | "selectValueName":"保洁,保安,其他人员", |
| | | "selectValue":"100300,100400,100500,100600", |
| | | "selectValueName":"进场状态,支付完成,离场状态,超时重新支付", |
| | | "code": "state", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "用户手机", |
| | | "name": "车牌号", |
| | | "inputType": "input", |
| | | "code": "tel", |
| | | "code": "carNum", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "身份证号", |
| | | "name": "进出场ID", |
| | | "inputType": "input", |
| | | "code": "idCard", |
| | | "code": "inoutId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "进场开始时间", |
| | | "inputType": "input", |
| | | "code": "startTime", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "进场结束时间", |
| | | "inputType": "input", |
| | | "code": "endTime", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"name", |
| | | "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,64", |
| | | "limitErrInfo":"姓名不能超过64位", |
| | | "limitParam":"1,12", |
| | | "limitErrInfo":"车牌号大于12位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "tel", |
| | | "cnCode":"手机号", |
| | | "desc":"必填,请填写手机号", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"手机号格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "typeCd", |
| | | "cnCode":"用户类型", |
| | | "desc":"必填,请选择用户类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"10001,10002,10003", |
| | | "selectValueName":"保洁,保安,其他人员", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"用户类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "sex", |
| | | "cnCode":"性别", |
| | | "desc":"必填,请选择性别", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"0,1", |
| | | "selectValueName":"男,女", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"性别格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "age", |
| | | "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":"不是有效的身份证号", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode":"开始时间", |
| | | "desc":"必填,请选择开始时间", |
| | | "code": "inTime", |
| | | "cnCode":"进场时间", |
| | | "desc":"必填,请选择进场时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode":"结束时间", |
| | | "desc":"必填,请选择结束时间", |
| | | "code": "outTime", |
| | | "cnCode":"出场时间", |
| | | "desc":"必填,请选择出场时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |