old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "打印配置", |
| | | "directories": "property", |
| | | "templateCode": "feePrintSpec", |
| | | "templateKey": "specCd", |
| | | "templateKeyName": "规格", |
| | | "searchCode": "specCd", |
| | | "searchName": "规格", |
| | | "templateName":"保证金对象", |
| | | "templateCode":"accountBondObj", |
| | | "templateKey":"bobjId", |
| | | "templateKeyName":"保证金对象ID", |
| | | "searchCode": "bobjId", |
| | | "searchName": "保证金对象ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "规格", |
| | | "inputType": "select", |
| | | "selectValue": "1010", |
| | | "selectValueName": "催缴打印说明", |
| | | "code": "specCd", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "specCd", |
| | | "cnCode": "规格", |
| | | "desc": "必填,请填写规格名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "1010", |
| | | "selectValueName": "催缴打印说明", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "规格不是有效数字", |
| | | "code":"bondId", |
| | | "cnCode":"保证金", |
| | | "desc":"必填,请填写保证金", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"保证金名称超长了", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "content", |
| | | "cnCode": "内容", |
| | | "desc": "必填,请填写必填内容", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "objId", |
| | | "cnCode":"保证金对象ID", |
| | | "desc":"必填,请填写保证金对象ID", |
| | | "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": "receivableAmount", |
| | | "cnCode":"应收金额", |
| | | "desc":"必填,请填写应收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "模板格式错误", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "receivedAmount", |
| | | "cnCode":"实收金额", |
| | | "desc":"必填,请填写实收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | } |
| | | ] |