| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "templateName":"活动",
- "templateCode":"activities",
- "templateKey":"activitiesId",
- "templateKeyName":"活动ID",
- "searchCode": "title",
- "searchName": "活动标题",
- "conditions": [
- {
- "name": "活动标题",
- "inputType": "input",
- "code": "title",
- "whereCondition": "equal"
- },
- {
- "name": "活动类型",
- "inputType": "select",
- "selectValue":"10001,10002",
- "selectValueName":"小区文化,其他",
- "code": "typeCd",
- "whereCondition": "equal"
- },
- {
- "name": "员工名称",
- "inputType": "input",
- "code": "userName",
- "whereCondition": "equal"
- },
- {
- "name": "活动ID",
- "inputType": "input",
- "code": "activitiesId",
- "whereCondition": "equal"
- }
- ],
- "columns":[
- {
- "code":"title",
- "cnCode":"活动标题",
- "desc":"必填,请填写业活动标题",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"maxin",
- "limitParam":"1,200",
- "limitErrInfo":"活动标题不能超过200位",
- "show": true
- },
- {
- "code": "typeCd",
- "cnCode":"活动类型",
- "desc":"必填,请选择活动类型",
- "required":true,
- "hasDefaultValue":false,
- "inputType": "select",
- "selectValue":"10001,10002",
- "selectValueName":"小区文化,其他",
- "limit":"num",
- "limitParam":"",
- "limitErrInfo":"活动类型格式错误",
- "show": true
- },
- {
- "code": "headerImg",
- "cnCode":"头部照片",
- "desc":"必填,请选择头部照片",
- "required":true,
- "hasDefaultValue":false,
- "inputType": "input",
- "limit":"maxin",
- "limitParam":"1,200",
- "limitErrInfo":"头部照片格式错误",
- "show": true
- },
- {
- "code": "context",
- "cnCode":"活动内容",
- "desc":"必填,请填写活动内容",
- "required":true,
- "hasDefaultValue":false,
- "inputType": "input",
- "limit":"maxin",
- "limitParam":"1,4000",
- "limitErrInfo":"活动内容太长",
- "show": true
- },
- {
- "code": "startTime",
- "cnCode":"开始时间",
- "desc":"必填,请选择开始时间",
- "required":true,
- "hasDefaultValue":false,
- "inputType": "input",
- "limit":"date",
- "limitParam":"",
- "limitErrInfo":"开始时间格式错误",
- "show": true
- },
- {
- "code": "endTime",
- "cnCode":"结束时间",
- "desc":"必填,请选择结束时间",
- "required":true,
- "hasDefaultValue":false,
- "inputType": "input",
- "limit":"date",
- "limitParam":"",
- "limitErrInfo":"结束时间格式错误",
- "show": true
- }
- ]
- }
|