| | |
| | | { |
| | | "templateName":"开户行", |
| | | "templateCode":"accountBank", |
| | | "templateKey":"bankId", |
| | | "templateKeyName":"银行ID", |
| | | "searchCode": "bankId", |
| | | "searchName": "银行ID", |
| | | "directories": "acct", |
| | | "templateName": "返省上报", |
| | | "templateCode": "reportInfoBackCity", |
| | | "templateKey": "backId", |
| | | "templateKeyName": "返回ID", |
| | | "searchCode": "backId", |
| | | "searchName": "返回ID", |
| | | "directories": "property", |
| | | "conditions": [ |
| | | { |
| | | "name": "姓名", |
| | | "inputType": "input", |
| | | "code": "name", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "身份证", |
| | | "inputType": "input", |
| | | "code": "idCard", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "手机号", |
| | | "inputType": "input", |
| | | "code": "tel", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "来源地", |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "code": "source", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"bankCode", |
| | | "cnCode":"银行账号", |
| | | "desc":"必填,请填写银行账号", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"银行账号超长了", |
| | | "code": "name", |
| | | "cnCode": "姓名", |
| | | "desc": "必填,请填写姓名", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "姓名超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "personName", |
| | | "cnCode":"持卡人", |
| | | "desc":"必填,请填写持卡人", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "idCard", |
| | | "cnCode": "身份证", |
| | | "desc": "必填,请填写身份证", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"20", |
| | | "limitErrInfo":"持卡人名称不能超过20位", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "身份证不能为空", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "personTel", |
| | | "cnCode":"手机号", |
| | | "desc":"必填,请填写手机号", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "code": "tel", |
| | | "cnCode": "手机号", |
| | | "desc": "必填,请填写手机号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"电话格式错误", |
| | | "limit": "phone", |
| | | "limitParam": "", |
| | | "limitErrInfo": "手机号格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "bankName", |
| | | "cnCode":"开户行", |
| | | "desc":"必填,请填写开户行", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"100", |
| | | "limitErrInfo":"开户行名称不能超过100位", |
| | | "code": "source", |
| | | "cnCode": "来源地", |
| | | "desc": "必填,请填写来源地", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "来源地格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "sourceCityName", |
| | | "cnCode": "城市名称", |
| | | "desc": "必填,请填写城市名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "城市名称格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "backTime", |
| | | "cnCode": "返回时间", |
| | | "desc": "必填,请填写返回时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "dateTime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "返回时间格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "备注", |
| | | "desc": "可填,请填写备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "defaultValue": "", |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "备注内容不能超过200", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |