| | |
| | | { |
| | | "templateName": "问卷题目", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode": "questionAnswerTitle", |
| | | "templateKey": "titleId", |
| | | "templateKeyName": "题目ID", |
| | | "searchCode": "titleId", |
| | | "searchName": "题目ID", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "题目类型", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue": "1001,2002,3003", |
| | | "selectValueName": "单选,多选,简答题", |
| | | "code": "titleType", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "问卷名称", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "qaTitle", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "题目ID", |
| | | "inputType": "input", |
| | | "code": "titleId", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "titleType", |
| | | "cnCode": "题目类型", |
| | | "desc": "必填,请选择题目类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "1001,2002,3003", |
| | | "selectValueName": "单选,多选,简答题", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "题目类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "qaTitle", |
| | | "cnCode": "问卷题目", |
| | | "desc": "必填,请填写问卷题目", |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "256", |
| | | "limitErrInfo": "问卷题目太长", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "seq", |
| | | "cnCode": "顺序", |
| | | "desc": "必填,请填写顺序", |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "顺序必须是数字", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |