old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName":"抄表", |
| | | "directories": "property", |
| | | "templateCode":"meterWater", |
| | | "templateKey":"waterId", |
| | | "templateKeyName":"表ID", |
| | | "searchCode": "waterId", |
| | | "searchName": "表ID", |
| | | "templateName":"金币设置", |
| | | "templateCode":"systemGoldSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "directories": "admin", |
| | | "conditions": [ |
| | | { |
| | | "name": "表ID", |
| | | "name": "活动标题", |
| | | "inputType": "input", |
| | | "code": "waterId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "表类型", |
| | | "inputType": "select", |
| | | "selectValue":"1010,2020", |
| | | "selectValueName":"电表,水表", |
| | | "code": "meterType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "房屋编号", |
| | | "inputType": "input", |
| | | "code": "roomNum", |
| | | "code": "title", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code": "meterType", |
| | | "cnCode":"表类型", |
| | | "desc":"必填,请选择表类型", |
| | | "code":"goldName", |
| | | "cnCode":"名称", |
| | | "desc":"必填,请填写名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,64", |
| | | "limitErrInfo":"名称不能超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "goldType", |
| | | "cnCode":"类型", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1010,2020", |
| | | "selectValueName":"电表,水表", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通金币", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"表类型错误", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "preDegrees", |
| | | "cnCode":"上期度数", |
| | | "desc":"必填,请填写上期度数", |
| | | "code": "buyPrice", |
| | | "cnCode":"购买价格", |
| | | "desc":"必填,请填写购买金币价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"上期度数格式错误", |
| | | "limitErrInfo":"购买价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "curDegrees", |
| | | "cnCode":"本期度数", |
| | | "desc":"必填,请填写本期度数", |
| | | "code": "usePrice", |
| | | "cnCode":"使用价格", |
| | | "desc":"必填,请填写使用价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"本期度数格式错误", |
| | | "limitErrInfo":"使用价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "preReadingTime", |
| | | "cnCode":"上期读表时间", |
| | | "desc":"必填,请填写上期读表时间", |
| | | "code": "validity", |
| | | "cnCode":"有效期", |
| | | "desc":"必填,请填写有效期", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"格式错误", |
| | | "limitErrInfo":"有效期必须为整数", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "curReadingTime", |
| | | "cnCode":"本期读表时间", |
| | | "desc":"必填,请填写本期读表时间", |
| | | "code": "state", |
| | | "cnCode":"状态", |
| | | "desc":"必填,请选择状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"备注", |
| | | "desc":"选填,请填写备注", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "inputType": "select", |
| | | "selectValue":"001,002", |
| | | "selectValueName":"启用,停用", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"备注格式错误", |
| | | "show": false |
| | | "limitParam":"12", |
| | | "limitErrInfo":"状态格式错误", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |