| | |
| | | { |
| | | "templateName":"应用", |
| | | "templateCode":"app", |
| | | "templateKey":"appId", |
| | | "templateKeyName":"应用Id", |
| | | "templateName":"车辆进场", |
| | | "templateCode":"carInout", |
| | | "templateKey":"inoutId", |
| | | "templateKeyName":"进出场ID", |
| | | "searchCode": "carNum", |
| | | "searchName": "车牌号", |
| | | "conditions": [ |
| | | { |
| | | "name": "车辆状态", |
| | | "inputType": "select", |
| | | "selectValue":"100300,100400,100500,100600", |
| | | "selectValueName":"进场状态,支付完成,离场状态,超时重新支付", |
| | | "code": "state", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "车牌号", |
| | | "inputType": "input", |
| | | "code": "carNum", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "进出场ID", |
| | | "inputType": "input", |
| | | "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":"2,50", |
| | | "limitErrInfo":"应用名称必须在2至50字符之间" |
| | | "limitParam":"1,12", |
| | | "limitErrInfo":"车牌号大于12位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"securityCode", |
| | | "cnCode":"秘钥", |
| | | "desc":"可填,请填写秘钥,如果填写了需要加密传输", |
| | | "required":false, |
| | | "code": "inTime", |
| | | "cnCode":"进场时间", |
| | | "desc":"必填,请选择进场时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"秘钥太长超过64位" |
| | | "inputType": "input", |
| | | "limit":"dateTime", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效的时间格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"whileListIp", |
| | | "cnCode":"白名单", |
| | | "desc":"可填,请填写白名单IP,以,号分割", |
| | | "required":false, |
| | | "code": "outTime", |
| | | "cnCode":"出场时间", |
| | | "desc":"必填,请选择出场时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"白名单内容不能超过200" |
| | | }, |
| | | { |
| | | "code":"blackListIp", |
| | | "cnCode":"黑名单", |
| | | "desc":"可填,请填写黑名单IP,以,号分割", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"黑名单内容不能超过200" |
| | | }, |
| | | |
| | | { |
| | | "code":"remark", |
| | | "cnCode":"备注", |
| | | "desc":"可填,请填写备注", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"备注内容不能超过200" |
| | | "inputType": "input", |
| | | "limit":"dateTime", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效的时间格式", |
| | | "show": true |
| | | } |
| | | |
| | | ] |
| | | } |