old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "问卷题目", |
| | | "directories": "property", |
| | | "templateCode": "questionAnswerTitle", |
| | | "templateKey": "titleId", |
| | | "templateKeyName": "题目ID", |
| | | "searchCode": "titleId", |
| | | "searchName": "题目ID", |
| | | "templateName":"保证金对象", |
| | | "templateCode":"accountBondObj", |
| | | "templateKey":"bobjId", |
| | | "templateKeyName":"保证金对象ID", |
| | | "searchCode": "bobjId", |
| | | "searchName": "保证金对象ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "题目类型", |
| | | "inputType": "select", |
| | | "selectValue": "1001,2002,3003", |
| | | "selectValueName": "单选,多选,简答题", |
| | | "code": "titleType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "问卷名称", |
| | | "inputType": "input", |
| | | "code": "qaTitle", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "题目ID", |
| | | "inputType": "input", |
| | | "code": "titleId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "titleType", |
| | | "cnCode": "题目类型", |
| | | "desc": "必填,请选择题目类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "1001,2002,3003", |
| | | "selectValueName": "单选,多选,简答题", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "题目类型格式错误", |
| | | "code":"bondId", |
| | | "cnCode":"保证金", |
| | | "desc":"必填,请填写保证金", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"保证金名称超长了", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "qaTitle", |
| | | "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": "seq", |
| | | "cnCode": "顺序", |
| | | "desc": "必填,请填写顺序", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "receivableAmount", |
| | | "cnCode":"应收金额", |
| | | "desc":"必填,请填写应收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "顺序必须是数字", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "receivedAmount", |
| | | "cnCode":"实收金额", |
| | | "desc":"必填,请填写实收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | } |
| | | ] |