old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "问卷信息", |
| | | "directories": "property", |
| | | "templateCode": "questionAnswer", |
| | | "templateKey": "qaId", |
| | | "templateKeyName": "问卷ID", |
| | | "searchCode": "qaId", |
| | | "searchName": "问卷ID", |
| | | "templateName":"保证金对象", |
| | | "templateCode":"accountBondObj", |
| | | "templateKey":"bobjId", |
| | | "templateKeyName":"保证金对象ID", |
| | | "searchCode": "bobjId", |
| | | "searchName": "保证金对象ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "问卷类型", |
| | | "inputType": "select", |
| | | "selectValue": "1001,2002,3003,4004", |
| | | "selectValueName": "业主问卷,员工自评,业主投票,员工投票", |
| | | "code": "qaType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "问卷名称", |
| | | "inputType": "input", |
| | | "code": "qaName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "问卷ID", |
| | | "inputType": "input", |
| | | "code": "qaId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "qaType", |
| | | "cnCode": "问卷类型", |
| | | "desc": "必填,请选择问卷类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "1001,2002,3003,4004", |
| | | "selectValueName": "业主问卷,员工自评,业主投票,员工投票", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "问卷类型格式错误", |
| | | "code":"bondId", |
| | | "cnCode":"保证金", |
| | | "desc":"必填,请填写保证金", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"保证金名称超长了", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "qaName", |
| | | "cnCode": "问卷名称", |
| | | "desc": "必填,请填写问卷名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "objId", |
| | | "cnCode":"保证金对象ID", |
| | | "desc":"必填,请填写保证金对象ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "256", |
| | | "limitErrInfo": "问卷名称太长", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"保证金金额格式有误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode": "开始时间", |
| | | "desc": "选填,请填写开始时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "receivableAmount", |
| | | "cnCode":"应收金额", |
| | | "desc":"必填,请填写应收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "开始时间错误", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode": "结束时间", |
| | | "desc": "选填,请选择结束时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "receivedAmount", |
| | | "cnCode":"实收金额", |
| | | "desc":"必填,请填写实收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "结束时间错误", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "备注", |
| | | "desc": "必填,请选择备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "备注太长", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |