| | |
| | | { |
| | | "templateName":"抄表", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode":"meterWater", |
| | | "templateKey":"waterId", |
| | | "templateKeyName":"表ID", |
| | | "searchCode": "waterId", |
| | | "searchName": "表ID", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "表ID", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "waterId", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "表类型", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue":"1010,2020", |
| | | "selectValueName":"电表,水表", |
| | | "code": "meterType", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "房屋编号", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "roomNum", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code": "meterType", |
| | | "cnCode":"表类型", |
| | | "desc":"必填,请选择表类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1010,2020", |
| | | "selectValueName":"电表,水表", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"表类型错误", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "preDegrees", |
| | | "cnCode":"上期度数", |
| | | "desc":"必填,请填写上期度数", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"上期度数格式错误", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "curDegrees", |
| | | "cnCode":"本期度数", |
| | | "desc":"必填,请填写本期度数", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"本期度数格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "preReadingTime", |
| | | "cnCode":"上期读表时间", |
| | | "desc":"必填,请填写上期读表时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "curReadingTime", |
| | | "cnCode":"本期读表时间", |
| | | "desc":"必填,请填写本期读表时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"备注", |
| | | "desc":"选填,请填写备注", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"备注格式错误", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |