| | |
| | | { |
| | | "templateName": "打印配置", |
| | | "templateName": "信息大类", |
| | | "directories": "property", |
| | | "templateCode": "feePrintSpec", |
| | | "templateKey": "specCd", |
| | | "templateKeyName": "规格", |
| | | "searchCode": "specCd", |
| | | "searchName": "规格", |
| | | "templateCode": "activitiesType", |
| | | "templateKey": "typeCd", |
| | | "templateKeyName": "大类编码", |
| | | "searchCode": "typeCd", |
| | | "searchName": "大类编码", |
| | | "conditions": [ |
| | | { |
| | | "name": "规格", |
| | | "name": "大类编码", |
| | | "inputType": "input", |
| | | "code": "typeCd", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "大类名称", |
| | | "inputType": "input", |
| | | "code": "typeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "是否显示", |
| | | "inputType": "select", |
| | | "selectValue": "1010", |
| | | "selectValueName": "催缴打印说明", |
| | | "code": "specCd", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "code": "defalutShow", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "specCd", |
| | | "cnCode": "规格", |
| | | "desc": "必填,请填写规格名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "1010", |
| | | "selectValueName": "催缴打印说明", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "规格不是有效数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "content", |
| | | "cnCode": "内容", |
| | | "desc": "必填,请填写必填内容", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "1000", |
| | | "limitErrInfo": "说明不能超过1000位", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code": "qrImg", |
| | | "cnCode": "必填", |
| | | "desc": "必填,请填写二维码", |
| | | "code": "typeName", |
| | | "cnCode": "大类名称", |
| | | "desc": "必填,请填写大类名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "模板格式错误", |
| | | "limitErrInfo": "大类名称超过100位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "typeDesc", |
| | | "cnCode": "大类描述", |
| | | "desc": "可填,请填写类型描述", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "500", |
| | | "limitErrInfo": "描述超过500位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "seq", |
| | | "cnCode": "显示序号", |
| | | "desc": "必填,请填写显示序号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "显示序号不是有效数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "defalutShow", |
| | | "cnCode": "是否显示", |
| | | "desc": "必填,请填写是否显示", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "Y,N", |
| | | "selectValueName": "是,否", |
| | | "limit": "maxLength", |
| | | "limitParam": "2", |
| | | "limitErrInfo": "是否显示格式错误", |
| | | "show": true |
| | | } |
| | | ] |