old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "打印配置", |
| | | "directories": "property", |
| | | "templateCode": "feePrintSpec", |
| | | "templateKey": "specCd", |
| | | "templateKeyName": "规格", |
| | | "searchCode": "specCd", |
| | | "searchName": "规格", |
| | | "templateName":"账户提现", |
| | | "templateCode":"accountWithdrawalApply", |
| | | "templateKey":"applyId", |
| | | "templateKeyName":"提现ID", |
| | | "searchCode": "applyId", |
| | | "searchName": "提现ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "规格", |
| | | "inputType": "select", |
| | | "selectValue": "1010", |
| | | "selectValueName": "催缴打印说明", |
| | | "code": "specCd", |
| | | "name": "申请人名称", |
| | | "inputType": "input", |
| | | "code": "applyUserName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "申请人电话", |
| | | "inputType": "input", |
| | | "code": "applyUserTel", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "specCd", |
| | | "cnCode": "规格", |
| | | "desc": "必填,请填写规格名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "1010", |
| | | "selectValueName": "催缴打印说明", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "规格不是有效数字", |
| | | "code":"amount", |
| | | "cnCode":"提现金额", |
| | | "desc":"必填,请填写提现金额", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"提现金额格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "content", |
| | | "cnCode": "内容", |
| | | "desc": "必填,请填写必填内容", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "applyUserId", |
| | | "cnCode":"申请人ID", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "1000", |
| | | "limitErrInfo": "说明不能超过1000位", |
| | | "show": false |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "qrImg", |
| | | "cnCode": "必填", |
| | | "desc": "必填,请填写二维码", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "applyUserName", |
| | | "cnCode":"申请人名称", |
| | | "desc":"必填,请填写申请人名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "模板格式错误", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"申请人名称不能超过20位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "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 |
| | | } |
| | | ] |