old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "临时车收费标准", |
| | | "directories": "property", |
| | | "templateCode": "tempCarFeeConfig", |
| | | "templateKey": "configId", |
| | | "templateKeyName": "标准ID", |
| | | "searchCode": "configId", |
| | | "searchName": "标准ID", |
| | | "templateName":"保证金对象", |
| | | "templateCode":"accountBondObj", |
| | | "templateKey":"bobjId", |
| | | "templateKeyName":"保证金对象ID", |
| | | "searchCode": "bobjId", |
| | | "searchName": "保证金对象ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "标准名称", |
| | | "inputType": "input", |
| | | "code": "feeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "停车场", |
| | | "inputType": "input", |
| | | "code": "paId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "车辆类型", |
| | | "inputType": "select", |
| | | "selectValue":"9901,9904,9905", |
| | | "selectValueName":"家用小汽车,电动车,三轮车", |
| | | "code": "carType", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "feeName", |
| | | "cnCode": "标准名称", |
| | | "desc": "必填,请填写标准名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code":"bondId", |
| | | "cnCode":"保证金", |
| | | "desc":"必填,请填写保证金", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"保证金名称超长了", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "objId", |
| | | "cnCode":"保证金对象ID", |
| | | "desc":"必填,请填写保证金对象ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "标准名称格式错误", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"保证金金额格式有误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "paId", |
| | | "cnCode": "停车场", |
| | | "desc": "选填,请选择停车场", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "receivableAmount", |
| | | "cnCode":"应收金额", |
| | | "desc":"必填,请填写应收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "停车场错误", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "carType", |
| | | "cnCode": "车辆类型", |
| | | "desc": "选填,请选择车辆类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"9901,9904,9905", |
| | | "selectValueName":"家用小汽车,电动车,三轮车", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "车辆类型错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "ruleId", |
| | | "cnCode": "收费规则", |
| | | "desc": "选填,请选择收费规则", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"9901,9904,9905", |
| | | "selectValueName":"规则1,规则2,规则3", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "收费规则错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode": "开始时间", |
| | | "desc": "选填,请选择开始时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "receivedAmount", |
| | | "cnCode":"实收金额", |
| | | "desc":"必填,请填写实收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "date", |
| | | "limitParam": "", |
| | | "limitErrInfo": "开始时间错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode": "结束时间", |
| | | "desc": "选填,请选择结束时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "date", |
| | | "limitParam": "", |
| | | "limitErrInfo": "结束时间错误", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | } |
| | | ] |