| | |
| | | { |
| | | "templateName":"菜单组", |
| | | "templateCode":"menuGroup", |
| | | "templateKey":"gId", |
| | | "templateKeyName":"组Id", |
| | | "searchCode": "name", |
| | | "searchName": "组名称", |
| | | "templateName":"费用项", |
| | | "templateCode":"feeConfig", |
| | | "templateKey":"configId", |
| | | "templateKeyName":"费用项ID", |
| | | "searchCode": "feeName", |
| | | "searchName": "费用项目", |
| | | "conditions": [ |
| | | { |
| | | "name": "组名称", |
| | | "inputType": "input", |
| | | "code": "name", |
| | | "whereCondition": "like" |
| | | }, |
| | | { |
| | | "name": "icon", |
| | | "inputType": "input", |
| | | "code": "icon", |
| | | "whereCondition": "like" |
| | | }, |
| | | { |
| | | "name": "标签", |
| | | "name": "费用标识", |
| | | "inputType": "select", |
| | | "code": "label", |
| | | "selectValue":"HOT,TOP", |
| | | "selectValueName":"HOT,TOP", |
| | | "selectValue":"1003006,2006012", |
| | | "selectValueName":"周期性费用,一次性费用", |
| | | "code": "feeFlag", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "费用项目", |
| | | "inputType": "input", |
| | | "code": "feeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "费用类型", |
| | | "inputType": "select", |
| | | "selectValue":"888800010001,888800010002,888800010003,888800010004,888800010005,888800010007", |
| | | "selectValueName":"物业费,地上出售车位费,地下出售车位费,地上出租车位费,地下出租车位费,临时车费用", |
| | | "code": "feeTypeCd", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"name", |
| | | "cnCode":"组名称", |
| | | "desc":"必填,请填写组名称", |
| | | "code":"feeTypeCd", |
| | | "cnCode":"费用类型", |
| | | "desc":"必填,请选择费用类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"2,10", |
| | | "limitErrInfo":"组名称必须在2至10字符之间", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"icon", |
| | | "cnCode":"icon", |
| | | "desc":"必填,请填写icon", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"2,20", |
| | | "limitErrInfo":"icon必须在2至20字符之间", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"label", |
| | | "cnCode":"标签", |
| | | "desc":"必填,请填写标签", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"select", |
| | | "selectValue":"HOT,TOP", |
| | | "selectValueName":"HOT,TOP", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"标签错误", |
| | | "show": true |
| | | }, |
| | | |
| | | { |
| | | "code":"seq", |
| | | "cnCode":"序列", |
| | | "desc":"必填,请填写序列", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "inputType": "select", |
| | | "selectValue":"888800010001,888800010002,888800010003,888800010004,888800010005,888800010007", |
| | | "selectValueName":"物业费,地上出售车位费,地下出售车位费,地上出租车位费,地下出租车位费,临时车费用", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"序列必须为整数", |
| | | "limitErrInfo":"费用类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"description", |
| | | "cnCode":"描述", |
| | | "desc":"可填,请填写描述", |
| | | "required":false, |
| | | "code": "feeName", |
| | | "cnCode":"收费项目", |
| | | "desc":"必填,请填写收费项目", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"备注内容不能超过200", |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,100", |
| | | "limitErrInfo":"收费项目不能超过100位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"feeFlag", |
| | | "cnCode":"费用标识", |
| | | "desc":"必填,请选择费用标识", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1003006,2006012", |
| | | "selectValueName":"周期性费用,一次性费用", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"费用类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode":"计费起始时间", |
| | | "desc":"必填,请选择计费起始时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"dateTime", |
| | | "limitParam":"", |
| | | "limitErrInfo":"计费起始时间不是有效的时间格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode":"计费终止时间", |
| | | "desc":"必填,请选择计费终止时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"dateTime", |
| | | "limitParam":"", |
| | | "limitErrInfo":"计费终止时间不是有效的时间格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"computingFormula", |
| | | "cnCode":"计算公式", |
| | | "desc":"必填,请填写附加费用", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"面积*单价+附加费,固定费用", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"计算公式格式错误", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"squarePrice", |
| | | "cnCode":"计费单价", |
| | | "desc":"必填,请填写计费单价", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"计费单价格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"additionalAmount", |
| | | "cnCode":"附加费用", |
| | | "desc":"必填,请填写附加费用", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"附加费用格式错误", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |