old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "信息大类", |
| | | "directories": "property", |
| | | "templateCode": "activitiesType", |
| | | "templateKey": "typeCd", |
| | | "templateKeyName": "大类编码", |
| | | "searchCode": "typeCd", |
| | | "searchName": "大类编码", |
| | | "templateName":"账户提现", |
| | | "templateCode":"accountWithdrawalApply", |
| | | "templateKey":"applyId", |
| | | "templateKeyName":"提现ID", |
| | | "searchCode": "applyId", |
| | | "searchName": "提现ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "大类编码", |
| | | "name": "申请人名称", |
| | | "inputType": "input", |
| | | "code": "typeCd", |
| | | "code": "applyUserName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "大类名称", |
| | | "name": "申请人电话", |
| | | "inputType": "input", |
| | | "code": "typeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "是否显示", |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "code": "defalutShow", |
| | | "code": "applyUserTel", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "typeName", |
| | | "cnCode": "大类名称", |
| | | "desc": "必填,请填写大类名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "大类名称超过100位", |
| | | "code":"amount", |
| | | "cnCode":"提现金额", |
| | | "desc":"必填,请填写提现金额", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"提现金额格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "typeDesc", |
| | | "cnCode": "大类描述", |
| | | "desc": "可填,请填写类型描述", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "code": "applyUserId", |
| | | "cnCode":"申请人ID", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "500", |
| | | "limitErrInfo": "描述超过500位", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "seq", |
| | | "cnCode": "显示序号", |
| | | "desc": "必填,请填写显示序号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "applyUserName", |
| | | "cnCode":"申请人名称", |
| | | "desc":"必填,请填写申请人名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "显示序号不是有效数字", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"申请人名称不能超过20位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "defalutShow", |
| | | "cnCode": "是否显示", |
| | | "desc": "必填,请填写是否显示", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "Y,N", |
| | | "selectValueName": "是,否", |
| | | "limit": "maxLength", |
| | | "limitParam": "2", |
| | | "limitErrInfo": "是否显示格式错误", |
| | | "code": "applyUserTel", |
| | | "cnCode":"申请人电话", |
| | | "desc":"必填,请填写申请人电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"申请人电话格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "context", |
| | | "cnCode":"申请说明", |
| | | "desc":"请填写申请说明", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"申请说明不能超过500", |
| | | "show": true |
| | | } |
| | | ] |