| | |
| | | { |
| | | "templateName":"业主报修", |
| | | "templateCode":"ownerRepair", |
| | | "templateKey":"repairId", |
| | | "templateKeyName":"报修ID", |
| | | "searchCode": "repairName", |
| | | "searchName": "报修人姓名", |
| | | "templateName":"费用项", |
| | | "templateCode":"feeConfig", |
| | | "templateKey":"configId", |
| | | "templateKeyName":"费用项ID", |
| | | "searchCode": "feeName", |
| | | "searchName": "费用项目", |
| | | "conditions": [ |
| | | |
| | | { |
| | | "name": "报修ID", |
| | | "inputType": "input", |
| | | "code": "repairId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "报修人", |
| | | "inputType": "input", |
| | | "code": "repairName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "报修电话", |
| | | "inputType": "input", |
| | | "code": "tel", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "报修类型", |
| | | "name": "费用标识", |
| | | "inputType": "select", |
| | | "code": "repairType", |
| | | "selectValue":"10001,10002,10003", |
| | | "selectValueName":"卧室报修,管道报修,客厅报修", |
| | | "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":"repairType", |
| | | "cnCode":"报修类型", |
| | | "desc":"必填,请选择报修类型", |
| | | "code":"feeTypeCd", |
| | | "cnCode":"费用类型", |
| | | "desc":"必填,请选择费用类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"select", |
| | | "selectValue":"10001,10002,10003", |
| | | "selectValueName":"卧室报修,管道报修,客厅报修", |
| | | "limit":"maxin", |
| | | "limitParam":"2,50", |
| | | "limitErrInfo":"报修类型错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"repairName", |
| | | "cnCode":"报修人", |
| | | "desc":"必填,请填写报修人名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"2,50", |
| | | "limitErrInfo":"报修人名称必须在2至50字符之间", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"tel", |
| | | "cnCode":"联系方式", |
| | | "desc":"必填,请填写报修人手机号", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"联系方式格式不正确", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"roomId", |
| | | "cnCode":"房屋ID", |
| | | "desc":"必填,请填写房屋ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "inputType": "select", |
| | | "selectValue":"888800010001,888800010002,888800010003,888800010004,888800010005,888800010007", |
| | | "selectValueName":"物业费,地上出售车位费,地下出售车位费,地上出租车位费,地下出租车位费,临时车费用", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"房屋ID错误", |
| | | "limitErrInfo":"费用类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"appointmentTime", |
| | | "cnCode":"预约时间", |
| | | "desc":"必填,请填写预约时间", |
| | | "code": "feeName", |
| | | "cnCode":"收费项目", |
| | | "desc":"必填,请填写收费项目", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"input", |
| | | "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":"预约时间格式错误", |
| | | "limitErrInfo":"计费起始时间不是有效的时间格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"context", |
| | | "cnCode":"报修内容", |
| | | "desc":"必填,请填写报修内容", |
| | | "code": "endTime", |
| | | "cnCode":"计费终止时间", |
| | | "desc":"必填,请选择计费终止时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"2000", |
| | | "limitErrInfo":"报修内容不能超过2000", |
| | | "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 |
| | | } |
| | | ] |
| | | } |