old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName":"微信模板", |
| | | "directories": "property", |
| | | "templateCode":"wechatSmsTemplate", |
| | | "templateKey":"templateId", |
| | | "templateKeyName":"ID", |
| | | "searchCode": "templateId", |
| | | "searchName": "ID", |
| | | "templateName":"保证金对象", |
| | | "templateCode":"accountBondObj", |
| | | "templateKey":"bobjId", |
| | | "templateKeyName":"保证金对象ID", |
| | | "searchCode": "bobjId", |
| | | "searchName": "保证金对象ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "微信模板ID", |
| | | "inputType": "input", |
| | | "code": "smsTemplateId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "模板类型", |
| | | "inputType": "select", |
| | | "selectValue":"10001,10002,10003", |
| | | "selectValueName":"欠费催缴,停电通知,停水通知", |
| | | "code": "templateType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "模板编码", |
| | | "inputType": "input", |
| | | "code": "templateId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"templateType", |
| | | "cnCode":"模板类型", |
| | | "desc":"必填,请填写模板类型", |
| | | "code":"bondId", |
| | | "cnCode":"保证金", |
| | | "desc":"必填,请填写保证金", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"10001,10002,10003", |
| | | "selectValueName":"欠费催缴,停电通知,停水通知", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"模板格式错误", |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"保证金名称超长了", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "smsTemplateId", |
| | | "cnCode":"微信模板ID", |
| | | "desc":"必填,请填写微信模板ID", |
| | | "code": "objId", |
| | | "cnCode":"保证金对象ID", |
| | | "desc":"必填,请填写保证金对象ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"微信模板ID太长", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"保证金金额格式有误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "code": "receivableAmount", |
| | | "cnCode":"应收金额", |
| | | "desc":"必填,请填写应收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"说明不能超过500位", |
| | | "show": false |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "receivedAmount", |
| | | "cnCode":"实收金额", |
| | | "desc":"必填,请填写实收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |